Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Range Checks using Comparator and CheckValue

When using Comparator and Check Value each Range Check CheckValue, each range check represents a one-sided constraint. Multiple Range Checks range checks can be used to specify more complex constraints , (e.g., an upper and lower bound would require two Range Checks2 range checks).

Each constraint is equivalent to:

...

If an actual data value fails the constraint, it is either rejected (a Hard hard constraint) or a warning is produced (a Soft soft constraint).

For the following comparison operators, one Check Value check value is required.

LTLess than
LELess than or equal to
GTGreater than
GEGreater than or equal to
EQEqual to
NENot equal to

A set of Check Values check values is required for these comparators:

INOne of listed values
NOTINNot any of list values

If a Measurement Unit an associated unit with a measurement variable is specified, the corresponding Item values must have interconvertible Measurement Units (either explicitly or by default)reflect the values using the associated units specified. Refer to ItemRef/@UnitsItemOID. Proper conversion of units must be done as part of the Range Check. If a Measurement Unit is not specified, the corresponding Item values must not have Measurement Units (either explicitly or by default)range check.

Example
titleRangeCheck: Value must be positive

Include Page
RangeCheck - Positive Value
RangeCheck - Positive Value

Example
titleRangeCheck: Value IN (list)

Include Page
RangeCheck - 1, 3, or 5
RangeCheck - 1, 3, or 5

Example
titleRangeCheck: Value between 18 to 65 inclusive

Include Page
RangeCheck - Low-High
RangeCheck - Low-High

Range Checks using FormalExpression

When using FormalExpression a Range Check range check can represent anything , (e.g., one-sided or multi-sided multisided checks). These type of checks must not provide CheckValue , or Comparator or MeasurementUnitRef as they would all be expressed in the FormalExpression itself. The FormalExpression takes the value of the ItemData element and returns a boolean value which is the result of the expression. Multiple FormalExpressions can be provided if each has a different Context attribute, allowing the same expression to be represented in forms appropriate to multiple systems. Multiple different expressions, with different meanings, must be represented as separate RangeChecks.

Example
titleRange Checks using FormalExpression

Include Page
RangeCheck - Formal Expression
RangeCheck - Formal Expression

Pagenav2