Class: AuditCode

AuditCode(copyData)

new AuditCode(copyData)

Represents an audit code.

Parameters:
Name Type Description
copyData AuditCode Copy constructor (if present)
Properties:
Name Type Description
code string Gets or sets the code of the code value.
system string Gets or sets the system in which the code value is drawn.
systemName string Gets or sets the human readable name of the code system.
systemVersion string Gets or sets the version of the code system.
display string Gets or sets the display name.
Source:

Members

code :string

Gets or sets the code of the code value.

Type:
  • string
Source:

display :string

Gets or sets the display name.

Type:
  • string
Source:

system :string

Gets or sets the system in which the code value is drawn.

Type:
  • string
Source:

systemName :string

Gets or sets the human readable name of the code system.

Type:
  • string
Source:

systemVersion :string

Gets or sets the version of the code system.

Type:
  • string
Source: