new ConceptName(copyData)
Represents a name (human name) that a concept may have
Parameters:
| Name | Type | Description | 
|---|---|---|
| copyData | ConceptName | Copy constructor (if present) | 
Properties:
| Name | Type | Description | 
|---|---|---|
| language | string | Gets or sets the language code of the object | 
| value | string | Gets or sets the name of the reference term | 
| modifiedOn | Date | |
| source | string | |
| sourceModel | Concept | [Delay loaded from source], | 
| id | string | Gets or sets the primary identifying UUID of this object | 
| operation | BatchOperationType | Gets or sets the operation(see: BatchOperationType for values) | 
| $type | string | Gets the type registration of this object | 
Extends
Members
id :string
Gets or sets the primary identifying UUID of this object
Type:
- string
- Overrides:
- Source:
language :string
Gets or sets the language code of the object
Type:
- string
modifiedOn :Date
Type:
- Date
- Overrides:
- Source:
operation :BatchOperationType
Gets or sets the operation
Type:
- Overrides:
- Source:
source :string
Type:
- string
- Overrides:
- Source:
sourceModel :Concept
Type:
- Overrides:
- Source:
value :string
Gets or sets the name of the reference term
Type:
- string