←Select platform

ImageSetSelectorUsageFlag Property

Summary

Gets or sets the Image Set Selector Usage Flag.

Syntax

C#
VB
C++
[DataMemberAttribute()] 
[Element(DicomTag.ImageSetSelectorUsageFlag)] 
public Nullable<ImageSetSelectorUsage> ImageSetSelectorUsageFlag { get; set; } 
<DataMemberAttribute(),  
 ElementAttribute(7471140)>  
Public Property ImageSetSelectorUsageFlag() As System.Nullable(Of Leadtools.Dicom.Common.DataTypes.HangingProtocol.ImageSetSelectorUsage) 
   Get 
   Set 
public:  
   [DataMemberAttribute,  
   ElementAttribute(7471140)] 
   property System::Nullable<Leadtools::Dicom::Common::DataTypes::HangingProtocol::ImageSetSelectorUsage^> ImageSetSelectorUsageFlag 
   { 
      System::Nullable<Leadtools::Dicom::Common::DataTypes::HangingProtocol::ImageSetSelectorUsage^> get() 
      void set(System::Nullable<Leadtools::Dicom::Common::DataTypes::HangingProtocol::ImageSetSelectorUsage^> value) 
   } 

Property Value

The Image Set Selector Usage Flag.

Remarks

Specifies the usage for a ImageSetSelector. For more information, see ImageSetSelectorUsage.

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