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>|undefined
Content sequence (0040,A730).
Type:
- Array.<DicomSRContent> |
undefined
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:
Name | Type | Attributes | Description |
---|---|---|---|
prefix | string | <optional> | An optional prefix for recursive content. |
Returns:
The object as string.
- Type:
- string