init
This commit is contained in:
84
dcm4chee/default/conf/xmdesc/dcm4chee-findscu-xmbean.xml
Normal file
84
dcm4chee/default/conf/xmdesc/dcm4chee-findscu-xmbean.xml
Normal file
@@ -0,0 +1,84 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE mbean PUBLIC "DCMSCU attributes template extends jboss_xmbean_1_1.dtd" "dcm4chee-scu-xmbean.dtd">
|
||||
|
||||
<mbean>
|
||||
<description>Find SCU Service to query Instance Availability of a particular Study.</description>
|
||||
|
||||
<descriptors>
|
||||
<persistence persistPolicy="OnUpdate" />
|
||||
<persistence-manager value="org.jboss.mx.persistence.DelegatingPersistenceManager" />
|
||||
</descriptors>
|
||||
|
||||
<class>org.dcm4chex.archive.dcm.findscu.FindScuService</class>
|
||||
|
||||
<constructor>
|
||||
<description>The default constructor</description>
|
||||
<name>FindScuService</name>
|
||||
</constructor>
|
||||
|
||||
<!-- Attributes -->
|
||||
&defaultAttributes;
|
||||
&defaultSCUAttributes;
|
||||
<attribute access="read-write"
|
||||
getMethod="getCallingAET"
|
||||
setMethod="setCallingAET">
|
||||
<description>Calling AE title of the Find SCU.
|
||||
</description>
|
||||
<name>CallingAETitle</name>
|
||||
<type>java.lang.String</type>
|
||||
<descriptors>
|
||||
<value value="ABPACS" />
|
||||
</descriptors>
|
||||
</attribute>
|
||||
<attribute access="read-write" getMethod="getPriority" setMethod="setPriority">
|
||||
<description>Priority for C-Find requests. Enumerated Values: LOW, MEDIUM, HIGH.
|
||||
</description>
|
||||
<name>Priority</name>
|
||||
<type>java.lang.String</type>
|
||||
<descriptors>
|
||||
<value value="MEDIUM"/>
|
||||
</descriptors>
|
||||
</attribute>
|
||||
<attribute access="read-write"
|
||||
getMethod="getTLSConfigName"
|
||||
setMethod="setTLSConfigName">
|
||||
<description>Used internally. Do NOT modify.
|
||||
</description>
|
||||
<name>TLSConfigName</name>
|
||||
<type>javax.management.ObjectName</type>
|
||||
</attribute>
|
||||
|
||||
<!-- Operations -->
|
||||
&defaultOperations;
|
||||
<operation impact="INFO">
|
||||
<description>Query C-FIND SCP for Instance Availability of particular Study</description>
|
||||
<name>availabilityOfStudy</name>
|
||||
<parameter>
|
||||
<description>C-FIND SCP AE Title</description>
|
||||
<name>aet</name>
|
||||
<type>java.lang.String</type>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<description>Study Instance UID</description>
|
||||
<name>uid</name>
|
||||
<type>java.lang.String</type>
|
||||
</parameter>
|
||||
<return-type>java.lang.String</return-type>
|
||||
</operation>
|
||||
<operation impact="INFO">
|
||||
<description>Query C-FIND SCP for particular Study</description>
|
||||
<name>findStudy</name>
|
||||
<parameter>
|
||||
<description>C-FIND SCP AE Title</description>
|
||||
<name>aet</name>
|
||||
<type>java.lang.String</type>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<description>Study Instance UID</description>
|
||||
<name>uid</name>
|
||||
<type>java.lang.String</type>
|
||||
</parameter>
|
||||
<return-type>org.dcm4che.data.Dataset</return-type>
|
||||
</operation>
|
||||
|
||||
</mbean>
|
||||
Reference in New Issue
Block a user