(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 |
Extends
Members
checkDigit :string
Gets or sets the check-digit if it is stored separate from the identifier
Type:
- string
domain :string
Gets or sets the assinging authority id
Type:
- string
domainModel :IdentityDomain
Type:
expires :Date
Serialization field for expiry date
Type:
- Date
externId :string
Gets or sets the external key for the object
Type:
- string
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
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 :string
Type:
- string
- Overrides:
- Source:
sourceModel :VersionedEntityData
Type:
- Overrides:
- Source:
type :string
Gets or sets the type identifier
Type:
- string
typeModel :Concept
Type:
value :string
Gets or sets the value of the identifier
Type:
- string