-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #464 from fedorov/merged-segments
Add support for merging non-overlapping segments and saving in a single file
- Loading branch information
Showing
22 changed files
with
2,242 additions
and
435 deletions.
There are no files selected for viewing
This file contains 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 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 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 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 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
Binary file not shown.
This file contains 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 @@ | ||
{ | ||
"BodyPartExamined" : "", | ||
"ClinicalTrialCoordinatingCenterName" : "BWH", | ||
"ClinicalTrialSeriesID" : "Session1", | ||
"ClinicalTrialTimePointID" : "1", | ||
"ContentCreatorName" : "Doe^John", | ||
"InstanceNumber" : "1", | ||
"SeriesDescription" : "Segmentation", | ||
"SeriesNumber" : "300", | ||
"segmentAttributes" : [ | ||
[ | ||
{ | ||
"SegmentAlgorithmName" : "SlicerEditor", | ||
"SegmentAlgorithmType" : "SEMIAUTOMATIC", | ||
"SegmentDescription" : "Liver Segmentation", | ||
"SegmentLabel" : "Liver", | ||
"SegmentedPropertyCategoryCodeSequence" : { | ||
"CodeMeaning" : "Tissue", | ||
"CodeValue" : "85756007", | ||
"CodingSchemeDesignator" : "SCT" | ||
}, | ||
"SegmentedPropertyTypeCodeSequence" : { | ||
"CodeMeaning" : "Liver", | ||
"CodeValue" : "10200004", | ||
"CodingSchemeDesignator" : "SCT" | ||
}, | ||
"labelID" : 1, | ||
"recommendedDisplayRGBValue" : [ 220, 129, 101 ] | ||
}, | ||
{ | ||
"SegmentAlgorithmType" : "MANUAL", | ||
"SegmentDescription" : "Anatomical Structure", | ||
"SegmentLabel" : "Thoracic spine", | ||
"SegmentedPropertyCategoryCodeSequence" : { | ||
"CodeMeaning" : "Anatomical Structure", | ||
"CodeValue" : "123037004", | ||
"CodingSchemeDesignator" : "SCT" | ||
}, | ||
"SegmentedPropertyTypeCodeSequence" : { | ||
"CodeMeaning" : "Thoracic spine", | ||
"CodeValue" : "122495006", | ||
"CodingSchemeDesignator" : "SCT" | ||
}, | ||
"labelID" : 2, | ||
"recommendedDisplayRGBValue" : [ 226, 202, 134 ] | ||
} | ||
], | ||
[ | ||
{ | ||
"SegmentAlgorithmType" : "MANUAL", | ||
"SegmentDescription" : "Anatomical Structure", | ||
"SegmentLabel" : "Heart", | ||
"SegmentedPropertyCategoryCodeSequence" : { | ||
"CodeMeaning" : "Anatomical Structure", | ||
"CodeValue" : "123037004", | ||
"CodingSchemeDesignator" : "SCT" | ||
}, | ||
"SegmentedPropertyTypeCodeSequence" : { | ||
"CodeMeaning" : "Heart", | ||
"CodeValue" : "80891009", | ||
"CodingSchemeDesignator" : "SCT" | ||
}, | ||
"labelID" : 3, | ||
"recommendedDisplayRGBValue" : [ 206, 110, 84 ] | ||
} | ||
] | ||
] | ||
} |
This file contains 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 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
Oops, something went wrong.