arc 5 coerce using called aet

145 views
Skip to first unread message

Burninator03

unread,
Apr 3, 2018, 5:17:22 PM4/3/18
to dcm4che
In DCM4CHEE 2, I was able to use the called AET in the coersions, using the below code:

<?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="no"/>
  <!-- overwritten by application with actual values -->
  <xsl:param name="calling" select="'SAMPLE_MOD'"/>
  <xsl:param name="called" select="'DCM4CHEE'"/>
  <xsl:param name="date" select="'20051206'"/>
  <xsl:param name="time" select="'115600.000'"/>
  <xsl:template match="/dataset">
    <dataset>

      <!--  Destination AE  -->
      <attr tag="21000140" vr="AE">
        <xsl:value-of select="$called"/>
      </attr>

    </dataset>
  </xsl:template>
</xsl:stylesheet>


I'm trying to replace the old PACS using DCM4CHEE-Arc 5, and I see that the stylesheets are a little different.

Is there a way to grab the Called AE Title and save it to another tag?  Also, is there a way I can see all the parameters that are available for me to use in coersions?

Thanks,
Tim

gunterze

unread,
Apr 4, 2018, 8:37:49 AM4/4/18
to dcm4che
If you configure the Attribute Coercion on Archive AE, instead on Archive Device level, it will only be applied for objects received by that AE.

The current version does no pass any parameter to the Transformer. Which would you need?.

gunter

Tim Leibovich

unread,
Apr 4, 2018, 10:14:56 AM4/4/18
to dcm...@googlegroups.com
Thanks for your reply, Gunter.  That makes sense.

I was planning to eventually setup a configuration where all accepted called would be "Other AE Titles" under one primary.  We route DICOM into our RIS based on called AE Titles right now, and it is simple because a single coersion stylesheet applies to all studies incoming.  If we are to do the same thing with DCM4CHEE-Arc-Light, I think we would just need Called AET passed to the stylesheet as a parameter.

Of course, as you said, we could configure separate AE Titles for each customer sending to us (each with their own coersion stylesheet), but I'd prefer a simpler setup if possible.

Do you have an idea of whether/when that parameter would make it's way into a DCM4CHEE release?  Alternatively, do you see any glaring issues with the setup as I've described it?

Thanks,
Tim

--
You received this message because you are subscribed to a topic in the Google Groups "dcm4che" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/dcm4che/wHzBs30jmI8/unsubscribe.
To unsubscribe from this group and all its topics, send an email to dcm4che+unsubscribe@googlegroups.com.
To post to this group, send email to dcm...@googlegroups.com.
Visit this group at https://groups.google.com/group/dcm4che.
For more options, visit https://groups.google.com/d/optout.

Gunter Zeilinger

unread,
Apr 4, 2018, 11:03:58 AM4/4/18
to dcm...@googlegroups.com
It's not much effort, so I think it will make it in next release in ~1 month. Can I delegate you to open the issue?

--
You received this message because you are subscribed to the Google Groups "dcm4che" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dcm4che+unsubscribe@googlegroups.com.

Tim Leibovich

unread,
Apr 4, 2018, 11:47:09 AM4/4/18
to dcm...@googlegroups.com
That's great!  Will do.

Thanks again,
Tim

Ranjitha k

unread,
Nov 24, 2022, 1:34:41 AM11/24/22
to dcm4che
Hello!

    I am using dcm4chee-arc-light 5.21.0. I am trying to coerce MWL C-FIND request using mwl-cfindrq.xsl. How can I access the Calling AE title from the stylesheet?

Thanks,
Ranjitha

To unsubscribe from this group and all its topics, send an email to dcm4che+u...@googlegroups.com.

To post to this group, send email to dcm...@googlegroups.com.
Visit this group at https://groups.google.com/group/dcm4che.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "dcm4che" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dcm4che+u...@googlegroups.com.

To post to this group, send email to dcm...@googlegroups.com.
Visit this group at https://groups.google.com/group/dcm4che.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to a topic in the Google Groups "dcm4che" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/dcm4che/wHzBs30jmI8/unsubscribe.
To unsubscribe from this group and all its topics, send an email to dcm4che+u...@googlegroups.com.
Reply all
Reply to author
Forward
0 new messages