C#
VB
C++
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
Members
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.
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