←Select platform

SelectorValue Property

Summary

Gets or sets the data element tag used for image set selection.

Syntax

C#
VB
C++
[DataMemberAttribute()] 
public string SelectorValue { get; set; } 
<DataMemberAttribute()>  
Public Property SelectorValue() As String 
   Get 
   Set 
public:  
   [DataMemberAttribute] 
   property String^ SelectorValue 
   { 
      String^ get() 
      void set(String^ value) 
   } 

Property Value

The data element tag used for image set selection.

Remarks

This is one of the members that makes up the ImageSet.ImageSetSelectorSequence. An SOP Instance is included from an image set if the SelectorAttribute is present in the SOP Instance and contains the value specified by SelectorValue.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly