Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 11 Next »

Description

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.

Procedure Scheduled

Procedure Update

Dependencies

Attributes

#MessageTypes

Comma separated list of Message Types handled by this Service.

Default Value: ORM^O01

#OrderControlOperationMap

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:

map = entry+
entry = orderContol [ '(' orderStatus ')' ] ':' operation
operation = 'NW' (* create worklist item(s) *)
          | 'XO' (* update worklist item(s) *)
          | 'CA' (* remove worklist item(s) *)
          | 'SC(' ('SCHEDULED' | 'ARRIVED' | 'READY' | 'STARTED' | 'COMPLETED' | 'DISCONTINUED') ')' (* update status of worklist item(s) *)
          | 'NOOP' (* no operation *)

Default Value:

NW:NW
XO:XO
CA:CA
OC:CA
DC:SC(DISCONTINUED)
OD:SC(DISCONTINUED)
SC(IP):SC(STARTED)
SC(CM):SC(COMPLETED)
SC(DC):SC(DISCONTINUED)
SC(CA):CA
SC:NOOP

#DefaultStationName

Scheduled Station Name in generated MWL item, if there is no device configured for the scheduled protocol.

Default Value: UNKOWN

#DefaultStationAET

Scheduled Station AET in generated MWL item, if there is no device configured for the scheduled protocol.

Default Value: UNKOWN

#DefaultModality

Modality in generated MWL item, if the ORM message does not contain modality information and if there is also no device configured for the scheduled protocol.

Default Value: OT

#Stylesheet

Stylesheet for HL7 ORM^O01 to DICOM MWL mapping.
A relative path name is resolved relative to archive-install-directory/server/default/.

Default Value: conf/dcm4chee-hl7/orm2dcm.xsl

#MWL2StoreConfigDirectory

Directory where configuration file(s) for coercion of request attributes in already stored instances are located: if there is a XSL stylesheet mwl-cfindrsp2cstorerq.xsl in this directory or in a sub-directory equal to the AE Title of the Storage SCU, attributes of already received instances from this SCU will be coerced according these stylesheet(s) on create or update of worklist item(s).
A relative path name is resolved relative to archive-install-directory/server/default/.

Default Value: conf/dcm4chee-ae

#DeviceServiceName

Used internally - do NOT modify.

Default Value: dcm4chee.archive:service=DeviceService

#HL7ServerName

Used internally - do NOT modify.

Default Value: dcm4chee.archive:service=HL7Server

#TemplatesServiceName

Used internally. Do NOT modify.

Default Value: dcm4chee.archive:service=Templates

#Name

The class name of the MBean

#State

The status of the MBean

#StateString

The status of the MBean in text form

Operations

#create

Standard MBean lifecycle method

#start

The start lifecycle operation

#stop

The stop lifecycle operation

#destroy

The destroy lifecycle operation

#jbossInternalLifecycle

The detyped lifecycle operation (for internal use only)

Notifications

  • No labels