Constructor
new ROI(options)
Parameters:
Name | Type | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
Object | Options for construction of ROI
Properties
|
Members
evaluations :Array.<Object>
Qualitative evaluations of region of interest.
Type:
- Array.<Object>
measurements :Array.<Object>
Measurements of region of interest.
Type:
- Array.<Object>
properties :Object
Properties of region of interest.
Type:
- Object
scoord3d :scoord3d.Scoord3D
Spatial coordinates of region of interest.
Type:
uid :string
Unique identifier of region of interest.
Type:
- string
Methods
addEvaluation(item)
Add a qualitative evaluation.
Parameters:
Name | Type | Description |
---|---|---|
item |
Object | CODE content item representing a qualitative evaluation |
addMeasurement(item)
Add a measurement.
Parameters:
Name | Type | Description |
---|---|---|
item |
Object | NUM content item representing a measurement |