C#
VB
C++
Gets or sets the DICOM value representation of the SelectorAttribute.
[DataMemberAttribute()]
[Element(DicomTag.SelectorAttributeVR)]
public string SelectorAttributeVR { get; set; }
<DataMemberAttribute(),
ElementAttribute(7471184)>
Public Property SelectorAttributeVR() As String
Get
Set
public:
[DataMemberAttribute,
ElementAttribute(7471184)]
property String^ SelectorAttributeVR
{
String^ get()
void set(String^ value)
}
The DICOM value representation of the SelectorAttribute.
Valid DICOM value representation values include:
Value Representation | Description | Multi-valued |
---|---|---|
AT | Attribute Tag | Multi-valued |
CS | Code String | Multi-valued |
IS | Integer String | Multi-valued |
LO | Long String | Multi-valued |
LT | Long Text | Single value |
PN | Person Name | Single valued |
SH | Short String | Multi-valued |
ST | Short Text | Single value |
UT | Unlimited Text | Single value |
DS | Decimal String | Multi-valued |
FD | Floating Point Double | Multi-valued |
FL | Floating Point Single | Multi-valued |
UL | Unsigned Long | Multi-valued |
US | Unsigned Short | Multi-valued |
SL | Signed Long | Multi-valued |
SS | Signed Short | Multi-valued |
UI | Unique Identifier (UID) | Single value |
SQ | Sequence | Multi-valued |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET