[ITK] [ITK-users] (no subject)

Matt McCormick matt.mccormick at kitware.com
Mon Jul 14 21:39:41 EDT 2014


On Mon, Jul 14, 2014 at 9:27 PM, Harnish, Roy <Roy.Harnish at ucsf.edu> wrote:
> Hi Matt,
>
> Here's what I'm running:
>
>     std::string tagkey = "0119|1030";
>     std::string labelId;
>     std::string value;
>     std::cout << "itk::GDCMImageIO::GetLabelFromTag( tagkey, labelId ): ";
>     std::cout << itk::GDCMImageIO::GetLabelFromTag( tagkey, labelId ) << std::endl;
>     std::cout << "labelId: " << labelId << std::endl;
>
> And here's the output
>
> itk::GDCMImageIO::GetLabelFromTag( tagkey, labelId ): 0
> labelId:
>

This means the tag is not found.  For more information, try [1]

HTH,
Matt

[1] http://www.itk.org/Doxygen/html/IO_2DicomImageReadPrintTags_8cxx-example.html#_a2
_____________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html

Kitware offers ITK Training Courses, for more information visit:
http://www.kitware.com/products/protraining.php

Please keep messages on-topic and check the ITK FAQ at:
http://www.itk.org/Wiki/ITK_FAQ

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/insight-users



More information about the Community mailing list