DicomCode

Constructor

new DicomCode(meaning)

Parameters:
NameTypeDescription
meaningstring

The code meaning.

Classes

DicomCode

Members

longValue :string|undefined

Long code value.

Type:
  • string | undefined

meaning :string

Code meaning.

Type:
  • string

schemeDesignator :string|undefined

Coding scheme designator.

Type:
  • string | undefined

urnValue :string|undefined

URN code value.

Type:
  • string | undefined

value :string|undefined

Code value.

Type:
  • string | undefined

Methods

toString() → {string}

Get a string representation of this object.

Returns:

The code as string.

Type: 
string