Enumeration values that specify the criteria used to separate the series into multiple stacks using the Sort method.
public enum DicomSortSeparationCriteria
<FlagsAttribute()>
Public Enum DicomSortSeparationCriteria
public [FlagsAttribute] enum class DicomSortSeparationCriteria
Members
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. |
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET