I still am somewhat confused about facts vs rules and how to structure data.  I am interested in using Jess for a medical triage system I am developing.  How should I code the following rule?

 

If patient has systolic bp >= 120 and systolic bp <=139 or if diastolic bp >=80 and diastolic bp <=89 the patient is pre-hypertensive.

 

 

Reply via email to