StackSynchronizationCriteria Enumeration

Summary

A class that represents the critiera that is used to synchronize multiple series.

Syntax
TypeScript
JavaScript
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

ValueMemberDescription
0ImagePositionSynchronize the series by matching the slices' location in the 3D space
1AnatomySynchronize the series by matching the image's anatomic property
2TagSynchronize the series by matching the images based on the specified DICOM tag.
3CustomSynchronize the series by matching the images based on custom code written by the user.

Remarks

For series synchronization to work, you have to enable the synchronization feature through EnableSynchronization

This enumeration is used with the SynchronizationCriteria property.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly