Skip to content

Commit 7907db4

Browse files
authored
Merge pull request #272 from ImagingDataCommons/update-indices-docs
Update indices documentation with latest schemas
2 parents d4b68b1 + 051772b commit 7907db4

1 file changed

Lines changed: 23 additions & 5 deletions

File tree

docs/indices_reference.md

Lines changed: 23 additions & 5 deletions
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 24.0.4).
5+
provided by `idc-index-data` (version 24.1.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
@@ -152,8 +152,7 @@ AWS S3 bucket and URL to download the series.
152152
can be added to a given collection over time
153153
- **`PatientID`** (`STRING`, NULLABLE): identifier of the patient within the
154154
collection (DICOM attribute)
155-
- **`SeriesInstanceUID`** (`STRING`, NULLABLE): unique identifier of the DICOM
156-
series (DICOM attribute)
155+
- **`SeriesInstanceUID`** (`STRING`, NULLABLE):
157156
- **`StudyInstanceUID`** (`STRING`, NULLABLE): unique identifier of the DICOM
158157
study (DICOM attribute)
159158
- **`source_DOI`** (`STRING`, NULLABLE): Digital Object Identifier of the
@@ -195,6 +194,11 @@ AWS S3 bucket and URL to download the series.
195194
- **`instanceCount`** (`INTEGER`, NULLABLE): number of instances in the series
196195
- **`license_short_name`** (`STRING`, NULLABLE): short name of the license that
197196
applies to this series
197+
- **`series_init_idc_version`** (`INTEGER`, NULLABLE): IDC data release version
198+
number when this series first appeared in IDC (integer, e.g., 1 for v1)
199+
- **`series_revised_idc_version`** (`INTEGER`, NULLABLE): IDC data release
200+
version number when this series was most recently revised in IDC (integer,
201+
e.g., 24 for v24)
198202
- **`aws_bucket`** (`STRING`, NULLABLE): name of the AWS S3 bucket that contains
199203
the series
200204
- **`crdc_series_uuid`** (`STRING`, NULLABLE): unique identifier of the series
@@ -246,15 +250,15 @@ collection
246250
results collection
247251
- **`modalities`** (`STRING`, NULLABLE): modalities corresponding to the
248252
analysis artifacts included in the analysis results collection
249-
- **`Updated`** (`STRING`, NULLABLE): timestamp of the last update to the
253+
- **`updated`** (`STRING`, NULLABLE): timestamp of the last update to the
250254
analysis results collection
251255
- **`license_url`** (`STRING`, NULLABLE): license URL for the analysis results
252256
collection
253257
- **`license_long_name`** (`STRING`, NULLABLE): license name for the analysis
254258
results collection
255259
- **`license_short_name`** (`STRING`, NULLABLE): short name for the license of
256260
the analysis results collection
257-
- **`Description`** (`STRING`, NULLABLE): detailed description of the analysis
261+
- **`description`** (`STRING`, NULLABLE): detailed description of the analysis
258262
results collection
259263
- **`citation`** (`STRING`, NULLABLE): citation for the analysis results
260264
collection that should be used for acknowledgment
@@ -558,6 +562,20 @@ be joined with the main index table and/or with `sm_index` using the
558562
- **`crdc_instance_uuid`** (`STRING`, NULLABLE): unique identifier of the
559563
instance within the IDC
560564

565+
## `version_metadata_index`
566+
567+
This table contains metadata about each IDC data release version. Each row
568+
corresponds to one IDC version and captures when that version was created. This
569+
index can be used to correlate data in other indexes (which include idc_version
570+
columns) with the corresponding release timestamps.
571+
572+
### Columns
573+
574+
- **`idc_version`** (`INTEGER`, NULLABLE): IDC version number identifying the
575+
data release
576+
- **`version_timestamp`** (`STRING`, NULLABLE): timestamp when this IDC version
577+
was created
578+
561579
## `volume_geometry_index`
562580

563581
This table contains one row per DICOM series from IDC for single-frame CT, MR,

0 commit comments

Comments
 (0)