|
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 24.0.4). |
| 5 | +provided by `idc-index-data` (version 24.1.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 |
@@ -152,8 +152,7 @@ AWS S3 bucket and URL to download the series. |
152 | 152 | can be added to a given collection over time |
153 | 153 | - **`PatientID`** (`STRING`, NULLABLE): identifier of the patient within the |
154 | 154 | collection (DICOM attribute) |
155 | | -- **`SeriesInstanceUID`** (`STRING`, NULLABLE): unique identifier of the DICOM |
156 | | - series (DICOM attribute) |
| 155 | +- **`SeriesInstanceUID`** (`STRING`, NULLABLE): |
157 | 156 | - **`StudyInstanceUID`** (`STRING`, NULLABLE): unique identifier of the DICOM |
158 | 157 | study (DICOM attribute) |
159 | 158 | - **`source_DOI`** (`STRING`, NULLABLE): Digital Object Identifier of the |
@@ -195,6 +194,11 @@ AWS S3 bucket and URL to download the series. |
195 | 194 | - **`instanceCount`** (`INTEGER`, NULLABLE): number of instances in the series |
196 | 195 | - **`license_short_name`** (`STRING`, NULLABLE): short name of the license that |
197 | 196 | 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) |
198 | 202 | - **`aws_bucket`** (`STRING`, NULLABLE): name of the AWS S3 bucket that contains |
199 | 203 | the series |
200 | 204 | - **`crdc_series_uuid`** (`STRING`, NULLABLE): unique identifier of the series |
@@ -246,15 +250,15 @@ collection |
246 | 250 | results collection |
247 | 251 | - **`modalities`** (`STRING`, NULLABLE): modalities corresponding to the |
248 | 252 | 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 |
250 | 254 | analysis results collection |
251 | 255 | - **`license_url`** (`STRING`, NULLABLE): license URL for the analysis results |
252 | 256 | collection |
253 | 257 | - **`license_long_name`** (`STRING`, NULLABLE): license name for the analysis |
254 | 258 | results collection |
255 | 259 | - **`license_short_name`** (`STRING`, NULLABLE): short name for the license of |
256 | 260 | the analysis results collection |
257 | | -- **`Description`** (`STRING`, NULLABLE): detailed description of the analysis |
| 261 | +- **`description`** (`STRING`, NULLABLE): detailed description of the analysis |
258 | 262 | results collection |
259 | 263 | - **`citation`** (`STRING`, NULLABLE): citation for the analysis results |
260 | 264 | 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 |
558 | 562 | - **`crdc_instance_uuid`** (`STRING`, NULLABLE): unique identifier of the |
559 | 563 | instance within the IDC |
560 | 564 |
|
| 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 | + |
561 | 579 | ## `volume_geometry_index` |
562 | 580 |
|
563 | 581 | This table contains one row per DICOM series from IDC for single-frame CT, MR, |
|
0 commit comments