Hook Request

This forum is for programmers who have questions about the source code.
Post Reply
pmehrkens
Posts: 4
Joined: Fri Sep 06, 2019 2:18 pm

Hook Request

Post by pmehrkens » Mon Sep 09, 2019 7:20 am

We are looking at hooking into the claim submission process in order to prevalidate claims and un-ready claims prior to the claim queue being pulled.

Given that, it seems there are a few places that are would potentially work.
ContrStaff.butSendClaims_Click
FormClaimsSend.FormClaimsSend_Load
Claims.GetQueueList

I think

Code: Select all

Plugins.HookAddCode(this, “FormClaimsSend.Load_Start”);
is likely cleanest and useful to others.

User avatar
cmcgehee
Posts: 711
Joined: Tue Aug 25, 2015 5:06 pm
Location: Salem, Oregon

Re: Hook Request

Post by cmcgehee » Mon Sep 09, 2019 8:22 am

We should be able to get this added for you. To clarify, do you only want it added to FormClaimsSend.FormClaimsSend_Load?
Chris McGehee
Open Dental Software
http://www.opendental.com

pmehrkens
Posts: 4
Joined: Fri Sep 06, 2019 2:18 pm

Re: Hook Request

Post by pmehrkens » Mon Sep 09, 2019 8:31 am

Yes; the others are only offered as alternatives.

PatrickC
Posts: 56
Joined: Thu Jun 06, 2019 11:37 am

Re: Hook Request

Post by PatrickC » Mon Sep 09, 2019 10:34 am

Hook has been added to FormClaimsSend.FormClaimsSend_Load, and will be included in Beta version 19.2.23.
Patrick Carlson
Open Dental Software
http://www.opendental.com

Post Reply