-
Notifications
You must be signed in to change notification settings - Fork 212
How can I distinguish several different DICOM series which in a same directory? #436
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
Comments
You will first need to get the list of series ids in the directory: Then you select the relevant series (somehow), and get the specific file names associated with it:
For an example with a dropbox see this Jupyter notebook. You may be interested in the examples shown in the notebooks in general, see the main notebook repository. |
Thanks a lot! It works!
But it returns an empty list, what should I do? |
Three points:
|
Thank you for your time. It helps a lot! |
Uh oh!
There was an error while loading. Please reload this page.
Thanks for your work and share.
Here I have several different DICOM series, they are all in a same directory. I want to use these code to identify different DICOM image:
Then I found I can only get the first image.
I wonder how can I identify them, and get the right image I want?
Thank you !
The text was updated successfully, but these errors were encountered: