Class: ROI

roi.ROI(options)

A region of interest (ROI)

Constructor

new ROI(options)

Parameters:
Name Type Description
options Object Options for construction of ROI
Properties
Name Type Description
scoord3d scoord3d.scoord3d Spatial 3D coordinates
uid string Unique idenfifier
properties Object Properties (name-value pairs)
Source:

Members

evaluations :Array.<Object>

Qualitative evaluations of region of interest.
Type:
  • Array.<Object>
Source:

measurements :Array.<Object>

Measurements of region of interest.
Type:
  • Array.<Object>
Source:

properties :Object

Properties of region of interest.
Type:
  • Object
Source:

scoord3d :scoord3d.Scoord3D

Spatial coordinates of region of interest.
Type:
Source:

uid :string

Unique identifier of region of interest.
Type:
  • string
Source:

Methods

addEvaluation(item)

Add a qualitative evaluation.
Parameters:
Name Type Description
item Object CODE content item representing a qualitative evaluation
Source:

addMeasurement(item)

Add a measurement.
Parameters:
Name Type Description
item Object NUM content item representing a measurement
Source: