<div dir="ltr">Hi everyone,<div><br></div><div>While using the GDCMImageIO class to write a Dicom Image, I found some limitations so I modified the class to correct them.</div><div>The limitations I found are:</div><div>1) Can't write a sequence or even less Sequence inside Sequences.</div><div>2) Can't write arrays of unsigned short (Example: (0054,0010)<span style="white-space:pre"> </span>EnergyWindowVector, (0054,0020)<span style="white-space:pre"> </span>DetectorVector<span style="white-space:pre">, (0054,0080) SliceVector).</span></div><div><span style="white-space:pre"><br></span></div><div><span style="white-space:pre">In order to pass the data the array of unsigned short I'm using a std::vector<unsigned short>. The sequences are stored in a Dictionary.</span></div><div><span style="white-space:pre"><br></span></div><div><span style="white-space:pre">Attached is the class modified. I would be great to include these changes in future versions or improve </span>GDCMImageIO class to correct these limitations.</div><div><span style="white-space:pre"><br></span></div><div>HTH,</div><div>Emiliano Beronich </div><div><span style="white-space:pre"><br></span></div><div><span style="white-space:pre"><br></span></div></div>