MPPS to ORM Service

Description

DICOM MPPS to HL7 ORM converter. Converts DICOM Modality Performed Procedure Step received by MPPS SCP Service into HL7 ORM message sent to any HL7 receiver by utilizing the HL7 Send Service.

This service can be used with RIS systems that cannot handle MPPS messages. 

Dependencies

Attributes

#Enabled

Enable/disable this service.

Default Value: false

#ReceivingApplication

Identifies the Receiving Application in HL7 messages that are directed to the HL7 Send Service. The values in the ReceivingApplication attribute may be used to configure specific forwarding rules for generated messages by this service in the HL7 Send Service. NOTE: The Receiving Application encoded in the HL7 message finally sent by the HL7 Send Service is defined by the matching Forwarding rule(s) of the HL7 Send Service and will usually differ from the value of the ReceivingApplication attribute of this service.

Default Value: DCM4CHEE

#ReceivingFacility

Identifies the Receiving Facility in HL7 messages that are directed to the HL7 Send Service. The values in the ReceivingFacility attribute may be used to configure specific forwarding rules for generated messages by this service in the HL7 Send Service. NOTE: The Receiving Facility encoded in the HL7 message finally sent by the HL7 Send Service is defined by the matching Forwarding rule(s) of the HL7 Send Service and will usually differ from the value of the ReceivingFacility attribute of this service.

Default Value: DCM4CHEE

#SendingApplication

Identifies the Sending Application in HL7 messages that are directed to the HL7 Send Service. The values in the SendingApplication attribute may be used to configure specific forwarding rules for generated messages by this service in the HL7 Send Service. NOTE: The Sending Application encoded in the HL7 message finally sent by the HL7 Send Service is defined by the SendingApplication attribute of the HL7 Send Service and may differ from the value of the SendingApplication attribute of this service.

Default Value: DCM4CHEE

#SendingFacility

Identifies the Sending Facility in HL7 messages that are directed to the HL7 Send Service. The values in the SendingFacility attribute may be used to configure specific forwarding rules for generated messages by this service in the HL7 Send Service. NOTE: The Sending Facility encoded in the HL7 message finally sent by the HL7 Send Service is defined by the SendingFacility attribute of the HL7 Send Service and may differ from the value of the SendingFacility attribute of this service.

Default Value: DCM4CHEE

#IgnoreUnscheduled

Suppress generation of HL7 ORM messages for received MPPS which does not reference any Scheduled Procedure Step. Otherwise, generates ORM messages with empty Placer/Filler Order Number for received MPPS without Scheduled Procedure Step reference.

Default Value: true

#IgnoreInProgress

Generates HL7 ORM messages for received MPPS with status COMPLETED or DISCONTINUED, but does not generate HL7 ORM messages for received MPPS with status IN PROGRESS. Otherwise, generates ORM messages also for received MPPS with status IN PROGRESS.

Default Value: true

#OneORMperSPS

Generates one HL7 ORM message for each referenced Scheduled Procedure Step in the received MPPS. Therefore, if one MPPS references several Scheduled Procedure Steps, several HL7 ORM messages will be generated. Otherwise, only one HL7 ORM message per received MPPS will be generated.

Default Value: true

#LogXSLT

Activates logging of input (= XML Presentation of DICOM MPPS object) and output (= XML representation of HL7 ORM^O01 message) of XSLT into files (mpps-<uid>.xml and mpps-<uid>.orm.xml) in log directory.

Default Value: false

#StylesheetURL

Stylesheet for DICOM MPPS to HL7 ORM^O01 mapping.

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

#EJBProviderURL

Identifies JNDI (e.g: jnp://hostname:1099) with EJBs. Use LOCAL if EJBs are deployed in same JBoss instance.

Default Value: LOCAL

#MppsScpServiceName

Used internally. Do not modify.

Default Value: dcm4chee.archive:service=MPPSScp

#Hl7SendServiceName

Used internally. Do not modify.

Default Value: dcm4chee.archive:service=HL7Send

#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