JBoss

JMX MBean View

Back to Agent View Refresh MBean View

MBean description:

The MDM HL7 Service converts MDM^T02/T10 messages conveying a Base64 encoded PDF document according IHE Transaction CARD-7: Encapsulated Report Submission, into DICOM encapsulated PDF documents, so they can be retrieved by DICOM Retrieve or IHE RID.

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 Stylesheet for HL7 MDM^T02/T10 to DICOM Encapsulated PDF 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/.
StorePriority java.lang.String RW Store priority. Enumerated Values: LOW, MEDIUM, HIGH.
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 MDMService 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