start Method

Summary

Starts the 3D engine by sending a request to the server-side to begin 3D volume generation using the StudyInstanceUID and SeriesInstanceUID parameters, as well as some extra, optional parameters.

Syntax
TypeScript
JavaScript
Object3DEngine.prototype.start = function( 
   extraCriteria, 
   studyInstanceUID, 
   seriesInstanceUID 
) 
start( 
   extraCriteria: string, 
   studyInstanceUID: string, 
   seriesInstanceUID: string 
): void; 

Parameters

extraCriteria

Some extra, optional parameters.

studyInstanceUID

The studyinstanceUID of the series the user wants to use to generate the 3D volume

seriesInstanceUID

The series Instance UID of the series the user wants to use to generate the 3D volume

Remarks

Before starting to create a 3D volume (or a panoramic or MPR, or any other 3D output), be sure to call the canDo3D method.

Retrieve the studyinstanceUId and seriesInstanceUID parameters from the DICOM data set.

The extraCriteria parameter is used in cases where the series contains multiple volumes. In such cases use the parameter to specify exactly which volume. The value is the SOP instance UID of the frame of the specific volume to be converted into a 3D volume.

Example

Refer to Cell3D

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.