Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ORM HL7 Service. Create, update or delete entries of the Modality Worklist provided by Modality Worklist SCP according to received ORM^O01 messages. Generally, this service is used if the connected RIS cannot provide the modality worklist.

Include Page
ee2:Procedure Scheduled
ee2:Procedure Scheduled

...

Maps Order Control (Order Status) or - if no Order Status is specified - Order Control (Result Status) in received ORM to Operation to perform. This controls what happens to worklist items.

Syntax:

No Format
map = entry+
entry = orderContol [ '(' orderStatus ')' ] ':' operation
operation = 'NW' (* create worklist item(s) *)
          | 'XO' (* update worklist item(s) *)
          | 'CA' (* remove worklist item(s) *)
          | 'SC(' ('IP' | 'CM' | 'DC') ')' (* update status of worklist item(s) *)
          | 'NOOP' (* no operation *)

...