Enum dicom_core::header::VR [−][src]
pub enum VR {
Show 34 variants
AE,
AS,
AT,
CS,
DA,
DS,
DT,
FL,
FD,
IS,
LO,
LT,
OB,
OD,
OF,
OL,
OV,
OW,
PN,
SH,
SL,
SQ,
SS,
ST,
SV,
TM,
UC,
UI,
UL,
UN,
UR,
US,
UT,
UV,
}Expand description
An enum type for a DICOM value representation.
Variants
Application Entity
Age String
Attribute Tag
Code String
Date
Decimal String
Date Time
Floating Point Single
Floating Point Double
Integer String
Long String
Long Text
Other Byte
Other Double
Other Float
Other Long
Other Very Long
Other Word
Person Name
Short String
Signed Long
Sequence of Items
Signed Short
Short Text
Time
Signed Very Long
Unlimited Characters
Unique Identifier (UID)
Unsigned Long
Unknown
Universal Resource Identifier or Universal Resource Locator (URI/URL)
Unsigned Short
Unlimited Text
Unsigned Very Long
Implementations
Obtain the value representation corresponding to the given two bytes. Each byte should represent an alphabetic character in upper case.
Trait Implementations
Obtain the value representation corresponding to the given string. The string should hold exactly two UTF-8 encoded alphabetic characters in upper case, otherwise no match is made.
This method returns an ordering between self and other values if one exists. Read more
This method tests less than (for self and other) and is used by the < operator. Read more
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
This method tests greater than (for self and other) and is used by the > operator. Read more
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more