Skip to content

Commit

Permalink
HL7 order messages to MWL / HL7 ORU messages to DICOM SRs, PDFs : Ena…
Browse files Browse the repository at this point in the history
…ble mapping of PV1.8 to Referring Physician Identification Sequence (0008,0096) fields #4157
  • Loading branch information
vrindanayak committed Aug 4, 2023
1 parent f1097c0 commit 5ac9683
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dcm4chee-arc-conf-data/src/main/resources/mwl2series.xsl
Expand Up @@ -10,6 +10,8 @@
<xsl:copy-of select="DicomAttribute[@tag='00080080']"/>
<!-- Referring Physician's Name -->
<xsl:copy-of select="DicomAttribute[@tag='00080090']"/>
<!-- Referring Physician's Identification Sequence -->
<xsl:copy-of select="DicomAttribute[@tag='00080096']"/>
<!-- Study Description from Requested Procedure Description -->
<xsl:if test="DicomAttribute[@tag='00321060']">
<DicomAttribute tag="00081030" vr="LO">
Expand Down
2 changes: 2 additions & 0 deletions dcm4chee-arc-conf-data/src/main/resources/mwl2study.xsl
Expand Up @@ -10,6 +10,8 @@
<xsl:copy-of select="DicomAttribute[@tag='00080080']"/>
<!-- Referring Physician's Name -->
<xsl:copy-of select="DicomAttribute[@tag='00080090']"/>
<!-- Referring Physician's Identification Sequence -->
<xsl:copy-of select="DicomAttribute[@tag='00080096']"/>
<!-- Study Description from Requested Procedure Description -->
<xsl:if test="DicomAttribute[@tag='00321060']">
<DicomAttribute tag="00081030" vr="LO">
Expand Down

0 comments on commit 5ac9683

Please sign in to comment.