VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Dicom Namespace / DicomValueRepresentation Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    DicomValueRepresentation Enumeration
    In This Topic
    Specifies available formats of data in DICOM file.
    Syntax
    'Declaration
    
    Public Enum DicomValueRepresentation
       Inherits System.Enum
    
    
    public enum DicomValueRepresentation : System.Enum
    
    
    __value public enum DicomValueRepresentation : public System.Enum
    
    
    public enum class DicomValueRepresentation : public System.Enum
    
    
    Members
    MemberDescription
    AEApplication Entity.
    ASAge String.
    ATAttribute Tag.
    CSCode String.
    DADate.
    DSDecimal String.
    DTDate Time.
    FLFloating Point Single.
    FDFloating Point Double.
    ISInteger String.
    LOLong String.
    LTLong Text.
    OBOther Byte.
    ODOther Double.
    OFOther Float.
    OLOther Long.
    OWOther Word.
    PNPerson Name.
    SHShort String.
    SLSigned Long.
    SQSequence of Items.
    SSSigned Short.
    STShort Text.
    TMTime.
    UCUnlimited Characters.
    UIUnique Identifier.
    ULUnsigned Long.
    UNUnknown.
    URUniversal Resource Identifier or Universal Resource Locator (URI/URL).
    USUnsigned Short.
    UTUnlimited Text.
    UVUnsigned​ 64-bit Very ​Long.
    OVOther 64-bit​ Very Long.
    SVSigned 64-bit ​Very Long.
    Inheritance Hierarchy

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

    Requirements

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

    See Also