| Visual Basic (Declaration) | |
|---|---|
Public Enum ModalityType Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As ModalityType | |
| C# | |
|---|---|
public enum ModalityType : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
public enum class ModalityType : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| AS | Angioscopy Retired. |
| AU | Audio. |
| BI | Biomagnetic Imaging. |
| CD | Color Flow Doppler-Retired 2008. |
| CF | Cinefluorography (retired). |
| CP | Colposcopy Retired. |
| CR | Computed Radiography. |
| CS | Cystoscopy-Retired |
| CT | Computed Tomography. |
| DD | uplex Doppler-Retired 2008. |
| DF | Digital Fluoroscopy (retired). |
| DG | Diaphanography. |
| DM | Digital Microscopy. |
| DS | Digital Subtraction Angiography Retired |
| DX | Digital Radiography. |
| EC | Echocardiography Retired. |
| ECG | Electrocardiograms. |
| EPS | Cardiac Electrophysiology. |
| ES | Endoscopy. |
| FA | Fluorescein Angiography Retired. |
| FS | Fundoscopy Retired. |
| GM | General Microscopy. |
| HC | Hard Copy. |
| HD | Hemodynamic Waveform. |
| IO | Intra-oral Radiography. |
| IVUS | Intravascular Ultrasound. |
| LP | Laparoscopy Retired. |
| LS | Laser Surface Scan. |
| MA | Magnetic resonance angiography Retired. |
| MG | Mammography. |
| MR | Magnetic Resonance. |
| MS | Magnetic Resonance Spectroscopy Retired. |
| NM | Nuclear Medicine. |
| OT | Other. |
| PR | Presentation State. |
| PT | Positron Emission Tomography. |
| PX | Panoramic X-Ray. |
| RF | Radio Fluoroscopy. |
| RG | Radiographic Imaging (conventional film screen). |
| RTDOSE | Radiotherapy Dose. |
| RTIMAGE | Radiotherapy Image. |
| RTPLAN | Radiotherapy Plan. |
| RTRECORD | RT Treatment Record. |
| RTSTRUCT | Radiotherapy Structure Set. |
| SM | Slide Microscopy. |
| SR | Structured Reporting. |
| ST | Single-Photon Emission Computed Tomography - Retired 2008. |
| TG | Thermography. |
| US | Ultra Sound. |
| VF | Videofluorography (retired). |
| XA | X-Ray Angiography. |
| XC | External Camera (Photography). |
System.Object
System.ValueType
System.Enum
Leadtools.Dicom.Common.DataTypes.ModalityType
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code