init
This commit is contained in:
109
dcm4chee/default/conf/xmdesc/dcm4chee-hl7mdm-xmbean.xml
Normal file
109
dcm4chee/default/conf/xmdesc/dcm4chee-hl7mdm-xmbean.xml
Normal file
@@ -0,0 +1,109 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE mbean PUBLIC
|
||||
"-//JBoss//DTD JBOSS XMBEAN 1.1//EN"
|
||||
"http://www.jboss.org/j2ee/dtd/jboss_xmbean_1_1.dtd">
|
||||
|
||||
<mbean>
|
||||
<description><![CDATA[The <b>MDM HL7 Service</b> 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.]]>
|
||||
</description>
|
||||
|
||||
<descriptors>
|
||||
<persistence persistPolicy="OnUpdate"/>
|
||||
<persistence-manager value="org.jboss.mx.persistence.DelegatingPersistenceManager" />
|
||||
</descriptors>
|
||||
|
||||
<class>org.dcm4chex.archive.hl7.MDMService</class>
|
||||
|
||||
<constructor>
|
||||
<description>The default constructor</description>
|
||||
<name>MDMService</name>
|
||||
</constructor>
|
||||
|
||||
<!-- Attributes -->
|
||||
<attribute access="read-write"
|
||||
getMethod="getMessageTypes"
|
||||
setMethod="setMessageTypes">
|
||||
<description>Comma separated list of Message Types handled by this Service.
|
||||
</description>
|
||||
<name>MessageTypes</name>
|
||||
<type>java.lang.String</type>
|
||||
<descriptors>
|
||||
<value value="MDM^T02,MDM^T10" />
|
||||
</descriptors>
|
||||
</attribute>
|
||||
<attribute access="read-write"
|
||||
getMethod="getTemplateDir"
|
||||
setMethod="setTemplateDir">
|
||||
<description><![CDATA[Directory where template file(s) are located.<br />
|
||||
A style sheet can be placed in this directory or in a sub-directory to select a style sheet according to the sender.<br />
|
||||
This sub-directory can be <IPAddr>, <hostname> or '<Sending Application>^<Sending Facility>' (In this order).<br />
|
||||
(See also UseHostSubdirs attribute in HL7Server service to enable IP/hostname selection)<br />
|
||||
A relative path name is resolved relative to
|
||||
<i>archive-install-directory</i>/server/default/.]]>
|
||||
</description>
|
||||
<name>TemplateDir</name>
|
||||
<type>java.lang.String</type>
|
||||
<descriptors>
|
||||
<value value="conf/dcm4chee-hl7"/>
|
||||
</descriptors>
|
||||
</attribute>
|
||||
<attribute access="read-write"
|
||||
getMethod="getStylesheet"
|
||||
setMethod="setStylesheet">
|
||||
<description><![CDATA[Stylesheet for HL7 MDM^T02/T10 to DICOM Encapsulated
|
||||
PDF mapping. <br/>
|
||||
Base dir: <code>TemplateDir</code><br/>
|
||||
If this name contains a '/' or '\' the configured <code>TemplateDir</code> 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
|
||||
<i>archive-install-directory</i>/server/default/.]]>
|
||||
</description>
|
||||
<name>Stylesheet</name>
|
||||
<type>java.lang.String</type>
|
||||
<descriptors>
|
||||
<value value="mdm2pdf.xsl" />
|
||||
</descriptors>
|
||||
</attribute>
|
||||
<attribute access="read-write"
|
||||
getMethod="getStorePriority"
|
||||
setMethod="setStorePriority">
|
||||
<description>Store priority. Enumerated Values: LOW, MEDIUM, HIGH.
|
||||
</description>
|
||||
<name>StorePriority</name>
|
||||
<type>java.lang.String</type>
|
||||
<descriptors>
|
||||
<value value="MEDIUM"/>
|
||||
</descriptors>
|
||||
</attribute>
|
||||
<attribute access="read-write"
|
||||
getMethod="getExportManagerName"
|
||||
setMethod="setExportManagerName">
|
||||
<description>Used internally - do NOT modify.
|
||||
</description>
|
||||
<name>ExportManagerName</name>
|
||||
<type>javax.management.ObjectName</type>
|
||||
</attribute>
|
||||
<attribute access="read-write"
|
||||
getMethod="getHL7ServerName"
|
||||
setMethod="setHL7ServerName">
|
||||
<description>Used internally - do NOT modify.
|
||||
</description>
|
||||
<name>HL7ServerName</name>
|
||||
<type>javax.management.ObjectName</type>
|
||||
</attribute>
|
||||
<attribute access="read-write"
|
||||
getMethod="getTemplatesServiceName"
|
||||
setMethod="setTemplatesServiceName">
|
||||
<description>Used internally. Do NOT modify.
|
||||
</description>
|
||||
<name>TemplatesServiceName</name>
|
||||
<type>javax.management.ObjectName</type>
|
||||
</attribute>
|
||||
&defaultAttributes;
|
||||
|
||||
<!-- Operations -->
|
||||
&defaultOperations;
|
||||
</mbean>
|
||||
|
||||
Reference in New Issue
Block a user