Versions Compared

Key

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

...

Include Page
ee2:Procedure Update
ee2:Procedure Update

Dependencies

Attributes

...

#MessageTypes
Anchor
MessageTypes
MessageTypes

Comma separated list of Message Types handled by this Service.

...

.

Default Value: ORM^O01

#OrderControlOperationMap
Anchor
OrderControlOperationMap
OrderControlOperationMap

Maps Order Control (Order Status) in received ORM to Operation to perform.

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

Default Value:

No Format

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
Anchor
DefaultStationName
DefaultStationName

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

Default Value: UNKOWN

...

#DefaultStationAET
Anchor
DefaultStationAET
DefaultStationAET

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

...

Default Value: UNKOWN

#DefaultModality
Anchor
DefaultModality
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
Anchor
StylesheetURL
StylesheetURL

Stylesheet for HL7 ORM^O01 to DICOM MWL mapping.

...

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

#DeviceServiceName
Anchor
DeviceServiceName
DeviceServiceName

Used internally - do NOT modify.

...

Default Value: dcm4chee.archive:service=DeviceService

#HL7ServerName
Anchor
HL7ServerName
HL7ServerName

Used internally - do NOT modify.

...

Default Value: dcm4chee.archive:service=HL7Server

#Name
Anchor
Name
Name

The class name of the MBean

...

#State
Anchor
State
State

The status of the MBean

...

#StateString
Anchor
StateString
StateString

The status of the MBean in text form

Operations

...

#create
Anchor
create
create

Standard MBean lifecycle method

...

#start
Anchor
start
start

The start lifecycle operation

...

#stop
Anchor
stop
stop

The stop lifecycle operation

...

#destroy
Anchor
destroy
destroy

The destroy lifecycle operation

...

#jbossInternalLifecycle
Anchor
jbossInternalLifecycle
jbossInternalLifecycle

The detyped lifecycle operation (for internal use only)

...