JBoss

JMX MBean View

Back to Agent View Refresh MBean View

MBean 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.

List of MBean attributes:

Name Type Access Value Description
MessageTypes java.lang.String RW Comma separated list of Message Types handled by this Service.
OrderControlOperationMap java.lang.String RW 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 *)

UpdateDifferentPatientOfExistingStudy boolean RW True False Controls the behavior on receive of an order message to an already performed procedure (=matching Study Instance UID), where the Patient referenced in the HL7 order message differs from the Patient referenced in the DICOM Performed Procedure Step message(s) received before:
If UpdateDifferentPatientOfExistingStudy=true, already existing DICOM Performed Procedure Step(s) and DICOM Study for that order will be moved to the Patient referenced in the HL7 order message.
If UpdateDifferentPatientOfExistingStudy=false, the HL7 order message will be rejected, if the referenced Patient differs from the Patient associated with an already existing Performed Procedure Step(s) for that order.
PatientMatching java.lang.String RW Defines which Patient Attributes in received HL7 ORM messages are considered for selecting existing Patient records in the archive.

Format: 'pid'['?']',issuer'['?'][',' ['['] demograhic-matches [']'] ]
demograhic-matches ::= demograhic-match['|' ...]
demograhic-match ::= [ignore',']demograhic-fields
ignore ::= 'ignore("' regular-expression '")'
demograhic-fields ::= demograhic-field['?'][',' ...]
demograhic-field ::= 'familyname'['(1)'] | 'givenname'['(1)'] | 'middlename'['(1)'] | 'nameprefix'['(1)'] | 'namesuffix'['(1)'] | birthdate | sex

Multiple alternative demograhic-matches can be specified using '|' as delimiter.

Substrings specified by 'ignore("' regular-expression '")' will be ignored for matching patient name components.

A '(1)' suffix of the attribute name specifies that only the first character need to match.

A question mark('?') after a field name specifies that a missing value in received HL7 ORM messages will match with any value for that field in existing Patient Records, as Patient Records with missing values for that field will match with any value for that field in received HL7 ORM messages. Field names without question marks specifies, that HL7 ORM messages without values for such fields will not match any existing Patient Record, and Patient Records without values for such fields will not get selected on receive of any HL7 ORM message.

Surrounding demograhic-match by brackets('[]') defines, that demographic fields shall *not* be considered for the selection of an existing Patient record, if the Patient ID is qualified by an Issuer/Authority in the HL7 ORM message *and* in the matching Patient Record.

Warning:Improper configuration may cause assignments of Modality Worklist Items to wrong patient.
Furthermore, the consideration of demographic fields for the selection of existing Patient records disables the update of such Patient Demographics attributes by HL7 ORM messages!

Default: pid,issuer?

DefaultStationName java.lang.String RW Scheduled Station Name in generated MWL item, if there is no device configured for the scheduled protocol.
DefaultStationAET java.lang.String RW Scheduled Station AET in generated MWL item, if there is no device configured for the scheduled protocol.
DefaultModality java.lang.String RW 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.
TemplateDir java.lang.String RW Directory where template file(s) are located.
A stylesheet can be placed in this directory or in a sub-directory equal to '<Sending Application>^<Sending Facility>'.
A relative path name is resolved relative to archive-install-directory/server/default/.
Stylesheet java.lang.String RW Name of stylesheet for HL7 ORM^O01 to DICOM MWL mapping.
Base dir: TemplateDir
If this name contains a '/' or '\' the configured TemplateDir will be NOT applied! In this case the name is the full path of the stylesheet and a relative path name is resolved relative to archive-install-directory/server/default/.
MWL2StoreConfigDirectory java.lang.String RW 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/.
DeviceServiceName javax.management.ObjectName RW View MBean Used internally - do NOT modify.
HL7ServerName javax.management.ObjectName RW View MBean Used internally - do NOT modify.
TemplatesServiceName javax.management.ObjectName RW View MBean Used internally. Do NOT modify.
Name java.lang.String R ORMService The class name of the MBean
State int R 3 The status of the MBean
StateString java.lang.String R Started The status of the MBean in text form

List of MBean operations:


void create()

Standard MBean lifecycle method


void start()

The start lifecycle operation


void stop()

The stop lifecycle operation


void destroy()

The destroy lifecycle operation


void jbossInternalLifecycle()

The detyped lifecycle operation (for internal use only)

Param ParamType ParamValue ParamDescription
method java.lang.String The lifecycle operation