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
}
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.
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