Update of /cvsroot/oscarmcmaster/oscar_mcmaster/web/WEB-INF/classes/src/oscar/oscarEncounter/oscarMeasurements/flowsheets
In directory sfp-cvsdas-4.v30.ch3.sourceforge.com:/tmp/cvs-serv25163
Modified Files:
inrFlowsheet.drl hypertension.drl chf.drl diab.drl hiv.drl
Log Message:
Removed System.out from drl files
Index: diab.drl
===================================================================
RCS file: /cvsroot/oscarmcmaster/oscar_mcmaster/web/WEB-INF/classes/src/oscar/oscarEncounter/oscarMeasurements/flowsheets/diab.drl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** diab.drl 28 Nov 2008 17:18:36 -0000 1.5
--- diab.drl 17 Nov 2010 16:43:22 -0000 1.6
***************
*** 46,50 ****
<java:condition>m.getLastDateRecordedInMonths("REBG") < 6</java:condition>
<java:consequence>
! System.out.println("REBG 1 getting called");
m.addRecommendation("REBG","Blood Glucose hasn't been reviewed in "+m.getLastDateRecordedInMonths("REBG")+" months");
</java:consequence>
--- 46,50 ----
<java:condition>m.getLastDateRecordedInMonths("REBG") < 6</java:condition>
<java:consequence>
! m.log("REBG 1 getting called");
m.addRecommendation("REBG","Blood Glucose hasn't been reviewed in "+m.getLastDateRecordedInMonths("REBG")+" months");
</java:consequence>
***************
*** 57,61 ****
<java:condition>m.getLastDateRecordedInMonths("REBG") >= 6</java:condition>
<java:consequence>
! System.out.println("REBG 2 getting called");
m.addWarning("REBG","Blood Glucose hasn't been reviewed in "+m.getLastDateRecordedInMonths("REBG")+" months");
</java:consequence>
--- 57,61 ----
<java:condition>m.getLastDateRecordedInMonths("REBG") >= 6</java:condition>
<java:consequence>
! m.log("REBG 2 getting called");
m.addWarning("REBG","Blood Glucose hasn't been reviewed in "+m.getLastDateRecordedInMonths("REBG")+" months");
</java:consequence>
***************
*** 68,72 ****
<java:condition>m.getLastDateRecordedInMonths("REBG") == -1</java:condition>
<java:consequence>
! System.out.println("REBG 3 getting called");
m.addWarning("REBG","Blood Glucose hasn't been reviewed");
</java:consequence>
--- 68,72 ----
<java:condition>m.getLastDateRecordedInMonths("REBG") == -1</java:condition>
<java:consequence>
! m.log("REBG 3 getting called");
m.addWarning("REBG","Blood Glucose hasn't been reviewed");
</java:consequence>
***************
*** 82,86 ****
<java:condition>m.getLastDateRecordedInMonths("A1C") < 6</java:condition>
<java:consequence>
! System.out.println("A1C 1 getting called");
m.addRecommendation("A1C","An A1C hasn't been recorded in "+m.getLastDateRecordedInMonths("A1C")+" months");
</java:consequence>
--- 82,86 ----
<java:condition>m.getLastDateRecordedInMonths("A1C") < 6</java:condition>
<java:consequence>
! m.log("A1C 1 getting called");
m.addRecommendation("A1C","An A1C hasn't been recorded in "+m.getLastDateRecordedInMonths("A1C")+" months");
</java:consequence>
***************
*** 93,97 ****
<java:condition>m.getLastDateRecordedInMonths("A1C") >= 6</java:condition>
<java:consequence>
! System.out.println("A1C 2 getting called");
m.addWarning("A1C","An A1C hasn't been recorded in "+m.getLastDateRecordedInMonths("A1C")+" months");
</java:consequence>
--- 93,97 ----
<java:condition>m.getLastDateRecordedInMonths("A1C") >= 6</java:condition>
<java:consequence>
! m.log("A1C 2 getting called");
m.addWarning("A1C","An A1C hasn't been recorded in "+m.getLastDateRecordedInMonths("A1C")+" months");
</java:consequence>
***************
*** 104,108 ****
<java:condition>m.getLastDateRecordedInMonths("A1C") == -1</java:condition>
<java:consequence>
! System.out.println("A1C 3 getting called");
m.addWarning("A1C","no A1C values has been recorded");
</java:consequence>
--- 104,108 ----
<java:condition>m.getLastDateRecordedInMonths("A1C") == -1</java:condition>
<java:consequence>
! m.log("A1C 3 getting called");
m.addWarning("A1C","no A1C values has been recorded");
</java:consequence>
***************
*** 118,122 ****
<java:condition>m.getLastDateRecordedInMonths("DMED") < 6</java:condition>
<java:consequence>
! System.out.println("DMED 1 getting called");
m.addRecommendation("DMED","DM Med changes haven't been recorded in "+m.getLastDateRecordedInMonths("DMED")+" months");
</java:consequence>
--- 118,122 ----
<java:condition>m.getLastDateRecordedInMonths("DMED") < 6</java:condition>
<java:consequence>
! m.log("DMED 1 getting called");
m.addRecommendation("DMED","DM Med changes haven't been recorded in "+m.getLastDateRecordedInMonths("DMED")+" months");
</java:consequence>
***************
*** 129,133 ****
<java:condition>m.getLastDateRecordedInMonths("DMED") >= 6</java:condition>
<java:consequence>
! System.out.println("DMED 2 getting called");
m.addWarning("DMED","DM Med changes haven't been recorded in "+m.getLastDateRecordedInMonths("DMED")+" months");
</java:consequence>
--- 129,133 ----
<java:condition>m.getLastDateRecordedInMonths("DMED") >= 6</java:condition>
<java:consequence>
! m.log("DMED 2 getting called");
m.addWarning("DMED","DM Med changes haven't been recorded in "+m.getLastDateRecordedInMonths("DMED")+" months");
</java:consequence>
***************
*** 140,144 ****
<java:condition>m.getLastDateRecordedInMonths("DMED") == -1</java:condition>
<java:consequence>
! System.out.println("DMED 3 getting called");
m.addWarning("DMED","no DM Med changes have been recorded");
</java:consequence>
--- 140,144 ----
<java:condition>m.getLastDateRecordedInMonths("DMED") == -1</java:condition>
<java:consequence>
! m.log("DMED 3 getting called");
m.addWarning("DMED","no DM Med changes have been recorded");
</java:consequence>
***************
*** 156,160 ****
<java:condition>m.getLastDateRecordedInMonths("BP") < 6</java:condition>
<java:consequence>
! System.out.println("BP 1 getting called");
m.addRecommendation("BP","BP hasn't been recorded in "+m.getLastDateRecordedInMonths("BP")+" months");
</java:consequence>
--- 156,160 ----
<java:condition>m.getLastDateRecordedInMonths("BP") < 6</java:condition>
<java:consequence>
! m.log("BP 1 getting called");
m.addRecommendation("BP","BP hasn't been recorded in "+m.getLastDateRecordedInMonths("BP")+" months");
</java:consequence>
***************
*** 167,171 ****
<java:condition>m.getLastDateRecordedInMonths("BP") >= 6</java:condition>
<java:consequence>
! System.out.println("BP 2 getting called");
m.addWarning("BP","BP hasn't been recorded in "+m.getLastDateRecordedInMonths("BP")+" months");
</java:consequence>
--- 167,171 ----
<java:condition>m.getLastDateRecordedInMonths("BP") >= 6</java:condition>
<java:consequence>
! m.log("BP 2 getting called");
m.addWarning("BP","BP hasn't been recorded in "+m.getLastDateRecordedInMonths("BP")+" months");
</java:consequence>
***************
*** 178,182 ****
<java:condition>m.getLastDateRecordedInMonths("BP") == -1</java:condition>
<java:consequence>
! System.out.println("BP 3 getting called");
m.addWarning("BP","no BP has been recorded");
</java:consequence>
--- 178,182 ----
<java:condition>m.getLastDateRecordedInMonths("BP") == -1</java:condition>
<java:consequence>
! m.log("BP 3 getting called");
m.addWarning("BP","no BP has been recorded");
</java:consequence>
***************
*** 192,196 ****
<java:condition>m.getLastDateRecordedInMonths("BMED") < 6</java:condition>
<java:consequence>
! System.out.println("BMED 1 getting called");
m.addRecommendation("BMED","BP Meds hasn't been recorded in "+m.getLastDateRecordedInMonths("BMED")+" months");
</java:consequence>
--- 192,196 ----
<java:condition>m.getLastDateRecordedInMonths("BMED") < 6</java:condition>
<java:consequence>
! m.log("BMED 1 getting called");
m.addRecommendation("BMED","BP Meds hasn't been recorded in "+m.getLastDateRecordedInMonths("BMED")+" months");
</java:consequence>
***************
*** 203,207 ****
<java:condition>m.getLastDateRecordedInMonths("BMED") >= 6</java:condition>
<java:consequence>
! System.out.println("BMED 2 getting called");
m.addWarning("BMED","BP Meds hasn't been recorded in "+m.getLastDateRecordedInMonths("BMED")+" months");
</java:consequence>
--- 203,207 ----
<java:condition>m.getLastDateRecordedInMonths("BMED") >= 6</java:condition>
<java:consequence>
! m.log("BMED 2 getting called");
m.addWarning("BMED","BP Meds hasn't been recorded in "+m.getLastDateRecordedInMonths("BMED")+" months");
</java:consequence>
***************
*** 214,218 ****
<java:condition>m.getLastDateRecordedInMonths("BMED") == -1</java:condition>
<java:consequence>
! System.out.println("BMED 3 getting called");
m.addWarning("BMED","no BP Meds changes have been recorded");
</java:consequence>
--- 214,218 ----
<java:condition>m.getLastDateRecordedInMonths("BMED") == -1</java:condition>
<java:consequence>
! m.log("BMED 3 getting called");
m.addWarning("BMED","no BP Meds changes have been recorded");
</java:consequence>
***************
*** 228,232 ****
<java:condition>m.getLastDateRecordedInMonths("BMI") < 6</java:condition>
<java:consequence>
! System.out.println("BMI 1 getting called");
m.addRecommendation("BMI","BMI hasn't been recorded in "+m.getLastDateRecordedInMonths("BMI")+" months");
</java:consequence>
--- 228,232 ----
<java:condition>m.getLastDateRecordedInMonths("BMI") < 6</java:condition>
<java:consequence>
! m.log("BMI 1 getting called");
m.addRecommendation("BMI","BMI hasn't been recorded in "+m.getLastDateRecordedInMonths("BMI")+" months");
</java:consequence>
***************
*** 239,243 ****
<java:condition>m.getLastDateRecordedInMonths("BMI") >= 6</java:condition>
<java:consequence>
! System.out.println("BMI 2 getting called");
m.addWarning("BMI","BMI hasn't been recorded in "+m.getLastDateRecordedInMonths("BMI")+" months");
</java:consequence>
--- 239,243 ----
<java:condition>m.getLastDateRecordedInMonths("BMI") >= 6</java:condition>
<java:consequence>
! m.log("BMI 2 getting called");
m.addWarning("BMI","BMI hasn't been recorded in "+m.getLastDateRecordedInMonths("BMI")+" months");
</java:consequence>
***************
*** 250,254 ****
<java:condition>m.getLastDateRecordedInMonths("BMI") == -1</java:condition>
<java:consequence>
! System.out.println("BMI 3 getting called");
m.addWarning("BMI","no BMI has been recorded");
</java:consequence>
--- 250,254 ----
<java:condition>m.getLastDateRecordedInMonths("BMI") == -1</java:condition>
<java:consequence>
! m.log("BMI 3 getting called");
m.addWarning("BMI","no BMI has been recorded");
</java:consequence>
***************
*** 264,268 ****
<java:condition>m.getLastDateRecordedInMonths("DIER") < 6</java:condition>
<java:consequence>
! System.out.println("DIER 1 getting called");
m.addRecommendation("DIER","Diet/Exercise hasn't been recorded in "+m.getLastDateRecordedInMonths("DIER")+" months");
</java:consequence>
--- 264,268 ----
<java:condition>m.getLastDateRecordedInMonths("DIER") < 6</java:condition>
<java:consequence>
! m.log("DIER 1 getting called");
m.addRecommendation("DIER","Diet/Exercise hasn't been recorded in "+m.getLastDateRecordedInMonths("DIER")+" months");
</java:consequence>
***************
*** 275,279 ****
<java:condition>m.getLastDateRecordedInMonths("DIER") >= 6</java:condition>
<java:consequence>
! System.out.println("DIER 2 getting called");
m.addWarning("DIER","Diet/ Exercise hasn't been recorded in "+m.getLastDateRecordedInMonths("DIER")+" months");
</java:consequence>
--- 275,279 ----
<java:condition>m.getLastDateRecordedInMonths("DIER") >= 6</java:condition>
<java:consequence>
! m.log("DIER 2 getting called");
m.addWarning("DIER","Diet/ Exercise hasn't been recorded in "+m.getLastDateRecordedInMonths("DIER")+" months");
</java:consequence>
***************
*** 286,290 ****
<java:condition>m.getLastDateRecordedInMonths("DIER") == -1</java:condition>
<java:consequence>
! System.out.println("DIER 3 getting called");
m.addWarning("DIER","Diet/Excercise has not been recorded");
</java:consequence>
--- 286,290 ----
<java:condition>m.getLastDateRecordedInMonths("DIER") == -1</java:condition>
<java:consequence>
! m.log("DIER 3 getting called");
m.addWarning("DIER","Diet/Excercise has not been recorded");
</java:consequence>
***************
*** 301,305 ****
<java:condition>m.getLastValueAsInt("NOSK") != 0</java:condition>
<java:consequence>
! System.out.println("NOSK 1 getting called");
m.addRecommendation("NOSK","Number of Cigarettes hasn't been recorded in "+m.getLastDateRecordedInMonths("NOSK")+" months");
</java:consequence>
--- 301,305 ----
<java:condition>m.getLastValueAsInt("NOSK") != 0</java:condition>
<java:consequence>
! m.log("NOSK 1 getting called");
m.addRecommendation("NOSK","Number of Cigarettes hasn't been recorded in "+m.getLastDateRecordedInMonths("NOSK")+" months");
</java:consequence>
***************
*** 313,317 ****
<java:condition>m.getLastValueAsInt("NOSK") != 0</java:condition>
<java:consequence>
! System.out.println("NOSK 2 getting called");
m.addWarning("NOSK","Number of Cigarettes hasn't been recorded in "+m.getLastDateRecordedInMonths("NOSK")+" months");
</java:consequence>
--- 313,317 ----
<java:condition>m.getLastValueAsInt("NOSK") != 0</java:condition>
<java:consequence>
! m.log("NOSK 2 getting called");
m.addWarning("NOSK","Number of Cigarettes hasn't been recorded in "+m.getLastDateRecordedInMonths("NOSK")+" months");
</java:consequence>
***************
*** 324,328 ****
<java:condition>m.getLastDateRecordedInMonths("NOSK") == -1</java:condition>
<java:consequence>
! System.out.println("NOSK 3 getting called");
m.addWarning("NOSK","Number of Cigarrettes has never been recorded, if non smoker enter zero");
</java:consequence>
--- 324,328 ----
<java:condition>m.getLastDateRecordedInMonths("NOSK") == -1</java:condition>
<java:consequence>
! m.log("NOSK 3 getting called");
m.addWarning("NOSK","Number of Cigarrettes has never been recorded, if non smoker enter zero");
</java:consequence>
***************
*** 339,343 ****
<java:condition>m.getLastDateRecordedInMonths("LDL") < 12</java:condition>
<java:consequence>
! System.out.println("LDL 1 getting called");
m.addRecommendation("LDL","LDL hasn't been recorded in "+m.getLastDateRecordedInMonths("LDL")+" months");
</java:consequence>
--- 339,343 ----
<java:condition>m.getLastDateRecordedInMonths("LDL") < 12</java:condition>
<java:consequence>
! m.log("LDL 1 getting called");
m.addRecommendation("LDL","LDL hasn't been recorded in "+m.getLastDateRecordedInMonths("LDL")+" months");
</java:consequence>
***************
*** 350,354 ****
<java:condition>m.getLastDateRecordedInMonths("LDL") >= 12</java:condition>
<java:consequence>
! System.out.println("LDL 2 getting called");
m.addWarning("LDL","LDL hasn't been recorded in "+m.getLastDateRecordedInMonths("LDL")+" months");
</java:consequence>
--- 350,354 ----
<java:condition>m.getLastDateRecordedInMonths("LDL") >= 12</java:condition>
<java:consequence>
! m.log("LDL 2 getting called");
m.addWarning("LDL","LDL hasn't been recorded in "+m.getLastDateRecordedInMonths("LDL")+" months");
</java:consequence>
***************
*** 361,365 ****
<java:condition>m.getLastDateRecordedInMonths("LDL") == -1</java:condition>
<java:consequence>
! System.out.println("LDL 3 getting called");
m.addWarning("LDL","LDL has not been recorded");
</java:consequence>
--- 361,365 ----
<java:condition>m.getLastDateRecordedInMonths("LDL") == -1</java:condition>
<java:consequence>
! m.log("LDL 3 getting called");
m.addWarning("LDL","LDL has not been recorded");
</java:consequence>
***************
*** 377,381 ****
<java:condition>m.getLastDateRecordedInMonths("TCHD") < 12</java:condition>
<java:consequence>
! System.out.println("TCHD 1 getting called");
m.addRecommendation("TCHD","TC/HDL hasn't been recorded in "+m.getLastDateRecordedInMonths("TCHD")+" months");
</java:consequence>
--- 377,381 ----
<java:condition>m.getLastDateRecordedInMonths("TCHD") < 12</java:condition>
<java:consequence>
! m.log("TCHD 1 getting called");
m.addRecommendation("TCHD","TC/HDL hasn't been recorded in "+m.getLastDateRecordedInMonths("TCHD")+" months");
</java:consequence>
***************
*** 388,392 ****
<java:condition>m.getLastDateRecordedInMonths("TCHD") >= 12</java:condition>
<java:consequence>
! System.out.println("TCHD 2 getting called");
m.addWarning("TCHD","TC/HDL hasn't been recorded in "+m.getLastDateRecordedInMonths("TCHD")+" months");
</java:consequence>
--- 388,392 ----
<java:condition>m.getLastDateRecordedInMonths("TCHD") >= 12</java:condition>
<java:consequence>
! m.log("TCHD 2 getting called");
m.addWarning("TCHD","TC/HDL hasn't been recorded in "+m.getLastDateRecordedInMonths("TCHD")+" months");
</java:consequence>
***************
*** 399,403 ****
<java:condition>m.getLastDateRecordedInMonths("TCHD") == -1</java:condition>
<java:consequence>
! System.out.println("TCHD 3 getting called");
m.addWarning("TCHD","TC/HDL has not been recorded");
</java:consequence>
--- 399,403 ----
<java:condition>m.getLastDateRecordedInMonths("TCHD") == -1</java:condition>
<java:consequence>
! m.log("TCHD 3 getting called");
m.addWarning("TCHD","TC/HDL has not been recorded");
</java:consequence>
***************
*** 415,419 ****
<java:condition>m.getLastDateRecordedInMonths("TG") < 12</java:condition>
<java:consequence>
! System.out.println("TG 1 getting called");
m.addRecommendation("TG","Triglycerides hasn't been recorded in "+m.getLastDateRecordedInMonths("TG")+" months");
</java:consequence>
--- 415,419 ----
<java:condition>m.getLastDateRecordedInMonths("TG") < 12</java:condition>
<java:consequence>
! m.log("TG 1 getting called");
m.addRecommendation("TG","Triglycerides hasn't been recorded in "+m.getLastDateRecordedInMonths("TG")+" months");
</java:consequence>
***************
*** 426,430 ****
<java:condition>m.getLastDateRecordedInMonths("TG") >= 12</java:condition>
<java:consequence>
! System.out.println("TG 2 getting called");
m.addWarning("TG","Triglycerides hasn't been recorded in "+m.getLastDateRecordedInMonths("TG")+" months");
</java:consequence>
--- 426,430 ----
<java:condition>m.getLastDateRecordedInMonths("TG") >= 12</java:condition>
<java:consequence>
! m.log("TG 2 getting called");
m.addWarning("TG","Triglycerides hasn't been recorded in "+m.getLastDateRecordedInMonths("TG")+" months");
</java:consequence>
***************
*** 437,441 ****
<java:condition>m.getLastDateRecordedInMonths("TG") == -1</java:condition>
<java:consequence>
! System.out.println("TG 3 getting called");
m.addWarning("TG","Triglycerides has not been recorded");
</java:consequence>
--- 437,441 ----
<java:condition>m.getLastDateRecordedInMonths("TG") == -1</java:condition>
<java:consequence>
! m.log("TG 3 getting called");
m.addWarning("TG","Triglycerides has not been recorded");
</java:consequence>
***************
*** 452,456 ****
<java:condition>m.getLastDateRecordedInMonths("LMED") < 12</java:condition>
<java:consequence>
! System.out.println("LMED 1 getting called");
m.addRecommendation("LMED","Lipid Lowering Meds hasn't been recorded in "+m.getLastDateRecordedInMonths("LMED")+" months");
</java:consequence>
--- 452,456 ----
<java:condition>m.getLastDateRecordedInMonths("LMED") < 12</java:condition>
<java:consequence>
! m.log("LMED 1 getting called");
m.addRecommendation("LMED","Lipid Lowering Meds hasn't been recorded in "+m.getLastDateRecordedInMonths("LMED")+" months");
</java:consequence>
***************
*** 463,467 ****
<java:condition>m.getLastDateRecordedInMonths("LMED") >= 12</java:condition>
<java:consequence>
! System.out.println("LMED 2 getting called");
m.addWarning("LMED","Lipid Lowering Meds hasn't been recorded in "+m.getLastDateRecordedInMonths("LMED")+" months");
</java:consequence>
--- 463,467 ----
<java:condition>m.getLastDateRecordedInMonths("LMED") >= 12</java:condition>
<java:consequence>
! m.log("LMED 2 getting called");
m.addWarning("LMED","Lipid Lowering Meds hasn't been recorded in "+m.getLastDateRecordedInMonths("LMED")+" months");
</java:consequence>
***************
*** 474,478 ****
<java:condition>m.getLastDateRecordedInMonths("LMED") == -1</java:condition>
<java:consequence>
! System.out.println("LMED 3 getting called");
m.addWarning("LMED","Lipid Lowering Meds has not been recorded");
</java:consequence>
--- 474,478 ----
<java:condition>m.getLastDateRecordedInMonths("LMED") == -1</java:condition>
<java:consequence>
! m.log("LMED 3 getting called");
m.addWarning("LMED","Lipid Lowering Meds has not been recorded");
</java:consequence>
***************
*** 488,492 ****
<java:condition>m.getLastDateRecordedInMonths("FGLC") < 12</java:condition>
<java:consequence>
! System.out.println("FGLC 1 getting called");
m.addRecommendation("FGLC","Fasting glucose meter/lab comparison hasn't been recorded in "+m.getLastDateRecordedInMonths("FGLC")+" months");
</java:consequence>
--- 488,492 ----
<java:condition>m.getLastDateRecordedInMonths("FGLC") < 12</java:condition>
<java:consequence>
! m.log("FGLC 1 getting called");
m.addRecommendation("FGLC","Fasting glucose meter/lab comparison hasn't been recorded in "+m.getLastDateRecordedInMonths("FGLC")+" months");
</java:consequence>
***************
*** 499,503 ****
<java:condition>m.getLastDateRecordedInMonths("FGLC") >= 12</java:condition>
<java:consequence>
! System.out.println("FGLC 2 getting called");
m.addWarning("FGLC","Fasting glucose meter/lab comparison hasn't been recorded in "+m.getLastDateRecordedInMonths("FGLC")+" months");
</java:consequence>
--- 499,503 ----
<java:condition>m.getLastDateRecordedInMonths("FGLC") >= 12</java:condition>
<java:consequence>
! m.log("FGLC 2 getting called");
m.addWarning("FGLC","Fasting glucose meter/lab comparison hasn't been recorded in "+m.getLastDateRecordedInMonths("FGLC")+" months");
</java:consequence>
***************
*** 510,514 ****
<java:condition>m.getLastDateRecordedInMonths("FGLC") == -1</java:condition>
<java:consequence>
! System.out.println("FGLC 3 getting called");
m.addWarning("FGLC","Fasting glucose meter/lab comparison has not been recorded");
</java:consequence>
--- 510,514 ----
<java:condition>m.getLastDateRecordedInMonths("FGLC") == -1</java:condition>
<java:consequence>
! m.log("FGLC 3 getting called");
m.addWarning("FGLC","Fasting glucose meter/lab comparison has not been recorded");
</java:consequence>
***************
*** 524,528 ****
<java:condition>m.getLastDateRecordedInMonths("EYEE") < 12</java:condition>
<java:consequence>
! System.out.println("EYEE 1 getting called");
m.addRecommendation("EYEE","An Opthalmologist/ Optometrist exam hasn't been recorded in "+m.getLastDateRecordedInMonths("EYEE")+" months");
</java:consequence>
--- 524,528 ----
<java:condition>m.getLastDateRecordedInMonths("EYEE") < 12</java:condition>
<java:consequence>
! m.log("EYEE 1 getting called");
m.addRecommendation("EYEE","An Opthalmologist/ Optometrist exam hasn't been recorded in "+m.getLastDateRecordedInMonths("EYEE")+" months");
</java:consequence>
***************
*** 535,539 ****
<java:condition>m.getLastDateRecordedInMonths("EYEE") >= 12</java:condition>
<java:consequence>
! System.out.println("EYEE 2 getting called");
m.addWarning("EYEE","An Opthalmologist/ Optometrist exam hasn't been recorded in "+m.getLastDateRecordedInMonths("EYEE")+" months");
</java:consequence>
--- 535,539 ----
<java:condition>m.getLastDateRecordedInMonths("EYEE") >= 12</java:condition>
<java:consequence>
! m.log("EYEE 2 getting called");
m.addWarning("EYEE","An Opthalmologist/ Optometrist exam hasn't been recorded in "+m.getLastDateRecordedInMonths("EYEE")+" months");
</java:consequence>
***************
*** 546,550 ****
<java:condition>m.getLastDateRecordedInMonths("EYEE") == -1</java:condition>
<java:consequence>
! System.out.println("EYEE 3 getting called");
m.addWarning("EYEE","An Opthalmologist/ Optometrist exam has not been recorded");
</java:consequence>
--- 546,550 ----
<java:condition>m.getLastDateRecordedInMonths("EYEE") == -1</java:condition>
<java:consequence>
! m.log("EYEE 3 getting called");
m.addWarning("EYEE","An Opthalmologist/ Optometrist exam has not been recorded");
</java:consequence>
***************
*** 560,564 ****
<java:condition>m.getLastDateRecordedInMonths("ACR") < 12</java:condition>
<java:consequence>
! System.out.println("ACR 1 getting called");
m.addRecommendation("ACR","An Alb: creat ratio value hasn't been recorded in "+m.getLastDateRecordedInMonths("ACR")+" months");
</java:consequence>
--- 560,564 ----
<java:condition>m.getLastDateRecordedInMonths("ACR") < 12</java:condition>
<java:consequence>
! m.log("ACR 1 getting called");
m.addRecommendation("ACR","An Alb: creat ratio value hasn't been recorded in "+m.getLastDateRecordedInMonths("ACR")+" months");
</java:consequence>
***************
*** 571,575 ****
<java:condition>m.getLastDateRecordedInMonths("ACR") >= 12</java:condition>
<java:consequence>
! System.out.println("ACR 2 getting called");
m.addWarning("ACR","An Alb: creat ratio value hasn't been recorded in "+m.getLastDateRecordedInMonths("ACR")+" months");
</java:consequence>
--- 571,575 ----
<java:condition>m.getLastDateRecordedInMonths("ACR") >= 12</java:condition>
<java:consequence>
! m.log("ACR 2 getting called");
m.addWarning("ACR","An Alb: creat ratio value hasn't been recorded in "+m.getLastDateRecordedInMonths("ACR")+" months");
</java:consequence>
***************
*** 582,586 ****
<java:condition>m.getLastDateRecordedInMonths("ACR") == -1</java:condition>
<java:consequence>
! System.out.println("ACR 3 getting called");
m.addWarning("ACR","An Alb: creat ratio value has not been recorded");
</java:consequence>
--- 582,586 ----
<java:condition>m.getLastDateRecordedInMonths("ACR") == -1</java:condition>
<java:consequence>
! m.log("ACR 3 getting called");
m.addWarning("ACR","An Alb: creat ratio value has not been recorded");
</java:consequence>
***************
*** 596,600 ****
<java:condition>m.getLastDateRecordedInMonths("EGFR") < 12</java:condition>
<java:consequence>
! System.out.println("EGFR 1 getting called");
m.addRecommendation("EGFR","An eGFR value hasn't been recorded in "+m.getLastDateRecordedInMonths("EGFR")+" months");
</java:consequence>
--- 596,600 ----
<java:condition>m.getLastDateRecordedInMonths("EGFR") < 12</java:condition>
<java:consequence>
! m.log("EGFR 1 getting called");
m.addRecommendation("EGFR","An eGFR value hasn't been recorded in "+m.getLastDateRecordedInMonths("EGFR")+" months");
</java:consequence>
***************
*** 607,611 ****
<java:condition>m.getLastDateRecordedInMonths("EGFR") >= 12</java:condition>
<java:consequence>
! System.out.println("EGFR 2 getting called");
m.addWarning("EGFR","An eGFR value hasn't been recorded in "+m.getLastDateRecordedInMonths("EGFR")+" months");
</java:consequence>
--- 607,611 ----
<java:condition>m.getLastDateRecordedInMonths("EGFR") >= 12</java:condition>
<java:consequence>
! m.log("EGFR 2 getting called");
m.addWarning("EGFR","An eGFR value hasn't been recorded in "+m.getLastDateRecordedInMonths("EGFR")+" months");
</java:consequence>
***************
*** 618,622 ****
<java:condition>m.getLastDateRecordedInMonths("EGFR") == -1</java:condition>
<java:consequence>
! System.out.println("EGFR 3 getting called");
m.addWarning("EGFR","An eGFR value has not been recorded");
</java:consequence>
--- 618,622 ----
<java:condition>m.getLastDateRecordedInMonths("EGFR") == -1</java:condition>
<java:consequence>
! m.log("EGFR 3 getting called");
m.addWarning("EGFR","An eGFR value has not been recorded");
</java:consequence>
***************
*** 633,637 ****
<java:condition>m.getLastDateRecordedInMonths("FTE") < 12</java:condition>
<java:consequence>
! System.out.println("FTE 1 getting called");
m.addRecommendation("FTE","A Lower Extremity Exam hasn't been recorded in "+m.getLastDateRecordedInMonths("FTE")+" months");
</java:consequence>
--- 633,637 ----
<java:condition>m.getLastDateRecordedInMonths("FTE") < 12</java:condition>
<java:consequence>
! m.log("FTE 1 getting called");
m.addRecommendation("FTE","A Lower Extremity Exam hasn't been recorded in "+m.getLastDateRecordedInMonths("FTE")+" months");
</java:consequence>
***************
*** 644,648 ****
<java:condition>m.getLastDateRecordedInMonths("FTE") >= 12</java:condition>
<java:consequence>
! System.out.println("FTE 2 getting called");
m.addWarning("FTE","A Lower Extremity Exam hasn't been recorded in "+m.getLastDateRecordedInMonths("FTE")+" months");
</java:consequence>
--- 644,648 ----
<java:condition>m.getLastDateRecordedInMonths("FTE") >= 12</java:condition>
<java:consequence>
! m.log("FTE 2 getting called");
m.addWarning("FTE","A Lower Extremity Exam hasn't been recorded in "+m.getLastDateRecordedInMonths("FTE")+" months");
</java:consequence>
***************
*** 655,659 ****
<java:condition>m.getLastDateRecordedInMonths("FTE") == -1</java:condition>
<java:consequence>
! System.out.println("FTE 3 getting called");
m.addWarning("FTE","A Lower Extremity Exam has not been recorded");
</java:consequence>
--- 655,659 ----
<java:condition>m.getLastDateRecordedInMonths("FTE") == -1</java:condition>
<java:consequence>
! m.log("FTE 3 getting called");
m.addWarning("FTE","A Lower Extremity Exam has not been recorded");
</java:consequence>
***************
*** 670,674 ****
<java:condition>m.getLastDateRecordedInMonths("FTLS") < 12</java:condition>
<java:consequence>
! System.out.println("FTLS 1 getting called");
m.addRecommendation("FTLS","A loss of sensation test hasn't been recorded in "+m.getLastDateRecordedInMonths("FTLS")+" months");
</java:consequence>
--- 670,674 ----
<java:condition>m.getLastDateRecordedInMonths("FTLS") < 12</java:condition>
<java:consequence>
! m.log("FTLS 1 getting called");
m.addRecommendation("FTLS","A loss of sensation test hasn't been recorded in "+m.getLastDateRecordedInMonths("FTLS")+" months");
</java:consequence>
***************
*** 681,685 ****
<java:condition>m.getLastDateRecordedInMonths("FTLS") >= 12</java:condition>
<java:consequence>
! System.out.println("FTLS 2 getting called");
m.addWarning("FTLS","A loss of sensation test hasn't been recorded in "+m.getLastDateRecordedInMonths("FTLS")+" months");
</java:consequence>
--- 681,685 ----
<java:condition>m.getLastDateRecordedInMonths("FTLS") >= 12</java:condition>
<java:consequence>
! m.log("FTLS 2 getting called");
m.addWarning("FTLS","A loss of sensation test hasn't been recorded in "+m.getLastDateRecordedInMonths("FTLS")+" months");
</java:consequence>
***************
*** 692,696 ****
<java:condition>m.getLastDateRecordedInMonths("FTLS") == -1</java:condition>
<java:consequence>
! System.out.println("FTLS 3 getting called");
m.addWarning("FTLS","A loss of sensation test has not been recorded");
</java:consequence>
--- 692,696 ----
<java:condition>m.getLastDateRecordedInMonths("FTLS") == -1</java:condition>
<java:consequence>
! m.log("FTLS 3 getting called");
m.addWarning("FTLS","A loss of sensation test has not been recorded");
</java:consequence>
***************
*** 707,711 ****
<java:condition>m.getLastDateRecordedInMonths("PANE") < 12</java:condition>
<java:consequence>
! System.out.println("PANE 1 getting called");
m.addRecommendation("PANE","A value for Painful Neuropathy hasn't been recorded in "+m.getLastDateRecordedInMonths("PANE")+" months");
</java:consequence>
--- 707,711 ----
<java:condition>m.getLastDateRecordedInMonths("PANE") < 12</java:condition>
<java:consequence>
! m.log("PANE 1 getting called");
m.addRecommendation("PANE","A value for Painful Neuropathy hasn't been recorded in "+m.getLastDateRecordedInMonths("PANE")+" months");
</java:consequence>
***************
*** 718,722 ****
<java:condition>m.getLastDateRecordedInMonths("PANE") >= 12</java:condition>
<java:consequence>
! System.out.println("PANE 2 getting called");
m.addWarning("PANE","A value for Painful Neuropathy hasn't been recorded in "+m.getLastDateRecordedInMonths("PANE")+" months");
</java:consequence>
--- 718,722 ----
<java:condition>m.getLastDateRecordedInMonths("PANE") >= 12</java:condition>
<java:consequence>
! m.log("PANE 2 getting called");
m.addWarning("PANE","A value for Painful Neuropathy hasn't been recorded in "+m.getLastDateRecordedInMonths("PANE")+" months");
</java:consequence>
***************
*** 729,733 ****
<java:condition>m.getLastDateRecordedInMonths("PANE") == -1</java:condition>
<java:consequence>
! System.out.println("PANE 3 getting called");
m.addWarning("PANE","A value for Painful Neuropathy has not been recorded");
</java:consequence>
--- 729,733 ----
<java:condition>m.getLastDateRecordedInMonths("PANE") == -1</java:condition>
<java:consequence>
! m.log("PANE 3 getting called");
m.addWarning("PANE","A value for Painful Neuropathy has not been recorded");
</java:consequence>
***************
*** 743,747 ****
<java:condition>m.getLastDateRecordedInMonths("EDGI") < 12</java:condition>
<java:consequence>
! System.out.println("EDGI 1 getting called");
m.addRecommendation("EDGI","A value for Autonomic Neuropathy hasn't been recorded in "+m.getLastDateRecordedInMonths("EDGI")+" months");
</java:consequence>
--- 743,747 ----
<java:condition>m.getLastDateRecordedInMonths("EDGI") < 12</java:condition>
<java:consequence>
! m.log("EDGI 1 getting called");
m.addRecommendation("EDGI","A value for Autonomic Neuropathy hasn't been recorded in "+m.getLastDateRecordedInMonths("EDGI")+" months");
</java:consequence>
***************
*** 754,758 ****
<java:condition>m.getLastDateRecordedInMonths("EDGI") >= 12</java:condition>
<java:consequence>
! System.out.println("EDGI 2 getting called");
m.addWarning("EDGI","A value for Autonomic Neuropathy hasn't been recorded in "+m.getLastDateRecordedInMonths("EDGI")+" months");
</java:consequence>
--- 754,758 ----
<java:condition>m.getLastDateRecordedInMonths("EDGI") >= 12</java:condition>
<java:consequence>
! m.log("EDGI 2 getting called");
m.addWarning("EDGI","A value for Autonomic Neuropathy hasn't been recorded in "+m.getLastDateRecordedInMonths("EDGI")+" months");
</java:consequence>
***************
*** 765,769 ****
<java:condition>m.getLastDateRecordedInMonths("EDGI") == -1</java:condition>
<java:consequence>
! System.out.println("EDGI 3 getting called");
m.addWarning("EDGI","A value for Autonomic Neuropathy has not been recorded");
</java:consequence>
--- 765,769 ----
<java:condition>m.getLastDateRecordedInMonths("EDGI") == -1</java:condition>
<java:consequence>
! m.log("EDGI 3 getting called");
m.addWarning("EDGI","A value for Autonomic Neuropathy has not been recorded");
</java:consequence>
***************
*** 781,785 ****
<java:condition>m.getLastDateRecordedInMonths("DMME") < 12</java:condition>
<java:consequence>
! System.out.println("DMME 1 getting called");
m.addRecommendation("DMME","A value for Diabetes Education hasn't been recorded in "+m.getLastDateRecordedInMonths("DMME")+" months");
</java:consequence>
--- 781,785 ----
<java:condition>m.getLastDateRecordedInMonths("DMME") < 12</java:condition>
<java:consequence>
! m.log("DMME 1 getting called");
m.addRecommendation("DMME","A value for Diabetes Education hasn't been recorded in "+m.getLastDateRecordedInMonths("DMME")+" months");
</java:consequence>
***************
*** 792,796 ****
<java:condition>m.getLastDateRecordedInMonths("DMME") >= 12</java:condition>
<java:consequence>
! System.out.println("DMME 2 getting called");
m.addWarning("DMME","A value for Diabetes Education hasn't been recorded in "+m.getLastDateRecordedInMonths("DMME")+" months");
</java:consequence>
--- 792,796 ----
<java:condition>m.getLastDateRecordedInMonths("DMME") >= 12</java:condition>
<java:consequence>
! m.log("DMME 2 getting called");
m.addWarning("DMME","A value for Diabetes Education hasn't been recorded in "+m.getLastDateRecordedInMonths("DMME")+" months");
</java:consequence>
***************
*** 803,807 ****
<java:condition>m.getLastDateRecordedInMonths("DMME") == -1</java:condition>
<java:consequence>
! System.out.println("DMME 3 getting called");
m.addWarning("DMME","A value for Diabetes Education has not been recorded");
</java:consequence>
--- 803,807 ----
<java:condition>m.getLastDateRecordedInMonths("DMME") == -1</java:condition>
<java:consequence>
! m.log("DMME 3 getting called");
m.addWarning("DMME","A value for Diabetes Education has not been recorded");
</java:consequence>
***************
*** 816,820 ****
<java:condition>m.getLastDateRecordedInMonths("DMSM") < 12</java:condition>
<java:consequence>
! System.out.println("DMSM 1 getting called");
m.addRecommendation("DMSM","A value for Diabetes Education hasn't been recorded in "+m.getLastDateRecordedInMonths("DMSM")+" months");
</java:consequence>
--- 816,820 ----
<java:condition>m.getLastDateRecordedInMonths("DMSM") < 12</java:condition>
<java:consequence>
! m.log("DMSM 1 getting called");
m.addRecommendation("DMSM","A value for Diabetes Education hasn't been recorded in "+m.getLastDateRecordedInMonths("DMSM")+" months");
</java:consequence>
***************
*** 827,831 ****
<java:condition>m.getLastDateRecordedInMonths("DMSM") >= 12</java:condition>
<java:consequence>
! System.out.println("DMSM 2 getting called");
m.addWarning("DMSM","A value for Diabetes Self Management Goals hasn't been recorded in "+m.getLastDateRecordedInMonths("DMSM")+" months");
</java:consequence>
--- 827,831 ----
<java:condition>m.getLastDateRecordedInMonths("DMSM") >= 12</java:condition>
<java:consequence>
! m.log("DMSM 2 getting called");
m.addWarning("DMSM","A value for Diabetes Self Management Goals hasn't been recorded in "+m.getLastDateRecordedInMonths("DMSM")+" months");
</java:consequence>
***************
*** 838,842 ****
<java:condition>m.getLastDateRecordedInMonths("DMSM") == -1</java:condition>
<java:consequence>
! System.out.println("DMSM 3 getting called");
m.addWarning("DMSM","A value for Diabetes Self Management Goals has not been recorded");
</java:consequence>
--- 838,842 ----
<java:condition>m.getLastDateRecordedInMonths("DMSM") == -1</java:condition>
<java:consequence>
! m.log("DMSM 3 getting called");
m.addWarning("DMSM","A value for Diabetes Self Management Goals has not been recorded");
</java:consequence>
Index: hiv.drl
===================================================================
RCS file: /cvsroot/oscarmcmaster/oscar_mcmaster/web/WEB-INF/classes/src/oscar/oscarEncounter/oscarMeasurements/flowsheets/hiv.drl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** hiv.drl 6 Jul 2007 19:16:49 -0000 1.2
--- hiv.drl 17 Nov 2010 16:43:22 -0000 1.3
***************
*** 50,54 ****
<java:condition>m.getLastDateRecordedInMonths("CD4") < 6</java:condition>
<java:consequence>
! System.out.println("CD4 1 getting called");
m.addRecommendation("CD4","CD4 hasn't been reviewed in "+m.getLastDateRecordedInMonths("CD4")+" months");
</java:consequence>
--- 50,54 ----
<java:condition>m.getLastDateRecordedInMonths("CD4") < 6</java:condition>
<java:consequence>
! m.log("CD4 1 getting called");
m.addRecommendation("CD4","CD4 hasn't been reviewed in "+m.getLastDateRecordedInMonths("CD4")+" months");
</java:consequence>
***************
*** 61,65 ****
<java:condition>m.getLastDateRecordedInMonths("CD4") >= 6</java:condition>
<java:consequence>
! System.out.println("CD4 2 getting called");
m.addWarning("CD4","CD4 hasn't been reviewed in "+m.getLastDateRecordedInMonths("CD4")+" months");
</java:consequence>
--- 61,65 ----
<java:condition>m.getLastDateRecordedInMonths("CD4") >= 6</java:condition>
<java:consequence>
! m.log("CD4 2 getting called");
m.addWarning("CD4","CD4 hasn't been reviewed in "+m.getLastDateRecordedInMonths("CD4")+" months");
</java:consequence>
***************
*** 72,76 ****
<java:condition>m.getLastDateRecordedInMonths("CD4") == -1</java:condition>
<java:consequence>
! System.out.println("CD4 3 getting called");
m.addWarning("CD4","CD4 hasn't been reviewed");
</java:consequence>
--- 72,76 ----
<java:condition>m.getLastDateRecordedInMonths("CD4") == -1</java:condition>
<java:consequence>
! m.log("CD4 3 getting called");
m.addWarning("CD4","CD4 hasn't been reviewed");
</java:consequence>
***************
*** 85,89 ****
<java:condition>m.getLastDateRecordedInMonths("VLOA") < 6</java:condition>
<java:consequence>
! System.out.println("VLOA 1 getting called");
m.addRecommendation("VLOA","A Viral Load hasn't been recorded in "+m.getLastDateRecordedInMonths("VLOA")+" months");
</java:consequence>
--- 85,89 ----
<java:condition>m.getLastDateRecordedInMonths("VLOA") < 6</java:condition>
<java:consequence>
! m.log("VLOA 1 getting called");
m.addRecommendation("VLOA","A Viral Load hasn't been recorded in "+m.getLastDateRecordedInMonths("VLOA")+" months");
</java:consequence>
***************
*** 96,100 ****
<java:condition>m.getLastDateRecordedInMonths("VLOA") >= 6</java:condition>
<java:consequence>
! System.out.println("VLOA 2 getting called");
m.addWarning("VLOA","A Viral Load hasn't been recorded in "+m.getLastDateRecordedInMonths("VLOA")+" months");
</java:consequence>
--- 96,100 ----
<java:condition>m.getLastDateRecordedInMonths("VLOA") >= 6</java:condition>
<java:consequence>
! m.log("VLOA 2 getting called");
m.addWarning("VLOA","A Viral Load hasn't been recorded in "+m.getLastDateRecordedInMonths("VLOA")+" months");
</java:consequence>
***************
*** 107,111 ****
<java:condition>m.getLastDateRecordedInMonths("VLOA") == -1</java:condition>
<java:consequence>
! System.out.println("VLOA 3 getting called");
m.addWarning("VLOA","no Viral Load values has been recorded");
</java:consequence>
--- 107,111 ----
<java:condition>m.getLastDateRecordedInMonths("VLOA") == -1</java:condition>
<java:consequence>
! m.log("VLOA 3 getting called");
m.addWarning("VLOA","no Viral Load values has been recorded");
</java:consequence>
***************
*** 119,123 ****
<java:condition>m.getLastDateRecordedInMonths("Hb") < 6</java:condition>
<java:consequence>
! System.out.println("Hb 1 getting called");
m.addRecommendation("Hb","Hb changes haven't been recorded in "+m.getLastDateRecordedInMonths("Hb")+" months");
</java:consequence>
--- 119,123 ----
<java:condition>m.getLastDateRecordedInMonths("Hb") < 6</java:condition>
<java:consequence>
! m.log("Hb 1 getting called");
m.addRecommendation("Hb","Hb changes haven't been recorded in "+m.getLastDateRecordedInMonths("Hb")+" months");
</java:consequence>
***************
*** 130,134 ****
<java:condition>m.getLastDateRecordedInMonths("Hb") >= 6</java:condition>
<java:consequence>
! System.out.println("Hb 2 getting called");
m.addWarning("Hb","Hb changes haven't been recorded in "+m.getLastDateRecordedInMonths("Hb")+" months");
</java:consequence>
--- 130,134 ----
<java:condition>m.getLastDateRecordedInMonths("Hb") >= 6</java:condition>
<java:consequence>
! m.log("Hb 2 getting called");
m.addWarning("Hb","Hb changes haven't been recorded in "+m.getLastDateRecordedInMonths("Hb")+" months");
</java:consequence>
***************
*** 141,145 ****
<java:condition>m.getLastDateRecordedInMonths("Hb") == -1</java:condition>
<java:consequence>
! System.out.println("Hb 3 getting called");
m.addWarning("Hb","no Hb changes have been recorded");
</java:consequence>
--- 141,145 ----
<java:condition>m.getLastDateRecordedInMonths("Hb") == -1</java:condition>
<java:consequence>
! m.log("Hb 3 getting called");
m.addWarning("Hb","no Hb changes have been recorded");
</java:consequence>
***************
*** 153,157 ****
<java:condition>m.getLastDateRecordedInMonths("ALT") < 6</java:condition>
<java:consequence>
! System.out.println("ALT 1 getting called");
m.addRecommendation("ALT","ALT hasn't been recorded in "+m.getLastDateRecordedInMonths("ALT")+" months");
</java:consequence>
--- 153,157 ----
<java:condition>m.getLastDateRecordedInMonths("ALT") < 6</java:condition>
<java:consequence>
! m.log("ALT 1 getting called");
m.addRecommendation("ALT","ALT hasn't been recorded in "+m.getLastDateRecordedInMonths("ALT")+" months");
</java:consequence>
***************
*** 164,168 ****
<java:condition>m.getLastDateRecordedInMonths("ALT") >= 6</java:condition>
<java:consequence>
! System.out.println("ALT 2 getting called");
m.addWarning("ALT","ALT hasn't been recorded in "+m.getLastDateRecordedInMonths("ALT")+" months");
</java:consequence>
--- 164,168 ----
<java:condition>m.getLastDateRecordedInMonths("ALT") >= 6</java:condition>
<java:consequence>
! m.log("ALT 2 getting called");
m.addWarning("ALT","ALT hasn't been recorded in "+m.getLastDateRecordedInMonths("ALT")+" months");
</java:consequence>
***************
*** 175,179 ****
<java:condition>m.getLastDateRecordedInMonths("ALT") == -1</java:condition>
<java:consequence>
! System.out.println("ALT 3 getting called");
m.addWarning("ALT","no ALT has been recorded");
</java:consequence>
--- 175,179 ----
<java:condition>m.getLastDateRecordedInMonths("ALT") == -1</java:condition>
<java:consequence>
! m.log("ALT 3 getting called");
m.addWarning("ALT","no ALT has been recorded");
</java:consequence>
***************
*** 189,193 ****
<java:consequence>
! System.out.println("FBS 1 getting called");
m.addRecommendation("FBS","FBS hasn't been recorded in "+m.getLastDateRecordedInMonths("FBS")+" months");
</java:consequence>
--- 189,193 ----
<java:consequence>
! m.log("FBS 1 getting called");
m.addRecommendation("FBS","FBS hasn't been recorded in "+m.getLastDateRecordedInMonths("FBS")+" months");
</java:consequence>
***************
*** 200,204 ****
<java:condition>m.getLastDateRecordedInMonths("FBS") >= 9</java:condition>
<java:consequence>
! System.out.println("FBS 2 getting called");
m.addWarning("FBS","FBS hasn't been recorded in "+m.getLastDateRecordedInMonths("FBS")+" months");
</java:consequence>
--- 200,204 ----
<java:condition>m.getLastDateRecordedInMonths("FBS") >= 9</java:condition>
<java:consequence>
! m.log("FBS 2 getting called");
m.addWarning("FBS","FBS hasn't been recorded in "+m.getLastDateRecordedInMonths("FBS")+" months");
</java:consequence>
***************
*** 212,216 ****
<java:condition>m.getLastDateRecordedInMonths("FBS") == -1</java:condition>
<java:consequence>
! System.out.println("FBS 3 getting called");
m.addWarning("FBS","no FBS has been recorded");
</java:consequence>
--- 212,216 ----
<java:condition>m.getLastDateRecordedInMonths("FBS") == -1</java:condition>
<java:consequence>
! m.log("FBS 3 getting called");
m.addWarning("FBS","no FBS has been recorded");
</java:consequence>
***************
*** 228,232 ****
<java:consequence>
! System.out.println("TCHL 1 getting called");
m.addRecommendation("TCHL","Total Cholesterol hasn't been recorded in "+m.getLastDateRecordedInMonths("TCHL")+" months");
</java:consequence>
--- 228,232 ----
<java:consequence>
! m.log("TCHL 1 getting called");
m.addRecommendation("TCHL","Total Cholesterol hasn't been recorded in "+m.getLastDateRecordedInMonths("TCHL")+" months");
</java:consequence>
***************
*** 239,243 ****
<java:condition>m.getLastDateRecordedInMonths("TCHL") >= 9</java:condition>
<java:consequence>
! System.out.println("TCHL 2 getting called");
m.addWarning("TCHL","Total Cholesterol hasn't been recorded in "+m.getLastDateRecordedInMonths("TCHL")+" months");
</java:consequence>
--- 239,243 ----
<java:condition>m.getLastDateRecordedInMonths("TCHL") >= 9</java:condition>
<java:consequence>
! m.log("TCHL 2 getting called");
m.addWarning("TCHL","Total Cholesterol hasn't been recorded in "+m.getLastDateRecordedInMonths("TCHL")+" months");
</java:consequence>
***************
*** 251,255 ****
<java:condition>m.getLastDateRecordedInMonths("TCHL") == -1</java:condition>
<java:consequence>
! System.out.println("TCHL 3 getting called");
m.addWarning("TCHL","no Total Cholesterol has been recorded");
</java:consequence>
--- 251,255 ----
<java:condition>m.getLastDateRecordedInMonths("TCHL") == -1</java:condition>
<java:consequence>
! m.log("TCHL 3 getting called");
m.addWarning("TCHL","no Total Chol...
[truncated message content] |