| RecordMatchMethod Enumeration |
Identifies the method used to calculate the match score
Namespace:
SanteDB.Core.Matching
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax public enum RecordMatchMethod
Public Enumeration RecordMatchMethod
public enum class RecordMatchMethod
Members
| Member name | Value | Description |
---|
| Identifier | 1 |
The match was recommended based on an known good identifier
|
| Simple | 2 |
Exact matching/deterministic
|
| Weighted | 3 |
The match was determined using a probability / weighted algorithm
|
See Also