C#
VB
C++
Gets or sets the value(s) of the attribute identified by SelectorAttribute.
[DataMemberAttribute()]
[Element(DicomTag.SelectorCodeSequenceValue)]
public List<CodeSequence> SelectorCodeSequenceValue { get; set; }
<ElementAttribute(7471232),
DataMemberAttribute()>
Public Property SelectorCodeSequenceValue() As System.Collections.Generic.List(Of Leadtools.Dicom.Common.DataTypes.CodeSequence)
Get
Set
public:
[ElementAttribute(7471232),
DataMemberAttribute]
property System::Collections::Generic::List<Leadtools::Dicom::Common::DataTypes::CodeSequence^>^ SelectorCodeSequenceValue
{
System::Collections::Generic::List<Leadtools::Dicom::Common::DataTypes::CodeSequence^>^ get()
void set(System::Collections::Generic::List<Leadtools::Dicom::Common::DataTypes::CodeSequence^>^ value)
}
The value(s) of the attribute identified by SelectorAttribute.
Required if SelectorAttributeVR has a value of SQ.
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