Class: ConceptRelationship

ConceptRelationship(copyData)

new ConceptRelationship(copyData)

Represents a relationship between two concepts

Parameters:
Name Type Description
copyData ConceptRelationship Copy constructor (if present)
Properties:
Name Type Description
targetConcept string Gets or sets the target concept identifier
targetConceptModel Concept [Delay loaded from targetConcept], Gets or sets the target concept
relationshipType string Relationship type(see: ConceptRelationshipTypeKeys for values)
relationshipTypeModel ConceptRelationshipType [Delay loaded from relationshipType], Gets or sets the relationship type
effectiveVersionSequence number
obsoleteVersionSequence number
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
Source:

Extends

Members

effectiveVersionSequence :number

Type:
  • number
Overrides:
Source:

id :string

Gets or sets the primary identifying UUID of this object

Type:
  • string
Overrides:
Source:

modifiedOn :Date

Type:
  • Date
Overrides:
Source:

obsoleteVersionSequence :number

Type:
  • number
Overrides:
Source:

operation :BatchOperationType

Gets or sets the operation

Type:
Overrides:
Source:

relationshipType :string

Gets or sets the relationship type

Type:
  • string
Source:

relationshipTypeModel :ConceptRelationshipType

Type:
Source:

source :string

Type:
  • string
Overrides:
Source:

sourceModel :Concept

Type:
Overrides:
Source:

targetConcept :string

Gets or sets the target concept identifier

Type:
  • string
Source:

targetConceptModel :Concept

Type:
Source: