Class DicomVRCode
- Namespace
- FellowOakDicom
- Assembly
- fo-dicom.core.dll
Code String for DICOM Value Representation
public static class DicomVRCode
- Inheritance
-
DicomVRCode
- Inherited Members
Fields
AE
public const string AE = "AE"
Field Value
AS
Age String
public const string AS = "AS"
Field Value
AT
Attribute Tag
public const string AT = "AT"
Field Value
CS
Code String
public const string CS = "CS"
Field Value
DA
Date
public const string DA = "DA"
Field Value
DS
Decimal String
public const string DS = "DS"
Field Value
DT
Date Time
public const string DT = "DT"
Field Value
FD
Floating Point Double
public const string FD = "FD"
Field Value
FL
Floating Point Single
public const string FL = "FL"
Field Value
IS
Integer String
public const string IS = "IS"
Field Value
LO
Long String
public const string LO = "LO"
Field Value
LT
Long Text
public const string LT = "LT"
Field Value
OB
Other Byte
public const string OB = "OB"
Field Value
OD
Other Double
public const string OD = "OD"
Field Value
OF
Other Float
public const string OF = "OF"
Field Value
OL
Other Long
public const string OL = "OL"
Field Value
OV
Other Very Long
public const string OV = "OV"
Field Value
OW
Other Word
public const string OW = "OW"
Field Value
PN
Person Name
public const string PN = "PN"
Field Value
SH
Short String
public const string SH = "SH"
Field Value
SL
Signed Long
public const string SL = "SL"
Field Value
SQ
Sequence of Items
public const string SQ = "SQ"
Field Value
SS
Signed Short
public const string SS = "SS"
Field Value
ST
Short Text
public const string ST = "ST"
Field Value
SV
Signed Very Long
public const string SV = "SV"
Field Value
TM
Time
public const string TM = "TM"
Field Value
UC
Unlimited Characters
public const string UC = "UC"
Field Value
UI
Unique Identifier
public const string UI = "UI"
Field Value
UL
Unsigned Long
public const string UL = "UL"
Field Value
UN
Unknown
public const string UN = "UN"
Field Value
UR
Universal Resource Identifier or Universal Resource Locator (URI/URL)
public const string UR = "UR"
Field Value
US
Unsigned Short
public const string US = "US"
Field Value
UT
Unlimited Text
public const string UT = "UT"
Field Value
UV
Unsigned Very Long
public const string UV = "UV"