Click or drag to resize

AssertionEvaluationType Enumeration

Assertion evaluation type

Namespace:  SanteDB.Core.Data.Quality.Configuration
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax
public enum AssertionEvaluationType
Members
  Member nameValueDescription
All0 All of the expressions must evaluate to true
Any1 Any of the expressions must evaluate to true
None2 None of the expressions should evaluate to true
See Also