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 5 Next »

Description

ORM HL7 Service. Create, update or delete entries of the Modality Worklist provided by Modality Worklist SCP according received ORM^O01 messages.

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) in received ORM to Operation to perform.

Syntax:

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' | 'OD') ')' (* update status of worklist item(s) *)
          | 'NOOP' (* no operation *)

Default Value:

NW:NW
XO:XO
CA:CA
OC:CA
DC:SC(DC)
OD:SC(DC)
SC(IP):SC(IP)
SC(CM):SC(CM)
SC(DC):SC(DC)
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

#StylesheetURL

Stylesheet for HL7 ORM^O01 to DICOM MWL mapping.

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

#DeviceServiceName

Used internally - do NOT modify.

Default Value: dcm4chee.archive:service=DeviceService

#HL7ServerName

Used internally - do NOT modify.

Default Value: dcm4chee.archive:service=HL7Server

#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