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
Describe the bug:
When creating a catalog of dicom files to write to a json file, if a file that is invalid to process for classificaiton is encountered, an entry in the json file sould still be created.
Describe the bug:
When creating a catalog of dicom files to write to a json file, if a file that is invalid to process for classificaiton is encountered, an entry in the json file sould still be created.
To Reproduce:
Steps to reproduce the behavior:
Expected behavior:
Any valiid dicom series should be represented in the json file, even if it can not be explicitly classified.
In place of the "GUESSED*" dictionary elements, it sould be nice to have the reson why a classification could not be made.
The "StudyInstanceUID" must be listed, along with all other dicom elements.
Actual Behavior:
An empty dictionary is created . (See series 700 which I think is a screen shot).
The text was updated successfully, but these errors were encountered: