Fellow Oak DICOM
Search Results for

    Show / Hide Table of Contents

    Class DicomVRCode

    Code String for DICOM Value Representation

    Inheritance
    System.Object
    DicomVRCode
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: FellowOakDicom
    Assembly: fo-dicom.core.dll
    Syntax
    public static class DicomVRCode

    Fields

    AE

    Declaration
    public const string AE = "AE"
    Field Value
    Type Description
    System.String

    AS

    Age String

    Declaration
    public const string AS = "AS"
    Field Value
    Type Description
    System.String

    AT

    Attribute Tag

    Declaration
    public const string AT = "AT"
    Field Value
    Type Description
    System.String

    CS

    Code String

    Declaration
    public const string CS = "CS"
    Field Value
    Type Description
    System.String

    DA

    Date

    Declaration
    public const string DA = "DA"
    Field Value
    Type Description
    System.String

    DS

    Decimal String

    Declaration
    public const string DS = "DS"
    Field Value
    Type Description
    System.String

    DT

    Date Time

    Declaration
    public const string DT = "DT"
    Field Value
    Type Description
    System.String

    FD

    Floating Point Double

    Declaration
    public const string FD = "FD"
    Field Value
    Type Description
    System.String

    FL

    Floating Point Single

    Declaration
    public const string FL = "FL"
    Field Value
    Type Description
    System.String

    IS

    Integer String

    Declaration
    public const string IS = "IS"
    Field Value
    Type Description
    System.String

    LO

    Long String

    Declaration
    public const string LO = "LO"
    Field Value
    Type Description
    System.String

    LT

    Long Text

    Declaration
    public const string LT = "LT"
    Field Value
    Type Description
    System.String

    OB

    Other Byte

    Declaration
    public const string OB = "OB"
    Field Value
    Type Description
    System.String

    OD

    Other Double

    Declaration
    public const string OD = "OD"
    Field Value
    Type Description
    System.String

    OF

    Other Float

    Declaration
    public const string OF = "OF"
    Field Value
    Type Description
    System.String

    OL

    Other Long

    Declaration
    public const string OL = "OL"
    Field Value
    Type Description
    System.String

    OV

    Other Very Long

    Declaration
    public const string OV = "OV"
    Field Value
    Type Description
    System.String

    OW

    Other Word

    Declaration
    public const string OW = "OW"
    Field Value
    Type Description
    System.String

    PN

    Person Name

    Declaration
    public const string PN = "PN"
    Field Value
    Type Description
    System.String

    SH

    Short String

    Declaration
    public const string SH = "SH"
    Field Value
    Type Description
    System.String

    SL

    Signed Long

    Declaration
    public const string SL = "SL"
    Field Value
    Type Description
    System.String

    SQ

    Sequence of Items

    Declaration
    public const string SQ = "SQ"
    Field Value
    Type Description
    System.String

    SS

    Signed Short

    Declaration
    public const string SS = "SS"
    Field Value
    Type Description
    System.String

    ST

    Short Text

    Declaration
    public const string ST = "ST"
    Field Value
    Type Description
    System.String

    SV

    Signed Very Long

    Declaration
    public const string SV = "SV"
    Field Value
    Type Description
    System.String

    TM

    Time

    Declaration
    public const string TM = "TM"
    Field Value
    Type Description
    System.String

    UC

    Unlimited Characters

    Declaration
    public const string UC = "UC"
    Field Value
    Type Description
    System.String

    UI

    Unique Identifier

    Declaration
    public const string UI = "UI"
    Field Value
    Type Description
    System.String

    UL

    Unsigned Long

    Declaration
    public const string UL = "UL"
    Field Value
    Type Description
    System.String

    UN

    Unknown

    Declaration
    public const string UN = "UN"
    Field Value
    Type Description
    System.String

    UR

    Universal Resource Identifier or Universal Resource Locator (URI/URL)

    Declaration
    public const string UR = "UR"
    Field Value
    Type Description
    System.String

    US

    Unsigned Short

    Declaration
    public const string US = "US"
    Field Value
    Type Description
    System.String

    UT

    Unlimited Text

    Declaration
    public const string UT = "UT"
    Field Value
    Type Description
    System.String

    UV

    Unsigned Very Long

    Declaration
    public const string UV = "UV"
    Field Value
    Type Description
    System.String
    In This Article
    Back to top Copyright (c) 2012-2025 fo-dicom contributors