Parse DICOM structure set sequence - Java dcm4che library

52 views
Skip to first unread message

SURAJIT KUNDU

unread,
Feb 26, 2019, 5:48:32 AM2/26/19
to dcm4che
I am having difficulty in parsing DICOM structure sequence, exactly when one sequence has more than one object sequence. I am using recursion, where the termination condition is following 

 1. If sequence has a tag which does not contain another sequence (SQ) then return the value of the tag (key). Else recursively call the function.

In my case, I am getting the first sequence only.

A sample code is desirable with illustration.

Thanks in advance 

Reply all
Reply to author
Forward
0 new messages