StackSynchronizationCriteria Enumeration

Summary

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

Syntax

JavaScript Syntax
lt.Controls.Medical.StackSynchronizationCriteria = { 
	ImagePosition: 0, 
	Anatomy: 1, 
	Tag: 2, 
	Custom: 3 
} 
TypeScript Syntax
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly