Constructor
new MaskSegment(number, label, algorithmType)
Parameters:
Name | Type | Description |
---|---|---|
number | number | The segment number. |
label | string | The segment label. |
algorithmType | string | The segment number. |
- Source
Classes
Members
algorithmName :string|undefined
Segment algorithm name (0062,0009).
Type:
- string |
undefined
- Source
algorithmType :string
Segment algorithm type (0062,0008).
Type:
- string
- Source
displayRGBValue :RGB|undefined
Segment display value as RGB colour ({r,g,b}).
Type:
- RGB |
undefined
- Source
displayValue :number|undefined
Segment display value as simple value.
Type:
- number |
undefined
- Source
label :string
Segment label (0062,0005).
Type:
- string
- Source
number :number
Segment number (0062,0004).
Type:
- number
- Source
propertyCategoryCode :DicomCode|undefined
Segment property category code: general category of the property the segment represents (0062,0003).
Type:
- DicomCode |
undefined
- Source
propertyTypeCode :DicomCode|undefined
Segment property code: specific property the segment represents (0062,000F).
Type:
- DicomCode |
undefined
- Source
trackingId :string|undefined
Segment tracking id: text label for the UID (0062,0020).
Type:
- string |
undefined
- Source
trackingUid :string|undefined
Segment tracking UID (0062,0021).
Type:
- string |
undefined
- Source