Page 1 of 1

Hook Request

Posted: Tue Feb 23, 2016 9:00 pm
by mopensoft
Could you please add 4 hooks below? Thanks. M

Code: Select all

public static bool SendSmsSingle(long patNum,string wirelessPhone,string message,long clinicNum) {
            if (Plugins.HookMethod(null, "SmsToMobiles.SendSmsSingle_start", patNum, wirelessPhone, message, clinicNum))
                return true;

Code: Select all

public static bool SendSms(List<SmsToMobile> listMessages) {
            if (Plugins.HookMethod(null, "SmsToMobiles.SendSms_start", listMessages))
                return true;

Code: Select all

public static bool IsIntegratedTextingEnabled() {
            if (Plugins.HookMethod(null, "SmsPhones.IsIntegratedTextingEnabled_start"))
                return true;

Code: Select all

public static bool IsTextingEnabled(long clinicNum) {
            if (Plugins.HookMethod(null, "Clinics.IsTextingEnabled_start", clinicNum))
                return true;

Re: Hook Request

Posted: Thu Feb 25, 2016 7:02 am
by allends
These hooks have been added to the program and will be available with the release of 16.1.3.