Standard lab instructions
-
- Posts: 112
- Joined: Sat Jan 22, 2011 7:33 pm
Standard lab instructions
For all my crowns, i want to have.
"Bruxzir crown, 4 coats die spacer, very light in occlusion, no occlusal staining" etc
All i really want to ever do is to add a shade, and maybe some subtle directions
Is there any way i can do this easily?
"Bruxzir crown, 4 coats die spacer, very light in occlusion, no occlusal staining" etc
All i really want to ever do is to add a shade, and maybe some subtle directions
Is there any way i can do this easily?
Re: Standard lab instructions
Look into autonotes.
http://www.opendental.com/manual/autonotes.html
If that doesn't fit the bill then reply back and I'll offer another solution.
http://www.opendental.com/manual/autonotes.html
If that doesn't fit the bill then reply back and I'll offer another solution.
Re: Standard lab instructions
You could make a custom Labslip sheet with all those preferences.
Jorge Bonilla DMD
Open Dental user since May 2005
Open Dental user since May 2005
-
- Posts: 112
- Joined: Sat Jan 22, 2011 7:33 pm
Re: Standard lab instructions
Jorgebon wrote:You could make a custom Labslip sheet with all those preferences.
SOunds perfect, how do i do this?
cant figure it out myself!
Re: Standard lab instructions
Another option is to use AutoHotKey. http://www.autohotkey.com/
All you need is a script that goes like this
When you load that script up then any time you hit the control key and the letter l, that text will be sent. I use shortcuts like this all the time. Another example is our date and time stamp. ---7:44 AM Tuesday, May 20, 2014--- and here is the code for that.
That is extremely useful for documenting when a note was added to an appt or any place that OpenDental doesn't track date and time.
All you need is a script that goes like this
Code: Select all
^l::
SentInput Bruxzir crown, 4 coats die spacer, very light in occlusion, no occlusal staining
return
Code: Select all
^t::
FormatTime, TimeString
SendInput ---%TimeString%---
return
Re: Standard lab instructions
The easiest way is to scan an existing lab slip and then add the fields. Go to SETUP, then SHEETS. Select LabSlip on the left hand column and then click on COPY. This makes a copy and adds it to the column on the right hand side. You can edit the copy by double clicking on it. Here's an example of what I use:aussiedentist wrote:Jorgebon wrote:You could make a custom Labslip sheet with all those preferences.
SOunds perfect, how do i do this?
cant figure it out myself!


Jorge Bonilla DMD
Open Dental user since May 2005
Open Dental user since May 2005
-
- Posts: 112
- Joined: Sat Jan 22, 2011 7:33 pm
Re: Standard lab instructions
I have set up those in sheets, but how do i then fill them out?
I can see them under sheets, but i cant then fill them out, they are not under forms, or letters, or under lab cases. NOt sure where they are hiding!
I can see them under sheets, but i cant then fill them out, they are not under forms, or letters, or under lab cases. NOt sure where they are hiding!
Re: Standard lab instructions
First, go to Setup/ Laboratories and enter the lab info and select the sheet you want to use with each lab. Then when you are ready to make a lab Rx for a patient, select Labcase (to the right of Rx icons). Then highlight the lab from the list and click New Slip.
Jorge Bonilla DMD
Open Dental user since May 2005
Open Dental user since May 2005