-
Notifications
You must be signed in to change notification settings - Fork 599
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
Use DICOM to store annotations #1020
Comments
are you working with this? |
Not right now, not sure when I will be able to... Any help is appreciated! |
The plan for now is to first store annotations as DICOM SR and then store state as presentation state. This issue is for the first part, saving annotations. See progress on the related branch. |
The possible shapes are limited by the possible values of the GraphicType type tag (00700023 on innolitics) ie So, unless somebody complains, this tool will not be reimplemented in the SR implementation. |
Regarding the old state format, the plan is to support its loading but all code that allowed to save them will be removed. Remember that the old state was not as precise as the DICOM SR, its relation to the 'reference' data was very loose and there was no real guaranty for shapes drawn on oriented views. |
The current code saves presentation and drawing information in a json state file. This storage is not standard and cannot be shared easily. DICOM storage must be studied to replace the json file. For example:
The text was updated successfully, but these errors were encountered: