Search found 56 matches

by PatrickC
Thu Aug 06, 2020 9:31 am
Forum: Developers
Topic: Update 20.2.33
Replies: 2
Views: 3467

Re: Update 20.2.33

Hi Rich,

Sorry we didn't get a reply to you. I'm glad the update sorted things out.
by PatrickC
Thu Aug 06, 2020 9:25 am
Forum: Developers
Topic: Purpose of the ".net core" subfolder in OD application folder
Replies: 3
Views: 4069

Re: Purpose of the ".net core" subfolder in OD application folder

Yes, they're related. It's safe to leave them in your source files.
by PatrickC
Wed Aug 05, 2020 2:52 pm
Forum: Developers
Topic: Hook Request: ./OpenDental/Forms/FormClaimAttachment.cs
Replies: 4
Views: 4602

Re: Hook Request: ./OpenDental/Forms/FormClaimAttachment.cs

Hi Felix,

Your hook has been added to version 20.3.13.
by PatrickC
Tue Aug 04, 2020 2:56 pm
Forum: Developers
Topic: Hook Request: ./OpenDental/Forms/FormClaimAttachment.cs
Replies: 4
Views: 4602

Re: Hook Request: ./OpenDental/Forms/FormClaimAttachment.cs

There's some discrepancies between your hook example and your stated location. I've placed it at the end of FormClaimAttachment_Load and changed _patCur to _claimPat. Let me know if the below is your intended placement and structure of this hook. private void FormClaimAttachment_Load(object sender,E...
by PatrickC
Sat Aug 01, 2020 8:23 am
Forum: Developers
Topic: Purpose of the ".net core" subfolder in OD application folder
Replies: 3
Views: 4069

Re: Purpose of the ".net core" subfolder in OD application folder

It is utilized for some internal .NET core projects. I believe you'll be fine if you choose to exclude it, I renamed it and did a build and run without issue. Leaving it is find as well.
by PatrickC
Sat Aug 01, 2020 7:35 am
Forum: Developers
Topic: Can menuMain be made public?
Replies: 1
Views: 2954

Re: Can menuMain be made public?

Probably not as it is pretty rare for us to change protection levels.

With access to the the FormOpenDental object, one would be able to access its collection of controls and thus the menuMain control.
by PatrickC
Tue Jul 28, 2020 1:33 pm
Forum: Developers
Topic: Week View
Replies: 3
Views: 5382

Re: Week View

A feature request has been submitted and approved for this, but I can not comment on if/when this might be implemented.
by PatrickC
Mon Jul 20, 2020 10:35 am
Forum: Developers
Topic: New Hook Request - PracticeGenius
Replies: 1
Views: 2798

Re: New Hook Request - PracticeGenius

Your hook has been added and backported to beta 20.2.30.
by PatrickC
Mon Jul 13, 2020 11:42 am
Forum: Main Forum
Topic: New Arrivals Feature
Replies: 7
Views: 6894

Re: New Arrivals Feature

That's great to hear that the New Arrivals feature is working well for you. Your desire to include preferred names would fall into the feature request category. Fortunately there is already a feature request that would cover this. Search for Feature Request number 5565. https://opendental.com/manual...
by PatrickC
Fri Jul 10, 2020 11:19 am
Forum: Developers
Topic: Extracting data from OpenDental server via API
Replies: 4
Views: 9852

Re: Extracting data from OpenDental server via API

Hi, I'll answer a few of your questions as best as I can, and will have developers more familiar take a look when they are back in the office. You are correct in that the endpoint is https://api.opendental.com/fhir/v2 for both your developer/customer keys and also the test database. DeveloperKey/Cus...
by PatrickC
Mon Jul 06, 2020 10:21 am
Forum: Main Forum
Topic: Custom Sheets Setup - Combo Box Font Size
Replies: 3
Views: 4780

Re: Custom Sheets Setup - Combo Box Font Size

Hello Scott,

The question concerning changing locked sheets and signatures is not considered a bug and would be best addressed with a Feature Request if a change is desired.

https://opendental.com/manual/featurerequests.html

Thanks,

Patrick
by PatrickC
Thu Jul 02, 2020 11:19 am
Forum: Developers
Topic: Annoying plugin build problem
Replies: 7
Views: 9026

Re: Annoying plugin build problem

After doing a rebuild of Opendentbusiness, note where the reference to Opendentbusiness.dll is in your project. Try deleting and readding the reference to Opendentbusiness in your project. You can also try referencing Opendentbusiness as a project and then also as a standalone dll. Hopefully this wi...
by PatrickC
Fri Mar 13, 2020 3:52 pm
Forum: Developers
Topic: API not updating appointment status to "CONFIRMED"
Replies: 9
Views: 11191

Re: API not updating appointment status to "CONFIRMED"

Would you be able to upload that image to an image sharing site, like imgur.com, then use the link they provide for your image between the img tags? We would like to see screenshot of your Definitions window with "Appt Confirmed" selected on the left hand side as well.
by PatrickC
Fri Mar 13, 2020 12:07 pm
Forum: Developers
Topic: API not updating appointment status to "CONFIRMED"
Replies: 9
Views: 11191

Re: API not updating appointment status to "CONFIRMED"

eConfirmations will not need to be active for fhir to access the data it needs. It will pull values it needs from the db which are set by the dropdowns in the econfirmations settings. To post a screenshot in the developers forum you'll need to host the screenshot somewhere that's accessible to the w...
by PatrickC
Tue Mar 03, 2020 3:16 pm
Forum: Developers
Topic: API not updating appointment status to "CONFIRMED"
Replies: 9
Views: 11191

Re: API not updating appointment status to "CONFIRMED"

If you go to Setup then Definitions in Opendental, you will be able to customize Appointment Confirmations by selecting Appt Confirmed in the column on the left. Here you will be able to add, or edit, an appointment confirmation. Here you can add a new Confirmation definition, or edit an existing by...
by PatrickC
Fri Feb 28, 2020 10:43 am
Forum: Developers
Topic: Please Help!!! Appointment confirmation
Replies: 1
Views: 3805

Re: Please Help!!! Appointment confirmation

Check the appointment eComfirmation default for accepted.

https://opendental.com/manual/econfirmationsetup.html
by PatrickC
Fri Feb 21, 2020 12:52 pm
Forum: Main Forum
Topic: Report for Unscheduled Tx
Replies: 2
Views: 6071

Re: Report for Unscheduled Tx

If you are looking for an ordered range of dates, then this query will work and you can just sort by date by clicking on the Date column in the results in OD. You could also have the query order them by adding pl.ProcDate to the ORDER BY statement. ORDER BY pl.ProcDate, aptstatus, patient.LName, pat...
by PatrickC
Thu Feb 20, 2020 8:40 am
Forum: Main Forum
Topic: Adding "Consent" type of sheet as online form
Replies: 1
Views: 4845

Re: Adding "Consent" type of sheet as online form

In regards to Consent forms as a Web Form, Open Dental doesn't support Consent Forms as a Web Form due to the lack of user verification. Through Open Dental, consent forms can be filled out as sheets in the Kiosk, eClipboard, and of course as a printed form. First and Last Name are available as an o...
by PatrickC
Mon Jan 27, 2020 8:51 am
Forum: Developers
Topic: ContrApptJ hook request
Replies: 2
Views: 4837

Re: ContrApptJ hook request

Hook implemented and backported to 19.4(beta). I changed the location description a bit to read as patientchanged_end rather than just _end. if(_patCur==null || _patCur.PatNum!=e.PatNumNew){//patient changed RefreshModuleDataPatient(e.PatNumNew); FormOpenDental.S_Contr_PatientSelected(_patCur,true,f...
by PatrickC
Fri Jan 24, 2020 9:20 am
Forum: Main Forum
Topic: Patient report
Replies: 4
Views: 9691

Re: Patient report

This will give you the same list with patients having completed procedures between the indicated dates. SET @startDate='2007-01-01' , @endDate='2020-01-01'; SELECT CONCAT(p.LName,', ',p.FName) AS 'Patient Name' FROM patient p LEFT JOIN patplan pp ON pp.PatNum=p.PatNum AND pp.Ordinal=1 INNER JOIN pro...
by PatrickC
Wed Jan 08, 2020 9:27 am
Forum: Developers
Topic: Re-Enable hook
Replies: 2
Views: 11876

Re: Re-Enable hook

The hook has been reinstated in the ContrAppt class. I have also added an additional hook, with updated naming conventions, that we would like you to utilize instead. It is the following: Plugins.HookAddCode(this,"ContrAppt.contrApptPanel_ApptMoved_end",appt,apptOld); These hooks have been backporte...
by PatrickC
Tue Jan 07, 2020 2:10 pm
Forum: Developers
Topic: Re-Enable hook
Replies: 2
Views: 11876

Re: Re-Enable hook

I'm checking on the ramifications, or lack thereof, of uncommenting the hook at this time. I'll update as soon as I have more info.
by PatrickC
Mon Dec 30, 2019 11:36 am
Forum: Developers
Topic: Hook Change
Replies: 1
Views: 3870

Re: Hook Change

Hook has been updated as requested. Changes have been pushed to 19.4.6(beta).
by PatrickC
Fri Nov 22, 2019 12:01 pm
Forum: Developers
Topic: Missing Source Module / Projects ?
Replies: 3
Views: 5885

Re: Missing Source Module / Projects ?

I removed a dll reference causing the failure to compile in version 19.3 and 19.4(head). Run an svn update to apply these changes.
by PatrickC
Fri Nov 22, 2019 8:58 am
Forum: Developers
Topic: Missing Source Module / Projects ?
Replies: 3
Views: 5885

Re: Missing Source Module / Projects ?

Good Morning, Those projects are Open Dental internal projects and not part of the public source code. In general, you can ignore them, or even remove them in your sln. I see that both 19.3 and 19.4 are not compiling when the most current source code is acquired through svn, but if you go back to 19...
by PatrickC
Thu Nov 07, 2019 11:08 am
Forum: Main Forum
Topic: EOD Report
Replies: 3
Views: 6531

Re: EOD Report

Ok, this will require a new feature to be added in the More Options. Please submit a feature request.

https://opendental.com/manual/featurerequests.html
by PatrickC
Thu Nov 07, 2019 8:56 am
Forum: Main Forum
Topic: EOD Report
Replies: 3
Views: 6531

Re: EOD Report

I am not sure exactly which report you are referring to, but if the prepayment that you took for the treatment planned work was set to the "Treat Plan Pre-Payment" unearned type, it will be hidden from the account (and should instead show in the bright red tab) and also hidden from reports. To chang...
by PatrickC
Thu Nov 07, 2019 8:41 am
Forum: Main Forum
Topic: CommLog ?
Replies: 4
Views: 7289

Re: CommLog ?

My mistake, I was looking at Comm Logs in account.

In chart, click the "Show" tab, and you are presented with the option to turn Family Comm Logs off in the Chart Module.
by PatrickC
Tue Nov 05, 2019 10:17 am
Forum: Main Forum
Topic: CommLog ?
Replies: 4
Views: 7289

Re: CommLog ?

Under Setup-Account - is "Show family commlog entries by default" checked?
by PatrickC
Wed Oct 23, 2019 12:06 pm
Forum: Developers
Topic: Update to existing hook
Replies: 2
Views: 4748

Re: Update to existing hook

Plugin updated to the following.

Code: Select all

Plugins.HookAddCode(this,"FormPayPlan.Load_end",PatCur,IsNew,_payPlanCur);
Added to version 19.3.16.
by PatrickC
Tue Oct 22, 2019 10:08 am
Forum: Main Forum
Topic: Patients Responding to Texts
Replies: 1
Views: 4157

Re: Patients Responding to Texts

Hello,

Text messages are not automated beyond the confirmation responses.

On the main bar, on the "Text" button, there will be a number displayed indicating any unread texts which are available. Utilize this indicator to let you know when you may have unanticipated replies to confirmation texts.
by PatrickC
Tue Oct 22, 2019 9:27 am
Forum: Main Forum
Topic: Update taking a long time (getting longer)
Replies: 3
Views: 5957

Re: Update taking a long time (getting longer)

Hi Tom,

This is a call in situation, and reserved for those who have their backup situation well in hand.
by PatrickC
Thu Oct 17, 2019 10:32 am
Forum: Main Forum
Topic: Patient Self Check-in
Replies: 5
Views: 9438

Re: Patient Self Check-in

In our current Beta, as of version 19.3.2, Eclipboard does have the ability for patients to sign consent forms.
by PatrickC
Wed Oct 16, 2019 10:58 am
Forum: Developers
Topic: Hook Request
Replies: 2
Views: 4772

Re: Hook Request

Hook has been added to Beta version 19.3.12.
by PatrickC
Tue Oct 15, 2019 8:21 am
Forum: Advanced Topics
Topic: TrialVersion.exe updates?
Replies: 2
Views: 9647

Re: TrialVersion.exe updates?

Hi Bill, The trial version is usually released one version behind stable soon after stable is released. The trial install was updated to 19.1 late last week. There are occasions where the trial version may not be updated when stable is updated due to needs from different teams here. This why 18.4 wa...
by PatrickC
Mon Oct 07, 2019 10:24 am
Forum: Main Forum
Topic: Signature Problem in Kiosk Talbet
Replies: 4
Views: 6177

Re: Signature Problem in Kiosk Talbet

For kiosk and tablet PC's, we have tested with the Windows Surface Pro, without these issues. I'm inclined to lean towards a hardware/driver issue with the RCA Cambio 10.1, but can not decisively say so without direct testing. Another option to keep an eye on for a Kiosk device similar in cost to th...
by PatrickC
Fri Oct 04, 2019 11:29 am
Forum: Developers
Topic: Hook Request
Replies: 3
Views: 5455

Re: Hook Request

Hooks have been added to beta release 19.3.9.
by PatrickC
Thu Oct 03, 2019 1:55 pm
Forum: Main Forum
Topic: Signature Problem in Kiosk Talbet
Replies: 4
Views: 6177

Re: Signature Problem in Kiosk Talbet

What version of Open Dental are you using, and what version of windows is running on these tablets?
by PatrickC
Wed Oct 02, 2019 10:10 am
Forum: Developers
Topic: Hook Request
Replies: 3
Views: 5455

Re: Hook Request

I have the hooks added as is, except for the fourth hook. Plugins.HookAddCode(this, "FormPayPlanChargeEdit.Load_end", PatCur); PatCur isn't available in that class. PayPlanChargeCur provides member variables PayPlanChargeCur.PatNum and PayPlanChargeCur.Guarantor which are Foreign Keys to the Patient...
by PatrickC
Fri Sep 27, 2019 9:06 am
Forum: Main Forum
Topic: Adding another location.
Replies: 6
Views: 7955

Re: Adding another location.

Take a look at what CEMT may be able to provide you. It would mean a separate Database for the new location, but you would be able to transfer patients between the databases and search for patients in all databases utilizing the CEMT tool. Below is the link to the manual page for the CEMT tool. Be s...
by PatrickC
Mon Sep 16, 2019 8:25 am
Forum: Main Forum
Topic: Next official release
Replies: 1
Views: 3059

Re: Next official release

I know Chris answered in the thread in the Developers forum, but I'll re-answer here for others. Expect the next stable release to be released in the next several weeks. Version number will follow from the last released Beta version of 19.2. Currently 19.2.24 was the last released 19.2 version, and ...
by PatrickC
Thu Sep 12, 2019 8:20 am
Forum: Advanced Topics
Topic: Archive vs. inactive
Replies: 11
Views: 27070

Re: Archive vs. inactive

There is not currently an option to set "Hide Inactive Patients" to checked by default. There is a feature request for it, #2891, if you're interested in promoting the concept as well.

https://opendental.com/manual/featurerequests.html
by PatrickC
Mon Sep 09, 2019 10:34 am
Forum: Developers
Topic: New Hooks
Replies: 5
Views: 7978

Re: New Hooks

Hooks have been added, and will be included in Beta version 19.2.23.
by PatrickC
Mon Sep 09, 2019 10:34 am
Forum: Developers
Topic: Hook Request
Replies: 3
Views: 5944

Re: Hook Request

Hook has been added to FormClaimsSend.FormClaimsSend_Load, and will be included in Beta version 19.2.23.
by PatrickC
Fri Sep 06, 2019 9:48 am
Forum: Advanced Topics
Topic: v19.2.18 Graphic Report Error
Replies: 6
Views: 14809

Re: v19.2.18 Graphic Report Error

Check what the BrokenApptProcedure preference is set to by running this query. SELECT ValueString FROM preference WHERE prefname LIKE '%BrokenApptProcedure%' If it is any value other than 0 through 3, or non-existent, then that may be the problem. https://www.opendental.com/manual192/modulesetupappt...
by PatrickC
Thu Sep 05, 2019 9:13 am
Forum: Developers
Topic: New Hooks
Replies: 5
Views: 7978

Re: New Hooks

Hi Dave, Hook Request 1: I can put in the requested HookMethod, which will replace the code within the case statement. I just need to confirm that there are no parameters which you would be passing in. Since this is replacing a Case statement, I replaced the return with a break. case "Payment": if (...
by PatrickC
Tue Sep 03, 2019 10:20 am
Forum: Developers
Topic: Hook request in Class FormEmailMessageEdit
Replies: 1
Views: 4049

Re: Hook request in Class FormEmailMessageEdit

Hello,

The hook has been added to beta version 19.2.21.

Code: Select all

	EmailSaveEvent.Fired+=EmailSaveEvent_Fired;
	Cursor=Cursors.Default;
	Plugins.HookAddCode(this,"FormEmailMessageEdit_Load_end",_emailMessage,emailPreview);
}
by PatrickC
Mon Aug 26, 2019 9:52 am
Forum: Main Forum
Topic: Integration of Online Appointmentswith the website.
Replies: 2
Views: 4298

Re: Integration of Online Appointmentswith the website.

When you look at the following demo page, which may be something similar to what you are going to be using, the web schedule portion is displayed as an Iframe(separate page within your page). http://patientviewer.com/demo/wsnp_embedded/ You'll certainly be able to track individuals arriving at your ...
by PatrickC
Fri Aug 23, 2019 10:39 am
Forum: Developers
Topic: Patientnote creation
Replies: 2
Views: 4735

Re: Patientnote creation

That is correct that a PatientNote entry is not created when each patient is created. Inserts to the PatientNote table occur when the PatientNotes.Refresh() method is called. This method is called in a number of locations, so there isn't necessarily a specific "trigger" that can be looked for, other...
by PatrickC
Fri Aug 23, 2019 8:47 am
Forum: Developers
Topic: Hook Request
Replies: 3
Views: 5382

Re: Hook Request

Hi Dave,

Request number 1 has been included in beta 19.2.19

Thanks,

Patrick
by PatrickC
Wed Aug 21, 2019 2:01 pm
Forum: Developers
Topic: Hook Request
Replies: 3
Views: 5382

Re: Hook Request

I can add the following hooks with some amendments. Per policy, hooks will not be added to stable versions of Open Dental. Currently 19.1 is Stable, and the hooks would be included in 19.2 beta, and 19.3(Development head) 1) Adjusted the naming to match our pattern. private void listPayType_Click(ob...
by PatrickC
Wed Aug 14, 2019 3:10 pm
Forum: Advanced Topics
Topic: Error on Database Maint
Replies: 3
Views: 10940

Re: Error on Database Maint

Fix in stable 19.1.47 and beta 19.2.16.
by PatrickC
Fri Jul 26, 2019 10:03 am
Forum: Main Forum
Topic: Client request
Replies: 1
Views: 2942

Re: Client request

Hi Toni, For making suggestions on changes to Open Dental, utilize the Feature Request in Open Dental. https://opendental.com/manual/featurerequests.html Your office may be able to accomplish what they're intending through manual adjustments. https://opendental.com/manual/adjustmentsmultiwindow.html
by PatrickC
Thu Jul 25, 2019 9:03 am
Forum: Main Forum
Topic: Clearinghouse Recs for SC Medicaid
Replies: 2
Views: 3931

Re: Clearinghouse Recs for SC Medicaid

If you haven't already, look to join the Open Dental User Group on Facebook and post your question there as well. With your short time-frame, and the tendency for folks to check social media more often, there's a better probability of another Open Dental user getting back with you.
by PatrickC
Mon Jul 01, 2019 12:26 pm
Forum: Developers
Topic: Hook Request
Replies: 5
Views: 7345

Re: Hook Request

Here is the updated hook request, which has been committed to (soon-to-be)beta version 19.2.2 Plugins.HookAddCode(null,"AutomationL.Trigger_PopUpThenDisable10Min_begin",listAutomations[i],procCodes,patNum); This is an AddCode hook, and I wanted to confirm that this is the desired functionality over ...
by PatrickC
Wed Jun 26, 2019 4:07 pm
Forum: Developers
Topic: Hook Request
Replies: 5
Views: 7345

Re: Hook Request

Here's what I have for the hook at this point. case AutomationAction.PopUpThenDisable10Min: Plugins.HookAddCode(null,"AutomationL.Trigger_PopUpThenDisable10Min_begin"); long automationNum=listAutomations[i].AutomationNum; If that looks like what you're envisioning, I'll go ahead and add it to the ne...