Constructor
new DicomCode(meaning)
Parameters:
Name | Type | Description |
---|---|---|
meaning | string | The code meaning. |
- Source
Classes
Members
longValue :string|undefined
Long code value.
Type:
- string |
undefined
- Source
meaning :string
Code meaning.
Type:
- string
- Source
schemeDesignator :string|undefined
Coding scheme designator.
Type:
- string |
undefined
- Source
urnValue :string|undefined
URN code value.
Type:
- string |
undefined
- Source
value :string|undefined
Code value.
Type:
- string |
undefined
- Source
Methods
toString() → {string}
Get a string representation of this object.
- Source
Returns:
The code as string.
- Type:
- string