Returns the measurements of specified DICOM image.
var instance = new Vintasoft.Imaging.Dicom.WebDicomViewerBaseControlJS(parentDiv);
var value; // Type: Vintasoft.Imaging.Dicom.WebDicomMeasurementJS[]
// Parameters
var image; // Type: WebDicomImageJS
value = instance.getMeasurements(image);
Parameters
- image
- The DICOM image.
Return Value
An array with measurements of specified DICOM image.