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
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
type IdentifierType Gets or sets the identifier type
authority AssigningAuthority Gets or sets a minimal assigning authority from XML data
effectiveVersionSequence number
obsoleteVersionSequence number
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

authority :AssigningAuthority

Gets or sets a minimal assigning authority from XML data

Type:
Source:

checkDigit :string

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

Type:
  • string
Source:

effectiveVersionSequence :number

Type:
  • number
Overrides:
Source:

expires :Date

Serialization field for expiry date

Type:
  • Date
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:

obsoleteVersionSequence :number

Type:
  • number
Overrides:
Source:

operation :BatchOperationType

Gets or sets the operation

Type:
Overrides:
Source:

source :string

Type:
  • string
Overrides:
Source:

sourceModel :VersionedEntityData

Type:
Overrides:
Source:

type :IdentifierType

Gets or sets the identifier type

Type:
Source:

value :string

Gets or sets the value of the identifier

Type:
  • string
Source: