←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.

Remarks

The ImageSetSelectorCategory specifies whether the TimeBasedImageSet is AbstractPriorValue or RelativeTime.

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