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

Handling list of DICOM datasets reference when creating rtstruct #104

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

gacou54
Copy link

@gacou54 gacou54 commented Feb 16, 2024

We plan to use rt-utils in our pipeline to create RTStruct. Our problem is that the reference DICOM data need to be on the filesystem. For situations where we only manipulate data in memory, I think create_new() and create_from() should be able to take a List[pydicom.Dataset].

series_datasets: List[pydicom.Dataset]
rtstruct = RTStructBuilder.create_new(series_datasets)

I modified the signature of these two functions and added/adapted the tests.

I hope the PR is OK and "fits" in rt-utils. Otherwise, do not hesitate to suggest changes.

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

Successfully merging this pull request may close these issues.

1 participant