Skip to content

Commit 65e6199

Browse files
authored
Merge pull request #246 from ImagingDataCommons/update-indices-docs
Update indices documentation with latest schemas
2 parents 76765b5 + d8bdbed commit 65e6199

1 file changed

Lines changed: 15 additions & 1 deletion

File tree

docs/indices_reference.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This page provides a comprehensive reference for all index tables available in
44
`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).
66

77
> **Note:** Column descriptions are sourced directly from the `idc-index-data`
88
> package schemas. If you notice any missing or incorrect descriptions, please
@@ -368,6 +368,20 @@ segmented image series.
368368
available in DICOM SegmentAlgorithmName
369369
- **`segmented_SeriesInstanceUID`** (`STRING`, NULLABLE): SeriesInstanceUID of
370370
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"]
371385

372386
## `sm_index`
373387

0 commit comments

Comments
 (0)