Prescription printing setup in Florida state prescription

Need help with set up my system to print prescription in new clinic in State of Florida.
We using this function for many years in New York clinic, but Florida prescriptions is in full page stile and NY state 4 prescriptions on the page.

Lucky you still can use printed scripts, in MI they banned all forms but electronic scripts ( including called in and faxed).

@Mohammad
We using printed prescriptions only for prescribed DME supplies all other is electronic.

@ncavalier I had a situation similar to this where i needed the page to break and put each rx on it’s own page.

Here is what I did:
in file "openemr/controllers/C_Prescription.class.php

go down to function “multiprintcss_footer()”

Add:
echo “<div style=“break-after:page”>”;

at the end of the function. Then if you print the “html” version of the script it will put a page break after each script.

1 Like

Try

Admin → Globals → Rx

1 Like