I wrote the following functions to use in .cam. They work sometimes, but other times I get the following error message: {eval(_ccc_eval_cam_fx) <-COMPILER ERROR NEARBY: Expect COMMA OR RIGHT PARENTHESIS. Instead had IDENTIFIER after ERROR. Can anyone offer any advice? I am stumped.
I thought the issue may be due to some patients having both Urine Microalbumin/Creatinine Ratio obs terms, but that testing failed as well.
Thank you!!
Michelle Mann
Quality Family Physicians, PA
ccc_Cond_Action_exec("Diab_MicroNeg1","COND_SEX||COND_AGE||COND_IDC|ICD-250|COND_FX|durationdays(lastobsdate('MICROABL/CRE'),str(._todaysdate))<=365 and lastobsdate('MICROABL/CRE')<>'' and lastobsvalue('MICROABL/CRE')<30|ACTION_FX|CCC_ADD_ORDER('S','PQRI','CPTII: 3061F Negative microalbuminuria test result documented and reviewed (DM)','','','','','1','N','','') ''")
ccc_Cond_Action_exec("Diab_MicroNeg2","COND_SEX||COND_AGE||COND_IDC|ICD-250|COND_FX|durationdays(lastobsdate('MCROALB/CR U'),str(._todaysdate))<=365 and lastobsdate('MCROALB/CR U')<>'' and lastobsvalue('MCROALB/CR U')<30|ACTION_FX|CCC_ADD_ORDER('S','PQRI',’CPTII: 3061F Negative microalbuminuria test result documented and reviewed (DM)','','','','','1','N','','') ''")
ccc_Cond_Action_exec("Diab_MacroPos1","COND_SEX||COND_AGE||COND_IDC|ICD-250|COND_FX|durationdays(lastobsdate('MCROALB/CR U'),str(._todaysdate))<=365 and lastobsdate('MCROALB/CR U')<>'' and lastobsvalue('MCROALB/CR U')>=300|ACTION_FX|CCC_ADD_ORDER('S','PQRI',’CPTII: 3062F Positive macroalbuminuria test result documented and reviewed (DM)','','','','','1','N','','') ''")
ccc_Cond_Action_exec("Diab_MacroPos2","COND_SEX||COND_AGE||COND_IDC|ICD-250|COND_FX|durationdays(lastobsdate('MICROABL/CRE'),str(._todaysdate))<=365 and lastobsdate('MICROABL/CRE')<>'' and lastobsvalue('MICROABL/CRE')>=300|ACTION_FX|CCC_ADD_ORDER('S','PQRI',’CPTII: 3062F Positive macroalbuminuria test result documented and reviewed (DM)','','','','','1','N','','') ''")
ccc_Cond_Action_exec("Diab_MicroPos1","COND_SEX||COND_AGE||COND_IDC|ICD-250|COND_FX|durationdays(lastobsdate('MCROALB/CR U'),str(._todaysdate))<=365 and lastobsdate('MCROALB/CR U')<>'' and lastobsvalue('MCROALB/CR U')>=30 and lastobsvalue('MCROALB/CR U')<=299 |ACTION_FX|CCC_ADD_ORDER('S','PQRI','CPTII: 3060F Positive microalbuminuria test result documented and reviewed (DM)','','','','','1','N','','') ''")
ccc_Cond_Action_exec("Diab_MicroPos2","COND_SEX||COND_AGE||COND_IDC|ICD-250|COND_FX|durationdays(lastobsdate('MICROABL/CRE'),str(._todaysdate))<=365 and lastobsdate('MICROABL/CRE')<>'' and lastobsvalue('MICROABL/CRE')>=30 and lastobsvalue('MICROABL/CRE')<=299 |ACTION_FX|CCC_ADD_ORDER('S','PQRI','CPTII: 3060F Positive microalbuminuria test result documented and reviewed (DM)','','','','','1','N','','') ''")
Posted : June 1, 2015 5:53 am