[Element(DicomTag.SelectorAttributeVR)]
[DataMemberAttribute()]
public string SelectorAttributeVR { get; set; }
<DataMemberAttribute(),
ElementAttribute(New DicomTag.SelectorAttributeVR())>
Public Property SelectorAttributeVR() As String
Get
Set
public:
[DataMemberAttribute,
ElementAttribute((gcnew DicomTag::SelectorAttributeVR()))]
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 |
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document