Specifies the criteria that is used to separate the series into multiple stacks through the method Sort.
[FlagsAttribute()]
public enum MedicalViewerSortSeparationCriteria
<FlagsAttribute()>
Public Enum MedicalViewerSortSeparationCriteria
public [FlagsAttribute] enum class MedicalViewerSortSeparationCriteria
Value | Member | Description |
---|---|---|
0x00000000 | None | None |
0x00000001 | EchoNumber | Stack or localizer is separated based on the DICOM image echo number. |
0x00000002 | SequenceName | Stack or localizer is separated based on the DICOM image Sequence name. |
0x00000004 | Orientation | Stack or localizer is separated based on the DICOM image orientation value. |
0x00000008 | DuplicateInstanceNumber | Stack or localizer is separated because they are from a different stack of the images but with the same instance number. |
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document