| 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
Public Enumeration MatchAttributeNullBehavior
public enum class MatchAttributeNullBehavior
type MatchAttributeNullBehavior
Members
| Member name | Value | Description |
---|
| None | 0 |
Take no special action
|
| Match | 1 |
When the field is null on the queried record apply the mWeight
|
| NonMatch | 2 |
When the property is null on the queried record apply the uWeight
|
| Zero | 3 |
When the property is null on the queried record ignore the rule
|
| Ignore | 4 |
When the property is null on the queried record ignore the rule
|
| Disqualify | 5 |
When the property is null on the queried record, disqualify the match entirely
|
See Also