Constructor
new DicomSRContent(valueType)
Parameters:
Name | Type | Description |
---|---|---|
valueType | string | The content item value type. |
Classes
Members
conceptNameCode :DicomCode|undefined
Concept name code.
Type:
- DicomCode |
undefined
contentSequence :Array.<DicomSRContent>
Content sequence.
Type:
- Array.<DicomSRContent>
relationshipType :string
Relationship Type.
Type:
- string
value :object
Value.
Type:
- object
valueType :string
Value type.
Type:
- string
Methods
hasHeader(valueType, conceptNameCode, relationshipType) → {boolean}
Check if this content has input header values.
Parameters:
Name | Type | Description |
---|---|---|
valueType | string | The value type. |
conceptNameCode | DicomCode | The concept name code. |
relationshipType | string | The relationship type. |
Returns:
True if equal.
- Type:
- boolean
toString(prefixopt) → {string}
Get a string representation of this object.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
prefix | string | <optional> | An optional prefix for recursive content. |
Returns:
The object as string.
- Type:
- string