synchronizeStudies Method

Summary

Optional delegate method for additional processing.

Syntax
TypeScript
JavaScript
MedicalViewer.prototype.synchronizeStudies = function( 
   key, 
   studies, 
   fidutialPoints 
) 
synchronizeStudies( 
   key: string, 
   studies: string[], 
   fidutialPoints: LeadPoint3D[][] 
): void; 

Parameters

key

The name of the matched studies group.

studies

The studies that the user want to synchronize.

fidutialPoints

The reference points that is used for synchronizing studies together.

Remarks

Each cell must have a study instance UID for this to work properly, refer to StudyInstanceUID.

To get a list cells, refer to Layout and Items.

Currently you can only set one fiducial point for each item in the list, which act as a reference for the corresponding study in studies

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