←Select platform

ImageSetSelectorUsageFlag Property

Summary

Gets or sets the whether to include an SOP Instance in image set in the absence of the SelectorAttribute.

Syntax
C#
VB
C++
[DataMemberAttribute()] 
[Element(DicomTag.ImageSetSelectorUsageFlag)] 
public Nullable<ImageSetSelectorUsage> ImageSetSelectorUsageFlag { get; set; } 
<ElementAttribute(7471140),  
 DataMemberAttribute()>  
Public Property ImageSetSelectorUsageFlag() As System.Nullable(Of Leadtools.Dicom.Common.DataTypes.HangingProtocol.ImageSetSelectorUsage) 
   Get 
   Set 
public:  
   [ElementAttribute(7471140),  
   DataMemberAttribute] 
   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

A value indicating whether to include an SOP Instance in image set in the absence of the SelectorAttribute.

Remarks

For more information, see ImageSetSelectorUsageFlag

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly