|
2 | 2 |
|
3 | 3 | This page provides a comprehensive reference for all index tables available in |
4 | 4 | `idc-index`. The documentation is automatically generated from the schemas |
5 | | -provided by `idc-index-data` (version 23.7.0). |
| 5 | +provided by `idc-index-data` (version 23.8.0). |
6 | 6 |
|
7 | 7 | > **Note:** Column descriptions are sourced directly from the `idc-index-data` |
8 | 8 | > package schemas. If you notice any missing or incorrect descriptions, please |
@@ -368,6 +368,20 @@ segmented image series. |
368 | 368 | available in DICOM SegmentAlgorithmName |
369 | 369 | - **`segmented_SeriesInstanceUID`** (`STRING`, NULLABLE): SeriesInstanceUID of |
370 | 370 | the referenced image series that the segmentation applies to |
| 371 | +- **`SegmentedPropertyCategory_CodeMeanings`** (`STRING`, REPEATED): Array of |
| 372 | + distinct CodeMeaning values from SegmentedPropertyCategoryCodeSequence across |
| 373 | + all segments in the series, representing the broad category of the segmented |
| 374 | + property as defined in DICOM PS3.3 C.8.20.2, e.g., ["Anatomical Structure"], |
| 375 | + ["Morphologically Altered Structure"] |
| 376 | +- **`SegmentedPropertyType_CodeMeanings`** (`STRING`, REPEATED): Array of |
| 377 | + distinct CodeMeaning values from SegmentedPropertyTypeCodeSequence across all |
| 378 | + segments in the series, representing the specific type of the segmented |
| 379 | + property as defined in DICOM PS3.3 C.8.20.2, e.g., ["Liver", "Kidney", |
| 380 | + "Spleen"] |
| 381 | +- **`AnatomicRegion_CodeMeanings`** (`STRING`, REPEATED): Array of distinct |
| 382 | + CodeMeaning values from AnatomicRegionSequence across all segments in the |
| 383 | + series, representing the anatomic location of the segmented structure as |
| 384 | + defined in DICOM PS3.3 C.8.20.2, e.g., ["Abdomen"], ["Thorax", "Head"] |
371 | 385 |
|
372 | 386 | ## `sm_index` |
373 | 387 |
|
|
0 commit comments