[ITK-users] [ITK] (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


More information about the Insight-users mailing list