You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I've been recently using Evil-DICOM library.
And I'm trying to make a RT Dicom using contour data which consists of several polygonal data with points
However, I noticed that there are many tags about rt contours, and it requires that write several sequence data.
Hello, I've been recently using Evil-DICOM library.
And I'm trying to make a RT Dicom using contour data which consists of several polygonal data with points
However, I noticed that there are many tags about rt contours, and it requires that write several sequence data.
{(3006,0010) : ReferencedFrameOfReferenceSequence, Sequence : 1 Items} EvilDICOM.Core.Interfaces.IDICOMElement {EvilDICOM.Core.Element.Sequence}
{(3006,0020) : StructureSetROISequence, Sequence : 16 Items} EvilDICOM.Core.Interfaces.IDICOMElement {EvilDICOM.Core.Element.Sequence}
{(3006,0039) : ROIContourSequence, Sequence : 16 Items} EvilDICOM.Core.Interfaces.IDICOMElement {EvilDICOM.Core.Element.Sequence}
{(3006,0080) : RTROIObservationsSequence, Sequence : 16 Items}
I think there is a sophisticated tool for writing RT structure with a simple function in Evil-DICOM.
Is there any?
The text was updated successfully, but these errors were encountered: