Methadone Maintenance Ontario
From: Ron Phillipson ---I am including our add ons for Methadone maintenance. We have have added measurements for the urine drug screens and for the dosing and carry schedules.
I have included the CPSO Methadone template for those who would like to use it. It is based on the gynecological intake form but may be interesting for other people to see what can be accomplished with scripting.
I have included the Methadone Auto Hot Key script to insert HTML code into the prescription instructions. It will print correctly however it gets inserted into the toilet roll in pure html text
It needs a file of pharmacies with the | pipe symbol between each line. This can be generated using the following query and using the first column. Cut and paste into Notepad and save as pharmacies.txt. --- Addendum --- Query for Pharmacies
select Concat ("|",name,", ", address,", ", city,", ", province,", ",
postalCode,", tel ", phone1,", fax ", fax) from pharmacyInfo group by ID
order by name;
I also forgot to let people know that to use the AutoHotKey script you type
!met in the directions field.
Ron
- Pharmacies text file
- Methadone Encounter form
- Pure HTML based on Gyn intake form
- Auto Hotkeys file to go with the Methadone intake form.
- Must have AutoHotkeys installed (which is a windows based program).
Document Actions