Difference between revisions of "Neuropathology Mystery Case"

From MGH Learn Pathology
Line 2: Line 2:
 
{{IfGroup|path,scan,sysop|
 
{{IfGroup|path,scan,sysop|
 
{{#cargo_query:
 
{{#cargo_query:
table=dziOrder
+
table=ServiceRequest
|fields=_pageName,collection_topic
+
|fields=_pageName, reasonCode
|where=dziOrder.class_type='Neuropathology Mystery Case'
+
|where=requisition='Neuropathology Mystery Case' AND orderDetail = 'order'
|order by=order_date ASC
+
|order by=authoredOn ASC
 
|format=template
 
|format=template
 
|template=topicpagelink}}
 
|template=topicpagelink}}
Line 14: Line 14:
 
|
 
|
 
{{#cargo_query:
 
{{#cargo_query:
table=dziOrder
+
table=ServiceRequest
|fields=_pageName,collection_topic
+
|fields=_pageName, reasonCode
|where=dziOrder.class_type='Neuropathology Mystery Case' and dziOrder.qc=1
+
|where=requisition='Neuropathology Mystery Case' AND orderDetail = 'order'
|order by=order_date ASC
+
|order by=authoredOn ASC
 
|format=template
 
|format=template
 
|template=topicpagelink}}
 
|template=topicpagelink}}
 
}}
 
}}

Revision as of 15:03, March 9, 2022

Table of contents

Error: operator for the virtual field 'ServiceRequest.orderDetail' must be 'HOLDS', 'HOLDS NOT', 'HOLDS LIKE' or 'HOLDS NOT LIKE'.