| RecordMatchClassification Enumeration |
Record match classifications
Namespace:
SanteDB.Core.Matching
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax public enum RecordMatchClassification
Public Enumeration RecordMatchClassification
public enum class RecordMatchClassification
type RecordMatchClassification
Members
| Member name | Value | Description |
---|
| Match | 2 |
The records match
|
| Probable | 1 |
There is a probable match
|
| NonMatch | 0 |
The is a non-match
|
See Also