init
This commit is contained in:
11
dcm4chee/default/conf/dcm4chee-hl7/pid2dcm.xsl
Normal file
11
dcm4chee/default/conf/dcm4chee-hl7/pid2dcm.xsl
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
||||
<xsl:output method="xml" indent="yes"/>
|
||||
<xsl:include href="common.xsl"/>
|
||||
<xsl:template match="/hl7">
|
||||
<dataset>
|
||||
<attr tag="00080005" vr="CS">ISO_IR 100</attr>
|
||||
<xsl:apply-templates select="PID"/>
|
||||
</dataset>
|
||||
</xsl:template>
|
||||
</xsl:stylesheet>
|
||||
Reference in New Issue
Block a user