The data types are selected to best suit a dataframe or SQL database for analysis.
| Field name | Recommended type | Description | Sample values |
|---|---|---|---|
| Gender | Categorical / String | The biological sex of the patient. | Male, Female |
| Age | String (Mixed) | The age of the patient at the time of the study. Note: Requires cleaning (see Data Fields). |
027Y, 050Y, 007M |
| Modality | String | The imaging method used. Currently, all visible entries are CT (Computed Tomography) | CT |
| Description | String | A descriptive label including anatomical region, protocol details, contrast phases, and patient category. | Abdomen^AV_Abd_Arterial_Venous_CE (Adult), Head^AV_Head_Plain_Trauma (Adult) |
| Size_raw | String | The file size as displayed in the UI. | 264.56 MB, 33.23 MB |
| Size_bytes | Float / Int | (Derived) The file size converted to a standard numerical unit for analysis. | 264560000, 33230000 |
A detailed breakdown of the fields in the dataset:
Gender
Age
Modality
Description
Size
Modern multi-detector CT (MDCT) systems use rotating X-ray tubes and detector arrays to acquire volumetric data. Current generation scanners feature 64-320 detector rows, enabling rapid whole-body imaging in 5-20 seconds. The X-ray tube rotates 360° around the patient while the table moves continuously through the gantry, creating a helical/spiral acquisition pattern.
CT generates true axial slices (typically 0.5-5mm thickness) through the body, eliminating the superimposition problem inherent in plain radiography. Data can be reconstructed in any imaging plane (axial, coronal, sagittal, oblique) and at various slice thicknesses post-acquisition without additional radiation exposure.
Intravenous iodinated contrast agents enable multi-phase imaging to assess vasculature and organ perfusion. Arterial phase (25-35 seconds post-injection) optimizes arterial visualization and hypervascular lesion detection. Venous/portal venous phase (60-80 seconds) provides optimal solid organ parenchymal enhancement. Delayed phases (3-10 minutes) assess urinary tract and lesion washout patterns.
CT images are quantitative, with tissue density measured in Hounsfield Units. Air = -1000 HU, water = 0 HU, bone = +400 to +1000 HU. This standardized density scale enables automated segmentation, lesion characterization, and bone density assessment. Window/level settings optimize visualization of specific tissues (lung window, soft tissue window, bone window).
CT delivers higher radiation doses than plain radiography but provides vastly more diagnostic information. Typical effective doses: head CT 1-2 mSv, chest CT 5-7 mSv, abdomen/pelvis CT 10-15 mSv. Modern dose reduction techniques include automatic exposure control, iterative reconstruction algorithms, and low-dose protocols for specific indications.
CT is the primary modality for trauma evaluation (head, chest, abdomen), acute abdominal pain, pulmonary embolism, stroke assessment, cancer staging, and vascular imaging. Head CT without contrast is the first-line study for acute trauma and stroke. Chest HRCT is the gold standard for interstitial lung disease. Multi-phase abdominal CT evaluates liver lesions, renal masses, and pancreatic pathology.