←Select platform

MedicalViewerSortSeparationCriteria Enumeration

Summary

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

Syntax

C#
VB
C++
[FlagsAttribute()] 
public enum MedicalViewerSortSeparationCriteria 
<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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly