The dcm_validate
repository serves as a centralized collection of all dcm_qa
repositories. Each dcm_qa
repository provides concise, illustrative examples of specific DICOM image file features. This repository acts as an index, bringing together these independent modules for easier access and management.
To clone this repository and initialize all submodules, use the following commands:
git submodule update --init --recursive
git clone [email protected]:neurolabusc/dcm_validate.git
cd dcm_validate
Below is a comprehensive list of the included repositories. The Manufacturer refers to Canon (C), General Electric (G), Philips (P), Siemens (S), and United Imaging Healthcare (U).
Repository Name | Manufacturer | Comments |
---|---|---|
dcm_qa |
S | Image orientation, total readout time, multi-band, JPEG2000 |
dcm_qa_12bit |
S | 12-bit signed and unsigned voxel intensities |
dcm_qa_agfa |
S | Renaming of private tags |
dcm_qa_asl |
S | Arterial spin labeling |
dcm_qa_canon |
C | Canon 6.0 classic DICOM images |
dcm_qa_canon_61 |
C | Canon 6.1 images saved as enhanced and classic DICOM |
dcm_qa_canon_enh |
C | Canon 6.0 enhanced DICOM images |
dcm_qa_cs_dl |
G, P, S | Compressed Sensing (CS) and the Deep Learning filters |
dcm_qa_ct |
G, P | Computerized Axial Tomography with gantry tilt and varied inter-slice dx |
dcm_qa_decubitus |
S | Head first decubitus images |
dcm_qa_decubitus_ge |
G | Head first decubitus image |
dcm_qa_deident |
S | De-identification method parameters |
dcm_qa_dti |
S | Diffusion directions with various slice angulations |
dcm_qa_enh |
C, P, S | Enhanced DICOM |
dcm_qa_fmap |
G, S | Field mapping |
dcm_qa_ge |
G | Slice timing, acquisition acceleration |
dcm_qa_me |
S | Multi-echo sequences |
dcm_qa_mosaic |
S | Mosaic images with recommended and deprecated image numbering |
dcm_qa_mprage |
S | Magnetization Prepared - RApid Gradient Echo sequences |
dcm_qa_nih |
G, S | Phase encoding polarity |
dcm_qa_pdt2 |
S | Proton-Density and T2-weighted imaging |
dcm_qa_philips |
P | Philips classic and enhanced DICOMs |
dcm_qa_philips_asl |
P | Philips classic DICOM arterial spin labeling |
dcm_qa_philips_asl_enh |
P | Philips enhanced DICOM arterial spin labeling |
dcm_qa_philips_dwi |
P | Philips diffusion-weighted imaging with unusual volume ordering |
dcm_qa_philips_enh |
P | Philips enhanced DICOM |
dcm_qa_polar |
G | GE reversed phase encoding polarity |
dcm_qa_sag |
S | Sagittal diffusion images |
dcm_qa_stc |
G, S, U | Slice timing correction |
dcm_qa_table |
G, P, S | Tracking table position |
dcm_qa_toshiba |
C | Toshiba 5.0 classic DICOMs |
dcm_qa_trt |
G | Total Readout Time |
dcm_qa_ts |
S | Various DICOM transfer syntaxes |
dcm_qa_uih |
U | United Imaging Healthcare ("UIH") MRI scanners |
dcm_qa_xa30 |
S | Siemens XA30 enhanced DICOMs |
dcm_qa_xa30i |
S | Siemens XA30 classic (interoperability) DICOM |