Click or drag to resize

IExternalIdentifier Interface

Describes a class that is an external identifier

Namespace: SanteDB.Core.Model.Interfaces
Assembly: SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 3.0.2081-alpha+0a330d5f5a5d3cb3e6e945ef530e94ac5671b49c
Syntax
public interface IExternalIdentifier

The IExternalIdentifier type exposes the following members.

Properties
 NameDescription
Public propertyCheckDigit Check digit
Public propertyExpiryDate Gets the date of expiration
Public propertyIdentifierType Gets or sets the identifier type
Public propertyIdentifierTypeKey Gets or sets the identifier type
Public propertyIdentityDomain Gets the assigning authority
Public propertyIdentityDomainKey Get the authority key
Public propertyIssueDate Gets the date of issue
Public propertyReliability Gets or sets the reliability
Public propertyValue Gets the value of the identity
Top
See Also