new AuditCode(copyData)
Represents an audit code which has a code system and a value
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. |
Members
code :string
Gets or sets the code of the code value.
Type:
- string
display :string
Gets or sets the display name.
Type:
- string
system :string
Gets or sets the system in which the code value is drawn.
Type:
- string
systemName :string
Gets or sets the human readable name of the code system.
Type:
- string
systemVersion :string
Gets or sets the version of the code system.
Type:
- string