Regarding PatientSelectedEventHandler & ProcessCommandLine

This forum is for programmers who have questions about the source code.
Post Reply
pid_user
Posts: 67
Joined: Thu Jun 04, 2015 9:31 am

Regarding PatientSelectedEventHandler & ProcessCommandLine

Post by pid_user » Mon Jul 18, 2016 12:26 am

Hi,

We make plugin for open dental software. My query regarding your latest version of open dental 16.2.x Beta release ,In beta version found two major changes -
1. "PatientSelectedEventHandler" event is commented in source code.
2. "ProcessCommandLine" method is private(Previous version ProcessCommandLine method is public).

Please let us know the workaround for above changes.

Thanks in Advanced.

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

Re: Regarding PatientSelectedEventHandler & ProcessCommandLi

Post by jsalmon » Mon Jul 18, 2016 9:23 am

pid_user wrote:1. "PatientSelectedEventHandler" event is commented in source code.
We no longer use the event but instead use an instanced method: FormOpenDental.S_Contr_PatientSelected()
pid_user wrote:2. "ProcessCommandLine" method is private(Previous version ProcessCommandLine method is public).
I'm curious as to why you are needing to call ProcessCommandLine() more than once... Or are you overriding it so that it doesn't get called? Let me know a little more on what you are using that method for and I can probably help you come up with a better solution.
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

Post Reply