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

Version 1 Next »

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.

Dependencies

Attributes

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.

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.

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.

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.

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.

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.

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.

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.

StylesheetURL

Stylesheet for DICOM MPPS to HL7 ORM^O01 mapping.

EJBProviderURL

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

MppsScpServiceName

Used internally. Do not modify.

Hl7SendServiceName

Used internally. Do not modify.

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