VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Dicom Namespace / DicomFileModality Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    DicomFileModality Enumeration
    In This Topic
    Specifies available modalities of DICOM file.
    Syntax
    'Declaration
    
    Public Enum DicomFileModality
       Inherits System.Enum
    
    
    public enum DicomFileModality : System.Enum
    
    
    __value public enum DicomFileModality : public System.Enum
    
    
    public enum class DicomFileModality : public System.Enum
    
    
    Members
    MemberDescription
    ARAutorefraction.
    ASMTContent Assessment Results.
    AUAudio.
    BDUSBone Densitometry (ultrasound).
    BIBiomagnetic imaging.
    BMDBone Densitometry (X-Ray).
    CRComputed Radiography.
    CTComputed Tomography.
    CTPROTOCOLCT (Computed Tomography) Protocol.
    DGDiaphanography.
    DOCDocument.
    DXDigital Radiography.
    ECGElectrocardiography.
    EPSCardiac Electrophysiology.
    ESEndoscopy.
    FIDFiducials.
    GMGeneral Microscopy.
    HCHard Copy.
    HDHemodynamic Waveform.
    IOIntra-Oral Radiography.
    IOLIntraocular Lens Data.
    IVOCTIntravascular Optical Coherence Tomography.
    IVUSIntravascular Ultrasound.
    KERKeratometry.
    KOKey Object Selection.
    LENLensometry.
    LSLaser surface scan.
    MGMammography.
    MRMagnetic Resonance.
    M3DModel for 3D Manufacturing.
    NMNuclear Medicine.
    OAMOphthalmic Axial Measurements.
    OCTOptical Coherence Tomography (non-Ophthalmic).
    OPOphthalmic Photography.
    OPMOphthalmic Mapping.
    OPTOphthalmic Tomography.
    OPTBSVOphthalmic Tomography B-scan Volume Analysis.
    OPTENFOphthalmic Tomography En Face.
    OPVOphthalmic Visual Field.
    OSSOptical Surface Scan.
    OTOther.
    PLANPlan.
    PRPresentation State.
    PTPositron emission tomography.
    PXPanoramic X-Ray.
    REGRegistration.
    RESPRespiratory Waveform.
    RFRadio Fluoroscopy.
    RGRadiographic imaging (conventional film/screen).
    RTDOSERadiotherapy Dose.
    RTIMAGERadiotherapy Image.
    RTPLANRadiotherapy Plan.
    RTRECORDRT (Radiotherapy) Treatment Record.
    RTSTRUCTRadiotherapy Structure Set.
    RWVReal World Value Map.
    SEGSegmentation.
    SMSlide Microscopy.
    SMRStereometric Relationship.
    SRSR (Structured Reporting) Document.
    SRFSubjective Refraction.
    STAINAutomated Slide Stainer.
    TGThermography.
    USUltrasound.
    VAVisual Acuity.
    XAX-Ray Angiography.
    XCExternal-camera Photography.
    ASAngioscopy.
    CDColor flow Doppler.
    CFCinefluorography.
    CPCulposcopy.
    CSCystoscopy.
    DDDuplex Doppler.
    DFDigital fluoroscopy.
    DMDigital microscopy.
    DSDigital Subtraction Angiography.
    ECEchocardiography.
    FAFluorescein angiography.
    FSFundoscopy.
    LPLaparoscopy.
    MAMagnetic resonance angiography.
    MSMagnetic resonance spectroscopy.
    OPROphthalmic Refraction.
    STSingle-photon emission computed tomography (SPECT).
    VFVideofluorography.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Vintasoft.Imaging.Codecs.ImageFiles.Dicom.DicomFileModality

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also