Last active
July 24, 2022 17:51
-
-
Save FMCalisto/0cafc7876353bd123bba70c665a48f6f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "rawData": { | |
| "studyId": "<study_id>", | |
| "modality": "<modality_type>", | |
| "stacks": [ | |
| { | |
| "seriesDescription": "<series_description>", | |
| "stackId": "<stack_number>", | |
| "imageIds": [ | |
| "wadouri://<server_url>/instances/<instance_id>/file", | |
| ... | |
| ] | |
| "seriesIndex": 0, | |
| "currentImageIdIndex": [ | |
| 46, | |
| 83, | |
| 72 | |
| ], | |
| "freehand": [ | |
| { | |
| "visible": true, | |
| "active": false, | |
| "shape": { | |
| "type": "oval", | |
| "color_rgb": [ | |
| 255, | |
| 255, | |
| 0 | |
| ] | |
| }, | |
| "margin": { | |
| "type": "circumscribed", | |
| "color_rgb": [ | |
| 0, | |
| 158, | |
| 15 | |
| ] | |
| }, | |
| "internal_enhancement": { | |
| "type": "rim" | |
| }, | |
| "handles": [ | |
| { | |
| "x": 105.86146275211121, | |
| "y": 145.11044928310946, | |
| "highlight": true, | |
| "active": true, | |
| "lastFlag": false, | |
| "lines": [ | |
| { | |
| "x": 103.04692381862849, | |
| "y": 151.02098104342315 | |
| } | |
| ] | |
| }, | |
| ... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment