-
Notifications
You must be signed in to change notification settings - Fork 1
Gradienthealth/Segmentation with DicomJson #1
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
Open
Adithyan-Dinesh-Trenser
wants to merge
7
commits into
gradienthealth/zip_deployment
Choose a base branch
from
gradienthealth/Segmentation-with-DicomJSON
base: gradienthealth/zip_deployment
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
d3775f5
Implemented store functionality for DicomSeg.
Adithyan-Dinesh-Trenser 0392e62
Corrected typo.
Adithyan-Dinesh-Trenser c013b10
Added FrameOfReferenceUID to the generated Segmentation json.
Adithyan-Dinesh-Trenser 48e7990
Resolved all the comments
Adithyan-Dinesh-Trenser a76415b
Added GRADIENT_README.md
Adithyan-Dinesh-Trenser 4e76f00
Modified the description in the GRADIENT_README.md
Adithyan-Dinesh-Trenser f275d0d
Viewer rebase changes
Adithyan-Dinesh-Trenser File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
68 changes: 68 additions & 0 deletions
68
extensions/ohif-gradienthealth-extension/GRADIENT_README.md
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
# @gradienthealth/ohif-gradienthealth-extension | ||
|
||
### Segmentation in DicomJson Series metadata Sample | ||
|
||
```json | ||
{ | ||
"Modality": "SEG", | ||
"SeriesInstanceUID": "2.25.478875556728379505207796619011601982565", | ||
"SeriesDescription": "Seg2", | ||
"SeriesNumber": 99, | ||
"SeriesDate": "20231109", | ||
"StudyInstanceUID": "1.2.40.1.13.2.1464541835.1640.1480008284780.704.2.0", | ||
"instances": [ | ||
{ | ||
"metadata": { | ||
"FrameOfReferenceUID": "1.3.46.670589.11.18776.5.0.6996.2016112418000306013", | ||
"SOPInstanceUID": "2.25.381554502573666068693329632131787392307", | ||
"SOPClassUID": "1.2.840.10008.5.1.4.1.1.66.4", | ||
"ReferencedSeriesSequence": { | ||
"SeriesInstanceUID": "1.3.46.670589.11.18776.5.0.6088.2016112418015260387", | ||
"ReferencedInstanceSequence": [ | ||
{ | ||
"ReferencedSOPClassUID": "1.2.840.10008.5.1.4.1.1.4", | ||
"ReferencedSOPInstanceUID": "1.3.46.670589.11.18776.5.0.6088.2016112418034896398" | ||
}, | ||
{ | ||
"ReferencedSOPClassUID": "1.2.840.10008.5.1.4.1.1.4", | ||
"ReferencedSOPInstanceUID": "1.3.46.670589.11.18776.5.0.6088.2016112418052378421" | ||
}, | ||
{ | ||
"ReferencedSOPClassUID": "1.2.840.10008.5.1.4.1.1.4", | ||
"ReferencedSOPInstanceUID": "1.3.46.670589.11.18776.5.0.6088.2016112418034934404" | ||
}, | ||
{ | ||
"ReferencedSOPClassUID": "1.2.840.10008.5.1.4.1.1.4", | ||
"ReferencedSOPInstanceUID": "1.3.46.670589.11.18776.5.0.6088.2016112418052326410" | ||
} | ||
] | ||
}, | ||
"SharedFunctionalGroupsSequence": { | ||
"PlaneOrientationSequence": { | ||
"ImageOrientationPatient": [ | ||
0.06783646345138, 0.99748069047927, 0.02074741572141, | ||
-0.0216917078942, 0.02226497046649, -0.9995167255401 | ||
] | ||
}, | ||
"PixelMeasuresSequence": { | ||
"PixelSpacing": [0.265625, 0.265625], | ||
"SliceThickness": 4.099999453351714 | ||
}, | ||
"MRImageFrameTypeSequence": { | ||
"FrameType": ["ORIGINAL", "PRIMARY", "OTHER", "NONE"], | ||
"PixelPresentation": "MONOCHROME", | ||
"VolumetricProperties": "VOLUME", | ||
"VolumeBasedCalculationTechnique": "NONE", | ||
"ComplexImageComponent": "MAGNITUDE", | ||
"AcquisitionContrast": "UNKNOWN" | ||
} | ||
} | ||
}, | ||
"url": "dicomweb:https://storage.googleapis.com/gradient-health-dicomseg/dicomweb/studies/1.2.40.1.13.2.1464541835.1640.1480008284780.704.2.0/series/2.25.478875556728379505207796619011601982565/instances/2.25.381554502573666068693329632131787392307/Seg2.dcm" | ||
} | ||
] | ||
} | ||
``` | ||
|
||
Segmentation Series metadata is also retrieved along with other series metadata of the study | ||
and loaded as Dicom-Seg in the ThumbnailList. |
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
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
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
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.