Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there any tool for writing Dicom-RT structure easily? #96

Open
hwkim0325 opened this issue Mar 28, 2022 · 0 comments
Open

Is there any tool for writing Dicom-RT structure easily? #96

hwkim0325 opened this issue Mar 28, 2022 · 0 comments

Comments

@hwkim0325
Copy link

hwkim0325 commented Mar 28, 2022

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant