Click or drag to resize

MatchAttributeNullBehavior Enumeration

Represents behaviors when a attribute property is null

Namespace:  SanteDB.Matcher.Definition
Assembly:  SanteDB.Matcher (in SanteDB.Matcher.dll) Version: 2.2.1
Syntax
public enum MatchAttributeNullBehavior
Members
  Member nameValueDescription
None0 Take no special action
Match1 When the field is null on the queried record apply the mWeight
NonMatch2 When the property is null on the queried record apply the uWeight
Zero3 When the property is null on the queried record ignore the rule
Ignore4 When the property is null on the queried record ignore the rule
Disqualify5 When the property is null on the queried record, disqualify the match entirely
See Also