Blood pressure comparison check
Compare systolic and diastolic blood pressure values.
Rule description: Systolic Blood Pressure must be greater than the corresponding Diastolic Blood Pressure.
Rule expression
if (SYS>DIA)
{
return true;
}
else
{
return false; //System sends query when return false condition is met
}
Query Message: Systolic Blood Pressure is less than or equal to Diastolic Blood Pressures. Please correct or confirm.
Definitions
Return value
Verification steps
- Using a subject for testing, go to the given visit and form
containing the items to check, in this example the systolic blood
pressure <
SYS> and diastolic blood pressure <DIA>. - Update the form items
SYSandDIAas in the following table and verify the result is as listed:SYSDIAResult 120 NullNo query 120 120 Query 120 119 No query 120 121 Query 123 121 No query 115 121 Query Null121 No query 125 121 No query
Note:
Repeat the above steps if the form is present in multiple visits.
Parent topic: Electronic Data Collection (EDC) examples