←Select platform

ImageSetSelectorCategory Property

Summary

Gets or sets the ImageSetSelectorCategory for this TimeBasedImageSet.

Syntax

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

Property Value

The ImageSetSelectorCategory for this TimeBasedImageSet.

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