Class: IdentifierBase

(abstract) IdentifierBase(copyData)

(abstract) new IdentifierBase(copyData)

Represents an external assigned identifier

Parameters:
Name Type Description
copyData IdentifierBase Copy constructor (if present)
Properties:
Name Type Description
value string Gets or sets the value of the identifier
externId string Gets or sets the external key for the object
issued Date Serialization property for issued date
expires Date Serialization field for expiry date
checkDigit string Gets or sets the check-digit if it is stored separate from the identifier
domain string Gets or sets the assinging authority id
type string Gets or sets the type identifier
typeModel Concept [Delay loaded from type], Gets or sets the identifier type
domainModel IdentityDomain [Delay loaded from domain], Represents the authority information
reliability IdentifierReliability Gets or sets the reliability of the identifier(see: IdentifierReliability for values)
modifiedOn Date
source string
sourceModel VersionedEntityData [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

checkDigit :string

Gets or sets the check-digit if it is stored separate from the identifier

Type:
  • string
Source:

domain :string

Gets or sets the assinging authority id

Type:
  • string
Source:

domainModel :IdentityDomain

Type:
Source:

expires :Date

Serialization field for expiry date

Type:
  • Date
Source:

externId :string

Gets or sets the external key for the object

Type:
  • string
Source:

id :string

Gets or sets the primary identifying UUID of this object

Type:
  • string
Overrides:
Source:

issued :Date

Serialization property for issued date

Type:
  • Date
Source:

modifiedOn :Date

Type:
  • Date
Overrides:
Source:

operation :BatchOperationType

Gets or sets the operation

Type:
Overrides:
Source:

reliability :IdentifierReliability

Gets or sets the reliability of the identifier

Type:
Source:

source :string

Type:
  • string
Overrides:
Source:

sourceModel :VersionedEntityData

Type:
Overrides:
Source:

type :string

Gets or sets the type identifier

Type:
  • string
Source:

typeModel :Concept

Type:
Source:

value :string

Gets or sets the value of the identifier

Type:
  • string
Source: