|
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.4.1). |
| 5 | +provided by `idc-index-data` (version 23.5.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 |
@@ -41,6 +41,9 @@ erDiagram |
41 | 41 | collections_index { |
42 | 42 | STRING collection_id |
43 | 43 | } |
| 44 | + contrast_index { |
| 45 | + STRING SeriesInstanceUID |
| 46 | + } |
44 | 47 | index { |
45 | 48 | STRING PatientID |
46 | 49 | STRING SeriesInstanceUID |
@@ -81,24 +84,31 @@ erDiagram |
81 | 84 | index ||--o{ seg_index : SeriesInstanceUID |
82 | 85 | index ||--o{ ann_index : SeriesInstanceUID |
83 | 86 | index ||--o{ ann_group_index : SeriesInstanceUID |
| 87 | + index ||--o{ contrast_index : SeriesInstanceUID |
84 | 88 | prior_versions_index ||--o{ collections_index : collection_id |
85 | 89 | prior_versions_index ||--o{ clinical_index : collection_id |
86 | 90 | prior_versions_index ||--o{ sm_index : SeriesInstanceUID |
87 | 91 | prior_versions_index ||--o{ sm_instance_index : SeriesInstanceUID |
88 | 92 | prior_versions_index ||--o{ seg_index : SeriesInstanceUID |
89 | 93 | prior_versions_index ||--o{ ann_index : SeriesInstanceUID |
90 | 94 | prior_versions_index ||--o{ ann_group_index : SeriesInstanceUID |
| 95 | + prior_versions_index ||--o{ contrast_index : SeriesInstanceUID |
91 | 96 | collections_index ||--o{ clinical_index : collection_id |
92 | 97 | sm_index ||--o{ sm_instance_index : SeriesInstanceUID |
93 | 98 | sm_index ||--o{ seg_index : SeriesInstanceUID |
94 | 99 | sm_index ||--o{ ann_index : SeriesInstanceUID |
95 | 100 | sm_index ||--o{ ann_group_index : SeriesInstanceUID |
| 101 | + sm_index ||--o{ contrast_index : SeriesInstanceUID |
96 | 102 | sm_instance_index ||--o{ seg_index : SeriesInstanceUID |
97 | 103 | sm_instance_index ||--o{ ann_index : SeriesInstanceUID |
98 | 104 | sm_instance_index ||--o{ ann_group_index : SeriesInstanceUID |
| 105 | + sm_instance_index ||--o{ contrast_index : SeriesInstanceUID |
99 | 106 | seg_index ||--o{ ann_index : SeriesInstanceUID |
100 | 107 | seg_index ||--o{ ann_group_index : SeriesInstanceUID |
| 108 | + seg_index ||--o{ contrast_index : SeriesInstanceUID |
101 | 109 | ann_index ||--o{ ann_group_index : SeriesInstanceUID |
| 110 | + ann_index ||--o{ contrast_index : SeriesInstanceUID |
| 111 | + ann_group_index ||--o{ contrast_index : SeriesInstanceUID |
102 | 112 | ``` |
103 | 113 |
|
104 | 114 | ## Available Index Tables |
@@ -314,6 +324,28 @@ resources to learn more about the content of the collection. |
314 | 324 | - **`Description`** (`STRING`, NULLABLE): detailed information about the |
315 | 325 | collection |
316 | 326 |
|
| 327 | +## `contrast_index` |
| 328 | + |
| 329 | +This table contains one row per DICOM series that has contrast agent |
| 330 | +information. It captures contrast bolus metadata from CT, MR, PT, XA, and RF |
| 331 | +imaging modalities, including the agent name, ingredient, and administration |
| 332 | +route. Only series with at least one non-null contrast attribute are included. |
| 333 | +This table can be joined with the main idc_index table using the |
| 334 | +SeriesInstanceUID column. |
| 335 | + |
| 336 | +### Columns |
| 337 | + |
| 338 | +- **`SeriesInstanceUID`** (`STRING`, NULLABLE): DICOM SeriesInstanceUID |
| 339 | + identifier of the imaging series |
| 340 | +- **`ContrastBolusAgent`** (`STRING`, REPEATED): distinct contrast agent names |
| 341 | + used in the series as defined in DICOM ContrastBolusAgent attribute |
| 342 | +- **`ContrastBolusIngredient`** (`STRING`, REPEATED): distinct contrast agent |
| 343 | + ingredients used in the series as defined in DICOM ContrastBolusIngredient |
| 344 | + attribute |
| 345 | +- **`ContrastBolusRoute`** (`STRING`, REPEATED): distinct contrast |
| 346 | + administration routes used in the series as defined in DICOM |
| 347 | + ContrastBolusRoute attribute |
| 348 | + |
317 | 349 | ## `seg_index` |
318 | 350 |
|
319 | 351 | This table contains one row per DICOM Segmentation SeriesInstanceUID available |
|
0 commit comments