Status: New
Owner: ----
Labels: Type-Defect Priority-Medium Difficulty-Medium
New issue 159 by
manueli...@gmail.com: problem with UN VR type
https://code.google.com/p/pydicom/issues/detail?id=159
Hi,
Im a new user of python and I need to read the information of the dicom
tags. I was using pydicom but I have a problem. If the tag is 'UN' unknown,
pydicom it is no capable to read it. I'm a usually Matlab user
and, "dicominfo" is capable o do it, like you can see in his code :
"case 'UN'
% It's possible that the attribute contains a private sequence
% with implicit VR; in which case the Data field contains the
% parsed sequence.
if (isstruct(rawAttr.Data))
processedAttr = parseSequence(rawAttr.Data);
else
processedAttr = rawAttr.Data';
end"
My question is if you have any idea about I can read this 'UN' tag with
pydicom.
Thanks,
Manuela
manue...@gmail.com
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings