-
Notifications
You must be signed in to change notification settings - Fork 10
/
seg_conversion_template.json
42 lines (42 loc) · 1.17 KB
/
seg_conversion_template.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"ContentCreatorName": "Reader1",
"ClinicalTrialSeriesID": "Session1",
"ClinicalTrialTimePointID": "1",
"SeriesDescription": "Lung nodule segmentation",
"SeriesNumber": "300",
"InstanceNumber": "1",
"BodyPartExamined": "LUNG",
"segmentAttributes": [
[
{
"labelID": 1,
"SegmentAlgorithmType": "MANUAL",
"AnatomicRegionSequence": {
"CodeValue": "T-28000",
"CodingSchemeDesignator": "SRT",
"CodeMeaning": "Lung"
},
"SegmentedPropertyCategoryCodeSequence": {
"CodeValue": "M-01000",
"CodingSchemeDesignator": "SRT",
"CodeMeaning": "Morphological Abnormal Structure"
},
"SegmentedPropertyTypeCodeSequence": {
"CodeValue": "M-03010",
"CodingSchemeDesignator": "SRT",
"CodeMeaning": "Nodule"
},
"recommendedDisplayRGBValue": [
255,
255,
255
],
"TrackingIdentifier": "TBD",
"TrackingUniqueIdentifier": "TBD"
}
]
],
"ContentLabel": "SEGMENTATION",
"ContentDescription": "Lung nodule segmentation",
"ClinicalTrialCoordinatingCenterName": "TCIA"
}