<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<p>Hi,</p>
<p>I'm trying to read private dicom tags using :</p>
<p>    ImageIOType::Pointer dicomIO = ImageIOType::New();<br>
    ...<br>
    dicomIO->SetLoadPrivateTags(true);<br>
    std::string offsetFromBottomStr;</p>
<p>    std::string offsetFromBottom = "0863|1041";<br>
    dicomIO->GetValueFromTag(offsetFromBottom, offsetFromBottomStr);</p>
<p>The value <i>offsetFromBottomStr </i>returned is <i>AICTQw==</i><br>
How does it come and how can I fix this ?</p>
<p>Thank you,<br>
François.<br>
</p>
</body>
</html>