←Select platform

SortingOperationsSequence Property

Summary

Gets or sets the Sorting Operations Sequence (Mandatory).

Syntax
C#
VB
C++
[Element(DicomTag.SortingOperationsSequence)] 
[DataMemberAttribute()] 
public List<SortingOperation> SortingOperationsSequence { get; set; } 
<ElementAttribute(7472640),  
 DataMemberAttribute()>  
Public Property SortingOperationsSequence() As System.Collections.Generic.List(Of Leadtools.Dicom.Common.DataTypes.SortingOperation) 
   Get 
   Set 
public:  
   [ElementAttribute(7472640),  
   DataMemberAttribute] 
   property System::Collections::Generic::List<Leadtools::Dicom::Common::DataTypes::SortingOperation^>^ SortingOperationsSequence 
   { 
      System::Collections::Generic::List<Leadtools::Dicom::Common::DataTypes::SortingOperation^>^ get() 
      void set(System::Collections::Generic::List<Leadtools::Dicom::Common::DataTypes::SortingOperation^>^ value) 
   } 

Property Value

The Sorting Operations Sequence.

Remarks

A list of items that defines sorting criteria to be applied to the result of filter and reformat operations. This defines the order in which to present the images in each ImageBox.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.