Class: ConceptReferenceTerm

ConceptReferenceTerm(copyData)

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
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 identifier

Type:
  • string
Source:

relationshipTypeModel :ConceptRelationshipType

Type:
Source:

source :string

Type:
  • string
Overrides:
Source:

sourceModel :Concept

Type:
Overrides:
Source:

term :string

Gets or sets the reference term identifier

Type:
  • string
Source:

termModel :ReferenceTerm

Type:
Source: