A class that represents the critiera that is used to synchronize multiple series.
lt.Controls.Medical.StackSynchronizationCriteria = {
ImagePosition: 0,
Anatomy: 1,
Tag: 2,
Custom: 3
}
lt.Controls.Medical.StackSynchronizationCriteria = {
ImagePosition: 0,
Anatomy: 1,
Tag: 2,
Custom: 3
}
Members
Value | Member | Description |
---|---|---|
0 | ImagePosition | Synchronize the series by matching the slices' location in the 3D space |
1 | Anatomy | Synchronize the series by matching the image's anatomic property |
2 | Tag | Synchronize the series by matching the images based on the specified DICOM tag. |
3 | Custom | Synchronize the series by matching the images based on custom code written by the user. |
For series synchronization to work, you have to enable the synchronization feature through EnableSynchronization
This enumeration is used with the SynchronizationCriteria property.
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