Settings for configuring alert rule parsers.
No Additional PropertiesTriggers alerts when parameters are not in an inclusive min-max range or equals
to a given value. The settings for Simple
parser is an array of parameter and min/max/equal values which are OR
-ed together.
This is one of clinical parameter uid
or name
or name (group_name)
.
Must be at least 1
characters long
Parameter should be greater (or equal, depending on inclusive_min
) to this value.
If inclusive_min
is true, then value ≤ min
will trigger an alert. Defaults to false
.
Parameter should be lesser (or equal, depending on inclusive_max
) to this value.
If inclusive_max
is true, then value ≥ max
will trigger an alert. Defaults to false
.
When the parameter contains or equal to this value.
No Additional PropertiesValue to match the parameter. Can be number
or string
.
Whether to perform case sensitive compare for string parameter values. Defaults to false
.
Whether to trigger an alert when the value is empty; applies to string
and string_array
only.
Whether to trigger an alert when the value is not empty; applies to string
and string_array
only.
This reason is returned when parameter is alertable. Defaults to {sv.parameter.name_with_group} is too low/too high/equals ${value}
.
This is equivalent to Simple rule parser. It exists for backward compatibility.
No Additional ItemsThis is one of clinical parameter uid
or name
or name (group_name)
.
Must be at least 1
characters long
Parameter should be greater (or equal, depending on inclusive_min
) to this value.
If inclusive_min
is true, then value ≤ min
will trigger an alert. Defaults to false
.
Parameter should be lesser (or equal, depending on inclusive_max
) to this value.
If inclusive_max
is true, then value ≥ max
will trigger an alert. Defaults to false
.
When the parameter contains or equal to this value.
No Additional PropertiesValue to match the parameter. Can be number
or string
.
Whether to perform case sensitive compare for string parameter values. Defaults to false
.
Whether to trigger an alert when the value is empty; applies to string
and string_array
only.
Whether to trigger an alert when the value is not empty; applies to string
and string_array
only.
This reason is returned when parameter is alertable. Defaults to {sv.parameter.name_with_group} is too low/too high/equals ${value}
.
Triggers alers when submissions are not made a certain time period after being reminded.
Number of seconds after reminder event without submission which we will trigger an alert.
Value must be greater or equal to 0
Additional Properties of any type are allowed.
Type: object