All, Forgive me I am a Newbie of the DICOM. And I was just learning the DICOM standard right now. I just knew there has an attribute named SQ (Sequencing Data Sets) in the DICOM standard. Basically, It can be used to describe a DICOM object like a tree. I am just curious about in what particular case we should use this kind of structure to build a DICOM object? Thanks.
The dicom sequence is type of nested structure to define some complex tag and consist in a set of datasets, like a structured report. The image above can exemplify:
Currently I'm working in ultrasound images and I use the dicom sequence to specify a region of a image, for example:
The region 'A' have a specific tag: (0018,6011) Sequence of Ultrasound Regions, and this region have nested tags like:
These tags is used for a instance of a region, the region 'B', 'C' or whatever may have the same tags. To exemplify better see the image above
For more information, in this link (http://dicom.nema.org/dicom/2013/output/chtml/part05/sect_7.5.html) have a standard associated with nesting structures, and in this link(http://dicom.nema.org/medical/dicom/2014c/output/chtml/part03/sect_C.8.5.5.html) have specific use for ultrasound image to use with example.
Good luck in your Dicom studies!