Skip to content

Commit

Permalink
BUG: fix showAnatomy type
Browse files Browse the repository at this point in the history
  • Loading branch information
fedorov committed Apr 6, 2017
1 parent 8412d44 commit 332a322
Showing 1 changed file with 8 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{
"CodeMeaning": "Tissue",
"CodingSchemeDesignator": "SRT",
"showAnatomy": "true",
"showAnatomy": true,
"cid": "7150",
"CodeValue": "T-D0050",
"contextGroupName": "SegmentationPropertyCategories",
Expand Down Expand Up @@ -338,7 +338,7 @@
{
"CodeMeaning": "Morphologically Altered Structure",
"CodingSchemeDesignator": "SRT",
"showAnatomy": "true",
"showAnatomy": true,
"cid": "7150",
"CodeValue": "M-01000",
"contextGroupName": "SegmentationPropertyCategories",
Expand Down Expand Up @@ -514,7 +514,7 @@
{
"CodeMeaning": "Body Substance",
"CodingSchemeDesignator": "SRT",
"showAnatomy": "false",
"showAnatomy": false,
"cid": "7150",
"CodeValue": "T-D0080",
"contextGroupName": "SegmentationPropertyCategories",
Expand Down Expand Up @@ -604,7 +604,7 @@
{
"CodeMeaning": "Physical object",
"CodingSchemeDesignator": "SRT",
"showAnatomy": "true",
"showAnatomy": true,
"cid": "7150",
"CodeValue": "A-00004",
"contextGroupName": "SegmentationPropertyCategories",
Expand Down Expand Up @@ -1130,7 +1130,7 @@
{
"CodeMeaning": "Anatomical Structure",
"CodingSchemeDesignator": "SRT",
"showAnatomy": "false",
"showAnatomy": false,
"cid": "7150",
"CodeValue": "T-D000A",
"contextGroupName": "SegmentationPropertyCategories",
Expand Down Expand Up @@ -14898,7 +14898,7 @@
{
"CodeMeaning": "Function",
"CodingSchemeDesignator": "SRT",
"showAnatomy": "true",
"showAnatomy": true,
"cid": "7150",
"CodeValue": "R-42019",
"contextGroupName": "SegmentationPropertyCategories",
Expand All @@ -14917,7 +14917,7 @@
{
"CodeMeaning": "Substance",
"CodingSchemeDesignator": "SRT",
"showAnatomy": "true",
"showAnatomy": true,
"cid": "7150",
"CodeValue": "F-61002",
"contextGroupName": "SegmentationPropertyCategories",
Expand All @@ -14936,7 +14936,7 @@
{
"CodeMeaning": "Spatial and Relational Concept",
"CodingSchemeDesignator": "SRT",
"showAnatomy": "true",
"showAnatomy": true,
"cid": "7150",
"CodeValue": "R-42018",
"contextGroupName": "SegmentationPropertyCategories",
Expand Down Expand Up @@ -15035,4 +15035,3 @@
]
}
}

0 comments on commit 332a322

Please sign in to comment.