new ConceptReferenceTerm(copyData)
Represents a reference term relationship between a concept and reference term
Parameters:
Name | Type | Description |
---|---|---|
copyData |
ConceptReferenceTerm | Copy constructor (if present) |
Properties:
Name | Type | Description |
---|---|---|
term |
string | Gets or sets the reference term identifier |
termModel |
ReferenceTerm | [Delay loaded from term], Gets or set the reference term |
relationshipType |
string | Gets or sets the relationship type identifier |
relationshipTypeModel |
ConceptRelationshipType | [Delay loaded from relationshipType], Gets or sets the relationship type |
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:
modifiedOn :Date
Type:
- Date
- Overrides:
- Source:
operation :BatchOperationType
Gets or sets the operation
Type:
- Overrides:
- Source:
relationshipType :string
Gets or sets the relationship type identifier
Type:
- string
relationshipTypeModel :ConceptRelationshipType
Type:
source :string
Type:
- string
- Overrides:
- Source:
sourceModel :Concept
Type:
- Overrides:
- Source:
term :string
Gets or sets the reference term identifier
Type:
- string