Click or drag to resize

IdentifierReplacementMode Enumeration

Identifier expiration behavior mode

Namespace: SanteDB.Messaging.HL7.Configuration
Assembly: SanteDB.Messaging.HL7 (in SanteDB.Messaging.HL7.dll) Version: 3.0.2081-alpha+e82e56b43bfab0d631a8b4d1ba2ab44b8aff02dd
Syntax
public enum IdentifierReplacementMode
Members
Member nameValueDescription
AnyInDomain0 When an identifier is marked as "expired" it shall replace any active identifier in the identity domain
Specific1 When an identifier is marked as "expired" it will only replace an active identity with the same value
See Also