@vbasoftware/vbapi-vbasoftware-typescript-axios 1.20230208.2 → 1.20230403.1
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 +19 -0
- package/api/adv-group-api.ts +17 -17
- package/api/chat-gptapi.ts +154 -0
- package/api/events-api.ts +87 -0
- package/api/groups-api.ts +17 -17
- package/api/prem-rate-types-api.ts +668 -0
- package/api/premium-invoice-payments-api.ts +124 -0
- package/api/premium-invoices-api.ts +336 -5
- package/api/premium-rate-distribution-types-api.ts +155 -0
- package/api/state-interest-api.ts +668 -0
- package/api/subscriber-plan-policies-api.ts +43 -91
- package/api/user-api.ts +394 -0
- package/api.ts +4 -0
- package/models/chat-message.ts +30 -0
- package/models/claim-batch-detail.ts +152 -140
- package/models/claim-batch.ts +1697 -479
- package/models/claim-detail.ts +137 -125
- package/models/claim-pre-batch-detail.ts +101 -95
- package/models/claim-pre-batch.ts +1703 -425
- package/models/claim.ts +1562 -338
- package/models/company-data.ts +433 -403
- package/models/cost-contain-zelis-ex-code.ts +12 -6
- package/models/enrollment-disenroll-group.ts +84 -0
- package/models/enrollment-disenroll.ts +28 -34
- package/models/groups.ts +18 -18
- package/models/idcard-request.ts +3 -3
- package/models/index.ts +15 -0
- package/models/mem-enrollment-plan.ts +9 -9
- package/models/mem-enrollment-rider.ts +10 -10
- package/models/member-beneficiary.ts +3 -3
- package/models/member-language.ts +38 -2
- package/models/member-medicare-resp.ts +50 -26
- package/models/members.ts +1 -1
- package/models/network-procedure-cluster.ts +15 -9
- package/models/plan-benefit-cluster.ts +12 -12
- package/models/plan-benefit-rate.ts +5 -5
- package/models/plan-benefits.ts +58 -52
- package/models/plan-type.ts +21 -21
- package/models/plans.ts +41 -41
- package/models/prem-invoice-group-summary-vbaresponse.ts +45 -0
- package/models/prem-invoice-group-summary.ts +114 -0
- package/models/prem-invoice-payment-ext-list-vbaresponse.ts +45 -0
- package/models/prem-invoice-payment-ext.ts +102 -0
- package/models/prem-invoice-slim-list-vbaresponse.ts +45 -0
- package/models/prem-invoice-slim.ts +42 -0
- package/models/prem-rate-type-list-vbaresponse.ts +45 -0
- package/models/prem-rate-type-vbaresponse.ts +45 -0
- package/models/prem-rate-type.ts +72 -0
- package/models/prem-rate.ts +91 -85
- package/models/state-interest-list-vbaresponse.ts +45 -0
- package/models/state-interest-vbaresponse.ts +45 -0
- package/models/state-interest.ts +84 -0
- package/models/sub-enrollment-plan.ts +10 -10
- package/models/sub-enrollment-rider.ts +14 -14
- package/models/subscribers.ts +2 -2
- package/models/user-reset-password-request.ts +42 -0
- package/models/users.ts +8 -8
- package/package.json +1 -1
|
@@ -21,571 +21,577 @@
|
|
|
21
21
|
*/
|
|
22
22
|
export interface ClaimPreBatchDetail {
|
|
23
23
|
/**
|
|
24
|
-
*
|
|
24
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally. Note: The database will apply a default value of `0` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `0` to meet the API requirements and ensure that the functionality occurs as expected.
|
|
25
25
|
* @type {number}
|
|
26
26
|
* @memberof ClaimPreBatchDetail
|
|
27
27
|
*/
|
|
28
28
|
'claimPreBatchDetail_Key': number;
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
30
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
31
31
|
* @type {string}
|
|
32
32
|
* @memberof ClaimPreBatchDetail
|
|
33
33
|
*/
|
|
34
34
|
'ansI_Code'?: string | null;
|
|
35
35
|
/**
|
|
36
|
-
*
|
|
36
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
37
37
|
* @type {string}
|
|
38
38
|
* @memberof ClaimPreBatchDetail
|
|
39
39
|
*/
|
|
40
40
|
'apC_Code'?: string | null;
|
|
41
41
|
/**
|
|
42
|
-
*
|
|
42
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
43
43
|
* @type {string}
|
|
44
44
|
* @memberof ClaimPreBatchDetail
|
|
45
45
|
*/
|
|
46
46
|
'adjusted_From_Adjustment_Line'?: string | null;
|
|
47
47
|
/**
|
|
48
|
-
*
|
|
48
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
49
49
|
* @type {string}
|
|
50
50
|
* @memberof ClaimPreBatchDetail
|
|
51
51
|
*/
|
|
52
52
|
'adjusted_From_Line'?: string | null;
|
|
53
53
|
/**
|
|
54
|
-
*
|
|
54
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
55
55
|
* @type {string}
|
|
56
56
|
* @memberof ClaimPreBatchDetail
|
|
57
57
|
*/
|
|
58
58
|
'adjustment_Seq': string;
|
|
59
59
|
/**
|
|
60
|
-
*
|
|
60
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
61
61
|
* @type {string}
|
|
62
62
|
* @memberof ClaimPreBatchDetail
|
|
63
63
|
*/
|
|
64
64
|
'auth_Number'?: string | null;
|
|
65
65
|
/**
|
|
66
|
-
*
|
|
66
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
67
67
|
* @type {string}
|
|
68
68
|
* @memberof ClaimPreBatchDetail
|
|
69
69
|
*/
|
|
70
70
|
'auth_Required'?: string | null;
|
|
71
71
|
/**
|
|
72
|
-
*
|
|
72
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally. Note: The database will apply a default value of `0` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `0` to meet the API requirements and ensure that the functionality occurs as expected.
|
|
73
73
|
* @type {number}
|
|
74
74
|
* @memberof ClaimPreBatchDetail
|
|
75
75
|
*/
|
|
76
76
|
'batch_Claim': number;
|
|
77
77
|
/**
|
|
78
|
-
*
|
|
78
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally. Note: The database will apply a default value of `0` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `0` to meet the API requirements and ensure that the functionality occurs as expected.
|
|
79
79
|
* @type {number}
|
|
80
80
|
* @memberof ClaimPreBatchDetail
|
|
81
81
|
*/
|
|
82
82
|
'batch_Number': number;
|
|
83
83
|
/**
|
|
84
|
-
*
|
|
84
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
85
85
|
* @type {string}
|
|
86
86
|
* @memberof ClaimPreBatchDetail
|
|
87
87
|
*/
|
|
88
88
|
'benefit_Code'?: string | null;
|
|
89
89
|
/**
|
|
90
|
-
*
|
|
90
|
+
* Benefit Rate being applied to this detail line.
|
|
91
|
+
* @type {number}
|
|
92
|
+
* @memberof ClaimPreBatchDetail
|
|
93
|
+
*/
|
|
94
|
+
'benefit_Rate_Applied'?: number | null;
|
|
95
|
+
/**
|
|
96
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally. Note: The database will apply a default value of `0` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `0` to meet the API requirements and ensure that the functionality occurs as expected.
|
|
91
97
|
* @type {number}
|
|
92
98
|
* @memberof ClaimPreBatchDetail
|
|
93
99
|
*/
|
|
94
100
|
'billed_Price': number;
|
|
95
101
|
/**
|
|
96
|
-
*
|
|
102
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
97
103
|
* @type {string}
|
|
98
104
|
* @memberof ClaimPreBatchDetail
|
|
99
105
|
*/
|
|
100
106
|
'brand_Indicator'?: string | null;
|
|
101
107
|
/**
|
|
102
|
-
*
|
|
108
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally. Note: The database will apply a default value of `False` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `False` to meet the API requirements and ensure that the functionality occurs as expected.
|
|
103
109
|
* @type {boolean}
|
|
104
110
|
* @memberof ClaimPreBatchDetail
|
|
105
111
|
*/
|
|
106
112
|
'buccal': boolean;
|
|
107
113
|
/**
|
|
108
|
-
*
|
|
114
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally. Note: The database will apply a default value of `0` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `0` to meet the API requirements and ensure that the functionality occurs as expected.
|
|
109
115
|
* @type {number}
|
|
110
116
|
* @memberof ClaimPreBatchDetail
|
|
111
117
|
*/
|
|
112
118
|
'coB_Amt': number;
|
|
113
119
|
/**
|
|
114
|
-
*
|
|
120
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
115
121
|
* @type {number}
|
|
116
122
|
* @memberof ClaimPreBatchDetail
|
|
117
123
|
*/
|
|
118
124
|
'coB_Hold'?: number | null;
|
|
119
125
|
/**
|
|
120
|
-
*
|
|
126
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
121
127
|
* @type {number}
|
|
122
128
|
* @memberof ClaimPreBatchDetail
|
|
123
129
|
*/
|
|
124
130
|
'coB_Mem_Resp'?: number | null;
|
|
125
131
|
/**
|
|
126
|
-
*
|
|
132
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
127
133
|
* @type {string}
|
|
128
134
|
* @memberof ClaimPreBatchDetail
|
|
129
135
|
*/
|
|
130
136
|
'claim_Seq': string;
|
|
131
137
|
/**
|
|
132
|
-
*
|
|
138
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally. Note: The database will apply a default value of `0` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `0` to meet the API requirements and ensure that the functionality occurs as expected.
|
|
133
139
|
* @type {number}
|
|
134
140
|
* @memberof ClaimPreBatchDetail
|
|
135
141
|
*/
|
|
136
142
|
'co_Ins_Amt': number;
|
|
137
143
|
/**
|
|
138
|
-
*
|
|
144
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally. Note: The database will apply a default value of `0` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `0` to meet the API requirements and ensure that the functionality occurs as expected.
|
|
139
145
|
* @type {number}
|
|
140
146
|
* @memberof ClaimPreBatchDetail
|
|
141
147
|
*/
|
|
142
148
|
'co_Pay_Amt': number;
|
|
143
149
|
/**
|
|
144
|
-
*
|
|
150
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
145
151
|
* @type {number}
|
|
146
152
|
* @memberof ClaimPreBatchDetail
|
|
147
153
|
*/
|
|
148
154
|
'days_Supply'?: number | null;
|
|
149
155
|
/**
|
|
150
|
-
*
|
|
156
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally. Note: The database will apply a default value of `0` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `0` to meet the API requirements and ensure that the functionality occurs as expected.
|
|
151
157
|
* @type {number}
|
|
152
158
|
* @memberof ClaimPreBatchDetail
|
|
153
159
|
*/
|
|
154
160
|
'deductible_Amt': number;
|
|
155
161
|
/**
|
|
156
|
-
*
|
|
162
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
157
163
|
* @type {string}
|
|
158
164
|
* @memberof ClaimPreBatchDetail
|
|
159
165
|
*/
|
|
160
166
|
'diagnosis_Code'?: string | null;
|
|
161
167
|
/**
|
|
162
|
-
*
|
|
168
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally. Note: The database will apply a default value of `0` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `0` to meet the API requirements and ensure that the functionality occurs as expected.
|
|
163
169
|
* @type {number}
|
|
164
170
|
* @memberof ClaimPreBatchDetail
|
|
165
171
|
*/
|
|
166
172
|
'discount_Amt': number;
|
|
167
173
|
/**
|
|
168
|
-
*
|
|
174
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
169
175
|
* @type {number}
|
|
170
176
|
* @memberof ClaimPreBatchDetail
|
|
171
177
|
*/
|
|
172
178
|
'dispense_As_Written'?: number | null;
|
|
173
179
|
/**
|
|
174
|
-
*
|
|
180
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally. Note: The database will apply a default value of `False` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `False` to meet the API requirements and ensure that the functionality occurs as expected.
|
|
175
181
|
* @type {boolean}
|
|
176
182
|
* @memberof ClaimPreBatchDetail
|
|
177
183
|
*/
|
|
178
184
|
'distal': boolean;
|
|
179
185
|
/**
|
|
180
|
-
*
|
|
186
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
181
187
|
* @type {string}
|
|
182
188
|
* @memberof ClaimPreBatchDetail
|
|
183
189
|
*/
|
|
184
190
|
'drug_Code'?: string | null;
|
|
185
191
|
/**
|
|
186
|
-
*
|
|
192
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
187
193
|
* @type {number}
|
|
188
194
|
* @memberof ClaimPreBatchDetail
|
|
189
195
|
*/
|
|
190
196
|
'drug_Quantity'?: number | null;
|
|
191
197
|
/**
|
|
192
|
-
*
|
|
198
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
193
199
|
* @type {string}
|
|
194
200
|
* @memberof ClaimPreBatchDetail
|
|
195
201
|
*/
|
|
196
202
|
'entry_Date'?: string;
|
|
197
203
|
/**
|
|
198
|
-
*
|
|
204
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
199
205
|
* @type {string}
|
|
200
206
|
* @memberof ClaimPreBatchDetail
|
|
201
207
|
*/
|
|
202
208
|
'entry_User'?: string | null;
|
|
203
209
|
/**
|
|
204
|
-
*
|
|
210
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
205
211
|
* @type {string}
|
|
206
212
|
* @memberof ClaimPreBatchDetail
|
|
207
213
|
*/
|
|
208
214
|
'ex_Code'?: string | null;
|
|
209
215
|
/**
|
|
210
|
-
*
|
|
216
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
211
217
|
* @type {string}
|
|
212
218
|
* @memberof ClaimPreBatchDetail
|
|
213
219
|
*/
|
|
214
220
|
'ex_Code2'?: string | null;
|
|
215
221
|
/**
|
|
216
|
-
*
|
|
222
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
217
223
|
* @type {string}
|
|
218
224
|
* @memberof ClaimPreBatchDetail
|
|
219
225
|
*/
|
|
220
226
|
'ex_Code3'?: string | null;
|
|
221
227
|
/**
|
|
222
|
-
*
|
|
228
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally. Note: The database will apply a default value of `0` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `0` to meet the API requirements and ensure that the functionality occurs as expected.
|
|
223
229
|
* @type {number}
|
|
224
230
|
* @memberof ClaimPreBatchDetail
|
|
225
231
|
*/
|
|
226
232
|
'fica': number;
|
|
227
233
|
/**
|
|
228
|
-
*
|
|
234
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally. Note: The database will apply a default value of `False` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `False` to meet the API requirements and ensure that the functionality occurs as expected.
|
|
229
235
|
* @type {boolean}
|
|
230
236
|
* @memberof ClaimPreBatchDetail
|
|
231
237
|
*/
|
|
232
238
|
'facial': boolean;
|
|
233
239
|
/**
|
|
234
|
-
*
|
|
240
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
235
241
|
* @type {number}
|
|
236
242
|
* @memberof ClaimPreBatchDetail
|
|
237
243
|
*/
|
|
238
244
|
'federal_Amount_To_Tax'?: number | null;
|
|
239
245
|
/**
|
|
240
|
-
*
|
|
246
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally. Note: The database will apply a default value of `0` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `0` to meet the API requirements and ensure that the functionality occurs as expected.
|
|
241
247
|
* @type {number}
|
|
242
248
|
* @memberof ClaimPreBatchDetail
|
|
243
249
|
*/
|
|
244
250
|
'federal_Tax': number;
|
|
245
251
|
/**
|
|
246
|
-
*
|
|
252
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
247
253
|
* @type {number}
|
|
248
254
|
* @memberof ClaimPreBatchDetail
|
|
249
255
|
*/
|
|
250
256
|
'federal_Tax_Flat'?: number | null;
|
|
251
257
|
/**
|
|
252
|
-
*
|
|
258
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
253
259
|
* @type {string}
|
|
254
260
|
* @memberof ClaimPreBatchDetail
|
|
255
261
|
*/
|
|
256
262
|
'fill_Date'?: string | null;
|
|
257
263
|
/**
|
|
258
|
-
*
|
|
264
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
259
265
|
* @type {string}
|
|
260
266
|
* @memberof ClaimPreBatchDetail
|
|
261
267
|
*/
|
|
262
268
|
'formulary_Indicator'?: string | null;
|
|
263
269
|
/**
|
|
264
|
-
*
|
|
270
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally. Note: The database will apply a default value of `False` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `False` to meet the API requirements and ensure that the functionality occurs as expected.
|
|
265
271
|
* @type {boolean}
|
|
266
272
|
* @memberof ClaimPreBatchDetail
|
|
267
273
|
*/
|
|
268
274
|
'incisal': boolean;
|
|
269
275
|
/**
|
|
270
|
-
*
|
|
276
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally. Note: The database will apply a default value of `0` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `0` to meet the API requirements and ensure that the functionality occurs as expected.
|
|
271
277
|
* @type {number}
|
|
272
278
|
* @memberof ClaimPreBatchDetail
|
|
273
279
|
*/
|
|
274
280
|
'interest': number;
|
|
275
281
|
/**
|
|
276
|
-
*
|
|
282
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally. Note: The database will apply a default value of `False` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `False` to meet the API requirements and ensure that the functionality occurs as expected.
|
|
277
283
|
* @type {boolean}
|
|
278
284
|
* @memberof ClaimPreBatchDetail
|
|
279
285
|
*/
|
|
280
286
|
'labial': boolean;
|
|
281
287
|
/**
|
|
282
|
-
*
|
|
288
|
+
* Number added manually to claims and from 837 files and sent outbound on 835 files.
|
|
283
289
|
* @type {string}
|
|
284
290
|
* @memberof ClaimPreBatchDetail
|
|
285
291
|
*/
|
|
286
292
|
'line_Control_Number'?: string | null;
|
|
287
293
|
/**
|
|
288
|
-
*
|
|
294
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally. Note: The database will apply a default value of `False` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `False` to meet the API requirements and ensure that the functionality occurs as expected.
|
|
289
295
|
* @type {boolean}
|
|
290
296
|
* @memberof ClaimPreBatchDetail
|
|
291
297
|
*/
|
|
292
298
|
'lingual': boolean;
|
|
293
299
|
/**
|
|
294
|
-
*
|
|
300
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
295
301
|
* @type {number}
|
|
296
302
|
* @memberof ClaimPreBatchDetail
|
|
297
303
|
*/
|
|
298
304
|
'local_Tax'?: number | null;
|
|
299
305
|
/**
|
|
300
|
-
*
|
|
306
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
301
307
|
* @type {string}
|
|
302
308
|
* @memberof ClaimPreBatchDetail
|
|
303
309
|
*/
|
|
304
310
|
'mail_Order_Indicator'?: string | null;
|
|
305
311
|
/**
|
|
306
|
-
*
|
|
312
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
307
313
|
* @type {number}
|
|
308
314
|
* @memberof ClaimPreBatchDetail
|
|
309
315
|
*/
|
|
310
316
|
'medicare_Amount_To_Tax'?: number | null;
|
|
311
317
|
/**
|
|
312
|
-
*
|
|
318
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
313
319
|
* @type {number}
|
|
314
320
|
* @memberof ClaimPreBatchDetail
|
|
315
321
|
*/
|
|
316
322
|
'medicare_Tax'?: number | null;
|
|
317
323
|
/**
|
|
318
|
-
*
|
|
324
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally. Note: The database will apply a default value of `False` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `False` to meet the API requirements and ensure that the functionality occurs as expected.
|
|
319
325
|
* @type {boolean}
|
|
320
326
|
* @memberof ClaimPreBatchDetail
|
|
321
327
|
*/
|
|
322
328
|
'mesial': boolean;
|
|
323
329
|
/**
|
|
324
|
-
*
|
|
330
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
325
331
|
* @type {string}
|
|
326
332
|
* @memberof ClaimPreBatchDetail
|
|
327
333
|
*/
|
|
328
334
|
'modifier'?: string | null;
|
|
329
335
|
/**
|
|
330
|
-
*
|
|
336
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
331
337
|
* @type {string}
|
|
332
338
|
* @memberof ClaimPreBatchDetail
|
|
333
339
|
*/
|
|
334
340
|
'modifier_2'?: string | null;
|
|
335
341
|
/**
|
|
336
|
-
*
|
|
342
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
337
343
|
* @type {string}
|
|
338
344
|
* @memberof ClaimPreBatchDetail
|
|
339
345
|
*/
|
|
340
346
|
'modifier_3'?: string | null;
|
|
341
347
|
/**
|
|
342
|
-
*
|
|
348
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
343
349
|
* @type {string}
|
|
344
350
|
* @memberof ClaimPreBatchDetail
|
|
345
351
|
*/
|
|
346
352
|
'modifier_4'?: string | null;
|
|
347
353
|
/**
|
|
348
|
-
*
|
|
354
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally. Note: The database will apply a default value of `0` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `0` to meet the API requirements and ensure that the functionality occurs as expected.
|
|
349
355
|
* @type {number}
|
|
350
356
|
* @memberof ClaimPreBatchDetail
|
|
351
357
|
*/
|
|
352
358
|
'not_Covered_Amt': number;
|
|
353
359
|
/**
|
|
354
|
-
*
|
|
360
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally. Note: The database will apply a default value of `False` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `False` to meet the API requirements and ensure that the functionality occurs as expected.
|
|
355
361
|
* @type {boolean}
|
|
356
362
|
* @memberof ClaimPreBatchDetail
|
|
357
363
|
*/
|
|
358
364
|
'occlusal': boolean;
|
|
359
365
|
/**
|
|
360
|
-
*
|
|
366
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
361
367
|
* @type {string}
|
|
362
368
|
* @memberof ClaimPreBatchDetail
|
|
363
369
|
*/
|
|
364
370
|
'oral_Cavity_Designation_Code_1'?: string | null;
|
|
365
371
|
/**
|
|
366
|
-
*
|
|
372
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
367
373
|
* @type {string}
|
|
368
374
|
* @memberof ClaimPreBatchDetail
|
|
369
375
|
*/
|
|
370
376
|
'oral_Cavity_Designation_Code_2'?: string | null;
|
|
371
377
|
/**
|
|
372
|
-
*
|
|
378
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
373
379
|
* @type {string}
|
|
374
380
|
* @memberof ClaimPreBatchDetail
|
|
375
381
|
*/
|
|
376
382
|
'oral_Cavity_Designation_Code_3'?: string | null;
|
|
377
383
|
/**
|
|
378
|
-
*
|
|
384
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
379
385
|
* @type {string}
|
|
380
386
|
* @memberof ClaimPreBatchDetail
|
|
381
387
|
*/
|
|
382
388
|
'oral_Cavity_Designation_Code_4'?: string | null;
|
|
383
389
|
/**
|
|
384
|
-
*
|
|
390
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
385
391
|
* @type {string}
|
|
386
392
|
* @memberof ClaimPreBatchDetail
|
|
387
393
|
*/
|
|
388
394
|
'oral_Cavity_Designation_Code_5'?: string | null;
|
|
389
395
|
/**
|
|
390
|
-
*
|
|
396
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
391
397
|
* @type {number}
|
|
392
398
|
* @memberof ClaimPreBatchDetail
|
|
393
399
|
*/
|
|
394
400
|
'other_Deduction_Amount'?: number | null;
|
|
395
401
|
/**
|
|
396
|
-
*
|
|
402
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally. Note: The database will apply a default value of `0` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `0` to meet the API requirements and ensure that the functionality occurs as expected.
|
|
397
403
|
* @type {number}
|
|
398
404
|
* @memberof ClaimPreBatchDetail
|
|
399
405
|
*/
|
|
400
406
|
'paid_Amt': number;
|
|
401
407
|
/**
|
|
402
|
-
*
|
|
408
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally. Note: The database will apply a default value of `0` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `0` to meet the API requirements and ensure that the functionality occurs as expected.
|
|
403
409
|
* @type {number}
|
|
404
410
|
* @memberof ClaimPreBatchDetail
|
|
405
411
|
*/
|
|
406
412
|
'partial_Loss': number;
|
|
407
413
|
/**
|
|
408
|
-
*
|
|
414
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
409
415
|
* @type {string}
|
|
410
416
|
* @memberof ClaimPreBatchDetail
|
|
411
417
|
*/
|
|
412
418
|
'pharmacy_Name'?: string | null;
|
|
413
419
|
/**
|
|
414
|
-
*
|
|
420
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
415
421
|
* @type {string}
|
|
416
422
|
* @memberof ClaimPreBatchDetail
|
|
417
423
|
*/
|
|
418
424
|
'place_Of_Service'?: string | null;
|
|
419
425
|
/**
|
|
420
|
-
*
|
|
426
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally. Note: The database will apply a default value of `0` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `0` to meet the API requirements and ensure that the functionality occurs as expected.
|
|
421
427
|
* @type {number}
|
|
422
428
|
* @memberof ClaimPreBatchDetail
|
|
423
429
|
*/
|
|
424
430
|
'plan_Price': number;
|
|
425
431
|
/**
|
|
426
|
-
*
|
|
432
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally. Note: The database will apply a default value of `0` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `0` to meet the API requirements and ensure that the functionality occurs as expected.
|
|
427
433
|
* @type {number}
|
|
428
434
|
* @memberof ClaimPreBatchDetail
|
|
429
435
|
*/
|
|
430
436
|
'premium_Deduction': number;
|
|
431
437
|
/**
|
|
432
|
-
*
|
|
438
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
433
439
|
* @type {string}
|
|
434
440
|
* @memberof ClaimPreBatchDetail
|
|
435
441
|
*/
|
|
436
442
|
'prescriber_ID'?: string | null;
|
|
437
443
|
/**
|
|
438
|
-
*
|
|
444
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
439
445
|
* @type {string}
|
|
440
446
|
* @memberof ClaimPreBatchDetail
|
|
441
447
|
*/
|
|
442
448
|
'prescription_Date'?: string | null;
|
|
443
449
|
/**
|
|
444
|
-
*
|
|
450
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
445
451
|
* @type {string}
|
|
446
452
|
* @memberof ClaimPreBatchDetail
|
|
447
453
|
*/
|
|
448
454
|
'prescription_Number'?: string | null;
|
|
449
455
|
/**
|
|
450
|
-
*
|
|
456
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally. Note: The database will apply a default value of `0` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `0` to meet the API requirements and ensure that the functionality occurs as expected.
|
|
451
457
|
* @type {number}
|
|
452
458
|
* @memberof ClaimPreBatchDetail
|
|
453
459
|
*/
|
|
454
460
|
'principal': number;
|
|
455
461
|
/**
|
|
456
|
-
*
|
|
462
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
457
463
|
* @type {string}
|
|
458
464
|
* @memberof ClaimPreBatchDetail
|
|
459
465
|
*/
|
|
460
466
|
'procedure_Code'?: string | null;
|
|
461
467
|
/**
|
|
462
|
-
*
|
|
468
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
463
469
|
* @type {string}
|
|
464
470
|
* @memberof ClaimPreBatchDetail
|
|
465
471
|
*/
|
|
466
472
|
'procedure_Code2'?: string | null;
|
|
467
473
|
/**
|
|
468
|
-
*
|
|
474
|
+
* QPA (Qualified Payment Amount) values received in upcoming EDI transactions for the NSA (No Surprise Act) mandate.
|
|
469
475
|
* @type {number}
|
|
470
476
|
* @memberof ClaimPreBatchDetail
|
|
471
477
|
*/
|
|
472
478
|
'qualifying_Payment_Amount'?: number | null;
|
|
473
479
|
/**
|
|
474
|
-
*
|
|
480
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
475
481
|
* @type {number}
|
|
476
482
|
* @memberof ClaimPreBatchDetail
|
|
477
483
|
*/
|
|
478
484
|
'reason_Code'?: number | null;
|
|
479
485
|
/**
|
|
480
|
-
*
|
|
486
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
481
487
|
* @type {number}
|
|
482
488
|
* @memberof ClaimPreBatchDetail
|
|
483
489
|
*/
|
|
484
490
|
'refill_Indicator'?: number | null;
|
|
485
491
|
/**
|
|
486
|
-
*
|
|
492
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally. Note: The database will apply a default value of `False` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `False` to meet the API requirements and ensure that the functionality occurs as expected.
|
|
487
493
|
* @type {boolean}
|
|
488
494
|
* @memberof ClaimPreBatchDetail
|
|
489
495
|
*/
|
|
490
496
|
'root': boolean;
|
|
491
497
|
/**
|
|
492
|
-
*
|
|
498
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
493
499
|
* @type {string}
|
|
494
500
|
* @memberof ClaimPreBatchDetail
|
|
495
501
|
*/
|
|
496
502
|
'service_Date'?: string | null;
|
|
497
503
|
/**
|
|
498
|
-
*
|
|
504
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
499
505
|
* @type {string}
|
|
500
506
|
* @memberof ClaimPreBatchDetail
|
|
501
507
|
*/
|
|
502
508
|
'service_Thru'?: string | null;
|
|
503
509
|
/**
|
|
504
|
-
*
|
|
510
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
505
511
|
* @type {number}
|
|
506
512
|
* @memberof ClaimPreBatchDetail
|
|
507
513
|
*/
|
|
508
514
|
'socSec_Amount_To_Tax'?: number | null;
|
|
509
515
|
/**
|
|
510
|
-
*
|
|
516
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally. Note: The database will apply a default value of `0` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `0` to meet the API requirements and ensure that the functionality occurs as expected.
|
|
511
517
|
* @type {number}
|
|
512
518
|
* @memberof ClaimPreBatchDetail
|
|
513
519
|
*/
|
|
514
520
|
'social_Security': number;
|
|
515
521
|
/**
|
|
516
|
-
*
|
|
522
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
517
523
|
* @type {number}
|
|
518
524
|
* @memberof ClaimPreBatchDetail
|
|
519
525
|
*/
|
|
520
526
|
'state_Amount_To_Tax'?: number | null;
|
|
521
527
|
/**
|
|
522
|
-
*
|
|
528
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally. Note: The database will apply a default value of `0` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `0` to meet the API requirements and ensure that the functionality occurs as expected.
|
|
523
529
|
* @type {number}
|
|
524
530
|
* @memberof ClaimPreBatchDetail
|
|
525
531
|
*/
|
|
526
532
|
'state_Tax': number;
|
|
527
533
|
/**
|
|
528
|
-
*
|
|
534
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
529
535
|
* @type {number}
|
|
530
536
|
* @memberof ClaimPreBatchDetail
|
|
531
537
|
*/
|
|
532
538
|
'state_Tax_Flat'?: number | null;
|
|
533
539
|
/**
|
|
534
|
-
*
|
|
540
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
535
541
|
* @type {string}
|
|
536
542
|
* @memberof ClaimPreBatchDetail
|
|
537
543
|
*/
|
|
538
544
|
'state_Tax_State'?: string | null;
|
|
539
545
|
/**
|
|
540
|
-
*
|
|
546
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
541
547
|
* @type {string}
|
|
542
548
|
* @memberof ClaimPreBatchDetail
|
|
543
549
|
*/
|
|
544
550
|
'status_Code'?: string | null;
|
|
545
551
|
/**
|
|
546
|
-
*
|
|
552
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
547
553
|
* @type {number}
|
|
548
554
|
* @memberof ClaimPreBatchDetail
|
|
549
555
|
*/
|
|
550
556
|
'svc_Count'?: number | null;
|
|
551
557
|
/**
|
|
552
|
-
*
|
|
558
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
553
559
|
* @type {number}
|
|
554
560
|
* @memberof ClaimPreBatchDetail
|
|
555
561
|
*/
|
|
556
562
|
'taxable_Amount'?: number | null;
|
|
557
563
|
/**
|
|
558
|
-
*
|
|
564
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
559
565
|
* @type {number}
|
|
560
566
|
* @memberof ClaimPreBatchDetail
|
|
561
567
|
*/
|
|
562
568
|
'tooth_Number'?: number | null;
|
|
563
569
|
/**
|
|
564
|
-
*
|
|
570
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally. Note: The database will apply a default value of `0` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `0` to meet the API requirements and ensure that the functionality occurs as expected.
|
|
565
571
|
* @type {number}
|
|
566
572
|
* @memberof ClaimPreBatchDetail
|
|
567
573
|
*/
|
|
568
574
|
'ucR_Price': number;
|
|
569
575
|
/**
|
|
570
|
-
*
|
|
576
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
571
577
|
* @type {number}
|
|
572
578
|
* @memberof ClaimPreBatchDetail
|
|
573
579
|
*/
|
|
574
580
|
'unit_Dose'?: number | null;
|
|
575
581
|
/**
|
|
576
|
-
*
|
|
582
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
577
583
|
* @type {string}
|
|
578
584
|
* @memberof ClaimPreBatchDetail
|
|
579
585
|
*/
|
|
580
586
|
'update_Date'?: string;
|
|
581
587
|
/**
|
|
582
|
-
*
|
|
588
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
583
589
|
* @type {string}
|
|
584
590
|
* @memberof ClaimPreBatchDetail
|
|
585
591
|
*/
|
|
586
592
|
'update_User'?: string | null;
|
|
587
593
|
/**
|
|
588
|
-
*
|
|
594
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally. Note: The database will apply a default value of `0` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `0` to meet the API requirements and ensure that the functionality occurs as expected.
|
|
589
595
|
* @type {number}
|
|
590
596
|
* @memberof ClaimPreBatchDetail
|
|
591
597
|
*/
|