←Select platform

Categorize Method

Summary

Splits the input list of DicomDataSetItem into multiple lists based on the provided criteria.

Syntax
C#
C++/CLI
public:  
   static List<List<DicomDataSetItem^>^>^ Categorize( 
       List<DicomDataSetItem^>^ dicomDataSetList, 
      DicomSortSeparationCriteria^ criteria 
   ) 

Parameters

dicomDataSetList

A list of DicomDataSetItems that will be processed and split based on the specified criteria.

criteria

DicomDataSetCritera that contains the information that the method will use to process the list.

Return Value

A list of stacks. Each stack is a list of DicomDataSetCritera objects.

Remarks

This method is called internally by the Sort method.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 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.