init
This commit is contained in:
73
nv/html/dcmgw/xml/qr_cfind.xml
Normal file
73
nv/html/dcmgw/xml/qr_cfind.xml
Normal file
@@ -0,0 +1,73 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<dicom datetime="20130526224447+0200">
|
||||
<!--Query Response #1:-->
|
||||
<response number='1'>
|
||||
<!--Specific Character Set-->
|
||||
<attr tag="00080005" vr="CS" len="0"></attr>
|
||||
<!--Study Date-->
|
||||
<attr tag="00080020" vr="DA" len="8">19991223</attr>
|
||||
<!--Study Time-->
|
||||
<attr tag="00080030" vr="TM" len="6">100545</attr>
|
||||
<!--Accession Number-->
|
||||
<attr tag="00080050" vr="SH" len="4">0001</attr>
|
||||
<!--Query/Retrieve Level-->
|
||||
<attr tag="00080052" vr="CS" len="6">STUDY</attr>
|
||||
<!--Retrieve AE Title-->
|
||||
<attr tag="00080054" vr="AE" len="4">TEST</attr>
|
||||
<!--Modalities in Study-->
|
||||
<attr tag="00080061" vr="CS" len="4">ECG</attr>
|
||||
<!--Study Description-->
|
||||
<attr tag="00081030" vr="LO" len="0"></attr>
|
||||
<!--Patient?s Name-->
|
||||
<attr tag="00100010" vr="PN" len="12">Patient^Test</attr>
|
||||
<!--Patient ID-->
|
||||
<attr tag="00100020" vr="LO" len="8">123-654</attr>
|
||||
<!--Patient?s Birth Date-->
|
||||
<attr tag="00100030" vr="DA" len="8">19440102</attr>
|
||||
<!--Patient?s Sex-->
|
||||
<attr tag="00100040" vr="CS" len="2">M</attr>
|
||||
<!--Study Instance UID-->
|
||||
<attr tag="0020000D" vr="UI" len="22">1.3.6.1.4.1.6018.4.999</attr>
|
||||
<!--Study ID-->
|
||||
<attr tag="00200010" vr="SH" len="6">43288</attr>
|
||||
<!--Number of Study Related Series-->
|
||||
<attr tag="00201206" vr="IS" len="2">1</attr>
|
||||
<!--Number of Study Related Instances-->
|
||||
<attr tag="00201208" vr="IS" len="2">1</attr>
|
||||
</response>
|
||||
<!--Query Response #2:-->
|
||||
<response number='2'>
|
||||
<!--Specific Character Set-->
|
||||
<attr tag="00080005" vr="CS" len="0"></attr>
|
||||
<!--Study Date-->
|
||||
<attr tag="00080020" vr="DA" len="8">19940323</attr>
|
||||
<!--Study Time-->
|
||||
<attr tag="00080030" vr="TM" len="6">115104</attr>
|
||||
<!--Accession Number-->
|
||||
<attr tag="00080050" vr="SH" len="0"></attr>
|
||||
<!--Query/Retrieve Level-->
|
||||
<attr tag="00080052" vr="CS" len="6">STUDY</attr>
|
||||
<!--Retrieve AE Title-->
|
||||
<attr tag="00080054" vr="AE" len="4">TEST</attr>
|
||||
<!--Modalities in Study-->
|
||||
<attr tag="00080061" vr="CS" len="2">US</attr>
|
||||
<!--Study Description-->
|
||||
<attr tag="00081030" vr="LO" len="14">Echocardiogram</attr>
|
||||
<!--Patient?s Name-->
|
||||
<attr tag="00100010" vr="PN" len="10">Rubo DEMO</attr>
|
||||
<!--Patient ID-->
|
||||
<attr tag="00100020" vr="LO" len="12">123-45-6789</attr>
|
||||
<!--Patient?s Birth Date-->
|
||||
<attr tag="00100030" vr="DA" len="8">19231016</attr>
|
||||
<!--Patient?s Sex-->
|
||||
<attr tag="00100040" vr="CS" len="2">F</attr>
|
||||
<!--Study Instance UID-->
|
||||
<attr tag="0020000D" vr="UI" len="16">999.999.3859744</attr>
|
||||
<!--Study ID-->
|
||||
<attr tag="00200010" vr="SH" len="10">027893462</attr>
|
||||
<!--Number of Study Related Series-->
|
||||
<attr tag="00201206" vr="IS" len="2">1</attr>
|
||||
<!--Number of Study Related Instances-->
|
||||
<attr tag="00201208" vr="IS" len="2">1</attr>
|
||||
</response>
|
||||
</dicom>
|
||||
36
nv/html/dcmgw/xml/qr_cfind.xsd
Normal file
36
nv/html/dcmgw/xml/qr_cfind.xsd
Normal file
@@ -0,0 +1,36 @@
|
||||
<?xml version="1.0"?>
|
||||
<!-- Generated using Flame-Ware Solutions XML-2-XSD v2.0 at http://www.flame-ware.com/Products/XML-2-XSD/ -->
|
||||
<xs:schema id="NewDataSet" xmlns="" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xs:element name="dicom">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="response" minOccurs="0" maxOccurs="unbounded">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="attr" nillable="true" minOccurs="0" maxOccurs="unbounded">
|
||||
<xs:complexType>
|
||||
<xs:simpleContent msdata:ColumnName="attr_Text" msdata:Ordinal="3">
|
||||
<xs:extension base="xs:string">
|
||||
<xs:attribute name="tag" type="xs:string" />
|
||||
<xs:attribute name="vr" type="xs:string" />
|
||||
<xs:attribute name="len" type="xs:string" />
|
||||
</xs:extension>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
</xs:sequence>
|
||||
<xs:attribute name="number" type="xs:string" />
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
</xs:sequence>
|
||||
<xs:attribute name="datetime" type="xs:string" />
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="NewDataSet" msdata:IsDataSet="true" msdata:UseCurrentLocale="true">
|
||||
<xs:complexType>
|
||||
<xs:choice minOccurs="0" maxOccurs="unbounded">
|
||||
<xs:element ref="dicom" />
|
||||
</xs:choice>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
</xs:schema>
|
||||
35
nv/html/dcmgw/xml/qr_study.xml
Normal file
35
nv/html/dcmgw/xml/qr_study.xml
Normal file
@@ -0,0 +1,35 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<dicom datetime="20130526224718+0200">
|
||||
<!--Query Response #1:-->
|
||||
<response number='1'>
|
||||
<!--Specific Character Set-->
|
||||
<attr tag="00080005" vr="CS" len="0"></attr>
|
||||
<!--Query/Retrieve Level-->
|
||||
<attr tag="00080052" vr="CS" len="6">SERIES</attr>
|
||||
<!--Retrieve AE Title-->
|
||||
<attr tag="00080054" vr="AE" len="4">TEST</attr>
|
||||
<!--Modality-->
|
||||
<attr tag="00080060" vr="CS" len="2">US</attr>
|
||||
<!--Study Instance UID-->
|
||||
<attr tag="0020000D" vr="UI" len="16">999.999.3859744</attr>
|
||||
<!--Series Instance UID-->
|
||||
<attr tag="0020000E" vr="UI" len="16">999.999.94827453</attr>
|
||||
<!--Series Number-->
|
||||
<attr tag="00200011" vr="IS" len="4">5829</attr>
|
||||
</response>
|
||||
<!--Query Response #1 for Query Request #1/1:-->
|
||||
<qresponse number='1' qrequest='1'>
|
||||
<!--SOP Class UID-->
|
||||
<attr tag="00080016" vr="UI" len="28">1.2.840.10008.5.1.4.1.1.3.1</attr>
|
||||
<!--SOP Instance UID-->
|
||||
<attr tag="00080018" vr="UI" len="30">999.999.133.1996.1.1800.1.6.29</attr>
|
||||
<!--Query/Retrieve Level-->
|
||||
<attr tag="00080052" vr="CS" len="6">IMAGE</attr>
|
||||
<!--Retrieve AE Title-->
|
||||
<attr tag="00080054" vr="AE" len="4">TEST</attr>
|
||||
<!--Series Instance UID-->
|
||||
<attr tag="0020000E" vr="UI" len="16">999.999.94827453</attr>
|
||||
<!--Instance Number-->
|
||||
<attr tag="00200013" vr="IS" len="2">28</attr>
|
||||
</qresponse>
|
||||
</dicom>
|
||||
47
nv/html/dcmgw/xml/qr_study.xsd
Normal file
47
nv/html/dcmgw/xml/qr_study.xsd
Normal file
@@ -0,0 +1,47 @@
|
||||
<?xml version="1.0"?>
|
||||
<!-- Generated using Flame-Ware Solutions XML-2-XSD v2.0 at http://www.flame-ware.com/Products/XML-2-XSD/ -->
|
||||
<xs:schema id="NewDataSet" xmlns="" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xs:element name="attr" nillable="true">
|
||||
<xs:complexType>
|
||||
<xs:simpleContent msdata:ColumnName="attr_Text" msdata:Ordinal="3">
|
||||
<xs:extension base="xs:string">
|
||||
<xs:attribute name="tag" type="xs:string" />
|
||||
<xs:attribute name="vr" type="xs:string" />
|
||||
<xs:attribute name="len" type="xs:string" />
|
||||
</xs:extension>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="dicom">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="response" minOccurs="0" maxOccurs="unbounded">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element ref="attr" minOccurs="0" maxOccurs="unbounded" />
|
||||
</xs:sequence>
|
||||
<xs:attribute name="number" type="xs:string" />
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="qresponse" minOccurs="0" maxOccurs="unbounded">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element ref="attr" minOccurs="0" maxOccurs="unbounded" />
|
||||
</xs:sequence>
|
||||
<xs:attribute name="number" type="xs:string" />
|
||||
<xs:attribute name="qrequest" type="xs:string" />
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
</xs:sequence>
|
||||
<xs:attribute name="datetime" type="xs:string" />
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="NewDataSet" msdata:IsDataSet="true" msdata:UseCurrentLocale="true">
|
||||
<xs:complexType>
|
||||
<xs:choice minOccurs="0" maxOccurs="unbounded">
|
||||
<xs:element ref="attr" />
|
||||
<xs:element ref="dicom" />
|
||||
</xs:choice>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
</xs:schema>
|
||||
Reference in New Issue
Block a user