@vbasoftware/vbapi-vbasoftware-typescript-axios 1.20240302.1 → 1.20240531.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.openapi-generator/FILES +132 -0
- package/api/accounting-api.ts +165 -0
- package/api/adv-accounting-api.ts +99 -0
- package/api/adv-billing-api.ts +1973 -0
- package/api/adv-claim-api.ts +731 -0
- package/api/adv-enrollment-api.ts +377 -0
- package/api/billing-api.ts +165 -0
- package/api/claim-batch-api.ts +121 -0
- package/api/claim-batch-details-api.ts +140 -0
- package/api/commission-rate-cluster-agency-rep-api.ts +677 -0
- package/api/disability-event-case-changes-api.ts +677 -0
- package/api/disability-event-deduction-changes-api.ts +677 -0
- package/api/disability-event-field-changes-api.ts +677 -0
- package/api/disability-event-fields-api.ts +677 -0
- package/api/disability-event-groups-api.ts +677 -0
- package/api/disaster-locations-api.ts +677 -0
- package/api/disasters-api.ts +677 -0
- package/api/fee-schedules-api.ts +163 -0
- package/api/group-achpulls-api.ts +725 -0
- package/api/group-bill-cycle-payment-methods-api.ts +677 -0
- package/api/group-network-criterias-api.ts +31 -13
- package/api/member-address-history-api.ts +773 -0
- package/api/member-pre-ex-disclosed-diags-api.ts +773 -0
- package/api/payment-methods-api.ts +772 -0
- package/api/premium-distributions-api.ts +222 -0
- package/api/premium-invoice-subscribers-api.ts +291 -0
- package/api/premium-invoices-api.ts +1577 -219
- package/api/premium-rate-add-ons-api.ts +725 -0
- package/api/premium-rates-api.ts +119 -0
- package/api/security-field-set-details-api.ts +733 -0
- package/api/security-field-sets-api.ts +677 -0
- package/api/security-field-user-groups-api.ts +677 -0
- package/api/security-field-users-api.ts +677 -0
- package/api/security-fields-api.ts +677 -0
- package/api/subscriber-enrollments-api.ts +111 -0
- package/api/subscriber-sponsors-api.ts +677 -0
- package/api/subscriber-writing-agents-api.ts +725 -0
- package/api/subscribers-api.ts +315 -0
- package/api/tolerances-api.ts +677 -0
- package/api/user-api.ts +545 -0
- package/api/user-field-security-api.ts +191 -0
- package/api/user-group-mappings-api.ts +101 -5
- package/api.ts +27 -0
- package/models/adjudicate-benefit-match-detail-list-vbaresponse.ts +45 -0
- package/models/adjudicate-benefit-match-detail.ts +198 -0
- package/models/billing-refund.ts +126 -0
- package/models/call-tracking-diag-codes.ts +1 -1
- package/models/check-batch.ts +1 -1
- package/models/claim-adjustment-config.ts +121 -0
- package/models/claim-custom-ex-code-rule.ts +50 -20
- package/models/cobraplan-criteria.ts +36 -0
- package/models/commission-rate-cluster-agency-rep-list-vbaresponse.ts +45 -0
- package/models/commission-rate-cluster-agency-rep-vbaresponse.ts +45 -0
- package/models/commission-rate-cluster-agency-rep.ts +102 -0
- package/models/company-data.ts +98 -80
- package/models/copy-group-division.ts +4 -10
- package/models/criteria-detail.ts +1 -1
- package/models/disability-event-case-changed-list-vbaresponse.ts +45 -0
- package/models/disability-event-case-changed-vbaresponse.ts +45 -0
- package/models/disability-event-case-changed.ts +78 -0
- package/models/disability-event-deduction-changed-list-vbaresponse.ts +45 -0
- package/models/disability-event-deduction-changed-vbaresponse.ts +45 -0
- package/models/disability-event-deduction-changed.ts +72 -0
- package/models/disability-event-field-changed-list-vbaresponse.ts +45 -0
- package/models/disability-event-field-changed-vbaresponse.ts +45 -0
- package/models/disability-event-field-changed.ts +72 -0
- package/models/disability-event-field-list-vbaresponse.ts +45 -0
- package/models/disability-event-field-vbaresponse.ts +45 -0
- package/models/disability-event-field.ts +60 -0
- package/models/disability-event-group-list-vbaresponse.ts +45 -0
- package/models/disability-event-group-vbaresponse.ts +45 -0
- package/models/disability-event-group.ts +78 -0
- package/models/disaster-list-vbaresponse.ts +45 -0
- package/models/disaster-location-list-vbaresponse.ts +45 -0
- package/models/disaster-location-vbaresponse.ts +45 -0
- package/models/disaster-location.ts +78 -0
- package/models/disaster-vbaresponse.ts +45 -0
- package/models/disaster.ts +84 -0
- package/models/enrollment-reenroll.ts +13 -0
- package/models/enrollment-waiting-period-by-hire-date-list-vbaresponse.ts +45 -0
- package/models/enrollment-waiting-period-by-hire-date.ts +48 -0
- package/models/fee-sched-detail.ts +1 -1
- package/models/fee-sched-modifier-discount.ts +1 -1
- package/models/fee-sched-procedure-group-adjust.ts +1 -1
- package/models/fee-sched-provider-type-discount.ts +1 -1
- package/models/funding-process-claim-refund.ts +66 -0
- package/models/funding-request.ts +1 -1
- package/models/generate-authenticator-qrcode-request.ts +30 -0
- package/models/generate-authenticator-qrcode-response-vbaresponse.ts +45 -0
- package/models/generate-authenticator-qrcode-response.ts +36 -0
- package/models/generate-prem-invoice.ts +90 -0
- package/models/get-prem-invoice-subscriber-list-result-list-vbaresponse.ts +45 -0
- package/models/get-prem-invoice-subscriber-list-result.ts +102 -0
- package/models/group-achpull-list-vbaresponse.ts +45 -0
- package/models/group-achpull-vbaresponse.ts +45 -0
- package/models/group-achpull.ts +60 -0
- package/models/group-bill-cycle-payment-method-list-vbaresponse.ts +45 -0
- package/models/group-bill-cycle-payment-method-vbaresponse.ts +45 -0
- package/models/group-bill-cycle-payment-method.ts +78 -0
- package/models/group-change-coverage-start.ts +6 -0
- package/models/idcode-type.ts +6 -0
- package/models/index.ts +105 -0
- package/models/life-claim-advisor.ts +256 -0
- package/models/mem-enrollment-plan.ts +3 -3
- package/models/mem-enrollment-rider.ts +4 -4
- package/models/member-address-history-list-vbaresponse.ts +45 -0
- package/models/member-address-history-vbaresponse.ts +45 -0
- package/models/member-address-history.ts +216 -0
- package/models/member-pre-ex-disclosed-diag-list-vbaresponse.ts +45 -0
- package/models/member-pre-ex-disclosed-diag-vbaresponse.ts +45 -0
- package/models/member-pre-ex-disclosed-diag.ts +90 -0
- package/models/network-procedure-cluster.ts +1 -1
- package/models/note-note-attachment.ts +38 -0
- package/models/payment-method-list-vbaresponse.ts +45 -0
- package/models/payment-method-vbaresponse.ts +45 -0
- package/models/payment-method.ts +72 -0
- package/models/plan-benefit-rate.ts +1 -1
- package/models/prem-invoice-apply-payment.ts +78 -0
- package/models/prem-invoice-generate-inv-list-list-vbaresponse.ts +45 -0
- package/models/prem-invoice-generate-inv-list-result-list-vbaresponse.ts +45 -0
- package/models/prem-invoice-generate-inv-list-result.ts +138 -0
- package/models/prem-invoice-generate-inv-list.ts +138 -0
- package/models/prem-invoice-generate-self-admin-inv-list-list-vbaresponse.ts +45 -0
- package/models/prem-invoice-generate-self-admin-inv-list.ts +144 -0
- package/models/prem-rate-add-on-list-vbaresponse.ts +45 -0
- package/models/prem-rate-add-on-vbaresponse.ts +45 -0
- package/models/prem-rate-add-on.ts +78 -0
- package/models/prem-rate.ts +24 -12
- package/models/register-mfadevice-request.ts +42 -0
- package/models/register-mfadevice-response-vbaresponse.ts +45 -0
- package/models/register-mfadevice-response.ts +30 -0
- package/models/security-field-list-vbaresponse.ts +45 -0
- package/models/security-field-set-detail-list-vbaresponse.ts +45 -0
- package/models/security-field-set-detail-vbaresponse.ts +45 -0
- package/models/security-field-set-detail.ts +72 -0
- package/models/security-field-set-list-vbaresponse.ts +45 -0
- package/models/security-field-set-vbaresponse.ts +45 -0
- package/models/security-field-set.ts +66 -0
- package/models/security-field-user-group-list-vbaresponse.ts +45 -0
- package/models/security-field-user-group-vbaresponse.ts +45 -0
- package/models/security-field-user-group.ts +84 -0
- package/models/security-field-user-list-vbaresponse.ts +45 -0
- package/models/security-field-user-vbaresponse.ts +45 -0
- package/models/security-field-user.ts +84 -0
- package/models/security-field-vbaresponse.ts +45 -0
- package/models/security-field.ts +72 -0
- package/models/sub-enrollment-plan.ts +3 -3
- package/models/sub-enrollment-rider.ts +4 -4
- package/models/sub-enrollment.ts +2 -2
- package/models/sub-payment-method.ts +1 -1
- package/models/submit-mfacode-request.ts +42 -0
- package/models/subscriber-forfeiture-status.ts +1 -1
- package/models/subscriber-sponsor-list-vbaresponse.ts +45 -0
- package/models/subscriber-sponsor-vbaresponse.ts +45 -0
- package/models/subscriber-sponsor.ts +84 -0
- package/models/subscriber-writing-agent-list-vbaresponse.ts +45 -0
- package/models/subscriber-writing-agent-vbaresponse.ts +45 -0
- package/models/subscriber-writing-agent.ts +90 -0
- package/models/suspense-claim-list.ts +228 -0
- package/models/tolerance-list-vbaresponse.ts +45 -0
- package/models/tolerance-vbaresponse.ts +45 -0
- package/models/tolerance.ts +72 -0
- package/models/userfieldsecurity.ts +66 -0
- package/models/userfieldsecuritylist-vbaresponse.ts +45 -0
- package/models/users.ts +2 -2
- package/models/usual-customary-rate-all-percentile-list-vbaresponse.ts +45 -0
- package/models/usual-customary-rate-all-percentile.ts +120 -0
- package/models/vbainterface-idcode.ts +31 -1
- package/models/vbainterface-map-type.ts +31 -1
- package/models/vbainterface.ts +43 -1
- package/models/vbaprem-invoice-subscriber-detail-adjustment-list-vbaresponse.ts +45 -0
- package/models/vbaprem-invoice-subscriber-detail-adjustment.ts +180 -0
- package/models/vbaprem-invoice-subscriber-detail-list-vbaresponse.ts +45 -0
- package/models/vbaprem-invoice-subscriber-detail.ts +180 -0
- package/models/workflow-auth.ts +54 -0
- package/models/workflow-check.ts +54 -0
- package/models/workflow-enrollment.ts +60 -0
- package/models/workflow-processing.ts +21 -0
- package/package.json +3 -3
package/models/company-data.ts
CHANGED
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
*/
|
|
22
22
|
export interface CompanyData {
|
|
23
23
|
/**
|
|
24
|
-
* This value is always 1 and there can only be a single record in the CompanyData table.
|
|
24
|
+
* This value is always 1 and there can only be a single record in the CompanyData table. Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
25
25
|
* @type {number}
|
|
26
26
|
* @memberof CompanyData
|
|
27
27
|
*/
|
|
@@ -51,7 +51,7 @@ export interface CompanyData {
|
|
|
51
51
|
*/
|
|
52
52
|
'accident_Review_Plan_Benefit_Ex_Code'?: string | null;
|
|
53
53
|
/**
|
|
54
|
-
* No longer used in the system
|
|
54
|
+
* No longer used in the system Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
55
55
|
* @type {boolean}
|
|
56
56
|
* @memberof CompanyData
|
|
57
57
|
*/
|
|
@@ -69,7 +69,7 @@ export interface CompanyData {
|
|
|
69
69
|
*/
|
|
70
70
|
'address2'?: string | null;
|
|
71
71
|
/**
|
|
72
|
-
* Requires passwords to have 3 of the following: Uppercase Letter, Lowercase Letter, Number, Special Character
|
|
72
|
+
* Requires passwords to have 3 of the following: Uppercase Letter, Lowercase Letter, Number, Special Character Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
73
73
|
* @type {boolean}
|
|
74
74
|
* @memberof CompanyData
|
|
75
75
|
*/
|
|
@@ -81,19 +81,19 @@ export interface CompanyData {
|
|
|
81
81
|
*/
|
|
82
82
|
'age_Disenroll_Reason'?: number | null;
|
|
83
83
|
/**
|
|
84
|
-
* Whether or not the Apostrophe is allowed in Provider or Member names
|
|
84
|
+
* Whether or not the Apostrophe is allowed in Provider or Member names Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
85
85
|
* @type {boolean}
|
|
86
86
|
* @memberof CompanyData
|
|
87
87
|
*/
|
|
88
88
|
'allow_Apostrophe_In_Name': boolean;
|
|
89
89
|
/**
|
|
90
|
-
* This option will allow for post dated checks.
|
|
90
|
+
* This option will allow for post dated checks. Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
91
91
|
* @type {boolean}
|
|
92
92
|
* @memberof CompanyData
|
|
93
93
|
*/
|
|
94
94
|
'allow_Checks_Post_Date': boolean;
|
|
95
95
|
/**
|
|
96
|
-
* Allows Benefit Override
|
|
96
|
+
* Allows Benefit Override Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
97
97
|
* @type {boolean}
|
|
98
98
|
* @memberof CompanyData
|
|
99
99
|
*/
|
|
@@ -105,7 +105,7 @@ export interface CompanyData {
|
|
|
105
105
|
*/
|
|
106
106
|
'allow_Max_At_Subscriber'?: string | null;
|
|
107
107
|
/**
|
|
108
|
-
* When selected, OOP will be calculated even when overridden
|
|
108
|
+
* When selected, OOP will be calculated even when overridden Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
109
109
|
* @type {boolean}
|
|
110
110
|
* @memberof CompanyData
|
|
111
111
|
*/
|
|
@@ -117,7 +117,7 @@ export interface CompanyData {
|
|
|
117
117
|
*/
|
|
118
118
|
'allow_Zero_Billed'?: string | null;
|
|
119
119
|
/**
|
|
120
|
-
* When selected, use the matching under Anesthesia for Fee Schedules when an Anastesia Procedure Code/Modifier is present.
|
|
120
|
+
* When selected, use the matching under Anesthesia for Fee Schedules when an Anastesia Procedure Code/Modifier is present. Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
121
121
|
* @type {boolean}
|
|
122
122
|
* @memberof CompanyData
|
|
123
123
|
*/
|
|
@@ -135,7 +135,7 @@ export interface CompanyData {
|
|
|
135
135
|
*/
|
|
136
136
|
'anesthesia_Round_Type'?: string | null;
|
|
137
137
|
/**
|
|
138
|
-
* If Ex Code is set and all benefits match, set to the first benefit code and set the Ex Code. If Apply_Multiple_Benefit_ExCode_Manual is set to 1 (checked) then the ex code is applied as a Manual ex code, which is not cleared on future adjudications and requires a client to manually clear it
|
|
138
|
+
* If Ex Code is set and all benefits match, set to the first benefit code and set the Ex Code. If Apply_Multiple_Benefit_ExCode_Manual is set to 1 (checked) then the ex code is applied as a Manual ex code, which is not cleared on future adjudications and requires a client to manually clear it Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
139
139
|
* @type {boolean}
|
|
140
140
|
* @memberof CompanyData
|
|
141
141
|
*/
|
|
@@ -189,7 +189,7 @@ export interface CompanyData {
|
|
|
189
189
|
*/
|
|
190
190
|
'auth_Penalty_Ex_Code'?: string | null;
|
|
191
191
|
/**
|
|
192
|
-
* Note:
|
|
192
|
+
* Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
193
193
|
* @type {boolean}
|
|
194
194
|
* @memberof CompanyData
|
|
195
195
|
*/
|
|
@@ -201,13 +201,13 @@ export interface CompanyData {
|
|
|
201
201
|
*/
|
|
202
202
|
'auto_Pay_Capitated_Claims': boolean;
|
|
203
203
|
/**
|
|
204
|
-
* Whether or not to automatically process the Backout of a claim after an adjustment
|
|
204
|
+
* Whether or not to automatically process the Backout of a claim after an adjustment Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
205
205
|
* @type {boolean}
|
|
206
206
|
* @memberof CompanyData
|
|
207
207
|
*/
|
|
208
208
|
'auto_Process_Adjustment_Backout': boolean;
|
|
209
209
|
/**
|
|
210
|
-
* Note:
|
|
210
|
+
* Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
211
211
|
* @type {boolean}
|
|
212
212
|
* @memberof CompanyData
|
|
213
213
|
*/
|
|
@@ -249,7 +249,7 @@ export interface CompanyData {
|
|
|
249
249
|
*/
|
|
250
250
|
'baseLoadPass'?: string | null;
|
|
251
251
|
/**
|
|
252
|
-
* This flag denotes whether or not to include the Service Date within the BaseLoad XML sent to BaseLoad
|
|
252
|
+
* This flag denotes whether or not to include the Service Date within the BaseLoad XML sent to BaseLoad Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
253
253
|
* @type {boolean}
|
|
254
254
|
* @memberof CompanyData
|
|
255
255
|
*/
|
|
@@ -296,6 +296,12 @@ export interface CompanyData {
|
|
|
296
296
|
* @memberof CompanyData
|
|
297
297
|
*/
|
|
298
298
|
'bridged_Tooth_Ex_Code'?: string | null;
|
|
299
|
+
/**
|
|
300
|
+
* Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
301
|
+
* @type {boolean}
|
|
302
|
+
* @memberof CompanyData
|
|
303
|
+
*/
|
|
304
|
+
'caS_Segment_Ben_Match': boolean;
|
|
299
305
|
/**
|
|
300
306
|
* This Denial Ex Code will deny a claim when a CLIA certificate is required and the provider record does not have CLIA certification.
|
|
301
307
|
* @type {string}
|
|
@@ -309,7 +315,7 @@ export interface CompanyData {
|
|
|
309
315
|
*/
|
|
310
316
|
'cmO_Installed'?: string | null;
|
|
311
317
|
/**
|
|
312
|
-
* Claim will error if number of the Claim has Mixed Capitation Service Lines unless this is checked.
|
|
318
|
+
* Claim will error if number of the Claim has Mixed Capitation Service Lines unless this is checked. Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
313
319
|
* @type {boolean}
|
|
314
320
|
* @memberof CompanyData
|
|
315
321
|
*/
|
|
@@ -363,7 +369,7 @@ export interface CompanyData {
|
|
|
363
369
|
*/
|
|
364
370
|
'cash_Value_Default'?: number | null;
|
|
365
371
|
/**
|
|
366
|
-
* When selected, if the payee address is not filled out, error the claim
|
|
372
|
+
* When selected, if the payee address is not filled out, error the claim Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
367
373
|
* @type {boolean}
|
|
368
374
|
* @memberof CompanyData
|
|
369
375
|
*/
|
|
@@ -657,7 +663,7 @@ export interface CompanyData {
|
|
|
657
663
|
*/
|
|
658
664
|
'claim_Not_Enrolled_Ex_Code'?: string | null;
|
|
659
665
|
/**
|
|
660
|
-
* When selected, instead of using the Not Enrolled Ex Code, put the Pre and Post Enrolled Ex Codes instead
|
|
666
|
+
* When selected, instead of using the Not Enrolled Ex Code, put the Pre and Post Enrolled Ex Codes instead Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
661
667
|
* @type {boolean}
|
|
662
668
|
* @memberof CompanyData
|
|
663
669
|
*/
|
|
@@ -759,7 +765,7 @@ export interface CompanyData {
|
|
|
759
765
|
*/
|
|
760
766
|
'class_Length'?: number | null;
|
|
761
767
|
/**
|
|
762
|
-
* A flag indicating that any Auth Penalty Ex Code will be removed from a claim line if it has an auth associated.
|
|
768
|
+
* A flag indicating that any Auth Penalty Ex Code will be removed from a claim line if it has an auth associated. Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
763
769
|
* @type {boolean}
|
|
764
770
|
* @memberof CompanyData
|
|
765
771
|
*/
|
|
@@ -789,7 +795,7 @@ export interface CompanyData {
|
|
|
789
795
|
*/
|
|
790
796
|
'coIns_Max_Ex_Code_Member'?: string | null;
|
|
791
797
|
/**
|
|
792
|
-
* Co-Pay based on Billed Amount rather than Plan_Price
|
|
798
|
+
* Co-Pay based on Billed Amount rather than Plan_Price Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
793
799
|
* @type {boolean}
|
|
794
800
|
* @memberof CompanyData
|
|
795
801
|
*/
|
|
@@ -813,7 +819,7 @@ export interface CompanyData {
|
|
|
813
819
|
*/
|
|
814
820
|
'cogito_User_Pool_ID'?: string | null;
|
|
815
821
|
/**
|
|
816
|
-
* When this flag is set to yes, the notes report from the Notes screen will remove the page breaks
|
|
822
|
+
* When this flag is set to yes, the notes report from the Notes screen will remove the page breaks Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
817
823
|
* @type {boolean}
|
|
818
824
|
* @memberof CompanyData
|
|
819
825
|
*/
|
|
@@ -854,6 +860,12 @@ export interface CompanyData {
|
|
|
854
860
|
* @memberof CompanyData
|
|
855
861
|
*/
|
|
856
862
|
'company_Short'?: string | null;
|
|
863
|
+
/**
|
|
864
|
+
*
|
|
865
|
+
* @type {string}
|
|
866
|
+
* @memberof CompanyData
|
|
867
|
+
*/
|
|
868
|
+
'company_Start_Date'?: string | null;
|
|
857
869
|
/**
|
|
858
870
|
* Not used in system configuration. Used on external and/or custom procedures.
|
|
859
871
|
* @type {number}
|
|
@@ -921,13 +933,13 @@ export interface CompanyData {
|
|
|
921
933
|
*/
|
|
922
934
|
'context4_PctOfChg_OON'?: number | null;
|
|
923
935
|
/**
|
|
924
|
-
* When set, if Plan Price exceeds Billed Price, set Plan Price equal to Billed Price for Context4
|
|
936
|
+
* When set, if Plan Price exceeds Billed Price, set Plan Price equal to Billed Price for Context4 Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
925
937
|
* @type {boolean}
|
|
926
938
|
* @memberof CompanyData
|
|
927
939
|
*/
|
|
928
940
|
'context4_PlanPriceNotGreaterBilledFg': boolean;
|
|
929
941
|
/**
|
|
930
|
-
* Whether or not the Billing Address information is sent to Context4
|
|
942
|
+
* Whether or not the Billing Address information is sent to Context4 Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
931
943
|
* @type {boolean}
|
|
932
944
|
* @memberof CompanyData
|
|
933
945
|
*/
|
|
@@ -963,7 +975,7 @@ export interface CompanyData {
|
|
|
963
975
|
*/
|
|
964
976
|
'country_ID'?: string | null;
|
|
965
977
|
/**
|
|
966
|
-
* Note:
|
|
978
|
+
* Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
967
979
|
* @type {boolean}
|
|
968
980
|
* @memberof CompanyData
|
|
969
981
|
*/
|
|
@@ -1161,13 +1173,13 @@ export interface CompanyData {
|
|
|
1161
1173
|
*/
|
|
1162
1174
|
'diagnostic_Code_Type_Default': string;
|
|
1163
1175
|
/**
|
|
1164
|
-
* This flag disallows special characters to be used in the Plan ID column.
|
|
1176
|
+
* This flag disallows special characters to be used in the Plan ID column. Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
1165
1177
|
* @type {boolean}
|
|
1166
1178
|
* @memberof CompanyData
|
|
1167
1179
|
*/
|
|
1168
1180
|
'disallow_Spec_Char_In_Plan_ID': boolean;
|
|
1169
1181
|
/**
|
|
1170
|
-
* Note:
|
|
1182
|
+
* Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
1171
1183
|
* @type {boolean}
|
|
1172
1184
|
* @memberof CompanyData
|
|
1173
1185
|
*/
|
|
@@ -1185,7 +1197,7 @@ export interface CompanyData {
|
|
|
1185
1197
|
*/
|
|
1186
1198
|
'disenroll_Auth_Code'?: string | null;
|
|
1187
1199
|
/**
|
|
1188
|
-
* When selected, if the claim is Out of Network, show zero dollars in the PPO Discount
|
|
1200
|
+
* When selected, if the claim is Out of Network, show zero dollars in the PPO Discount Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
1189
1201
|
* @type {boolean}
|
|
1190
1202
|
* @memberof CompanyData
|
|
1191
1203
|
*/
|
|
@@ -1323,19 +1335,19 @@ export interface CompanyData {
|
|
|
1323
1335
|
*/
|
|
1324
1336
|
'federal_ID'?: string | null;
|
|
1325
1337
|
/**
|
|
1326
|
-
* No longer used in the system
|
|
1338
|
+
* No longer used in the system Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
1327
1339
|
* @type {boolean}
|
|
1328
1340
|
* @memberof CompanyData
|
|
1329
1341
|
*/
|
|
1330
1342
|
'fee_Sched_Match_Claim_Year': boolean;
|
|
1331
1343
|
/**
|
|
1332
|
-
* When this is checked, Fee Schedule Ex Codes from the FeeSched and FeeSchedDetail tables will be added as MANUAL ex codes. This means adjudication will not wipe these away at the start of adjudication.
|
|
1344
|
+
* When this is checked, Fee Schedule Ex Codes from the FeeSched and FeeSchedDetail tables will be added as MANUAL ex codes. This means adjudication will not wipe these away at the start of adjudication. Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
1333
1345
|
* @type {boolean}
|
|
1334
1346
|
* @memberof CompanyData
|
|
1335
1347
|
*/
|
|
1336
1348
|
'fee_Schedule_Ex_Codes_Manual': boolean;
|
|
1337
1349
|
/**
|
|
1338
|
-
* Whether or not the Modifiers of a Fee Schedule have to match exact
|
|
1350
|
+
* Whether or not the Modifiers of a Fee Schedule have to match exact Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
1339
1351
|
* @type {boolean}
|
|
1340
1352
|
* @memberof CompanyData
|
|
1341
1353
|
*/
|
|
@@ -1371,13 +1383,13 @@ export interface CompanyData {
|
|
|
1371
1383
|
*/
|
|
1372
1384
|
'flex_Claim_Funds_Exhausted_Ex_Code'?: string | null;
|
|
1373
1385
|
/**
|
|
1374
|
-
* Not used in system configuration. Used on external and/or custom procedures.
|
|
1386
|
+
* Not used in system configuration. Used on external and/or custom procedures. Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
1375
1387
|
* @type {boolean}
|
|
1376
1388
|
* @memberof CompanyData
|
|
1377
1389
|
*/
|
|
1378
1390
|
'force_Call_Track_Note': boolean;
|
|
1379
1391
|
/**
|
|
1380
|
-
* If selected, the claim must have a Received_Date, ELSE it will Error
|
|
1392
|
+
* If selected, the claim must have a Received_Date, ELSE it will Error Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
1381
1393
|
* @type {boolean}
|
|
1382
1394
|
* @memberof CompanyData
|
|
1383
1395
|
*/
|
|
@@ -1389,19 +1401,19 @@ export interface CompanyData {
|
|
|
1389
1401
|
*/
|
|
1390
1402
|
'force_Claim_Sub_ID'?: string | null;
|
|
1391
1403
|
/**
|
|
1392
|
-
* Use Latest Enrollment
|
|
1404
|
+
* Use Latest Enrollment Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
1393
1405
|
* @type {boolean}
|
|
1394
1406
|
* @memberof CompanyData
|
|
1395
1407
|
*/
|
|
1396
1408
|
'force_Latest_Enrollment': boolean;
|
|
1397
1409
|
/**
|
|
1398
|
-
* If selected and the procedure code is only 3 length, add a zero to verify the procedure code
|
|
1410
|
+
* If selected and the procedure code is only 3 length, add a zero to verify the procedure code Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
1399
1411
|
* @type {boolean}
|
|
1400
1412
|
* @memberof CompanyData
|
|
1401
1413
|
*/
|
|
1402
1414
|
'force_Leading_Zero_On_Rev_Code': boolean;
|
|
1403
1415
|
/**
|
|
1404
|
-
* When selected, Add all the backout Distribution records when voiding a check
|
|
1416
|
+
* When selected, Add all the backout Distribution records when voiding a check Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
1405
1417
|
* @type {boolean}
|
|
1406
1418
|
* @memberof CompanyData
|
|
1407
1419
|
*/
|
|
@@ -1437,7 +1449,7 @@ export interface CompanyData {
|
|
|
1437
1449
|
*/
|
|
1438
1450
|
'generate_Inv_User'?: string | null;
|
|
1439
1451
|
/**
|
|
1440
|
-
* Check this checkbox to allow for a negative invoice to create. This will also allow a $0 invoice to create.
|
|
1452
|
+
* Check this checkbox to allow for a negative invoice to create. This will also allow a $0 invoice to create. Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
1441
1453
|
* @type {boolean}
|
|
1442
1454
|
* @memberof CompanyData
|
|
1443
1455
|
*/
|
|
@@ -1485,13 +1497,13 @@ export interface CompanyData {
|
|
|
1485
1497
|
*/
|
|
1486
1498
|
'ivR_CS_Phone_Number'?: string | null;
|
|
1487
1499
|
/**
|
|
1488
|
-
* Overrides Case Manager Hierarchy and allows the assigning of cases up or down
|
|
1500
|
+
* Overrides Case Manager Hierarchy and allows the assigning of cases up or down Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
1489
1501
|
* @type {boolean}
|
|
1490
1502
|
* @memberof CompanyData
|
|
1491
1503
|
*/
|
|
1492
1504
|
'ignore_Care_Management_Hierarchy_Fg': boolean;
|
|
1493
1505
|
/**
|
|
1494
|
-
* Note:
|
|
1506
|
+
* Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
1495
1507
|
* @type {boolean}
|
|
1496
1508
|
* @memberof CompanyData
|
|
1497
1509
|
*/
|
|
@@ -1503,7 +1515,7 @@ export interface CompanyData {
|
|
|
1503
1515
|
*/
|
|
1504
1516
|
'inactive_Payee_Ex_Code'?: string | null;
|
|
1505
1517
|
/**
|
|
1506
|
-
* Not used in system configuration. Used on external and/or custom procedures.
|
|
1518
|
+
* Not used in system configuration. Used on external and/or custom procedures. Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
1507
1519
|
* @type {boolean}
|
|
1508
1520
|
* @memberof CompanyData
|
|
1509
1521
|
*/
|
|
@@ -1539,7 +1551,7 @@ export interface CompanyData {
|
|
|
1539
1551
|
*/
|
|
1540
1552
|
'invoice_Close_Adj_Reason'?: number | null;
|
|
1541
1553
|
/**
|
|
1542
|
-
* Date used when configuring Enrolled By Date for Invoices
|
|
1554
|
+
* Date used when configuring Enrolled By Date for Invoices Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
1543
1555
|
* @type {number}
|
|
1544
1556
|
* @memberof CompanyData
|
|
1545
1557
|
*/
|
|
@@ -1623,7 +1635,7 @@ export interface CompanyData {
|
|
|
1623
1635
|
*/
|
|
1624
1636
|
'invoice_Remit_Zip_Code'?: string | null;
|
|
1625
1637
|
/**
|
|
1626
|
-
* Not used in system configuration. Used on external and/or custom procedures.
|
|
1638
|
+
* Not used in system configuration. Used on external and/or custom procedures. Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
1627
1639
|
* @type {number}
|
|
1628
1640
|
* @memberof CompanyData
|
|
1629
1641
|
*/
|
|
@@ -1683,19 +1695,19 @@ export interface CompanyData {
|
|
|
1683
1695
|
*/
|
|
1684
1696
|
'last_Invoice'?: number | null;
|
|
1685
1697
|
/**
|
|
1686
|
-
* If selected, only the user that created the Auth Review can update the Auth Review
|
|
1698
|
+
* If selected, only the user that created the Auth Review can update the Auth Review Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
1687
1699
|
* @type {boolean}
|
|
1688
1700
|
* @memberof CompanyData
|
|
1689
1701
|
*/
|
|
1690
1702
|
'lock_Auth_Review': boolean;
|
|
1691
1703
|
/**
|
|
1692
|
-
* When this is checked, Auth Reviews cannot be updated or modified by anyone. They can still be added.
|
|
1704
|
+
* When this is checked, Auth Reviews cannot be updated or modified by anyone. They can still be added. Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
1693
1705
|
* @type {boolean}
|
|
1694
1706
|
* @memberof CompanyData
|
|
1695
1707
|
*/
|
|
1696
1708
|
'lock_Auth_Review_All': boolean;
|
|
1697
1709
|
/**
|
|
1698
|
-
* Flag that enables the logging of calls to Baseload for provider information
|
|
1710
|
+
* Flag that enables the logging of calls to Baseload for provider information Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
1699
1711
|
* @type {boolean}
|
|
1700
1712
|
* @memberof CompanyData
|
|
1701
1713
|
*/
|
|
@@ -1737,7 +1749,7 @@ export interface CompanyData {
|
|
|
1737
1749
|
*/
|
|
1738
1750
|
'mail_Server'?: string | null;
|
|
1739
1751
|
/**
|
|
1740
|
-
* Client\'s e-mail server SSL setting
|
|
1752
|
+
* Client\'s e-mail server SSL setting Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
1741
1753
|
* @type {boolean}
|
|
1742
1754
|
* @memberof CompanyData
|
|
1743
1755
|
*/
|
|
@@ -1755,7 +1767,7 @@ export interface CompanyData {
|
|
|
1755
1767
|
*/
|
|
1756
1768
|
'medicare_On_Benefit': string;
|
|
1757
1769
|
/**
|
|
1758
|
-
* This flag indicates if a full address and date of birth are not required when creating a new member
|
|
1770
|
+
* This flag indicates if a full address and date of birth are not required when creating a new member Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
1759
1771
|
* @type {boolean}
|
|
1760
1772
|
* @memberof CompanyData
|
|
1761
1773
|
*/
|
|
@@ -1797,7 +1809,7 @@ export interface CompanyData {
|
|
|
1797
1809
|
*/
|
|
1798
1810
|
'new_Member_Reason'?: number | null;
|
|
1799
1811
|
/**
|
|
1800
|
-
* If selected, Note Attachments will be saved to the Database instead of in a local file location
|
|
1812
|
+
* If selected, Note Attachments will be saved to the Database instead of in a local file location Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
1801
1813
|
* @type {boolean}
|
|
1802
1814
|
* @memberof CompanyData
|
|
1803
1815
|
*/
|
|
@@ -1845,7 +1857,7 @@ export interface CompanyData {
|
|
|
1845
1857
|
*/
|
|
1846
1858
|
'pcP_Only_Ex_Code'?: string | null;
|
|
1847
1859
|
/**
|
|
1848
|
-
* Not used in system configuration. Used on external and/or custom procedures.
|
|
1860
|
+
* Not used in system configuration. Used on external and/or custom procedures. Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
1849
1861
|
* @type {boolean}
|
|
1850
1862
|
* @memberof CompanyData
|
|
1851
1863
|
*/
|
|
@@ -1869,7 +1881,7 @@ export interface CompanyData {
|
|
|
1869
1881
|
*/
|
|
1870
1882
|
'pay_Period_Start_Date'?: string | null;
|
|
1871
1883
|
/**
|
|
1872
|
-
* Whether or not invoices will be prorated
|
|
1884
|
+
* Whether or not invoices will be prorated Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
1873
1885
|
* @type {boolean}
|
|
1874
1886
|
* @memberof CompanyData
|
|
1875
1887
|
*/
|
|
@@ -1923,13 +1935,13 @@ export interface CompanyData {
|
|
|
1923
1935
|
*/
|
|
1924
1936
|
'policy_Forfeiture_Grace_Period_Type'?: string | null;
|
|
1925
1937
|
/**
|
|
1926
|
-
* This flag denotes whether or not Premiums will be prorated when a Member Disenrolls
|
|
1938
|
+
* This flag denotes whether or not Premiums will be prorated when a Member Disenrolls Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
1927
1939
|
* @type {boolean}
|
|
1928
1940
|
* @memberof CompanyData
|
|
1929
1941
|
*/
|
|
1930
1942
|
'premium_Proration': boolean;
|
|
1931
1943
|
/**
|
|
1932
|
-
* Note:
|
|
1944
|
+
* Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
1933
1945
|
* @type {boolean}
|
|
1934
1946
|
* @memberof CompanyData
|
|
1935
1947
|
*/
|
|
@@ -1941,7 +1953,7 @@ export interface CompanyData {
|
|
|
1941
1953
|
*/
|
|
1942
1954
|
'primary_Account_Key'?: number | null;
|
|
1943
1955
|
/**
|
|
1944
|
-
* When this flag is set to yes, adjudication will process Auths on Pended claims.
|
|
1956
|
+
* When this flag is set to yes, adjudication will process Auths on Pended claims. Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
1945
1957
|
* @type {boolean}
|
|
1946
1958
|
* @memberof CompanyData
|
|
1947
1959
|
*/
|
|
@@ -1965,7 +1977,7 @@ export interface CompanyData {
|
|
|
1965
1977
|
*/
|
|
1966
1978
|
'prosthesis_Tooth_Ex_Code'?: string | null;
|
|
1967
1979
|
/**
|
|
1968
|
-
* This flag indicates the alternate ID on the member update screen cannot be changed
|
|
1980
|
+
* This flag indicates the alternate ID on the member update screen cannot be changed Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
1969
1981
|
* @type {boolean}
|
|
1970
1982
|
* @memberof CompanyData
|
|
1971
1983
|
*/
|
|
@@ -2013,7 +2025,7 @@ export interface CompanyData {
|
|
|
2013
2025
|
*/
|
|
2014
2026
|
'reduced_Paid_Up_Default'?: number | null;
|
|
2015
2027
|
/**
|
|
2016
|
-
* Not used in system configuration. Used on external and/or custom procedures.
|
|
2028
|
+
* Not used in system configuration. Used on external and/or custom procedures. Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
2017
2029
|
* @type {boolean}
|
|
2018
2030
|
* @memberof CompanyData
|
|
2019
2031
|
*/
|
|
@@ -2031,7 +2043,7 @@ export interface CompanyData {
|
|
|
2031
2043
|
*/
|
|
2032
2044
|
'repriced_Line'?: string | null;
|
|
2033
2045
|
/**
|
|
2034
|
-
* Note:
|
|
2046
|
+
* Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
2035
2047
|
* @type {boolean}
|
|
2036
2048
|
* @memberof CompanyData
|
|
2037
2049
|
*/
|
|
@@ -2049,7 +2061,7 @@ export interface CompanyData {
|
|
|
2049
2061
|
*/
|
|
2050
2062
|
'request_Reassess_Email'?: string | null;
|
|
2051
2063
|
/**
|
|
2052
|
-
* This flag indicates the NPI and Federal ID fields on a Provider record have length restrictions of 10/9 characters respectively
|
|
2064
|
+
* This flag indicates the NPI and Federal ID fields on a Provider record have length restrictions of 10/9 characters respectively Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
2053
2065
|
* @type {boolean}
|
|
2054
2066
|
* @memberof CompanyData
|
|
2055
2067
|
*/
|
|
@@ -2067,7 +2079,7 @@ export interface CompanyData {
|
|
|
2067
2079
|
*/
|
|
2068
2080
|
'scanned_Images_Folder'?: string | null;
|
|
2069
2081
|
/**
|
|
2070
|
-
* If selected, set the Paid Through Date once an invoice is closed
|
|
2082
|
+
* If selected, set the Paid Through Date once an invoice is closed Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
2071
2083
|
* @type {boolean}
|
|
2072
2084
|
* @memberof CompanyData
|
|
2073
2085
|
*/
|
|
@@ -2109,7 +2121,7 @@ export interface CompanyData {
|
|
|
2109
2121
|
*/
|
|
2110
2122
|
'tax_Control_Location'?: string | null;
|
|
2111
2123
|
/**
|
|
2112
|
-
* Whether Tax is calculated on date of adjudication or Service Date of claim
|
|
2124
|
+
* Whether Tax is calculated on date of adjudication or Service Date of claim Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
2113
2125
|
* @type {boolean}
|
|
2114
2126
|
* @memberof CompanyData
|
|
2115
2127
|
*/
|
|
@@ -2163,7 +2175,7 @@ export interface CompanyData {
|
|
|
2163
2175
|
*/
|
|
2164
2176
|
'uC_Price_Used_Ex_Code'?: string | null;
|
|
2165
2177
|
/**
|
|
2166
|
-
* Whether or not the Plan Price is multiplied by number of units for Usual and Customary
|
|
2178
|
+
* Whether or not the Plan Price is multiplied by number of units for Usual and Customary Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
2167
2179
|
* @type {boolean}
|
|
2168
2180
|
* @memberof CompanyData
|
|
2169
2181
|
*/
|
|
@@ -2187,31 +2199,31 @@ export interface CompanyData {
|
|
|
2187
2199
|
*/
|
|
2188
2200
|
'update_User'?: string | null;
|
|
2189
2201
|
/**
|
|
2190
|
-
* Whether or not to validate User Amount Limits for Payable or Total Payable
|
|
2202
|
+
* Whether or not to validate User Amount Limits for Payable or Total Payable Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
2191
2203
|
* @type {boolean}
|
|
2192
2204
|
* @memberof CompanyData
|
|
2193
2205
|
*/
|
|
2194
2206
|
'useGreaterUserAmountLimit_Fg': boolean;
|
|
2195
2207
|
/**
|
|
2196
|
-
* Whether or not to split Authorizations
|
|
2208
|
+
* Whether or not to split Authorizations Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
2197
2209
|
* @type {boolean}
|
|
2198
2210
|
* @memberof CompanyData
|
|
2199
2211
|
*/
|
|
2200
2212
|
'use_Auth_Over_Unit_Split': boolean;
|
|
2201
2213
|
/**
|
|
2202
|
-
* No longer used in the system
|
|
2214
|
+
* No longer used in the system Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
2203
2215
|
* @type {boolean}
|
|
2204
2216
|
* @memberof CompanyData
|
|
2205
2217
|
*/
|
|
2206
2218
|
'use_Change_Data_Capture': boolean;
|
|
2207
2219
|
/**
|
|
2208
|
-
* Whether or not to use the Default Currency
|
|
2220
|
+
* Whether or not to use the Default Currency Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
2209
2221
|
* @type {boolean}
|
|
2210
2222
|
* @memberof CompanyData
|
|
2211
2223
|
*/
|
|
2212
2224
|
'use_Currency': boolean;
|
|
2213
2225
|
/**
|
|
2214
|
-
* When selected, Disability Claims will be verified to be within the payable date range and if not, the claim will not process.
|
|
2226
|
+
* When selected, Disability Claims will be verified to be within the payable date range and if not, the claim will not process. Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
2215
2227
|
* @type {boolean}
|
|
2216
2228
|
* @memberof CompanyData
|
|
2217
2229
|
*/
|
|
@@ -2223,7 +2235,7 @@ export interface CompanyData {
|
|
|
2223
2235
|
*/
|
|
2224
2236
|
'use_Expanded_Notes': boolean;
|
|
2225
2237
|
/**
|
|
2226
|
-
* Use first Fee Schedule match found
|
|
2238
|
+
* Use first Fee Schedule match found Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
2227
2239
|
* @type {boolean}
|
|
2228
2240
|
* @memberof CompanyData
|
|
2229
2241
|
*/
|
|
@@ -2235,43 +2247,49 @@ export interface CompanyData {
|
|
|
2235
2247
|
*/
|
|
2236
2248
|
'use_Other_Name'?: string | null;
|
|
2237
2249
|
/**
|
|
2238
|
-
* If selected, during Age Restrictions, only look at the left most Diag Pointer on a Claim Line
|
|
2250
|
+
* If selected, during Age Restrictions, only look at the left most Diag Pointer on a Claim Line Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
2239
2251
|
* @type {boolean}
|
|
2240
2252
|
* @memberof CompanyData
|
|
2241
2253
|
*/
|
|
2242
2254
|
'use_Primary_Diag_Match': boolean;
|
|
2243
2255
|
/**
|
|
2244
|
-
* When determining Include Excludes for Capitation Diagnosis Codes, if set to yes, only look at the first pointer.
|
|
2256
|
+
* When determining Include Excludes for Capitation Diagnosis Codes, if set to yes, only look at the first pointer. Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
2245
2257
|
* @type {boolean}
|
|
2246
2258
|
* @memberof CompanyData
|
|
2247
2259
|
*/
|
|
2248
2260
|
'use_Primary_Diag_Match_Capitation': boolean;
|
|
2249
2261
|
/**
|
|
2250
|
-
* Not used in system configuration. Used on external and/or custom procedures.
|
|
2262
|
+
* Not used in system configuration. Used on external and/or custom procedures. Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
2251
2263
|
* @type {boolean}
|
|
2252
2264
|
* @memberof CompanyData
|
|
2253
2265
|
*/
|
|
2254
2266
|
'use_Salary': boolean;
|
|
2255
2267
|
/**
|
|
2256
|
-
* Whether or not to use the Tax Control object rather than adjudication
|
|
2268
|
+
* Whether or not to use the Tax Control object rather than adjudication Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
2257
2269
|
* @type {boolean}
|
|
2258
2270
|
* @memberof CompanyData
|
|
2259
2271
|
*/
|
|
2260
2272
|
'use_Tax_Control': boolean;
|
|
2261
2273
|
/**
|
|
2262
|
-
* Note:
|
|
2274
|
+
* Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
2275
|
+
* @type {boolean}
|
|
2276
|
+
* @memberof CompanyData
|
|
2277
|
+
*/
|
|
2278
|
+
'use_VBASoftware_2': boolean;
|
|
2279
|
+
/**
|
|
2280
|
+
* Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
2263
2281
|
* @type {boolean}
|
|
2264
2282
|
* @memberof CompanyData
|
|
2265
2283
|
*/
|
|
2266
2284
|
'use_VBAdjudicate_2': boolean;
|
|
2267
2285
|
/**
|
|
2268
|
-
* Whether or not Zip Code with auto poulate city/state based on Zip Code
|
|
2286
|
+
* Whether or not Zip Code with auto poulate city/state based on Zip Code Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
2269
2287
|
* @type {boolean}
|
|
2270
2288
|
* @memberof CompanyData
|
|
2271
2289
|
*/
|
|
2272
2290
|
'use_Zip_Code_Auto_Populate': boolean;
|
|
2273
2291
|
/**
|
|
2274
|
-
* Whether or not VBADataintegration is on or not
|
|
2292
|
+
* Whether or not VBADataintegration is on or not Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
2275
2293
|
* @type {boolean}
|
|
2276
2294
|
* @memberof CompanyData
|
|
2277
2295
|
*/
|
|
@@ -2301,7 +2319,7 @@ export interface CompanyData {
|
|
|
2301
2319
|
*/
|
|
2302
2320
|
'vbaDataIntegration_Server'?: string | null;
|
|
2303
2321
|
/**
|
|
2304
|
-
* Whether or not this is a Gateway client
|
|
2322
|
+
* Whether or not this is a Gateway client Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
2305
2323
|
* @type {boolean}
|
|
2306
2324
|
* @memberof CompanyData
|
|
2307
2325
|
*/
|
|
@@ -2337,13 +2355,13 @@ export interface CompanyData {
|
|
|
2337
2355
|
*/
|
|
2338
2356
|
'vbaGateway_SFTP_LogFile'?: string | null;
|
|
2339
2357
|
/**
|
|
2340
|
-
* Gateway\'s SFTP MLST
|
|
2358
|
+
* Gateway\'s SFTP MLST Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
2341
2359
|
* @type {boolean}
|
|
2342
2360
|
* @memberof CompanyData
|
|
2343
2361
|
*/
|
|
2344
2362
|
'vbaGateway_SFTP_MLST': boolean;
|
|
2345
2363
|
/**
|
|
2346
|
-
* Gateway\'s SFTP Passive
|
|
2364
|
+
* Gateway\'s SFTP Passive Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
2347
2365
|
* @type {boolean}
|
|
2348
2366
|
* @memberof CompanyData
|
|
2349
2367
|
*/
|
|
@@ -2409,7 +2427,7 @@ export interface CompanyData {
|
|
|
2409
2427
|
*/
|
|
2410
2428
|
'vbapI_Client_Code'?: string | null;
|
|
2411
2429
|
/**
|
|
2412
|
-
* Indicates if the client has IP Whitelisting enabled for accessing APIs. If enabled, IP Addresses will be added to the IPWhitelist table.
|
|
2430
|
+
* Indicates if the client has IP Whitelisting enabled for accessing APIs. If enabled, IP Addresses will be added to the IPWhitelist table. Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
2413
2431
|
* @type {boolean}
|
|
2414
2432
|
* @memberof CompanyData
|
|
2415
2433
|
*/
|
|
@@ -2445,7 +2463,7 @@ export interface CompanyData {
|
|
|
2445
2463
|
*/
|
|
2446
2464
|
'vbaReport_Mail_Server'?: string | null;
|
|
2447
2465
|
/**
|
|
2448
|
-
* Client\'s Process Automation SSL Setting
|
|
2466
|
+
* Client\'s Process Automation SSL Setting Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
2449
2467
|
* @type {boolean}
|
|
2450
2468
|
* @memberof CompanyData
|
|
2451
2469
|
*/
|
|
@@ -2499,19 +2517,19 @@ export interface CompanyData {
|
|
|
2499
2517
|
*/
|
|
2500
2518
|
'vbAdjudicate_Timer'?: number | null;
|
|
2501
2519
|
/**
|
|
2502
|
-
* Whether or not to validate Authorizations based on Federal ID
|
|
2520
|
+
* Whether or not to validate Authorizations based on Federal ID Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
2503
2521
|
* @type {boolean}
|
|
2504
2522
|
* @memberof CompanyData
|
|
2505
2523
|
*/
|
|
2506
2524
|
'validate_Federal_ID_On_Auth': boolean;
|
|
2507
2525
|
/**
|
|
2508
|
-
* If set to yes, the Provider must match on the Claim with the Auth
|
|
2526
|
+
* If set to yes, the Provider must match on the Claim with the Auth Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
2509
2527
|
* @type {boolean}
|
|
2510
2528
|
* @memberof CompanyData
|
|
2511
2529
|
*/
|
|
2512
2530
|
'validate_Provider_On_Auth': boolean;
|
|
2513
2531
|
/**
|
|
2514
|
-
* When used, a Void backout will use today\'s date instead of processed date
|
|
2532
|
+
* When used, a Void backout will use today\'s date instead of processed date Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
2515
2533
|
* @type {boolean}
|
|
2516
2534
|
* @memberof CompanyData
|
|
2517
2535
|
*/
|
|
@@ -2565,13 +2583,13 @@ export interface CompanyData {
|
|
|
2565
2583
|
*/
|
|
2566
2584
|
'zelis_Password'?: string | null;
|
|
2567
2585
|
/**
|
|
2568
|
-
* Whether or not the system should be polling Zelis Repricing
|
|
2586
|
+
* Whether or not the system should be polling Zelis Repricing Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
2569
2587
|
* @type {boolean}
|
|
2570
2588
|
* @memberof CompanyData
|
|
2571
2589
|
*/
|
|
2572
2590
|
'zelis_Poll': boolean;
|
|
2573
2591
|
/**
|
|
2574
|
-
* Indicates if Zelis Polling is \"In Testing\". When \"In Testing\", polling activity will fire for the first call to Zelis only, so that Zelis has the claim, then not make any additional polling entries until the client indicates the test is complete. Disabling this will then proceed to make new polling entries on claims in QUEUED and INPROCESS as normal.
|
|
2592
|
+
* Indicates if Zelis Polling is \"In Testing\". When \"In Testing\", polling activity will fire for the first call to Zelis only, so that Zelis has the claim, then not make any additional polling entries until the client indicates the test is complete. Disabling this will then proceed to make new polling entries on claims in QUEUED and INPROCESS as normal. Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
2575
2593
|
* @type {boolean}
|
|
2576
2594
|
* @memberof CompanyData
|
|
2577
2595
|
*/
|