MaskSegment

DICOM (mask) segment: item of a SegmentSequence (0062,0002).

Ref: https://dicom.nema.org/medical/dicom/2022a/output/chtml/part03/sect_C.8.20.4.html.

Constructor

new MaskSegment(number, label, algorithmType)

Parameters:
NameTypeDescription
numbernumber

The segment number.

labelstring

The segment label.

algorithmTypestring

The segment number.

Classes

MaskSegment

Members

algorithmName :string|undefined

Segment algorithm name (0062,0009).

Type:
  • string | undefined

algorithmType :string

Segment algorithm type (0062,0008).

Type:
  • string

displayRGBValue :RGB|undefined

Segment display value as RGB colour ({r,g,b}).

Type:
  • RGB | undefined

displayValue :number|undefined

Segment display value as simple value.

Type:
  • number | undefined

label :string

Segment label (0062,0005).

Type:
  • string

number :number

Segment number (0062,0004).

Type:
  • number

propertyCategoryCode :DicomCode|undefined

Segment property category code: general category of the property the segment represents (0062,0003).

Type:

propertyTypeCode :DicomCode|undefined

Segment property code: specific property the segment represents (0062,000F).

Type:

trackingId :string|undefined

Segment tracking id: text label for the UID (0062,0020).

Type:
  • string | undefined

trackingUid :string|undefined

Segment tracking UID (0062,0021).

Type:
  • string | undefined