Worklist Query : sex and size not submitted

178 views
Skip to first unread message

W

unread,
Jan 27, 2015, 8:50:05 AM1/27/15
to dcm...@googlegroups.com
Hello,

I create Worklist entries with all Dicom Information and with the Dicom Tags 0010|0040 Patient Sex and 0010|1020 Patient Size.

I can see sex and size tags  in dcm4chee:

>Patient’s Sex (0010,0040) CS 2 M
>Patient’s Size (0010,1020) CS 4 180

but with the  Worklistquery (with dcmmwl from toolkit)
this fields are empty.

(0010,0040) CS #0 [] Patient?s Sex
(0010,1030) DS #0 [] Patient?s Weight


How can I configure that sex and size are also submit?

Thank you, Wolfgang

Wolfgang

unread,
Jan 27, 2015, 10:59:58 AM1/27/15
to dcm...@googlegroups.com

I found this description:
does this mean that sex and size are only returned tags from the modality?

Wolfgang

Wolfgang

unread,
Jan 27, 2015, 12:49:24 PM1/27/15
to dcm...@googlegroups.com
hmm,
I created a worklist entry with the mwlitem.xsl.
Then, my missed tags are in.




Am Dienstag, 27. Januar 2015 14:50:05 UTC+1 schrieb Wolfgang:

Wolfgang

unread,
Jan 28, 2015, 10:43:39 AM1/28/15
to dcm...@googlegroups.com

patient sex is solved, submit it in HL7 PID8, and it works.

The BODY WEIGHT and BODY HEIGHT values should submit in extra OBX segments.
Here is my OBX segment.
OBX|1|CE|^BODY WEIGHT||80|^kg|

The value is submit to dcm4chee, but it is not accept as part of my worklist-order.
What else do I have to configure (in Stylesheet /conf/dcm4chee-hl7/*.xls ?) for weight and height?

Wolfgang



Am Dienstag, 27. Januar 2015 14:50:05 UTC+1 schrieb Wolfgang:

fleetwoodfc

unread,
Jan 28, 2015, 11:33:41 AM1/28/15
to dcm...@googlegroups.com
By default the mapping is controlled by the orm2dcm.xsl file - so add the mapping there

Wolfgang

unread,
Jan 29, 2015, 1:28:39 PM1/29/15
to dcm...@googlegroups.com
Hello,
thank you for assistance, fleetwood!
I configured my xsl stylesheet and weight and height are well submitted in HL7 OBX segments and mapped to dicom tags 0010 | 1020 and 1030.
Weight is available with dcmmwl query, but Size not.
Patient Size ist also not available with mwlitem.xsl.
Is Patient Size not part of Worklist-Information?
  Wolfgang

Here is part of my xsl stylesheet:

<xsl:apply-templates select="OBX[1]"/>

 <xsl:apply-templates select="OBX[2]"/>

<xsl:template match="OBX[1]">

        <!-- Gewicht -->

        <xsl:call-template name="attr">

            <xsl:with-param name="tag" select="'00101030'"/>

            <xsl:with-param name="vr" select="'CS'"/>

            <xsl:with-param name="val" select="string(field[5]/text())"/>

        </xsl:call-template>

    </xsl:template>



<xsl:template match="OBX[2]">

        <!-- Gewicht -->

        <xsl:call-template name="attr">

            <xsl:with-param name="tag" select="'00101020'"/>

            <xsl:with-param name="vr" select="'CS'"/>

            <xsl:with-param name="val" select="string(field[5]/text())"/>

        </xsl:call-template>

    </xsl:template>



Am Dienstag, 27. Januar 2015 14:50:05 UTC+1 schrieb Wolfgang:

Wolfgang

unread,
Jan 30, 2015, 3:25:16 AM1/30/15
to dcm...@googlegroups.com
It can be configured in query :

./dcmmwl DCMAET@localhost:11112 -r00101020

Thank You!


Am Dienstag, 27. Januar 2015 14:50:05 UTC+1 schrieb Wolfgang:
Reply all
Reply to author
Forward
0 new messages