I am trying to map a handout for the smoking cessation button on the GE MU Core Form and I can't get it right, I have done this before but for some reason this ones a bugger. Any thoughts?
/**MU Core Checklist Form**/
//Handouts : Array(Button NAME,Handout PATH) Example: array("Weight Management","Handouts\Enterprise\Weight Management")
global ccc_MUCheck_Handout_button_1= array("Print Handout","EnterPath") //for BMI > 25 handout button
global ccc_MUCheck_Handout_button_2= array("Print Handout","EnterPath") //for BMI < 18 handout button
global ccc_MUCheck_Handout_button_3= array("Smoking Cessation","Handouts\Patient Education\Surgery\Smoking Cessation,Ten Tips For Success") //for Smoke Status handout button
I tried this on mine and it worked (Different handout though). I wonder if the comma in your handout name is throwing it off. You might try another handout just to test.
Cecil
cecild said:
I tried this on mine and it worked (Different handout though). I wonder if the comma in your handout name is throwing it off. You might try another handout just to test.
Cecil
Just tried another one without the comma and still no luck
Any chance you could send me your path so I could try it?
global ccc_MUCheck_Handout_button_3= array("Print Handout","Handouts\MOT\Smoking Cessation") //for Smoke Status handout button
Also after looking Patient Education does not show up in Administration under handout templates. Try choosing something that shows up in under Handout Templates in Administration. That maybe where the problem lies.
Cecil
This is what I am looking at for the path: