Click or drag to resize

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: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
public enum RecordMatchMethod
Members
Member nameValueDescription
Identifier1 The match was recommended based on an known good identifier
Simple2 Exact matching/deterministic
Weighted3 The match was determined using a probability / weighted algorithm
See Also