Does anyone know if it is possible to have a handout print when a specific order is selected. For example the Provider orders a PAP smear, the order prints and the staff has to manually fill out a Cytology form, which they forget to do. I would like the Cyto form to print when the order prints. Anyone have any ideas?
Thanks in Advance
Laurie
Something like this should work
{!IF MATCH(ORDERS_NEW(),"cpt-code here")>0 then PRINTHANDOUT("Handouts\<foldername>\<name of handout here>") else "" endif}
That should work.
ErnieT said:
Something like this should work
{!IF MATCH(ORDERS_NEW(),"cpt-code here")>0 then PRINTHANDOUT("Handouts\<foldername>\<name of handout here>") else "" endif}
That should work.
Thanks Ernie. Would I add this to the Crystal Report the prints the order?
No, it would need to be added to a form in the update to make it work. Do you have a form that is used to put orders in?
Also the handout would need to be inside of centricity in the handouts folder.
Sorry, I didnt catch that you wanted to print it when the order was printed. Currently not a way to do it inside of centricity that I know of.
ErnieT said:
No, it would need to be added to a form in the update to make it work. Do you have a form that is used to put orders in?
Also the handout would need to be inside of centricity in the handouts folder.
Sorry, I didnt catch that you wanted to print it when the order was printed. Currently not a way to do it inside of centricity that I know of.
Ernie
We use the standard order form from GE, the Provider click the button on the task bar and check off whihc order they want. Would it work on this form?
Thank you for your help.
Laurie
You wouldnt be able to use it as that sounds like the orders module. Do you have any custom forms that someone has built and that the doctor or nurses use everytime?
If so, if you have the ability, you can put the coding in that form and it would print then.
ErnieT said:
You wouldnt be able to use it as that sounds like the orders module. Do you have any custom forms that someone has built and that the doctor or nurses use everytime?
If so, if you have the ability, you can put the coding in that form and it would print then.
Thanks Ernie
We do have forms that I have built and I know how to add the button and the code. Just have to get the Providers to buy into clicking another button.
Thanks
Laurie
You dont have to use it as a button. If your using VFE, place the code in the code window to the right. It will automatically evaluate the code when the form is opened.
ErnieT said:
You dont have to use it as a button. If your using VFE, place the code in the code window to the right. It will automatically evaluate the code when the form is opened.
Looking through their notes, they are using the PE-CCC form which I can't edit. I think it will entail building a whole new form at this point. It was a good thought though, thanks.
Okay. Let me know if I can help with anything else.