Skip to content

Commit

Permalink
Patient attributes created / updated on HL7 messages : Support Patien…
Browse files Browse the repository at this point in the history
…t's Telephone Numbers (0010,2154) and Patient's Telecom Information (0010,2155) #4220
  • Loading branch information
vrindanayak committed Sep 18, 2023
1 parent ae6f88d commit 820b0e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dcm4chee-arc-conf-data/src/main/resources/hl7-common.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,7 @@
<xsl:when test="$telecomInfo/text()">
<xsl:value-of select="$telecomInfo/text()"/>
</xsl:when>
<xsl:when test="$telecomInfo/component[4] and $telecomInfo/component[5] and $telecomInfo/component[6]">
<xsl:when test="$telecomInfo/component[4]/text() and $telecomInfo/component[5]/text() and $telecomInfo/component[6]/text()">
<xsl:value-of select="concat($telecomInfo/component[4], ' ', $telecomInfo/component[5], ' ', $telecomInfo/component[6])"/>
</xsl:when>
<xsl:when test="$telecomInfo/component[11]">
Expand Down

0 comments on commit 820b0e7

Please sign in to comment.