Skip to content

Commit

Permalink
Merge pull request #246 from afshinmessiah/SRT2SCT
Browse files Browse the repository at this point in the history
SRT codes were replaced with SCT
  • Loading branch information
fedorov authored Mar 17, 2020
2 parents 93a4e8a + 9462bd2 commit b3f6cf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DICOMPlugins/DICOMSegmentationPlugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def load(self,loadable):

segmentId = segment["labelID"]

defaults = ['T-D0050', 'Tissue', 'SRT']
defaults = ['85756007', 'Tissue', 'SCT']
categoryCode, categoryCodingScheme, categoryCodeMeaning = \
self.getValuesFromCodeSequence(segment, "SegmentedPropertyCategoryCodeSequence", defaults)

Expand All @@ -160,7 +160,7 @@ def load(self,loadable):
typeModCode, typeModCodingScheme, typeModCodeMeaning = \
self.getValuesFromCodeSequence(segment, "SegmentedPropertyTypeModifierCodeSequence")

anatomicRegionDefaults = ['T-D0010', 'SRT', 'Entire Body']
anatomicRegionDefaults = ['38266002', 'SCT', 'Entire Body']
regionCode, regionCodingScheme, regionCodeMeaning = \
self.getValuesFromCodeSequence(segment, "AnatomicRegionSequence", anatomicRegionDefaults)

Expand Down

0 comments on commit b3f6cf2

Please sign in to comment.