forward xslt help

29 views
Skip to first unread message

Rajul Shah

unread,
May 13, 2016, 3:09:27 PM5/13/16
to dcm4che
Anyone has idea on forward rule based on time of study...

case use:
<forward Mon,Tue between 8am and 11pm to dest1>


<xsl:if test ="$day = '1' or $day = '2'  and $hour >  '8' and '23' < $hour">
<destination aet="dest1"/>
</xsl:if>

do i need to set parameter or variable for testing i.e., tag for study date/time??
Reply all
Reply to author
Forward
0 new messages