Previous Topic

Next Topic

Book Contents

ValidBPCheck

Description of ValidBPCheck rule template

Characteristic

Description

Availability

Blood pressure items

Description

Checks whether the entered systolic value is greater than the entered diastolic value.

Returns

  • True—The systolic value is greater than the diastolic value.
  • False—The systolic value is less than the diastolic value.

Display text

this.SystolicVariable.Value > this.DiastolicVariable.Value

Send Feedback