Class: ConceptName

ConceptName(copyData)

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

language :string

Gets or sets the language code of the object

Type:
  • string
Source:

modifiedOn :Date

Type:
  • Date
Overrides:
Source:

obsoleteVersionSequence :number

Type:
  • number
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
Source: