Issue 159 in pydicom: problem with UN VR type

1 view
Skip to first unread message

pyd...@googlecode.com

unread,
Jun 12, 2015, 11:48:04 AM6/12/15
to pydic...@googlegroups.com
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

pyd...@googlecode.com

unread,
Jun 12, 2015, 1:15:29 PM6/12/15
to pydic...@googlegroups.com

Comment #1 on issue 159 by darcy...@gmail.com: problem with UN VR type
https://code.google.com/p/pydicom/issues/detail?id=159

Hi, we are over on github now. Please create an issue over there
(https://github.com/darcymason/pydicom/issues/new) and we can discuss
further.

But quick first answer ... pydicom should handle UN, just returning it as
bytes. Can you provide more detail on the error message you are getting?
Reply all
Reply to author
Forward
0 new messages