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