MedicalViewerSortSeparationCriteria Enumeration

Summary

Specifies the criteria that is used to separate the series into multiple stacks through the method Sort.

Syntax
C#
C++/CLI
[FlagsAttribute()] 
public enum MedicalViewerSortSeparationCriteria 
public [FlagsAttribute] enum class MedicalViewerSortSeparationCriteria 
Members
ValueMemberDescription
0x00000000NoneNone
0x00000001EchoNumberStack or localizer is separated based on the DICOM image echo number.
0x00000002SequenceNameStack or localizer is separated based on the DICOM image Sequence name.
0x00000004OrientationStack or localizer is separated based on the DICOM image orientation value.
0x00000008DuplicateInstanceNumberStack or localizer is separated because they are from a different stack of the images but with the same instance number.

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 22.0.2023.2.5
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly

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