Skip to content

Commit 5ac9683

Browse files
committed
HL7 order messages to MWL / HL7 ORU messages to DICOM SRs, PDFs : Enable mapping of PV1.8 to Referring Physician Identification Sequence (0008,0096) fields #4157
1 parent f1097c0 commit 5ac9683

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

dcm4chee-arc-conf-data/src/main/resources/mwl2series.xsl

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
<xsl:copy-of select="DicomAttribute[@tag='00080080']"/>
1111
<!-- Referring Physician's Name -->
1212
<xsl:copy-of select="DicomAttribute[@tag='00080090']"/>
13+
<!-- Referring Physician's Identification Sequence -->
14+
<xsl:copy-of select="DicomAttribute[@tag='00080096']"/>
1315
<!-- Study Description from Requested Procedure Description -->
1416
<xsl:if test="DicomAttribute[@tag='00321060']">
1517
<DicomAttribute tag="00081030" vr="LO">

dcm4chee-arc-conf-data/src/main/resources/mwl2study.xsl

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
<xsl:copy-of select="DicomAttribute[@tag='00080080']"/>
1111
<!-- Referring Physician's Name -->
1212
<xsl:copy-of select="DicomAttribute[@tag='00080090']"/>
13+
<!-- Referring Physician's Identification Sequence -->
14+
<xsl:copy-of select="DicomAttribute[@tag='00080096']"/>
1315
<!-- Study Description from Requested Procedure Description -->
1416
<xsl:if test="DicomAttribute[@tag='00321060']">
1517
<DicomAttribute tag="00081030" vr="LO">

0 commit comments

Comments
 (0)