#include "gdcmHeader.h"Go to the source code of this file.
| Classes | |
| class | gdcmHeaderHelper | 
| class | gdcmSerieHeaderHelper | 
| Enumerations | |
| enum | ModalityType { Unknow, AU, AS, BI, CF, CP, CR, CS, CT, DD, DF, DG, DM, DS, DX, ECG, EPS, ES, FA, FS, HC, HD, LP, LS, MA, MR, NM, OT, PT, RF, RG, RTDOSE, RTIMAGE, RTPLAN, RTSTRUCT, SM, ST, TG, US, VF, XA, XC } | 
| 
 | 
| 
 
 Definition at line 10 of file gdcmHeaderHelper.h. Referenced by gdcmHeaderHelper::GetModality(). 
 00010                   {
00011    Unknow,
00012    AU,       // Voice Audio
00013    AS,       // Angioscopy
00014    BI,       // Biomagnetic Imaging
00015    CF,       // Cinefluorography
00016    CP,       // Culposcopy
00017    CR,       // Computed Radiography
00018    CS,       // Cystoscopy
00019    CT,       // Computed Tomography
00020    DD,       // Duplex Dopler
00021    DF,       // Digital Fluoroscopy
00022    DG,       // Diaphanography
00023    DM,       // Digital Microscopy
00024    DS,       // Digital Substraction Angiography
00025    DX,       // Digital Radiography
00026    ECG,      // Echocardiography
00027    EPS,      // Basic Cardiac EP
00028    ES,       // Endoscopy
00029    FA,       // Fluorescein Angiography
00030    FS,       // Fundoscopy
00031    HC,       // Hard Copy
00032    HD,       // Hemodynamic
00033    LP,       // Laparoscopy
00034    LS,       // Laser Surface Scan
00035    MA,       // Magnetic Resonance Angiography
00036    MR,       // Magnetic Resonance
00037    NM,       // Nuclear Medicine
00038    OT,       // Other
00039    PT,       // Positron Emission Tomography
00040    RF,       // Radio Fluoroscopy
00041    RG,       // Radiographic Imaging
00042    RTDOSE,   // Radiotherapy Dose
00043    RTIMAGE,  // Radiotherapy Image
00044    RTPLAN,   // Radiotherapy Plan
00045    RTSTRUCT, // Radiotherapy Structure Set
00046    SM,       // Microscopic Imaging
00047    ST,       // Single-photon Emission Computed Tomography
00048    TG,       // Thermography
00049    US,       // Ultrasound
00050    VF,       // Videofluorography
00051    XA,       // X-Ray Angiography
00052    XC        // Photographic Imaging
00053 };
 | 
 1.3.6
 
1.3.6