new ConceptSetComposition(copyData)
Represents a reference between two different concept sets
Parameters:
Name | Type | Description |
---|---|---|
copyData |
ConceptSetComposition | Copy constructor (if present) |
Properties:
Name | Type | Description |
---|---|---|
instruction |
ConceptSetCompositionOperation | The composition operation(see: ConceptSetCompositionOperation for values) |
target |
string | Gets the target of the composition |
targetModel |
ConceptSet | [Delay loaded from target], Gets or sets the target key |
modifiedOn |
Date | |
source |
string | |
sourceModel |
ConceptSet | [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:
instruction :ConceptSetCompositionOperation
The composition operation
Type:
modifiedOn :Date
Type:
- Date
- Overrides:
- Source:
operation :BatchOperationType
Gets or sets the operation
Type:
- Overrides:
- Source:
source :string
Type:
- string
- Overrides:
- Source:
sourceModel :ConceptSet
Type:
- Overrides:
- Source:
target :string
Gets the target of the composition
Type:
- string