Progress note

This forum is for programmers who have questions about the source code.
Post Reply
ujjwal singh
Posts: 39
Joined: Mon Jun 16, 2014 7:33 am

Progress note

Post by ujjwal singh » Sat May 09, 2015 10:22 am

I had made an cutom prescription form under open dental . Now i want to save its result or drugs to progress note .

how can i do this.

Another issue is i have downloaded the source code for installer and run the same in vs 2008 but itz buttons are coming as disabled at runtime. I have tried the same with vs2010 but the still persist.

Thank You

User avatar
jsalmon
Posts: 1555
Joined: Tue Nov 30, 2010 12:33 pm
Contact:

Re: Progress note

Post by jsalmon » Mon May 11, 2015 10:20 am

You need to save the prescription to the database. Therefore, you need to mimic the code found in FormRxEdit.SaveRx() in order to insert an RxPat object into the database. Please make a security log and either precede or succeed the log text with the fact that your plugin has created this prescription.
The best thing about a boolean is even if you are wrong, you are only off by a bit.

Jason Salmon
Open Dental Software
http://www.opendental.com

ujjwal singh
Posts: 39
Joined: Mon Jun 16, 2014 7:33 am

Re: Progress note

Post by ujjwal singh » Thu May 28, 2015 10:11 pm

Thanks Jsalm,
I have tried the same way you explained checked the security issues and all but still entry is not getting created in progress note. With the help of breakpoints i have checked all the data going to the rxpatcrud.cs from my customized form.

Please help

Regards
Ujjwal Singh

Post Reply