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.
Object3DEngine.prototype.start = function(
extraCriteria,
studyInstanceUID,
seriesInstanceUID
)
start(
extraCriteria: string,
studyInstanceUID: string,
seriesInstanceUID: string
): void;
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
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.
Refer to Cell3D
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document