DicomSRContent

DICOM SR content: item of a SR content sequence.

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

Constructor

new DicomSRContent(valueType)

Parameters:
NameTypeDescription
valueTypestring

The content item value type.

Classes

DicomSRContent

Members

conceptNameCode :DicomCode|undefined

Concept name code.

Type:

contentSequence :Array.<DicomSRContent>|undefined

Content sequence (0040,A730).

Type:

relationshipType :string

Relationship Type.

Type:
  • string

value :object

Value.

Type:
  • object

valueType :string

Value type.

Type:
  • string

Methods

toString(prefixopt) → {string}

Get a string representation of this object.

Parameters:
NameTypeAttributesDescription
prefixstring<optional>

An optional prefix for recursive content.

Returns:

The object as string.

Type: 
string