AETitle & Station Name Unknown

54 views
Skip to first unread message

Ami Malik

unread,
May 7, 2014, 1:22:22 AM5/7/14
to dcm...@googlegroups.com
I have added following tags in ZDS template, in ORM2DCM.xsl.

<xsl:call-template name="attr">
<xsl:with-param name="tag" select="'00400001'"/>
<xsl:with-param name="vr" select="'AE'"/>
<xsl:with-param name="val" select="string(field[3]/text())"/>
</xsl:call-template>

<!-- Scheduled Station Name (set to the same field as AE title) -->
<xsl:call-template name="attr">
<xsl:with-param name="tag" select="'00400010'"/>
<xsl:with-param name="vr" select="'AE'"/>
<xsl:with-param name="val" select="string(field[2]/text())"/>
</xsl:call-template>

But when I get the item in Modality Worklist, AETitle and Station Name is still Unknown. Am I doing wrong ?? Please tell me how can I fix such issue.

Thanks,
Reply all
Reply to author
Forward
0 new messages