Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dcm4che-tool-cfind: extend sample mwl.xml with keys for attributes extracted from HL7 orders by dcm4chee-arc-light #119

Merged
merged 1 commit into from
Jun 26, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
14 changes: 12 additions & 2 deletions dcm4che-assembly/src/etc/findscu/mwl.xml
Original file line number Diff line number Diff line change
@@ -1,27 +1,37 @@
<?xml version="1.0" encoding="UTF-8"?>
<NativeDicomModel xml:space="preserve">
<DicomAttribute keyword="SpecificCharacterSet" tag="00080005" vr="CS"/>
<DicomAttribute keyword="AccessionNumber" tag="00080050" vr="SH"/>
<DicomAttribute keyword="IssuerOfAccessionNumberSequence" tag="00080051" vr="SQ"/>
<DicomAttribute keyword="ReferringPhysicianName" tag="00080090" vr="PN"/>
<DicomAttribute keyword="PatientName" tag="00100010" vr="PN"/>
<DicomAttribute keyword="PatientID" tag="00100020" vr="LO"/>
<DicomAttribute keyword="IssuerOfPatientID" tag="00100021" vr="LO"/>
<DicomAttribute keyword="PatientBirthDate" tag="00100030" vr="DA"/>
<DicomAttribute keyword="PatientSex" tag="00100040" vr="CS"/>
<DicomAttribute keyword="OtherPatientIDSequence" tag="00101002" vr="SQ"/>
<DicomAttribute keyword="MedicalAlerts" tag="00102000" vr="LO"/>
<DicomAttribute keyword="PregnancyStatus" tag="001021C0" vr="US"/>
<DicomAttribute keyword="PatientSpeciesDescription" tag="00102201" vr="LO"/>
<DicomAttribute keyword="PatientSpeciesCodeSequence" tag="00102202" vr="SQ"/>
<DicomAttribute keyword="Patient​Sex​Neutered" tag="00102203" vr="CS"/>
<DicomAttribute keyword="PatientBreedDescription" tag="00102292" vr="LO"/>
<DicomAttribute keyword="PatientBreedCodeSequence" tag="00102293" vr="SQ"/>
<DicomAttribute keyword="ResponsiblePerson" tag="00102297" vr="PN"/>
<DicomAttribute keyword="ResponsiblePersonRole" tag="00102298" vr="CS"/>
<DicomAttribute keyword="StudyInstanceUID" tag="0020000D" vr="UI"/>
<DicomAttribute keyword="NumberOfPatientRelatedStudies" tag="00201200" vr="IS"/>
<DicomAttribute keyword="RequestingPhysician" tag="00321032" vr="PN"/>
<DicomAttribute keyword="RequestedProcedureDescription" tag="00321060" vr="LO"/>
<DicomAttribute keyword="RequestedProcedureCodeSequence" tag="00321064" vr="SQ"/>
<DicomAttribute keyword="AdmissionID" tag="00380010" vr="LO"/>
<DicomAttribute keyword="IssuerOfAdmissionIDSequence" tag="00380014" vr="SQ"/>
<DicomAttribute keyword="OrderPlacerIdentifierSequence" tag="00400026" vr="SQ"/>
<DicomAttribute keyword="OrderFillerIdentifierSequence" tag="00400027" vr="SQ"/>
<DicomAttribute keyword="ScheduledProcedureStepSequence" tag="00400100" vr="SQ"/>
<DicomAttribute keyword="RequestedProcedureID" tag="00401001" vr="SH"/>
<DicomAttribute keyword="Reason​For​The​Requested​Procedure" tag="00401002" vr="LO"/>
<DicomAttribute keyword="RequestedProcedurePriority" tag="00401003" vr="SH"/>
<DicomAttribute keyword="PatientTransportArrangements" tag="00401004" vr="LO"/>
<DicomAttribute keyword="ReasonForRequestedProcedureCodeSequence" tag="0040100A" vr="SQ"/>
<DicomAttribute keyword="PlacerOrderNumberImagingServiceRequest" tag="00402016" vr="LO"/>
<DicomAttribute keyword="FillerOrderNumberImagingServiceRequest" tag="00402017" vr="LO"/>
</NativeDicomModel>