Hi all,<br><br>When the tag value is not a sequence, I was writing that tag into the DICOM file using:<br>itk::EncapsulateMetaData&lt;string&gt;(dictWriter, tagID, tagValue);<br><br>I want to know how to write the data when it&#39;s a sequence?<br>
<br>For instance, how to write the following sequence?<br><br>(0x3006,0x0020) Structure Set ROI Sequence <b>&lt;sequence of elements given below....&gt;</b><br>&nbsp; ----:<br>&nbsp;&nbsp;&nbsp; &gt; (0x3006,0x0022) ROI Number &nbsp;&nbsp;&nbsp; <b>&lt;1&gt; </b><br>
&nbsp;&nbsp;&nbsp; &gt; (0x3006,0x0024) Referenced Frame of Reference UID &nbsp;&nbsp;&nbsp;&nbsp; <b>&lt;1.2.840.113619.2.55.3.464283444.427.1208496883.210.11425.1&gt; </b><br>&nbsp;&nbsp;&nbsp; &gt; (0x3006,0x0026) ROI Name &nbsp;&nbsp;&nbsp; <b>&lt;HT&gt;</b> <br>&nbsp;&nbsp;&nbsp; &gt; (0x3006,0x0036) ROI Generation Algorithm &nbsp;&nbsp;&nbsp;&nbsp; <b>&lt;&gt; <br>
</b>&nbsp; ----:<br>&nbsp;&nbsp;&nbsp; &gt; (0x3006,0x0022) ROI Number &nbsp;&nbsp;&nbsp; <b>&lt;2&gt;</b> <br>&nbsp;&nbsp;&nbsp; &gt; (0x3006,0x0024) Referenced Frame of Reference UID &nbsp;&nbsp;&nbsp;&nbsp; <b>&lt;1.2.840.113619.2.55.3.464283444.427.1208496883.210.11425.1&gt;</b> <br>&nbsp;&nbsp;&nbsp; &gt; (0x3006,0x0026) ROI Name &nbsp;&nbsp; <b>&lt;TATOU &gt;</b> <br>
&nbsp;&nbsp;&nbsp; &gt; (0x3006,0x0036) ROI Generation Algorithm <b>&lt;&gt; </b><br>&nbsp; ----:<br><br><br>Thank you very much.<br><br>Warm Regards,<br>Subrahmanyam Gorthi.<br><br>EPFL-STI-LTS5<br>Station 11<br>CH - 1015 Lausanne<br>Switzerland<br>
<br>