Optional delegate method for additional processing.
MedicalViewer.prototype.synchronizeStudies = function(
key,
studies,
fidutialPoints
)
synchronizeStudies(
key: string,
studies: string[],
fidutialPoints: LeadPoint3D[][]
): void;
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.
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
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