JBoss

JMX MBean View

Back to Agent View Refresh MBean View

MBean description:

The ORU HL7 Service converts ORU^R01 messages into DICOM structured reports, so a viewer can just use the PACS system to access the report.

List of MBean attributes:

Name Type Access Value Description
MessageTypes java.lang.String RW Comma separated list of Message Types handled by this Service.
TemplateDir java.lang.String RW Directory where template file(s) are located.
A style sheet can be placed in this directory or in a sub-directory to select a style sheet according to the sender.
This sub-directory can be <IPAddr>, <hostname> or '<Sending Application>^<Sending Facility>' (In this order).
(See also UseHostSubdirs attribute in HL7Server service to enable IP/hostname selection)
A relative path name is resolved relative to archive-install-directory/server/default/.
Stylesheet java.lang.String RW Name of Stylesheet for HL7 ORU^R01 to DICOM SR 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/.
ObxIgnoreStati java.lang.String RW List of OBX Stati that should be ignored by this service.
Seperate multiple stati with ','.
Use NONE to process all ORU messages

Default field number in OBX segment is 11 (OBSERV RESULT STATUS). You can change the default by preceeding '<fieldNr>:'
e.g.: 'D,X' ignore all ORU message with status D and X in OBX field 11
'8:A' ignore all ORU messages with A in OBX field 8 (Abnormal Flags)

StorePriority java.lang.String RW Store priority. Enumerated Values: LOW, MEDIUM, HIGH.
FetchSize int RW JDBC Fetch size.
ExportManagerName 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 ORUService 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

void process()

Process XML message

Param ParamType ParamValue ParamDescription
msg org.dom4j.Document (no description)