Groups keyboard shortcuts have been updated
Dismiss
See shortcuts

dcm4che 2.0.25

54 views
Skip to first unread message

Ujjawal Kumar

unread,
Oct 12, 2015, 4:40:27 PM10/12/15
to dcm4che
Hi All,
I have a requirement to modify nested tag. Can anyone help me?
I used removeDicomObject(int index){}  method to delete nested tag but getting UnsupportedOperationException.
Thanks in Advance.

p.p...@synedra.com

unread,
Oct 13, 2015, 10:38:23 AM10/13/15
to dcm4che
I am assuming you are talking about
org.dcm4che2.data.DicomElement.removeDicomObject(int index)

When you take a closer look at the implementing classes you will find out, that 
org.dcm4che2.data.SequenceDicomElement
is the only class to provide a proper implementation for the method in question. So it seems, you are can only remove DicomObjects from Sequences, but you are trying to remove it from something else.
Reply all
Reply to author
Forward
0 new messages