←Select platform

SortingOperationsSequence Property

Summary

Gets or sets the Sorting Operations Sequence (Mandatory).

Syntax
C#
C++/CLI
[Element(DicomTag.SortingOperationsSequence)] 
[DataMemberAttribute()] 
public List<SortingOperation> SortingOperationsSequence { 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 22.0.2023.1.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly

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