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: 2.2.1
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