Class: Segment

segment.Segment(options)

A segment. Describes an item of the Segment Sequence of a DICOM Segmentation instance.

Constructor

new Segment(options)

Parameters:
Name Type Description
options Object Options for construction of Segment
Properties
Name Type Description
uid string Unique tracking identifier
number number Segment Number (one-based index value)
label string Segment Label
algorithmName string Segment Algorithm Name
algorithmType Object Segment Algorithm Type
propertyCategory Object Segmented Property Category Code
propertyType Object Segmented Property Type Code
studyInstanceUID string Study Instance UID of DICOM Segmentation instances
seriesInstanceUID string Series Instance UID of DICOM Segmentation instances
sopInstanceUIDs Array.<string> SOP Instance UIDs of DICOM Segmentation instances
paletteColorLookupTableUID string | undefined Palette Color Lookup Table UID
Source:

Members

algorithmName :string

Segment Algorithm Name
Type:
  • string
Source:

algorithmType :object

Segment Algorithm Type
Type:
  • object
Source:

label :string

Segment Label
Type:
  • string
Source:

number :number

Segment Number.
Type:
  • number
Source:

paletteColorLookupTableUID :string

Palette Color Lookup Table UID.
Type:
  • string
Source:

propertyCategory :object

Segmented Property Category Code
Type:
  • object
Source:

propertyType :object

Segmented Property Type Code
Type:
  • object
Source:

seriesInstanceUID :string

Series Instance UID of DICOM Segmentation instances.
Type:
  • string
Source:

sopInstanceUIDs :Array.<string>

SOP Instance UIDs of DICOM Segmentation instances.
Type:
  • Array.<string>
Source:

studyInstanceUID :string

Study Instance UID of DICOM Segmentation instances.
Type:
  • string
Source:

uid :string

Unique Tracking Identifier
Type:
  • string
Source: