Enumeration values that specify the criteria used to separate the series into multiple stacks using the Sort method.
public enum DicomSortSeparationCriteria
public [FlagsAttribute] enum class DicomSortSeparationCriteria
Value | Member | Description |
---|---|---|
0 | None | None |
1 | EchoNumber | Stack or localizer is separated based on the DICOM image Echo Number. |
2 | SequenceName | Stack or localizer is separated based on the DICOM image Sequence Name. |
4 | Orientation | Stack or localizer is separated based on the DICOM image Orientation VSalue. |
8 | DuplicateInstanceNumber | Stack or localizer is separated because they are from a different stack of the images but with the same instance number. |
15 | All | Stack 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.
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