DicomSortSeparationCriteria Enumeration

Summary

Enumeration values that specify the criteria used to separate the series into multiple stacks using the Sort method.

Syntax
C#
VB
C++
public enum DicomSortSeparationCriteria 
<FlagsAttribute()> 
Public Enum DicomSortSeparationCriteria  
public [FlagsAttribute] enum class DicomSortSeparationCriteria 

Members

ValueMemberDescription
0NoneNone
1EchoNumberStack or localizer is separated based on the DICOM image Echo Number.
2SequenceNameStack or localizer is separated based on the DICOM image Sequence Name.
4OrientationStack or localizer is separated based on the DICOM image Orientation VSalue.
8DuplicateInstanceNumberStack or localizer is separated because they are from a different stack of the images but with the same instance number.
15AllStack or localizer is separated based on all of the criteria.

Remarks

Each separated stack or localizer contains criteria property that gives information on why the stack or the localizer has been separated. In a case where the original stack has not been separated, the value is going to be None.

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