@vbasoftware/vbapi-vbasoftware-typescript-axios 1.20240302.1 → 1.20240913.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.
Files changed (617) hide show
  1. package/.openapi-generator/FILES +202 -0
  2. package/api/accounting-api.ts +165 -0
  3. package/api/adv-accounting-api.ts +99 -0
  4. package/api/adv-billing-api.ts +1973 -0
  5. package/api/adv-claim-api.ts +1144 -0
  6. package/api/adv-commission-api.ts +101 -0
  7. package/api/adv-enrollment-api.ts +383 -0
  8. package/api/adv-reinsurance-api.ts +643 -0
  9. package/api/armor-code-ex-code-api.ts +677 -0
  10. package/api/billing-api.ts +165 -0
  11. package/api/change-data-capture-api.ts +565 -0
  12. package/api/claim-adjudication-api.ts +10 -120
  13. package/api/claim-batch-api.ts +121 -0
  14. package/api/claim-batch-details-api.ts +140 -0
  15. package/api/claim-prompt-pays-api.ts +677 -0
  16. package/api/claim-reprice-remove-api.ts +677 -0
  17. package/api/client-config-api.ts +104 -0
  18. package/api/commission-rate-cluster-agency-rep-api.ts +677 -0
  19. package/api/criteria-api.ts +97 -0
  20. package/api/disability-event-case-changes-api.ts +677 -0
  21. package/api/disability-event-deduction-changes-api.ts +677 -0
  22. package/api/disability-event-field-changes-api.ts +677 -0
  23. package/api/disability-event-fields-api.ts +677 -0
  24. package/api/disability-event-groups-api.ts +677 -0
  25. package/api/disaster-locations-api.ts +677 -0
  26. package/api/disasters-api.ts +677 -0
  27. package/api/enrollment-waiting-period-subscribers-api.ts +17 -8
  28. package/api/fee-schedules-api.ts +163 -0
  29. package/api/gender-api.ts +677 -0
  30. package/api/grievances-api.ts +97 -0
  31. package/api/group-achpulls-api.ts +725 -0
  32. package/api/group-bill-cycle-payment-methods-api.ts +677 -0
  33. package/api/group-network-criterias-api.ts +31 -13
  34. package/api/member-address-history-api.ts +773 -0
  35. package/api/member-pre-ex-disclosed-diags-api.ts +773 -0
  36. package/api/multi-factor-auth-api.ts +731 -0
  37. package/api/network-profile-assignments-api.ts +846 -0
  38. package/api/network-profile-networks-api.ts +733 -0
  39. package/api/network-profiles-api.ts +677 -0
  40. package/api/payment-methods-api.ts +772 -0
  41. package/api/premium-distributions-api.ts +319 -0
  42. package/api/premium-invoice-subscribers-api.ts +291 -0
  43. package/api/premium-invoices-api.ts +1577 -219
  44. package/api/premium-rate-add-ons-api.ts +725 -0
  45. package/api/premium-rates-api.ts +119 -0
  46. package/api/reinsurance-conditional-specific-api.ts +725 -0
  47. package/api/reinsurance-conditional-specific-detail-api.ts +725 -0
  48. package/api/reinsurance-contract-transactions-api.ts +728 -1
  49. package/api/reinsurance-contracts-api.ts +126 -0
  50. package/api/reinsurance-domestic-claims-criteria-api.ts +725 -0
  51. package/api/security-field-set-details-api.ts +733 -0
  52. package/api/security-field-sets-api.ts +677 -0
  53. package/api/security-field-user-groups-api.ts +677 -0
  54. package/api/security-field-users-api.ts +677 -0
  55. package/api/security-fields-api.ts +677 -0
  56. package/api/subscriber-enrollments-api.ts +111 -0
  57. package/api/subscriber-sponsors-api.ts +677 -0
  58. package/api/subscriber-writing-agents-api.ts +725 -0
  59. package/api/subscribers-api.ts +321 -0
  60. package/api/tolerances-api.ts +677 -0
  61. package/api/user-account-api.ts +1437 -0
  62. package/api/user-api.ts +307 -0
  63. package/api/user-field-security-api.ts +191 -0
  64. package/api/user-group-mappings-api.ts +101 -5
  65. package/api.ts +40 -0
  66. package/models/adjudicate-benefit-match-detail-list-vbaresponse.ts +45 -0
  67. package/models/adjudicate-benefit-match-detail.ts +198 -0
  68. package/models/armor-code-ex-code-list-vbaresponse.ts +45 -0
  69. package/models/armor-code-ex-code-vbaresponse.ts +45 -0
  70. package/models/armor-code-ex-code.ts +66 -0
  71. package/models/auth-reference.ts +24 -0
  72. package/models/auth-review-level.ts +24 -0
  73. package/models/auth-review-severity.ts +24 -0
  74. package/models/auth-review-status.ts +24 -0
  75. package/models/auth-review-type.ts +24 -0
  76. package/models/auth-type-place.ts +24 -0
  77. package/models/auth-type.ts +26 -2
  78. package/models/benefit-category.ts +24 -0
  79. package/models/benefit-diag-codes.ts +26 -2
  80. package/models/benefit-place.ts +25 -1
  81. package/models/benefit-procedures.ts +25 -1
  82. package/models/benefit-provider-types.ts +25 -1
  83. package/models/benefit-specialty.ts +25 -1
  84. package/models/billing-basis.ts +24 -0
  85. package/models/billing-refund.ts +126 -0
  86. package/models/boolean-vbaresponse.ts +44 -0
  87. package/models/brokerage.ts +24 -0
  88. package/models/call-tracking-call-destination.ts +25 -1
  89. package/models/call-tracking-call-status.ts +25 -1
  90. package/models/call-tracking-call-type.ts +25 -1
  91. package/models/call-tracking-caller-type.ts +25 -1
  92. package/models/call-tracking-diag-codes.ts +4 -4
  93. package/models/capitation-adjustment-reason.ts +24 -0
  94. package/models/capitation-adjustment-type.ts +24 -0
  95. package/models/capitation-adjustment.ts +25 -1
  96. package/models/capitation-category.ts +24 -0
  97. package/models/capitation-plan-rate.ts +27 -3
  98. package/models/capitation-service-plan.ts +25 -1
  99. package/models/capitation-service-tin.ts +25 -1
  100. package/models/capitation-service.ts +27 -3
  101. package/models/capitation-transaction.ts +25 -1
  102. package/models/capitation-type.ts +24 -0
  103. package/models/capitation.ts +25 -1
  104. package/models/check-batch.ts +1 -1
  105. package/models/check-edit-set-detail.ts +28 -4
  106. package/models/check-status.ts +24 -0
  107. package/models/check-type.ts +24 -0
  108. package/models/checks-detail.ts +26 -2
  109. package/models/checks.ts +26 -2
  110. package/models/claim-adjustment-config.ts +121 -0
  111. package/models/claim-batch-detail.ts +53 -47
  112. package/models/claim-batch.ts +202 -202
  113. package/models/claim-custom-ex-code-rule.ts +52 -22
  114. package/models/claim-detail.ts +54 -48
  115. package/models/claim-pre-batch.ts +205 -205
  116. package/models/claim-prompt-pay-list-vbaresponse.ts +45 -0
  117. package/models/claim-prompt-pay-vbaresponse.ts +45 -0
  118. package/models/claim-prompt-pay.ts +90 -0
  119. package/models/claim-reprice-remove-list-vbaresponse.ts +45 -0
  120. package/models/claim-reprice-remove-vbaresponse.ts +45 -0
  121. package/models/claim-reprice-remove.ts +108 -0
  122. package/models/class.ts +24 -0
  123. package/models/cliacertificate.ts +25 -1
  124. package/models/cobraplan-criteria.ts +36 -0
  125. package/models/commchecks.ts +180 -0
  126. package/models/commission-activity.ts +11 -11
  127. package/models/commission-adjustment.ts +2 -2
  128. package/models/commission-agency-rep.ts +22 -16
  129. package/models/commission-agency.ts +25 -19
  130. package/models/commission-rate-cluster-agency-rep-list-vbaresponse.ts +45 -0
  131. package/models/commission-rate-cluster-agency-rep-vbaresponse.ts +45 -0
  132. package/models/commission-rate-cluster-agency-rep.ts +102 -0
  133. package/models/commission-rate-cluster.ts +11 -5
  134. package/models/commission-rate.ts +11 -11
  135. package/models/commission.ts +66 -54
  136. package/models/communication-method.ts +24 -0
  137. package/models/company-data.ts +149 -107
  138. package/models/copy-group-division.ts +4 -10
  139. package/models/cost-contain-zelis-ex-code.ts +2 -2
  140. package/models/country.ts +24 -0
  141. package/models/county.ts +24 -0
  142. package/models/coverage-type.ts +26 -2
  143. package/models/cred-amount.ts +25 -1
  144. package/models/cred-attestation-method.ts +25 -1
  145. package/models/cred-attestation-question.ts +29 -5
  146. package/models/cred-attestation-source.ts +25 -1
  147. package/models/cred-attestation-type.ts +25 -1
  148. package/models/cred-carrier.ts +25 -1
  149. package/models/cred-certification.ts +25 -1
  150. package/models/cred-confidential.ts +25 -1
  151. package/models/cred-contract.ts +25 -1
  152. package/models/cred-date.ts +25 -1
  153. package/models/cred-education-type.ts +25 -1
  154. package/models/cred-license-type.ts +25 -1
  155. package/models/cred-option.ts +25 -1
  156. package/models/cred-practice-category.ts +25 -1
  157. package/models/cred-practice-type.ts +26 -2
  158. package/models/cred-quality.ts +25 -1
  159. package/models/cred-service.ts +25 -1
  160. package/models/cred-status.ts +24 -0
  161. package/models/cred-technique.ts +25 -1
  162. package/models/cred-termination.ts +26 -2
  163. package/models/cred-type.ts +25 -1
  164. package/models/criteria-detail.ts +1 -1
  165. package/models/currency.ts +24 -0
  166. package/models/diagnostic-code-group.ts +24 -0
  167. package/models/disability-event-case-changed-list-vbaresponse.ts +45 -0
  168. package/models/disability-event-case-changed-vbaresponse.ts +45 -0
  169. package/models/disability-event-case-changed.ts +78 -0
  170. package/models/disability-event-deduction-changed-list-vbaresponse.ts +45 -0
  171. package/models/disability-event-deduction-changed-vbaresponse.ts +45 -0
  172. package/models/disability-event-deduction-changed.ts +72 -0
  173. package/models/disability-event-field-changed-list-vbaresponse.ts +45 -0
  174. package/models/disability-event-field-changed-vbaresponse.ts +45 -0
  175. package/models/disability-event-field-changed.ts +72 -0
  176. package/models/disability-event-field-list-vbaresponse.ts +45 -0
  177. package/models/disability-event-field-vbaresponse.ts +45 -0
  178. package/models/disability-event-field.ts +60 -0
  179. package/models/disability-event-group-list-vbaresponse.ts +45 -0
  180. package/models/disability-event-group-vbaresponse.ts +45 -0
  181. package/models/disability-event-group.ts +78 -0
  182. package/models/disable-mfasetup-request.ts +30 -0
  183. package/models/disaster-list-vbaresponse.ts +45 -0
  184. package/models/disaster-location-list-vbaresponse.ts +45 -0
  185. package/models/disaster-location-vbaresponse.ts +45 -0
  186. package/models/disaster-location.ts +78 -0
  187. package/models/disaster-vbaresponse.ts +45 -0
  188. package/models/disaster.ts +84 -0
  189. package/models/drgcluster.ts +24 -0
  190. package/models/drgcodes.ts +24 -0
  191. package/models/edicode-map.ts +25 -1
  192. package/models/eligibility-status.ts +26 -2
  193. package/models/enable-mfasetup-request.ts +30 -0
  194. package/models/enrollment-reenroll.ts +13 -0
  195. package/models/enrollment-waiting-period-by-hire-date-list-vbaresponse.ts +45 -0
  196. package/models/enrollment-waiting-period-by-hire-date.ts +48 -0
  197. package/models/ethnicity-code.ts +24 -0
  198. package/models/event-arg.ts +25 -1
  199. package/models/event-schedule.ts +35 -11
  200. package/models/event.ts +28 -4
  201. package/models/expense-type.ts +24 -0
  202. package/models/external-id.ts +24 -0
  203. package/models/fee-sched-detail.ts +1 -1
  204. package/models/fee-sched-modifier-discount.ts +1 -1
  205. package/models/fee-sched-procedure-group-adjust.ts +1 -1
  206. package/models/fee-sched-provider-type-discount.ts +1 -1
  207. package/models/fee-sched.ts +25 -1
  208. package/models/file-detail.ts +42 -0
  209. package/models/flex-issuance-type.ts +24 -0
  210. package/models/flex-vendor-card-status.ts +24 -0
  211. package/models/flex-vendor-purse-status.ts +24 -0
  212. package/models/flex-vendor.ts +24 -0
  213. package/models/forfeiture-status.ts +25 -1
  214. package/models/funding-account-category.ts +24 -0
  215. package/models/funding-account-signature.ts +28 -4
  216. package/models/funding-account-type.ts +24 -0
  217. package/models/funding-account.ts +48 -48
  218. package/models/funding-deposit.ts +25 -1
  219. package/models/funding-issue-type.ts +24 -0
  220. package/models/funding-process-claim-refund.ts +66 -0
  221. package/models/funding-reconcile-disbursed.ts +27 -3
  222. package/models/funding-reconcile-on-statement.ts +27 -3
  223. package/models/funding-reconcile-received.ts +27 -3
  224. package/models/funding-reconcile-status.ts +24 -0
  225. package/models/funding-reconcile.ts +28 -4
  226. package/models/funding-reference.ts +26 -2
  227. package/models/funding-request-claim.ts +28 -4
  228. package/models/funding-request-status.ts +24 -0
  229. package/models/funding-request-type.ts +24 -0
  230. package/models/funding-request.ts +1 -1
  231. package/models/funding-statement-format.ts +25 -1
  232. package/models/funding-status.ts +24 -0
  233. package/models/funding-type.ts +24 -0
  234. package/models/gender-list-vbaresponse.ts +45 -0
  235. package/models/gender-vbaresponse.ts +45 -0
  236. package/models/gender.ts +66 -0
  237. package/models/generate-prem-invoice.ts +90 -0
  238. package/models/generate-reins-transaction-vbaresponse.ts +45 -0
  239. package/models/generate-reins-transaction.ts +42 -0
  240. package/models/get-prem-distribution-list-result-list-vbaresponse.ts +45 -0
  241. package/models/get-prem-distribution-list-result.ts +78 -0
  242. package/models/get-prem-invoice-subscriber-list-result-list-vbaresponse.ts +45 -0
  243. package/models/get-prem-invoice-subscriber-list-result.ts +102 -0
  244. package/models/grievance-admin-change-type.ts +25 -1
  245. package/models/grievance-category.ts +25 -1
  246. package/models/grievance-issue-type.ts +25 -1
  247. package/models/grievance-resolution-type.ts +25 -1
  248. package/models/grievance-status.ts +25 -1
  249. package/models/grievance-type.ts +25 -1
  250. package/models/grievance.ts +25 -1
  251. package/models/group-account-period.ts +25 -1
  252. package/models/group-account-report.ts +25 -1
  253. package/models/group-achpull-list-vbaresponse.ts +45 -0
  254. package/models/group-achpull-vbaresponse.ts +45 -0
  255. package/models/group-achpull.ts +60 -0
  256. package/models/group-bill-cycle-payment-method-list-vbaresponse.ts +45 -0
  257. package/models/group-bill-cycle-payment-method-vbaresponse.ts +45 -0
  258. package/models/group-bill-cycle-payment-method.ts +78 -0
  259. package/models/group-change-coverage-start.ts +6 -0
  260. package/models/group-class.ts +42 -18
  261. package/models/group-company-data-ex-code-override.ts +25 -1
  262. package/models/group-contract-plan-premium.ts +28 -4
  263. package/models/group-contract-plan-rider-external-id.ts +25 -1
  264. package/models/group-contract-plan-rider.ts +27 -3
  265. package/models/group-contract-plan.ts +41 -17
  266. package/models/group-contract-tier.ts +25 -1
  267. package/models/group-contract.ts +28 -4
  268. package/models/group-division-captive.ts +24 -0
  269. package/models/group-division-idcode.ts +24 -0
  270. package/models/group-division.ts +16 -16
  271. package/models/group-flex-create.ts +31 -7
  272. package/models/group-flex-schedule.ts +26 -2
  273. package/models/group-flex.ts +27 -3
  274. package/models/group-network-add-on.ts +28 -4
  275. package/models/group-network.ts +26 -2
  276. package/models/group-payor-account-benefit.ts +24 -0
  277. package/models/group-payor-account.ts +26 -2
  278. package/models/group-plan-year-auto-prior-accum.ts +25 -1
  279. package/models/group-plan-year.ts +29 -5
  280. package/models/group-price-adjust.ts +25 -1
  281. package/models/group-self-admin.ts +27 -3
  282. package/models/group-student-age.ts +25 -1
  283. package/models/group-ucpercent-claim-type.ts +24 -0
  284. package/models/group-ucpercent-criteria.ts +3 -3
  285. package/models/group-ucpercent.ts +26 -2
  286. package/models/group-vbaplan-type-subscriber-id.ts +25 -1
  287. package/models/group-volume.ts +27 -3
  288. package/models/groups-participation-incentive.ts +25 -1
  289. package/models/groups.ts +21 -21
  290. package/models/hipaaadjustment-code.ts +24 -0
  291. package/models/hipaabenefit-code.ts +24 -0
  292. package/models/hipaaclaim-status-category-code.ts +24 -0
  293. package/models/hipaaclaim-status-code.ts +24 -0
  294. package/models/hipaaplan-type.ts +24 -0
  295. package/models/hipaareason.ts +24 -0
  296. package/models/hipaarelationship.ts +24 -0
  297. package/models/hipaatier.ts +24 -0
  298. package/models/idcard-request-type.ts +24 -0
  299. package/models/idcode-type.ts +8 -2
  300. package/models/idtype.ts +24 -0
  301. package/models/index.ts +162 -0
  302. package/models/invoice-reason.ts +25 -1
  303. package/models/ipwhitelist.ts +1 -1
  304. package/models/job-execution-meta-data.ts +25 -1
  305. package/models/job-execution.ts +25 -1
  306. package/models/job-type.ts +24 -0
  307. package/models/job.ts +24 -0
  308. package/models/json-node-options.ts +7 -1
  309. package/models/languages.ts +24 -0
  310. package/models/life-claim-advisor.ts +256 -0
  311. package/models/mem-enrollment-plan.ts +3 -3
  312. package/models/mem-enrollment-rider.ts +4 -4
  313. package/models/member-account-plan-payment.ts +26 -2
  314. package/models/member-account-plan.ts +25 -1
  315. package/models/member-account.ts +27 -3
  316. package/models/member-accum.ts +54 -30
  317. package/models/member-address-history-list-vbaresponse.ts +45 -0
  318. package/models/member-address-history-vbaresponse.ts +45 -0
  319. package/models/member-address-history.ts +216 -0
  320. package/models/member-address.ts +3 -3
  321. package/models/member-beneficiary-plan.ts +24 -0
  322. package/models/member-care-alert.ts +25 -1
  323. package/models/member-case-head.ts +25 -1
  324. package/models/member-class.ts +25 -1
  325. package/models/member-cobsavings.ts +25 -1
  326. package/models/member-college.ts +25 -1
  327. package/models/member-eligibility-status.ts +25 -1
  328. package/models/member-idcard-printed.ts +26 -2
  329. package/models/member-insurance.ts +38 -2
  330. package/models/member-network.ts +25 -1
  331. package/models/member-occupation.ts +25 -1
  332. package/models/member-payment.ts +27 -3
  333. package/models/member-pre-ex-diag.ts +25 -1
  334. package/models/member-pre-ex-disclosed-diag-list-vbaresponse.ts +45 -0
  335. package/models/member-pre-ex-disclosed-diag-vbaresponse.ts +45 -0
  336. package/models/member-pre-ex-disclosed-diag.ts +90 -0
  337. package/models/member-provider-alternate.ts +25 -1
  338. package/models/member-provider.ts +26 -2
  339. package/models/member-tax.ts +40 -10
  340. package/models/member-tooth-ex-code.ts +25 -1
  341. package/models/member-tooth.ts +28 -4
  342. package/models/member-vbaplan-type-id.ts +24 -0
  343. package/models/mfadevice-setup-request.ts +30 -0
  344. package/models/mfadevice-setup-response-vbaresponse.ts +45 -0
  345. package/models/mfadevice-setup-response.ts +36 -0
  346. package/models/network-procedure-cluster.ts +5 -5
  347. package/models/network-profile-assign-list-vbaresponse.ts +45 -0
  348. package/models/network-profile-assign-vbaresponse.ts +45 -0
  349. package/models/network-profile-assign.ts +78 -0
  350. package/models/network-profile-list-vbaresponse.ts +45 -0
  351. package/models/network-profile-network-list-vbaresponse.ts +45 -0
  352. package/models/network-profile-network-vbaresponse.ts +45 -0
  353. package/models/network-profile-network.ts +132 -0
  354. package/models/network-profile-vbaresponse.ts +45 -0
  355. package/models/network-profile.ts +66 -0
  356. package/models/networks.ts +24 -0
  357. package/models/note-category.ts +25 -1
  358. package/models/note-note-attachment.ts +38 -0
  359. package/models/note-priority.ts +24 -0
  360. package/models/note-reference.ts +26 -2
  361. package/models/note-source.ts +26 -2
  362. package/models/note-type.ts +24 -0
  363. package/models/payee.ts +2 -2
  364. package/models/payment-method-list-vbaresponse.ts +45 -0
  365. package/models/payment-method-vbaresponse.ts +45 -0
  366. package/models/payment-method.ts +72 -0
  367. package/models/payor-account-signature.ts +29 -5
  368. package/models/payor-account.ts +27 -3
  369. package/models/payor.ts +25 -1
  370. package/models/pbmtype.ts +24 -0
  371. package/models/place-codes.ts +26 -2
  372. package/models/plan-added-accum.ts +24 -0
  373. package/models/plan-auth-penalty.ts +26 -2
  374. package/models/plan-ben-code-diag-code.ts +26 -2
  375. package/models/plan-ben-code-place.ts +25 -1
  376. package/models/plan-ben-code-proc-code.ts +25 -1
  377. package/models/plan-ben-code-provider-type.ts +25 -1
  378. package/models/plan-ben-code-specialty.ts +25 -1
  379. package/models/plan-benefit-level.ts +26 -2
  380. package/models/plan-benefit-rate.ts +1 -1
  381. package/models/plan-benefits-diagnosis.ts +25 -1
  382. package/models/plan-benefits-modifiers.ts +24 -0
  383. package/models/plan-benefits-place-auth.ts +25 -1
  384. package/models/plan-benefits-place-co-ins.ts +26 -2
  385. package/models/plan-benefits-place-co-pay.ts +28 -4
  386. package/models/plan-benefits-place.ts +24 -0
  387. package/models/plan-benefits-procedures.ts +24 -0
  388. package/models/plan-benefits.ts +68 -32
  389. package/models/plan-diagnosis-age.ts +26 -2
  390. package/models/plan-display-type.ts +24 -0
  391. package/models/plan-display.ts +25 -1
  392. package/models/plan-lineage-detail.ts +26 -2
  393. package/models/plan-lineage.ts +24 -0
  394. package/models/plan-maximum-procedure.ts +26 -2
  395. package/models/plan-maximum.ts +26 -2
  396. package/models/plan-modifier.ts +27 -3
  397. package/models/plan-pre-ex.ts +5 -5
  398. package/models/plan-procedure-age-modifier.ts +27 -3
  399. package/models/plan-procedure-age.ts +27 -3
  400. package/models/plan-relationship-age.ts +27 -3
  401. package/models/plan-type.ts +22 -22
  402. package/models/plans.ts +56 -20
  403. package/models/policy-status.ts +25 -1
  404. package/models/practice-type.ts +24 -0
  405. package/models/prem-invoice-apply-payment.ts +78 -0
  406. package/models/prem-invoice-generate-inv-list-list-vbaresponse.ts +45 -0
  407. package/models/prem-invoice-generate-inv-list-result-list-vbaresponse.ts +45 -0
  408. package/models/prem-invoice-generate-inv-list-result.ts +138 -0
  409. package/models/prem-invoice-generate-inv-list.ts +138 -0
  410. package/models/prem-invoice-generate-self-admin-inv-list-list-vbaresponse.ts +45 -0
  411. package/models/prem-invoice-generate-self-admin-inv-list.ts +144 -0
  412. package/models/prem-invoice.ts +6 -6
  413. package/models/prem-payment-file-format.ts +2 -2
  414. package/models/prem-rate-add-on-list-vbaresponse.ts +45 -0
  415. package/models/prem-rate-add-on-vbaresponse.ts +45 -0
  416. package/models/prem-rate-add-on.ts +78 -0
  417. package/models/prem-rate-type.ts +3 -3
  418. package/models/prem-rate.ts +38 -14
  419. package/models/procedure-category.ts +26 -2
  420. package/models/procedure-code.ts +26 -2
  421. package/models/procedure-group.ts +25 -1
  422. package/models/provider-account.ts +27 -3
  423. package/models/provider-affiliation.ts +25 -1
  424. package/models/provider-alternate.ts +25 -1
  425. package/models/provider-apc.ts +27 -3
  426. package/models/provider-benefit-admin.ts +26 -2
  427. package/models/provider-cred-amount.ts +27 -3
  428. package/models/provider-cred-attestation.ts +27 -3
  429. package/models/provider-cred-certification.ts +27 -3
  430. package/models/provider-cred-contract.ts +26 -2
  431. package/models/provider-cred-county.ts +25 -1
  432. package/models/provider-cred-date.ts +27 -3
  433. package/models/provider-cred-education.ts +27 -3
  434. package/models/provider-cred-hours.ts +26 -2
  435. package/models/provider-cred-hyperlink.ts +26 -2
  436. package/models/provider-cred-license.ts +26 -2
  437. package/models/provider-cred-malpractice.ts +26 -2
  438. package/models/provider-cred-option.ts +26 -2
  439. package/models/provider-cred-practice-detail.ts +26 -2
  440. package/models/provider-cred-practice-office.ts +25 -1
  441. package/models/provider-cred-quality.ts +26 -2
  442. package/models/provider-cred-service.ts +26 -2
  443. package/models/provider-cred-technique.ts +26 -2
  444. package/models/provider-cred-termination.ts +26 -2
  445. package/models/provider-cred.ts +27 -3
  446. package/models/provider-drg.ts +28 -4
  447. package/models/provider-languages.ts +26 -2
  448. package/models/provider-network-modifier.ts +25 -1
  449. package/models/provider-network.ts +26 -2
  450. package/models/provider-payee.ts +9 -9
  451. package/models/provider-per-diem.ts +30 -6
  452. package/models/provider-rate-adjust.ts +27 -3
  453. package/models/provider-suffix.ts +24 -0
  454. package/models/provider-taxonomy.ts +25 -1
  455. package/models/provider-types.ts +25 -1
  456. package/models/reasons.ts +25 -1
  457. package/models/reins-accum.ts +26 -2
  458. package/models/reins-contract-conditional-specific-detail-list-vbaresponse.ts +45 -0
  459. package/models/reins-contract-conditional-specific-detail-vbaresponse.ts +45 -0
  460. package/models/reins-contract-conditional-specific-detail.ts +96 -0
  461. package/models/reins-contract-conditional-specific-list-vbaresponse.ts +45 -0
  462. package/models/reins-contract-conditional-specific-vbaresponse.ts +45 -0
  463. package/models/reins-contract-conditional-specific.ts +78 -0
  464. package/models/reins-contract-criteria-detail.ts +27 -3
  465. package/models/reins-contract-criteria.ts +26 -2
  466. package/models/reins-contract-cycle.ts +24 -0
  467. package/models/reins-contract-factor-criteria.ts +27 -3
  468. package/models/reins-contract-factor.ts +27 -3
  469. package/models/reins-contract-member-specific.ts +25 -1
  470. package/models/reins-contract-status.ts +24 -0
  471. package/models/reins-contract-trans-claim-detail.ts +27 -3
  472. package/models/reins-contract-trans-claim-status.ts +24 -0
  473. package/models/reins-contract-trans-claim.ts +44 -2
  474. package/models/reins-contract-trans-reimburse.ts +27 -3
  475. package/models/reins-contract-trans-status.ts +24 -0
  476. package/models/reins-contract-trans.ts +26 -2
  477. package/models/reins-contract-type.ts +24 -0
  478. package/models/reins-contract.ts +38 -8
  479. package/models/reins-domestic-claim-criteria-list-vbaresponse.ts +45 -0
  480. package/models/reins-domestic-claim-criteria-vbaresponse.ts +45 -0
  481. package/models/reins-domestic-claim-criteria.ts +78 -0
  482. package/models/reins-level.ts +26 -2
  483. package/models/relationships.ts +24 -0
  484. package/models/report-category.ts +24 -0
  485. package/models/report-definition.ts +11 -11
  486. package/models/report-queue-detail.ts +26 -2
  487. package/models/report-queue.ts +25 -1
  488. package/models/report-series-process-arg.ts +25 -1
  489. package/models/report-series-process.ts +15 -9
  490. package/models/report-series-step.ts +12 -12
  491. package/models/report-series.ts +25 -1
  492. package/models/report-track-priority.ts +26 -2
  493. package/models/report-track-received-status.ts +26 -2
  494. package/models/report-track-sent-status.ts +26 -2
  495. package/models/report-track-sent-to.ts +26 -2
  496. package/models/report-track-status.ts +26 -2
  497. package/models/search-request.ts +18 -0
  498. package/models/security-area-report.ts +25 -1
  499. package/models/security-area-user.ts +24 -0
  500. package/models/security-area.ts +24 -0
  501. package/models/security-field-list-vbaresponse.ts +45 -0
  502. package/models/security-field-set-detail-list-vbaresponse.ts +45 -0
  503. package/models/security-field-set-detail-vbaresponse.ts +45 -0
  504. package/models/security-field-set-detail.ts +72 -0
  505. package/models/security-field-set-list-vbaresponse.ts +45 -0
  506. package/models/security-field-set-vbaresponse.ts +45 -0
  507. package/models/security-field-set.ts +66 -0
  508. package/models/security-field-user-group-list-vbaresponse.ts +45 -0
  509. package/models/security-field-user-group-vbaresponse.ts +45 -0
  510. package/models/security-field-user-group.ts +84 -0
  511. package/models/security-field-user-list-vbaresponse.ts +45 -0
  512. package/models/security-field-user-vbaresponse.ts +45 -0
  513. package/models/security-field-user.ts +84 -0
  514. package/models/security-field-vbaresponse.ts +45 -0
  515. package/models/security-field.ts +72 -0
  516. package/models/send-to.ts +29 -5
  517. package/models/signature.ts +25 -1
  518. package/models/ssoconfig.ts +16 -10
  519. package/models/state-interest.ts +18 -18
  520. package/models/state.ts +6 -6
  521. package/models/sub-enrollment-plan.ts +6 -6
  522. package/models/sub-enrollment-rider.ts +4 -4
  523. package/models/sub-enrollment.ts +2 -2
  524. package/models/sub-payment-method.ts +3 -3
  525. package/models/submit-mfacode-request.ts +42 -0
  526. package/models/subscriber-accum.ts +54 -30
  527. package/models/subscriber-flex-exported.ts +26 -2
  528. package/models/subscriber-flex-payment.ts +25 -1
  529. package/models/subscriber-flex.ts +29 -5
  530. package/models/subscriber-forfeiture-status.ts +1 -1
  531. package/models/subscriber-idcode.ts +24 -0
  532. package/models/subscriber-idhistory.ts +13 -1
  533. package/models/subscriber-plan-policy.ts +24 -0
  534. package/models/subscriber-policy-status.ts +25 -1
  535. package/models/subscriber-prem-rate-split.ts +29 -5
  536. package/models/subscriber-reimbursement.ts +25 -1
  537. package/models/subscriber-sponsor-list-vbaresponse.ts +45 -0
  538. package/models/subscriber-sponsor-vbaresponse.ts +45 -0
  539. package/models/subscriber-sponsor.ts +84 -0
  540. package/models/subscriber-waive-premium.ts +25 -1
  541. package/models/subscriber-writing-agent-list-vbaresponse.ts +45 -0
  542. package/models/subscriber-writing-agent-vbaresponse.ts +45 -0
  543. package/models/subscriber-writing-agent.ts +90 -0
  544. package/models/subscribers.ts +1 -1
  545. package/models/suffix.ts +24 -0
  546. package/models/suspense-claim-list.ts +228 -0
  547. package/models/tax-filing-status.ts +26 -2
  548. package/models/taxonomy-group-detail.ts +25 -1
  549. package/models/taxonomy-group.ts +24 -0
  550. package/models/taxonomy.ts +25 -1
  551. package/models/timely-filing.ts +26 -2
  552. package/models/tolerance-list-vbaresponse.ts +45 -0
  553. package/models/tolerance-vbaresponse.ts +45 -0
  554. package/models/tolerance.ts +72 -0
  555. package/models/tooth-action.ts +24 -0
  556. package/models/tooth-chart-type.ts +24 -0
  557. package/models/tooth-procedure.ts +25 -1
  558. package/models/tooth-quadrant.ts +24 -0
  559. package/models/treatment-type.ts +24 -0
  560. package/models/user-amount-procedure.ts +26 -2
  561. package/models/user-amount.ts +25 -1
  562. package/models/user-group.ts +25 -1
  563. package/models/user-note-access.ts +26 -2
  564. package/models/userfieldsecurity.ts +66 -0
  565. package/models/userfieldsecuritylist-vbaresponse.ts +45 -0
  566. package/models/users.ts +24 -12
  567. package/models/usual-customary-rate-all-percentile-list-vbaresponse.ts +45 -0
  568. package/models/usual-customary-rate-all-percentile.ts +120 -0
  569. package/models/vbaapp-info-vbaresponse.ts +45 -0
  570. package/models/vbaapp-info.ts +61 -0
  571. package/models/vbacdcmembers-list-vbaresponse.ts +45 -0
  572. package/models/vbacdcmembers.ts +336 -0
  573. package/models/vbacdcsubenrollment-list-vbaresponse.ts +45 -0
  574. package/models/vbacdcsubenrollment-plan-list-vbaresponse.ts +45 -0
  575. package/models/vbacdcsubenrollment-plan.ts +168 -0
  576. package/models/vbacdcsubenrollment-rider-list-vbaresponse.ts +45 -0
  577. package/models/vbacdcsubenrollment-rider.ts +210 -0
  578. package/models/vbacdcsubenrollment.ts +132 -0
  579. package/models/vbacdcsubscribers-list-vbaresponse.ts +45 -0
  580. package/models/vbacdcsubscribers.ts +246 -0
  581. package/models/vbagateway-subscription-detail.ts +26 -2
  582. package/models/vbagateway-subscription.ts +27 -3
  583. package/models/vbainterface-idcode.ts +31 -1
  584. package/models/vbainterface-map-type.ts +31 -1
  585. package/models/vbainterface-status.ts +24 -0
  586. package/models/vbainterface-type.ts +24 -0
  587. package/models/vbainterface-vendor.ts +24 -0
  588. package/models/vbainterface.ts +43 -1
  589. package/models/vbaprem-invoice-subscriber-detail-adjustment-list-vbaresponse.ts +45 -0
  590. package/models/vbaprem-invoice-subscriber-detail-adjustment.ts +180 -0
  591. package/models/vbaprem-invoice-subscriber-detail-list-vbaresponse.ts +45 -0
  592. package/models/vbaprem-invoice-subscriber-detail.ts +180 -0
  593. package/models/vbaprocess-log.ts +26 -2
  594. package/models/vbaprocess-parameter.ts +27 -3
  595. package/models/vbaprocess.ts +25 -1
  596. package/models/vbareins-contract-trans-amount-vbaresponse.ts +45 -0
  597. package/models/vbareins-contract-trans-amount.ts +198 -0
  598. package/models/vbareins-contract-trans-claim-list-vbaresponse.ts +45 -0
  599. package/models/vbareins-contract-trans-claim.ts +168 -0
  600. package/models/vbareins-contract-trans-reimburse-list-vbaresponse.ts +45 -0
  601. package/models/vbareins-contract-trans-reimburse.ts +84 -0
  602. package/models/verify-mfadevice-setup-request.ts +42 -0
  603. package/models/verify-mfadevice-setup-response-vbaresponse.ts +45 -0
  604. package/models/verify-mfadevice-setup-response.ts +30 -0
  605. package/models/workflow-auth.ts +54 -0
  606. package/models/workflow-check.ts +54 -0
  607. package/models/workflow-detail.ts +25 -1
  608. package/models/workflow-enrollment.ts +60 -0
  609. package/models/workflow-processing.ts +21 -0
  610. package/models/workflow-task-user.ts +29 -5
  611. package/models/workflow-task.ts +26 -2
  612. package/models/workflow-type-task-option.ts +25 -1
  613. package/models/workflow-type.ts +24 -0
  614. package/models/workflow-user.ts +25 -1
  615. package/models/workflow.ts +26 -2
  616. package/models/zip-codes.ts +24 -0
  617. package/package.json +3 -3
@@ -21,13 +21,13 @@
21
21
  */
22
22
  export interface ClaimPreBatch {
23
23
  /**
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.
24
+ * Archive storage table for tracking initial entry of Claim information. Not to be used externally. Note: This field is marked as NOT NULL in the database and therefore required by the API.
25
25
  * @type {number}
26
26
  * @memberof ClaimPreBatch
27
27
  */
28
28
  'claimPreBatch_Key': number;
29
29
  /**
30
- * A flag indicating a claim is an Advanced EOB and not a claim for payment. Part of the No Surprise Act. 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.
30
+ * A flag indicating a claim is an Advanced EOB and not a claim for payment. Part of the No Surprise Act. Note: This field is marked as NOT NULL in the database and therefore required by the API.
31
31
  * @type {boolean}
32
32
  * @memberof ClaimPreBatch
33
33
  */
@@ -81,13 +81,13 @@ export interface ClaimPreBatch {
81
81
  */
82
82
  'admit_Date'?: string | null;
83
83
  /**
84
- * 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.
84
+ * Archive storage table for tracking initial entry of Claim information. Not to be used externally. Note: This field is marked as NOT NULL in the database and therefore required by the API.
85
85
  * @type {boolean}
86
86
  * @memberof ClaimPreBatch
87
87
  */
88
88
  'advance_Pay': boolean;
89
89
  /**
90
- * 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.
90
+ * Archive storage table for tracking initial entry of Claim information. Not to be used externally. Note: This field is marked as NOT NULL in the database and therefore required by the API.
91
91
  * @type {boolean}
92
92
  * @memberof ClaimPreBatch
93
93
  */
@@ -273,13 +273,13 @@ export interface ClaimPreBatch {
273
273
  */
274
274
  'attended_Physician_Date'?: string | null;
275
275
  /**
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.
276
+ * Archive storage table for tracking initial entry of Claim information. Not to be used externally. Note: This field is marked as NOT NULL in the database and therefore required by the API.
277
277
  * @type {number}
278
278
  * @memberof ClaimPreBatch
279
279
  */
280
280
  'batch_Claim': number;
281
281
  /**
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 `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.
282
+ * Archive storage table for tracking initial entry of Claim information. Not to be used externally. Note: This field is marked as NOT NULL in the database and therefore required by the API.
283
283
  * @type {number}
284
284
  * @memberof ClaimPreBatch
285
285
  */
@@ -375,13 +375,13 @@ export interface ClaimPreBatch {
375
375
  */
376
376
  'billed_Amount'?: number | null;
377
377
  /**
378
- * 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.
378
+ * Archive storage table for tracking initial entry of Claim information. Not to be used externally. Note: This field is marked as NOT NULL in the database and therefore required by the API.
379
379
  * @type {boolean}
380
380
  * @memberof ClaimPreBatch
381
381
  */
382
382
  'calculate_Interest': boolean;
383
383
  /**
384
- * 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.
384
+ * Archive storage table for tracking initial entry of Claim information. Not to be used externally. Note: This field is marked as NOT NULL in the database and therefore required by the API.
385
385
  * @type {boolean}
386
386
  * @memberof ClaimPreBatch
387
387
  */
@@ -429,61 +429,61 @@ export interface ClaimPreBatch {
429
429
  */
430
430
  'condition_Code1'?: string | null;
431
431
  /**
432
- *
432
+ * The Condition Code value for this claim.
433
433
  * @type {string}
434
434
  * @memberof ClaimPreBatch
435
435
  */
436
436
  'condition_Code10'?: string | null;
437
437
  /**
438
- *
438
+ * The Condition Code value for this claim.
439
439
  * @type {string}
440
440
  * @memberof ClaimPreBatch
441
441
  */
442
442
  'condition_Code11'?: string | null;
443
443
  /**
444
- *
444
+ * The Condition Code value for this claim.
445
445
  * @type {string}
446
446
  * @memberof ClaimPreBatch
447
447
  */
448
448
  'condition_Code12'?: string | null;
449
449
  /**
450
- *
450
+ * The Condition Code value for this claim.
451
451
  * @type {string}
452
452
  * @memberof ClaimPreBatch
453
453
  */
454
454
  'condition_Code13'?: string | null;
455
455
  /**
456
- *
456
+ * The Condition Code value for this claim.
457
457
  * @type {string}
458
458
  * @memberof ClaimPreBatch
459
459
  */
460
460
  'condition_Code14'?: string | null;
461
461
  /**
462
- *
462
+ * The Condition Code value for this claim.
463
463
  * @type {string}
464
464
  * @memberof ClaimPreBatch
465
465
  */
466
466
  'condition_Code15'?: string | null;
467
467
  /**
468
- *
468
+ * The Condition Code value for this claim.
469
469
  * @type {string}
470
470
  * @memberof ClaimPreBatch
471
471
  */
472
472
  'condition_Code16'?: string | null;
473
473
  /**
474
- *
474
+ * The Condition Code value for this claim.
475
475
  * @type {string}
476
476
  * @memberof ClaimPreBatch
477
477
  */
478
478
  'condition_Code17'?: string | null;
479
479
  /**
480
- *
480
+ * The Condition Code value for this claim.
481
481
  * @type {string}
482
482
  * @memberof ClaimPreBatch
483
483
  */
484
484
  'condition_Code18'?: string | null;
485
485
  /**
486
- *
486
+ * The Condition Code value for this claim.
487
487
  * @type {string}
488
488
  * @memberof ClaimPreBatch
489
489
  */
@@ -495,31 +495,31 @@ export interface ClaimPreBatch {
495
495
  */
496
496
  'condition_Code2'?: string | null;
497
497
  /**
498
- *
498
+ * The Condition Code value for this claim.
499
499
  * @type {string}
500
500
  * @memberof ClaimPreBatch
501
501
  */
502
502
  'condition_Code20'?: string | null;
503
503
  /**
504
- *
504
+ * The Condition Code value for this claim.
505
505
  * @type {string}
506
506
  * @memberof ClaimPreBatch
507
507
  */
508
508
  'condition_Code21'?: string | null;
509
509
  /**
510
- *
510
+ * The Condition Code value for this claim.
511
511
  * @type {string}
512
512
  * @memberof ClaimPreBatch
513
513
  */
514
514
  'condition_Code22'?: string | null;
515
515
  /**
516
- *
516
+ * The Condition Code value for this claim.
517
517
  * @type {string}
518
518
  * @memberof ClaimPreBatch
519
519
  */
520
520
  'condition_Code23'?: string | null;
521
521
  /**
522
- *
522
+ * The Condition Code value for this claim.
523
523
  * @type {string}
524
524
  * @memberof ClaimPreBatch
525
525
  */
@@ -555,13 +555,13 @@ export interface ClaimPreBatch {
555
555
  */
556
556
  'condition_Code7'?: string | null;
557
557
  /**
558
- *
558
+ * The Condition Code value for this claim.
559
559
  * @type {string}
560
560
  * @memberof ClaimPreBatch
561
561
  */
562
562
  'condition_Code8'?: string | null;
563
563
  /**
564
- *
564
+ * The Condition Code value for this claim.
565
565
  * @type {string}
566
566
  * @memberof ClaimPreBatch
567
567
  */
@@ -1155,7 +1155,7 @@ export interface ClaimPreBatch {
1155
1155
  */
1156
1156
  'last_Seen_Date'?: string | null;
1157
1157
  /**
1158
- * 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.
1158
+ * Archive storage table for tracking initial entry of Claim information. Not to be used externally. Note: This field is marked as NOT NULL in the database and therefore required by the API.
1159
1159
  * @type {boolean}
1160
1160
  * @memberof ClaimPreBatch
1161
1161
  */
@@ -1185,7 +1185,7 @@ export interface ClaimPreBatch {
1185
1185
  */
1186
1186
  'network_ID'?: string | null;
1187
1187
  /**
1188
- * 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.
1188
+ * Archive storage table for tracking initial entry of Claim information. Not to be used externally. Note: This field is marked as NOT NULL in the database and therefore required by the API.
1189
1189
  * @type {boolean}
1190
1190
  * @memberof ClaimPreBatch
1191
1191
  */
@@ -1197,61 +1197,61 @@ export interface ClaimPreBatch {
1197
1197
  */
1198
1198
  'occurrence_Code1'?: string | null;
1199
1199
  /**
1200
- *
1200
+ * The Occurrence Code value for this claim.
1201
1201
  * @type {string}
1202
1202
  * @memberof ClaimPreBatch
1203
1203
  */
1204
1204
  'occurrence_Code10'?: string | null;
1205
1205
  /**
1206
- *
1206
+ * The Occurrence Code value for this claim.
1207
1207
  * @type {string}
1208
1208
  * @memberof ClaimPreBatch
1209
1209
  */
1210
1210
  'occurrence_Code11'?: string | null;
1211
1211
  /**
1212
- *
1212
+ * The Occurrence Code value for this claim.
1213
1213
  * @type {string}
1214
1214
  * @memberof ClaimPreBatch
1215
1215
  */
1216
1216
  'occurrence_Code12'?: string | null;
1217
1217
  /**
1218
- *
1218
+ * The Occurrence Code value for this claim.
1219
1219
  * @type {string}
1220
1220
  * @memberof ClaimPreBatch
1221
1221
  */
1222
1222
  'occurrence_Code13'?: string | null;
1223
1223
  /**
1224
- *
1224
+ * The Occurrence Code value for this claim.
1225
1225
  * @type {string}
1226
1226
  * @memberof ClaimPreBatch
1227
1227
  */
1228
1228
  'occurrence_Code14'?: string | null;
1229
1229
  /**
1230
- *
1230
+ * The Occurrence Code value for this claim.
1231
1231
  * @type {string}
1232
1232
  * @memberof ClaimPreBatch
1233
1233
  */
1234
1234
  'occurrence_Code15'?: string | null;
1235
1235
  /**
1236
- *
1236
+ * The Occurrence Code value for this claim.
1237
1237
  * @type {string}
1238
1238
  * @memberof ClaimPreBatch
1239
1239
  */
1240
1240
  'occurrence_Code16'?: string | null;
1241
1241
  /**
1242
- *
1242
+ * The Occurrence Code value for this claim.
1243
1243
  * @type {string}
1244
1244
  * @memberof ClaimPreBatch
1245
1245
  */
1246
1246
  'occurrence_Code17'?: string | null;
1247
1247
  /**
1248
- *
1248
+ * The Occurrence Code value for this claim.
1249
1249
  * @type {string}
1250
1250
  * @memberof ClaimPreBatch
1251
1251
  */
1252
1252
  'occurrence_Code18'?: string | null;
1253
1253
  /**
1254
- *
1254
+ * The Occurrence Code value for this claim.
1255
1255
  * @type {string}
1256
1256
  * @memberof ClaimPreBatch
1257
1257
  */
@@ -1263,31 +1263,31 @@ export interface ClaimPreBatch {
1263
1263
  */
1264
1264
  'occurrence_Code2'?: string | null;
1265
1265
  /**
1266
- *
1266
+ * The Occurrence Code value for this claim.
1267
1267
  * @type {string}
1268
1268
  * @memberof ClaimPreBatch
1269
1269
  */
1270
1270
  'occurrence_Code20'?: string | null;
1271
1271
  /**
1272
- *
1272
+ * The Occurrence Code value for this claim.
1273
1273
  * @type {string}
1274
1274
  * @memberof ClaimPreBatch
1275
1275
  */
1276
1276
  'occurrence_Code21'?: string | null;
1277
1277
  /**
1278
- *
1278
+ * The Occurrence Code value for this claim.
1279
1279
  * @type {string}
1280
1280
  * @memberof ClaimPreBatch
1281
1281
  */
1282
1282
  'occurrence_Code22'?: string | null;
1283
1283
  /**
1284
- *
1284
+ * The Occurrence Code value for this claim.
1285
1285
  * @type {string}
1286
1286
  * @memberof ClaimPreBatch
1287
1287
  */
1288
1288
  'occurrence_Code23'?: string | null;
1289
1289
  /**
1290
- *
1290
+ * The Occurrence Code value for this claim.
1291
1291
  * @type {string}
1292
1292
  * @memberof ClaimPreBatch
1293
1293
  */
@@ -1305,31 +1305,31 @@ export interface ClaimPreBatch {
1305
1305
  */
1306
1306
  'occurrence_Code4'?: string | null;
1307
1307
  /**
1308
- *
1308
+ * The Occurrence Code value for this claim.
1309
1309
  * @type {string}
1310
1310
  * @memberof ClaimPreBatch
1311
1311
  */
1312
1312
  'occurrence_Code5'?: string | null;
1313
1313
  /**
1314
- *
1314
+ * The Occurrence Code value for this claim.
1315
1315
  * @type {string}
1316
1316
  * @memberof ClaimPreBatch
1317
1317
  */
1318
1318
  'occurrence_Code6'?: string | null;
1319
1319
  /**
1320
- *
1320
+ * The Occurrence Code value for this claim.
1321
1321
  * @type {string}
1322
1322
  * @memberof ClaimPreBatch
1323
1323
  */
1324
1324
  'occurrence_Code7'?: string | null;
1325
1325
  /**
1326
- *
1326
+ * The Occurrence Code value for this claim.
1327
1327
  * @type {string}
1328
1328
  * @memberof ClaimPreBatch
1329
1329
  */
1330
1330
  'occurrence_Code8'?: string | null;
1331
1331
  /**
1332
- *
1332
+ * The Occurrence Code value for this claim.
1333
1333
  * @type {string}
1334
1334
  * @memberof ClaimPreBatch
1335
1335
  */
@@ -1341,61 +1341,61 @@ export interface ClaimPreBatch {
1341
1341
  */
1342
1342
  'occurrence_Date1'?: string | null;
1343
1343
  /**
1344
- *
1344
+ * The Occurrence Date associated to the assigned Occurrence Codes.
1345
1345
  * @type {string}
1346
1346
  * @memberof ClaimPreBatch
1347
1347
  */
1348
1348
  'occurrence_Date10'?: string | null;
1349
1349
  /**
1350
- *
1350
+ * The Occurrence Date associated to the assigned Occurrence Codes.
1351
1351
  * @type {string}
1352
1352
  * @memberof ClaimPreBatch
1353
1353
  */
1354
1354
  'occurrence_Date11'?: string | null;
1355
1355
  /**
1356
- *
1356
+ * The Occurrence Date associated to the assigned Occurrence Codes.
1357
1357
  * @type {string}
1358
1358
  * @memberof ClaimPreBatch
1359
1359
  */
1360
1360
  'occurrence_Date12'?: string | null;
1361
1361
  /**
1362
- *
1362
+ * The Occurrence Date associated to the assigned Occurrence Codes.
1363
1363
  * @type {string}
1364
1364
  * @memberof ClaimPreBatch
1365
1365
  */
1366
1366
  'occurrence_Date13'?: string | null;
1367
1367
  /**
1368
- *
1368
+ * The Occurrence Date associated to the assigned Occurrence Codes.
1369
1369
  * @type {string}
1370
1370
  * @memberof ClaimPreBatch
1371
1371
  */
1372
1372
  'occurrence_Date14'?: string | null;
1373
1373
  /**
1374
- *
1374
+ * The Occurrence Date associated to the assigned Occurrence Codes.
1375
1375
  * @type {string}
1376
1376
  * @memberof ClaimPreBatch
1377
1377
  */
1378
1378
  'occurrence_Date15'?: string | null;
1379
1379
  /**
1380
- *
1380
+ * The Occurrence Date associated to the assigned Occurrence Codes.
1381
1381
  * @type {string}
1382
1382
  * @memberof ClaimPreBatch
1383
1383
  */
1384
1384
  'occurrence_Date16'?: string | null;
1385
1385
  /**
1386
- *
1386
+ * The Occurrence Date associated to the assigned Occurrence Codes.
1387
1387
  * @type {string}
1388
1388
  * @memberof ClaimPreBatch
1389
1389
  */
1390
1390
  'occurrence_Date17'?: string | null;
1391
1391
  /**
1392
- *
1392
+ * The Occurrence Date associated to the assigned Occurrence Codes.
1393
1393
  * @type {string}
1394
1394
  * @memberof ClaimPreBatch
1395
1395
  */
1396
1396
  'occurrence_Date18'?: string | null;
1397
1397
  /**
1398
- *
1398
+ * The Occurrence Date associated to the assigned Occurrence Codes.
1399
1399
  * @type {string}
1400
1400
  * @memberof ClaimPreBatch
1401
1401
  */
@@ -1407,31 +1407,31 @@ export interface ClaimPreBatch {
1407
1407
  */
1408
1408
  'occurrence_Date2'?: string | null;
1409
1409
  /**
1410
- *
1410
+ * The Occurrence Date associated to the assigned Occurrence Codes.
1411
1411
  * @type {string}
1412
1412
  * @memberof ClaimPreBatch
1413
1413
  */
1414
1414
  'occurrence_Date20'?: string | null;
1415
1415
  /**
1416
- *
1416
+ * The Occurrence Date associated to the assigned Occurrence Codes.
1417
1417
  * @type {string}
1418
1418
  * @memberof ClaimPreBatch
1419
1419
  */
1420
1420
  'occurrence_Date21'?: string | null;
1421
1421
  /**
1422
- *
1422
+ * The Occurrence Date associated to the assigned Occurrence Codes.
1423
1423
  * @type {string}
1424
1424
  * @memberof ClaimPreBatch
1425
1425
  */
1426
1426
  'occurrence_Date22'?: string | null;
1427
1427
  /**
1428
- *
1428
+ * The Occurrence Date associated to the assigned Occurrence Codes.
1429
1429
  * @type {string}
1430
1430
  * @memberof ClaimPreBatch
1431
1431
  */
1432
1432
  'occurrence_Date23'?: string | null;
1433
1433
  /**
1434
- *
1434
+ * The Occurrence Date associated to the assigned Occurrence Codes.
1435
1435
  * @type {string}
1436
1436
  * @memberof ClaimPreBatch
1437
1437
  */
@@ -1449,31 +1449,31 @@ export interface ClaimPreBatch {
1449
1449
  */
1450
1450
  'occurrence_Date4'?: string | null;
1451
1451
  /**
1452
- *
1452
+ * The Occurrence Date associated to the assigned Occurrence Codes.
1453
1453
  * @type {string}
1454
1454
  * @memberof ClaimPreBatch
1455
1455
  */
1456
1456
  'occurrence_Date5'?: string | null;
1457
1457
  /**
1458
- *
1458
+ * The Occurrence Date associated to the assigned Occurrence Codes.
1459
1459
  * @type {string}
1460
1460
  * @memberof ClaimPreBatch
1461
1461
  */
1462
1462
  'occurrence_Date6'?: string | null;
1463
1463
  /**
1464
- *
1464
+ * The Occurrence Date associated to the assigned Occurrence Codes.
1465
1465
  * @type {string}
1466
1466
  * @memberof ClaimPreBatch
1467
1467
  */
1468
1468
  'occurrence_Date7'?: string | null;
1469
1469
  /**
1470
- *
1470
+ * The Occurrence Date associated to the assigned Occurrence Codes.
1471
1471
  * @type {string}
1472
1472
  * @memberof ClaimPreBatch
1473
1473
  */
1474
1474
  'occurrence_Date8'?: string | null;
1475
1475
  /**
1476
- *
1476
+ * The Occurrence Date associated to the assigned Occurrence Codes.
1477
1477
  * @type {string}
1478
1478
  * @memberof ClaimPreBatch
1479
1479
  */
@@ -1485,139 +1485,139 @@ export interface ClaimPreBatch {
1485
1485
  */
1486
1486
  'occurrence_Span_Code'?: string | null;
1487
1487
  /**
1488
- *
1488
+ * The occurrence span indicator for the Occurrence Span From and Thru dates.
1489
1489
  * @type {string}
1490
1490
  * @memberof ClaimPreBatch
1491
1491
  */
1492
1492
  'occurrence_Span_Code10'?: string | null;
1493
1493
  /**
1494
- *
1494
+ * The occurrence span indicator for the Occurrence Span From and Thru dates.
1495
1495
  * @type {string}
1496
1496
  * @memberof ClaimPreBatch
1497
1497
  */
1498
1498
  'occurrence_Span_Code11'?: string | null;
1499
1499
  /**
1500
- *
1500
+ * The occurrence span indicator for the Occurrence Span From and Thru dates.
1501
1501
  * @type {string}
1502
1502
  * @memberof ClaimPreBatch
1503
1503
  */
1504
1504
  'occurrence_Span_Code12'?: string | null;
1505
1505
  /**
1506
- *
1506
+ * The occurrence span indicator for the Occurrence Span From and Thru dates.
1507
1507
  * @type {string}
1508
1508
  * @memberof ClaimPreBatch
1509
1509
  */
1510
1510
  'occurrence_Span_Code13'?: string | null;
1511
1511
  /**
1512
- *
1512
+ * The occurrence span indicator for the Occurrence Span From and Thru dates.
1513
1513
  * @type {string}
1514
1514
  * @memberof ClaimPreBatch
1515
1515
  */
1516
1516
  'occurrence_Span_Code14'?: string | null;
1517
1517
  /**
1518
- *
1518
+ * The occurrence span indicator for the Occurrence Span From and Thru dates.
1519
1519
  * @type {string}
1520
1520
  * @memberof ClaimPreBatch
1521
1521
  */
1522
1522
  'occurrence_Span_Code15'?: string | null;
1523
1523
  /**
1524
- *
1524
+ * The occurrence span indicator for the Occurrence Span From and Thru dates.
1525
1525
  * @type {string}
1526
1526
  * @memberof ClaimPreBatch
1527
1527
  */
1528
1528
  'occurrence_Span_Code16'?: string | null;
1529
1529
  /**
1530
- *
1530
+ * The occurrence span indicator for the Occurrence Span From and Thru dates.
1531
1531
  * @type {string}
1532
1532
  * @memberof ClaimPreBatch
1533
1533
  */
1534
1534
  'occurrence_Span_Code17'?: string | null;
1535
1535
  /**
1536
- *
1536
+ * The occurrence span indicator for the Occurrence Span From and Thru dates.
1537
1537
  * @type {string}
1538
1538
  * @memberof ClaimPreBatch
1539
1539
  */
1540
1540
  'occurrence_Span_Code18'?: string | null;
1541
1541
  /**
1542
- *
1542
+ * The occurrence span indicator for the Occurrence Span From and Thru dates.
1543
1543
  * @type {string}
1544
1544
  * @memberof ClaimPreBatch
1545
1545
  */
1546
1546
  'occurrence_Span_Code19'?: string | null;
1547
1547
  /**
1548
- *
1548
+ * The occurrence span indicator for the Occurrence Span From and Thru dates.
1549
1549
  * @type {string}
1550
1550
  * @memberof ClaimPreBatch
1551
1551
  */
1552
1552
  'occurrence_Span_Code2'?: string | null;
1553
1553
  /**
1554
- *
1554
+ * The occurrence span indicator for the Occurrence Span From and Thru dates.
1555
1555
  * @type {string}
1556
1556
  * @memberof ClaimPreBatch
1557
1557
  */
1558
1558
  'occurrence_Span_Code20'?: string | null;
1559
1559
  /**
1560
- *
1560
+ * The occurrence span indicator for the Occurrence Span From and Thru dates.
1561
1561
  * @type {string}
1562
1562
  * @memberof ClaimPreBatch
1563
1563
  */
1564
1564
  'occurrence_Span_Code21'?: string | null;
1565
1565
  /**
1566
- *
1566
+ * The occurrence span indicator for the Occurrence Span From and Thru dates.
1567
1567
  * @type {string}
1568
1568
  * @memberof ClaimPreBatch
1569
1569
  */
1570
1570
  'occurrence_Span_Code22'?: string | null;
1571
1571
  /**
1572
- *
1572
+ * The occurrence span indicator for the Occurrence Span From and Thru dates.
1573
1573
  * @type {string}
1574
1574
  * @memberof ClaimPreBatch
1575
1575
  */
1576
1576
  'occurrence_Span_Code23'?: string | null;
1577
1577
  /**
1578
- *
1578
+ * The occurrence span indicator for the Occurrence Span From and Thru dates.
1579
1579
  * @type {string}
1580
1580
  * @memberof ClaimPreBatch
1581
1581
  */
1582
1582
  'occurrence_Span_Code24'?: string | null;
1583
1583
  /**
1584
- *
1584
+ * The occurrence span indicator for the Occurrence Span From and Thru dates.
1585
1585
  * @type {string}
1586
1586
  * @memberof ClaimPreBatch
1587
1587
  */
1588
1588
  'occurrence_Span_Code3'?: string | null;
1589
1589
  /**
1590
- *
1590
+ * The occurrence span indicator for the Occurrence Span From and Thru dates.
1591
1591
  * @type {string}
1592
1592
  * @memberof ClaimPreBatch
1593
1593
  */
1594
1594
  'occurrence_Span_Code4'?: string | null;
1595
1595
  /**
1596
- *
1596
+ * The occurrence span indicator for the Occurrence Span From and Thru dates.
1597
1597
  * @type {string}
1598
1598
  * @memberof ClaimPreBatch
1599
1599
  */
1600
1600
  'occurrence_Span_Code5'?: string | null;
1601
1601
  /**
1602
- *
1602
+ * The occurrence span indicator for the Occurrence Span From and Thru dates.
1603
1603
  * @type {string}
1604
1604
  * @memberof ClaimPreBatch
1605
1605
  */
1606
1606
  'occurrence_Span_Code6'?: string | null;
1607
1607
  /**
1608
- *
1608
+ * The occurrence span indicator for the Occurrence Span From and Thru dates.
1609
1609
  * @type {string}
1610
1610
  * @memberof ClaimPreBatch
1611
1611
  */
1612
1612
  'occurrence_Span_Code7'?: string | null;
1613
1613
  /**
1614
- *
1614
+ * The occurrence span indicator for the Occurrence Span From and Thru dates.
1615
1615
  * @type {string}
1616
1616
  * @memberof ClaimPreBatch
1617
1617
  */
1618
1618
  'occurrence_Span_Code8'?: string | null;
1619
1619
  /**
1620
- *
1620
+ * The occurrence span indicator for the Occurrence Span From and Thru dates.
1621
1621
  * @type {string}
1622
1622
  * @memberof ClaimPreBatch
1623
1623
  */
@@ -1629,139 +1629,139 @@ export interface ClaimPreBatch {
1629
1629
  */
1630
1630
  'occurrence_Span_From'?: string | null;
1631
1631
  /**
1632
- *
1632
+ * The occurrence span from for this claim.
1633
1633
  * @type {string}
1634
1634
  * @memberof ClaimPreBatch
1635
1635
  */
1636
1636
  'occurrence_Span_From10'?: string | null;
1637
1637
  /**
1638
- *
1638
+ * The occurrence span from for this claim.
1639
1639
  * @type {string}
1640
1640
  * @memberof ClaimPreBatch
1641
1641
  */
1642
1642
  'occurrence_Span_From11'?: string | null;
1643
1643
  /**
1644
- *
1644
+ * The occurrence span from for this claim.
1645
1645
  * @type {string}
1646
1646
  * @memberof ClaimPreBatch
1647
1647
  */
1648
1648
  'occurrence_Span_From12'?: string | null;
1649
1649
  /**
1650
- *
1650
+ * The occurrence span from for this claim.
1651
1651
  * @type {string}
1652
1652
  * @memberof ClaimPreBatch
1653
1653
  */
1654
1654
  'occurrence_Span_From13'?: string | null;
1655
1655
  /**
1656
- *
1656
+ * The occurrence span from for this claim.
1657
1657
  * @type {string}
1658
1658
  * @memberof ClaimPreBatch
1659
1659
  */
1660
1660
  'occurrence_Span_From14'?: string | null;
1661
1661
  /**
1662
- *
1662
+ * The occurrence span from for this claim.
1663
1663
  * @type {string}
1664
1664
  * @memberof ClaimPreBatch
1665
1665
  */
1666
1666
  'occurrence_Span_From15'?: string | null;
1667
1667
  /**
1668
- *
1668
+ * The occurrence span from for this claim.
1669
1669
  * @type {string}
1670
1670
  * @memberof ClaimPreBatch
1671
1671
  */
1672
1672
  'occurrence_Span_From16'?: string | null;
1673
1673
  /**
1674
- *
1674
+ * The occurrence span from for this claim.
1675
1675
  * @type {string}
1676
1676
  * @memberof ClaimPreBatch
1677
1677
  */
1678
1678
  'occurrence_Span_From17'?: string | null;
1679
1679
  /**
1680
- *
1680
+ * The occurrence span from for this claim.
1681
1681
  * @type {string}
1682
1682
  * @memberof ClaimPreBatch
1683
1683
  */
1684
1684
  'occurrence_Span_From18'?: string | null;
1685
1685
  /**
1686
- *
1686
+ * The occurrence span from for this claim.
1687
1687
  * @type {string}
1688
1688
  * @memberof ClaimPreBatch
1689
1689
  */
1690
1690
  'occurrence_Span_From19'?: string | null;
1691
1691
  /**
1692
- *
1692
+ * The occurrence span from for this claim.
1693
1693
  * @type {string}
1694
1694
  * @memberof ClaimPreBatch
1695
1695
  */
1696
1696
  'occurrence_Span_From2'?: string | null;
1697
1697
  /**
1698
- *
1698
+ * The occurrence span from for this claim.
1699
1699
  * @type {string}
1700
1700
  * @memberof ClaimPreBatch
1701
1701
  */
1702
1702
  'occurrence_Span_From20'?: string | null;
1703
1703
  /**
1704
- *
1704
+ * The occurrence span from for this claim.
1705
1705
  * @type {string}
1706
1706
  * @memberof ClaimPreBatch
1707
1707
  */
1708
1708
  'occurrence_Span_From21'?: string | null;
1709
1709
  /**
1710
- *
1710
+ * The occurrence span from for this claim.
1711
1711
  * @type {string}
1712
1712
  * @memberof ClaimPreBatch
1713
1713
  */
1714
1714
  'occurrence_Span_From22'?: string | null;
1715
1715
  /**
1716
- *
1716
+ * The occurrence span from for this claim.
1717
1717
  * @type {string}
1718
1718
  * @memberof ClaimPreBatch
1719
1719
  */
1720
1720
  'occurrence_Span_From23'?: string | null;
1721
1721
  /**
1722
- *
1722
+ * The occurrence span from for this claim.
1723
1723
  * @type {string}
1724
1724
  * @memberof ClaimPreBatch
1725
1725
  */
1726
1726
  'occurrence_Span_From24'?: string | null;
1727
1727
  /**
1728
- *
1728
+ * The occurrence span from for this claim.
1729
1729
  * @type {string}
1730
1730
  * @memberof ClaimPreBatch
1731
1731
  */
1732
1732
  'occurrence_Span_From3'?: string | null;
1733
1733
  /**
1734
- *
1734
+ * The occurrence span from for this claim.
1735
1735
  * @type {string}
1736
1736
  * @memberof ClaimPreBatch
1737
1737
  */
1738
1738
  'occurrence_Span_From4'?: string | null;
1739
1739
  /**
1740
- *
1740
+ * The occurrence span from for this claim.
1741
1741
  * @type {string}
1742
1742
  * @memberof ClaimPreBatch
1743
1743
  */
1744
1744
  'occurrence_Span_From5'?: string | null;
1745
1745
  /**
1746
- *
1746
+ * The occurrence span from for this claim.
1747
1747
  * @type {string}
1748
1748
  * @memberof ClaimPreBatch
1749
1749
  */
1750
1750
  'occurrence_Span_From6'?: string | null;
1751
1751
  /**
1752
- *
1752
+ * The occurrence span from for this claim.
1753
1753
  * @type {string}
1754
1754
  * @memberof ClaimPreBatch
1755
1755
  */
1756
1756
  'occurrence_Span_From7'?: string | null;
1757
1757
  /**
1758
- *
1758
+ * The occurrence span from for this claim.
1759
1759
  * @type {string}
1760
1760
  * @memberof ClaimPreBatch
1761
1761
  */
1762
1762
  'occurrence_Span_From8'?: string | null;
1763
1763
  /**
1764
- *
1764
+ * The occurrence span from for this claim.
1765
1765
  * @type {string}
1766
1766
  * @memberof ClaimPreBatch
1767
1767
  */
@@ -1773,139 +1773,139 @@ export interface ClaimPreBatch {
1773
1773
  */
1774
1774
  'occurrence_Span_Thru'?: string | null;
1775
1775
  /**
1776
- *
1776
+ * The occurrence span from for this claim.
1777
1777
  * @type {string}
1778
1778
  * @memberof ClaimPreBatch
1779
1779
  */
1780
1780
  'occurrence_Span_Thru10'?: string | null;
1781
1781
  /**
1782
- *
1782
+ * The occurrence span from for this claim.
1783
1783
  * @type {string}
1784
1784
  * @memberof ClaimPreBatch
1785
1785
  */
1786
1786
  'occurrence_Span_Thru11'?: string | null;
1787
1787
  /**
1788
- *
1788
+ * The occurrence span from for this claim.
1789
1789
  * @type {string}
1790
1790
  * @memberof ClaimPreBatch
1791
1791
  */
1792
1792
  'occurrence_Span_Thru12'?: string | null;
1793
1793
  /**
1794
- *
1794
+ * The occurrence span from for this claim.
1795
1795
  * @type {string}
1796
1796
  * @memberof ClaimPreBatch
1797
1797
  */
1798
1798
  'occurrence_Span_Thru13'?: string | null;
1799
1799
  /**
1800
- *
1800
+ * The occurrence span from for this claim.
1801
1801
  * @type {string}
1802
1802
  * @memberof ClaimPreBatch
1803
1803
  */
1804
1804
  'occurrence_Span_Thru14'?: string | null;
1805
1805
  /**
1806
- *
1806
+ * The occurrence span from for this claim.
1807
1807
  * @type {string}
1808
1808
  * @memberof ClaimPreBatch
1809
1809
  */
1810
1810
  'occurrence_Span_Thru15'?: string | null;
1811
1811
  /**
1812
- *
1812
+ * The occurrence span from for this claim.
1813
1813
  * @type {string}
1814
1814
  * @memberof ClaimPreBatch
1815
1815
  */
1816
1816
  'occurrence_Span_Thru16'?: string | null;
1817
1817
  /**
1818
- *
1818
+ * The occurrence span from for this claim.
1819
1819
  * @type {string}
1820
1820
  * @memberof ClaimPreBatch
1821
1821
  */
1822
1822
  'occurrence_Span_Thru17'?: string | null;
1823
1823
  /**
1824
- *
1824
+ * The occurrence span from for this claim.
1825
1825
  * @type {string}
1826
1826
  * @memberof ClaimPreBatch
1827
1827
  */
1828
1828
  'occurrence_Span_Thru18'?: string | null;
1829
1829
  /**
1830
- *
1830
+ * The occurrence span from for this claim.
1831
1831
  * @type {string}
1832
1832
  * @memberof ClaimPreBatch
1833
1833
  */
1834
1834
  'occurrence_Span_Thru19'?: string | null;
1835
1835
  /**
1836
- *
1836
+ * The occurrence span from for this claim.
1837
1837
  * @type {string}
1838
1838
  * @memberof ClaimPreBatch
1839
1839
  */
1840
1840
  'occurrence_Span_Thru2'?: string | null;
1841
1841
  /**
1842
- *
1842
+ * The occurrence span from for this claim.
1843
1843
  * @type {string}
1844
1844
  * @memberof ClaimPreBatch
1845
1845
  */
1846
1846
  'occurrence_Span_Thru20'?: string | null;
1847
1847
  /**
1848
- *
1848
+ * The occurrence span from for this claim.
1849
1849
  * @type {string}
1850
1850
  * @memberof ClaimPreBatch
1851
1851
  */
1852
1852
  'occurrence_Span_Thru21'?: string | null;
1853
1853
  /**
1854
- *
1854
+ * The occurrence span from for this claim.
1855
1855
  * @type {string}
1856
1856
  * @memberof ClaimPreBatch
1857
1857
  */
1858
1858
  'occurrence_Span_Thru22'?: string | null;
1859
1859
  /**
1860
- *
1860
+ * The occurrence span from for this claim.
1861
1861
  * @type {string}
1862
1862
  * @memberof ClaimPreBatch
1863
1863
  */
1864
1864
  'occurrence_Span_Thru23'?: string | null;
1865
1865
  /**
1866
- *
1866
+ * The occurrence span from for this claim.
1867
1867
  * @type {string}
1868
1868
  * @memberof ClaimPreBatch
1869
1869
  */
1870
1870
  'occurrence_Span_Thru24'?: string | null;
1871
1871
  /**
1872
- *
1872
+ * The occurrence span from for this claim.
1873
1873
  * @type {string}
1874
1874
  * @memberof ClaimPreBatch
1875
1875
  */
1876
1876
  'occurrence_Span_Thru3'?: string | null;
1877
1877
  /**
1878
- *
1878
+ * The occurrence span from for this claim.
1879
1879
  * @type {string}
1880
1880
  * @memberof ClaimPreBatch
1881
1881
  */
1882
1882
  'occurrence_Span_Thru4'?: string | null;
1883
1883
  /**
1884
- *
1884
+ * The occurrence span from for this claim.
1885
1885
  * @type {string}
1886
1886
  * @memberof ClaimPreBatch
1887
1887
  */
1888
1888
  'occurrence_Span_Thru5'?: string | null;
1889
1889
  /**
1890
- *
1890
+ * The occurrence span from for this claim.
1891
1891
  * @type {string}
1892
1892
  * @memberof ClaimPreBatch
1893
1893
  */
1894
1894
  'occurrence_Span_Thru6'?: string | null;
1895
1895
  /**
1896
- *
1896
+ * The occurrence span from for this claim.
1897
1897
  * @type {string}
1898
1898
  * @memberof ClaimPreBatch
1899
1899
  */
1900
1900
  'occurrence_Span_Thru7'?: string | null;
1901
1901
  /**
1902
- *
1902
+ * The occurrence span from for this claim.
1903
1903
  * @type {string}
1904
1904
  * @memberof ClaimPreBatch
1905
1905
  */
1906
1906
  'occurrence_Span_Thru8'?: string | null;
1907
1907
  /**
1908
- *
1908
+ * The occurrence span from for this claim.
1909
1909
  * @type {string}
1910
1910
  * @memberof ClaimPreBatch
1911
1911
  */
@@ -1995,19 +1995,19 @@ export interface ClaimPreBatch {
1995
1995
  */
1996
1996
  'oper_Provider_Zip'?: string | null;
1997
1997
  /**
1998
- * This flag indicates the dental claim is for orthodontics. 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.
1998
+ * This flag indicates the dental claim is for orthodontics. Note: This field is marked as NOT NULL in the database and therefore required by the API.
1999
1999
  * @type {boolean}
2000
2000
  * @memberof ClaimPreBatch
2001
2001
  */
2002
2002
  'orthodontics_Treatment': boolean;
2003
2003
  /**
2004
- * 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.
2004
+ * Archive storage table for tracking initial entry of Claim information. Not to be used externally. Note: This field is marked as NOT NULL in the database and therefore required by the API.
2005
2005
  * @type {boolean}
2006
2006
  * @memberof ClaimPreBatch
2007
2007
  */
2008
2008
  'other_Insurance': boolean;
2009
2009
  /**
2010
- *
2010
+ * Additional procedure code (ICD10 Diagnosis) values for this claim submission.
2011
2011
  * @type {string}
2012
2012
  * @memberof ClaimPreBatch
2013
2013
  */
@@ -2073,7 +2073,7 @@ export interface ClaimPreBatch {
2073
2073
  */
2074
2074
  'other_Procedure_Code19'?: string | null;
2075
2075
  /**
2076
- *
2076
+ * Additional procedure code (ICD10 Diagnosis) values for this claim submission.
2077
2077
  * @type {string}
2078
2078
  * @memberof ClaimPreBatch
2079
2079
  */
@@ -2103,19 +2103,19 @@ export interface ClaimPreBatch {
2103
2103
  */
2104
2104
  'other_Procedure_Code23'?: string | null;
2105
2105
  /**
2106
- *
2106
+ * Additional procedure code (ICD10 Diagnosis) values for this claim submission.
2107
2107
  * @type {string}
2108
2108
  * @memberof ClaimPreBatch
2109
2109
  */
2110
2110
  'other_Procedure_Code3'?: string | null;
2111
2111
  /**
2112
- *
2112
+ * Additional procedure code (ICD10 Diagnosis) values for this claim submission.
2113
2113
  * @type {string}
2114
2114
  * @memberof ClaimPreBatch
2115
2115
  */
2116
2116
  'other_Procedure_Code4'?: string | null;
2117
2117
  /**
2118
- *
2118
+ * Additional procedure code (ICD10 Diagnosis) values for this claim submission.
2119
2119
  * @type {string}
2120
2120
  * @memberof ClaimPreBatch
2121
2121
  */
@@ -2145,7 +2145,7 @@ export interface ClaimPreBatch {
2145
2145
  */
2146
2146
  'other_Procedure_Code9'?: string | null;
2147
2147
  /**
2148
- *
2148
+ * Date associated with the additional procedure code.
2149
2149
  * @type {string}
2150
2150
  * @memberof ClaimPreBatch
2151
2151
  */
@@ -2211,7 +2211,7 @@ export interface ClaimPreBatch {
2211
2211
  */
2212
2212
  'other_Procedure_Date19'?: string | null;
2213
2213
  /**
2214
- *
2214
+ * Date associated with the additional procedure code.
2215
2215
  * @type {string}
2216
2216
  * @memberof ClaimPreBatch
2217
2217
  */
@@ -2241,19 +2241,19 @@ export interface ClaimPreBatch {
2241
2241
  */
2242
2242
  'other_Procedure_Date23'?: string | null;
2243
2243
  /**
2244
- *
2244
+ * Date associated with the additional procedure code.
2245
2245
  * @type {string}
2246
2246
  * @memberof ClaimPreBatch
2247
2247
  */
2248
2248
  'other_Procedure_Date3'?: string | null;
2249
2249
  /**
2250
- *
2250
+ * Date associated with the additional procedure code.
2251
2251
  * @type {string}
2252
2252
  * @memberof ClaimPreBatch
2253
2253
  */
2254
2254
  'other_Procedure_Date4'?: string | null;
2255
2255
  /**
2256
- *
2256
+ * Date associated with the additional procedure code.
2257
2257
  * @type {string}
2258
2258
  * @memberof ClaimPreBatch
2259
2259
  */
@@ -2283,7 +2283,7 @@ export interface ClaimPreBatch {
2283
2283
  */
2284
2284
  'other_Procedure_Date9'?: string | null;
2285
2285
  /**
2286
- * 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.
2286
+ * Archive storage table for tracking initial entry of Claim information. Not to be used externally. Note: This field is marked as NOT NULL in the database and therefore required by the API.
2287
2287
  * @type {boolean}
2288
2288
  * @memberof ClaimPreBatch
2289
2289
  */
@@ -2373,7 +2373,7 @@ export interface ClaimPreBatch {
2373
2373
  */
2374
2374
  'patient_Sex'?: string | null;
2375
2375
  /**
2376
- * 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.
2376
+ * Archive storage table for tracking initial entry of Claim information. Not to be used externally. Note: This field is marked as NOT NULL in the database and therefore required by the API.
2377
2377
  * @type {boolean}
2378
2378
  * @memberof ClaimPreBatch
2379
2379
  */
@@ -2775,7 +2775,7 @@ export interface ClaimPreBatch {
2775
2775
  */
2776
2776
  'prior_Placement_Date'?: string | null;
2777
2777
  /**
2778
- * This flag indicates if this claim is for the replacement of a prosthesis. 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.
2778
+ * This flag indicates if this claim is for the replacement of a prosthesis. Note: This field is marked as NOT NULL in the database and therefore required by the API.
2779
2779
  * @type {boolean}
2780
2780
  * @memberof ClaimPreBatch
2781
2781
  */
@@ -2967,25 +2967,25 @@ export interface ClaimPreBatch {
2967
2967
  */
2968
2968
  'refund_Funding_Key'?: number | null;
2969
2969
  /**
2970
- * 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.
2970
+ * Archive storage table for tracking initial entry of Claim information. Not to be used externally. Note: This field is marked as NOT NULL in the database and therefore required by the API.
2971
2971
  * @type {boolean}
2972
2972
  * @memberof ClaimPreBatch
2973
2973
  */
2974
2974
  'related_To_Accident': boolean;
2975
2975
  /**
2976
- * 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.
2976
+ * Archive storage table for tracking initial entry of Claim information. Not to be used externally. Note: This field is marked as NOT NULL in the database and therefore required by the API.
2977
2977
  * @type {boolean}
2978
2978
  * @memberof ClaimPreBatch
2979
2979
  */
2980
2980
  'related_To_Another_Party': boolean;
2981
2981
  /**
2982
- * 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.
2982
+ * Archive storage table for tracking initial entry of Claim information. Not to be used externally. Note: This field is marked as NOT NULL in the database and therefore required by the API.
2983
2983
  * @type {boolean}
2984
2984
  * @memberof ClaimPreBatch
2985
2985
  */
2986
2986
  'related_To_Auto': boolean;
2987
2987
  /**
2988
- * 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.
2988
+ * Archive storage table for tracking initial entry of Claim information. Not to be used externally. Note: This field is marked as NOT NULL in the database and therefore required by the API.
2989
2989
  * @type {boolean}
2990
2990
  * @memberof ClaimPreBatch
2991
2991
  */
@@ -3087,7 +3087,7 @@ export interface ClaimPreBatch {
3087
3087
  */
3088
3088
  'return_To_Work_Date'?: string | null;
3089
3089
  /**
3090
- * 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.
3090
+ * Archive storage table for tracking initial entry of Claim information. Not to be used externally. Note: This field is marked as NOT NULL in the database and therefore required by the API.
3091
3091
  * @type {boolean}
3092
3092
  * @memberof ClaimPreBatch
3093
3093
  */
@@ -3195,7 +3195,7 @@ export interface ClaimPreBatch {
3195
3195
  */
3196
3196
  'service_Thru'?: string | null;
3197
3197
  /**
3198
- * 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.
3198
+ * Archive storage table for tracking initial entry of Claim information. Not to be used externally. Note: This field is marked as NOT NULL in the database and therefore required by the API.
3199
3199
  * @type {boolean}
3200
3200
  * @memberof ClaimPreBatch
3201
3201
  */
@@ -3207,25 +3207,25 @@ export interface ClaimPreBatch {
3207
3207
  */
3208
3208
  'subscriber_ID'?: string | null;
3209
3209
  /**
3210
- * 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.
3210
+ * Archive storage table for tracking initial entry of Claim information. Not to be used externally. Note: This field is marked as NOT NULL in the database and therefore required by the API.
3211
3211
  * @type {boolean}
3212
3212
  * @memberof ClaimPreBatch
3213
3213
  */
3214
3214
  'subscriber_Signature': boolean;
3215
3215
  /**
3216
- * 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.
3216
+ * Archive storage table for tracking initial entry of Claim information. Not to be used externally. Note: This field is marked as NOT NULL in the database and therefore required by the API.
3217
3217
  * @type {boolean}
3218
3218
  * @memberof ClaimPreBatch
3219
3219
  */
3220
3220
  'survivor_Benefit': boolean;
3221
3221
  /**
3222
- * 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.
3222
+ * Archive storage table for tracking initial entry of Claim information. Not to be used externally. Note: This field is marked as NOT NULL in the database and therefore required by the API.
3223
3223
  * @type {boolean}
3224
3224
  * @memberof ClaimPreBatch
3225
3225
  */
3226
3226
  'third_Party_Payment': boolean;
3227
3227
  /**
3228
- * COB total for all claim detail lines 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.
3228
+ * COB total for all claim detail lines Note: This field is marked as NOT NULL in the database and therefore required by the API.
3229
3229
  * @type {number}
3230
3230
  * @memberof ClaimPreBatch
3231
3231
  */
@@ -3237,7 +3237,7 @@ export interface ClaimPreBatch {
3237
3237
  */
3238
3238
  'trans_837_Control_Num'?: string | null;
3239
3239
  /**
3240
- * 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.
3240
+ * Archive storage table for tracking initial entry of Claim information. Not to be used externally. Note: This field is marked as NOT NULL in the database and therefore required by the API.
3241
3241
  * @type {boolean}
3242
3242
  * @memberof ClaimPreBatch
3243
3243
  */
@@ -3273,247 +3273,247 @@ export interface ClaimPreBatch {
3273
3273
  */
3274
3274
  'update_User'?: string | null;
3275
3275
  /**
3276
- * 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.
3276
+ * Archive storage table for tracking initial entry of Claim information. Not to be used externally. Note: This field is marked as NOT NULL in the database and therefore required by the API.
3277
3277
  * @type {boolean}
3278
3278
  * @memberof ClaimPreBatch
3279
3279
  */
3280
3280
  'vacation': boolean;
3281
3281
  /**
3282
- *
3282
+ * The monetary amount related to the value code.
3283
3283
  * @type {number}
3284
3284
  * @memberof ClaimPreBatch
3285
3285
  */
3286
3286
  'value_Amount10'?: number | null;
3287
3287
  /**
3288
- *
3288
+ * The monetary amount related to the value code.
3289
3289
  * @type {number}
3290
3290
  * @memberof ClaimPreBatch
3291
3291
  */
3292
3292
  'value_Amount11'?: number | null;
3293
3293
  /**
3294
- *
3294
+ * The monetary amount related to the value code.
3295
3295
  * @type {number}
3296
3296
  * @memberof ClaimPreBatch
3297
3297
  */
3298
3298
  'value_Amount12'?: number | null;
3299
3299
  /**
3300
- *
3300
+ * The monetary amount related to the value code.
3301
3301
  * @type {number}
3302
3302
  * @memberof ClaimPreBatch
3303
3303
  */
3304
3304
  'value_Amount13'?: number | null;
3305
3305
  /**
3306
- *
3306
+ * The monetary amount related to the value code.
3307
3307
  * @type {number}
3308
3308
  * @memberof ClaimPreBatch
3309
3309
  */
3310
3310
  'value_Amount14'?: number | null;
3311
3311
  /**
3312
- *
3312
+ * The monetary amount related to the value code.
3313
3313
  * @type {number}
3314
3314
  * @memberof ClaimPreBatch
3315
3315
  */
3316
3316
  'value_Amount15'?: number | null;
3317
3317
  /**
3318
- *
3318
+ * The monetary amount related to the value code.
3319
3319
  * @type {number}
3320
3320
  * @memberof ClaimPreBatch
3321
3321
  */
3322
3322
  'value_Amount16'?: number | null;
3323
3323
  /**
3324
- *
3324
+ * The monetary amount related to the value code.
3325
3325
  * @type {number}
3326
3326
  * @memberof ClaimPreBatch
3327
3327
  */
3328
3328
  'value_Amount17'?: number | null;
3329
3329
  /**
3330
- *
3330
+ * The monetary amount related to the value code.
3331
3331
  * @type {number}
3332
3332
  * @memberof ClaimPreBatch
3333
3333
  */
3334
3334
  'value_Amount18'?: number | null;
3335
3335
  /**
3336
- *
3336
+ * The monetary amount related to the value code.
3337
3337
  * @type {number}
3338
3338
  * @memberof ClaimPreBatch
3339
3339
  */
3340
3340
  'value_Amount19'?: number | null;
3341
3341
  /**
3342
- *
3342
+ * The monetary amount related to the value code.
3343
3343
  * @type {number}
3344
3344
  * @memberof ClaimPreBatch
3345
3345
  */
3346
3346
  'value_Amount20'?: number | null;
3347
3347
  /**
3348
- *
3348
+ * The monetary amount related to the value code.
3349
3349
  * @type {number}
3350
3350
  * @memberof ClaimPreBatch
3351
3351
  */
3352
3352
  'value_Amount21'?: number | null;
3353
3353
  /**
3354
- *
3354
+ * The monetary amount related to the value code.
3355
3355
  * @type {number}
3356
3356
  * @memberof ClaimPreBatch
3357
3357
  */
3358
3358
  'value_Amount22'?: number | null;
3359
3359
  /**
3360
- *
3360
+ * The monetary amount related to the value code.
3361
3361
  * @type {number}
3362
3362
  * @memberof ClaimPreBatch
3363
3363
  */
3364
3364
  'value_Amount23'?: number | null;
3365
3365
  /**
3366
- *
3366
+ * The monetary amount related to the value code.
3367
3367
  * @type {number}
3368
3368
  * @memberof ClaimPreBatch
3369
3369
  */
3370
3370
  'value_Amount24'?: number | null;
3371
3371
  /**
3372
- *
3372
+ * The monetary amount related to the value code.
3373
3373
  * @type {number}
3374
3374
  * @memberof ClaimPreBatch
3375
3375
  */
3376
3376
  'value_Amount5'?: number | null;
3377
3377
  /**
3378
- *
3378
+ * The monetary amount related to the value code.
3379
3379
  * @type {number}
3380
3380
  * @memberof ClaimPreBatch
3381
3381
  */
3382
3382
  'value_Amount6'?: number | null;
3383
3383
  /**
3384
- *
3384
+ * The monetary amount related to the value code.
3385
3385
  * @type {number}
3386
3386
  * @memberof ClaimPreBatch
3387
3387
  */
3388
3388
  'value_Amount7'?: number | null;
3389
3389
  /**
3390
- *
3390
+ * The monetary amount related to the value code.
3391
3391
  * @type {number}
3392
3392
  * @memberof ClaimPreBatch
3393
3393
  */
3394
3394
  'value_Amount8'?: number | null;
3395
3395
  /**
3396
- *
3396
+ * The monetary amount related to the value code.
3397
3397
  * @type {number}
3398
3398
  * @memberof ClaimPreBatch
3399
3399
  */
3400
3400
  'value_Amount9'?: number | null;
3401
3401
  /**
3402
- *
3402
+ * The code indicating a monetary condition which was used by the intermediary to process an institutional claim.
3403
3403
  * @type {string}
3404
3404
  * @memberof ClaimPreBatch
3405
3405
  */
3406
3406
  'value_Code10'?: string | null;
3407
3407
  /**
3408
- *
3408
+ * The code indicating a monetary condition which was used by the intermediary to process an institutional claim.
3409
3409
  * @type {string}
3410
3410
  * @memberof ClaimPreBatch
3411
3411
  */
3412
3412
  'value_Code11'?: string | null;
3413
3413
  /**
3414
- *
3414
+ * The code indicating a monetary condition which was used by the intermediary to process an institutional claim.
3415
3415
  * @type {string}
3416
3416
  * @memberof ClaimPreBatch
3417
3417
  */
3418
3418
  'value_Code12'?: string | null;
3419
3419
  /**
3420
- *
3420
+ * The code indicating a monetary condition which was used by the intermediary to process an institutional claim.
3421
3421
  * @type {string}
3422
3422
  * @memberof ClaimPreBatch
3423
3423
  */
3424
3424
  'value_Code13'?: string | null;
3425
3425
  /**
3426
- *
3426
+ * The code indicating a monetary condition which was used by the intermediary to process an institutional claim.
3427
3427
  * @type {string}
3428
3428
  * @memberof ClaimPreBatch
3429
3429
  */
3430
3430
  'value_Code14'?: string | null;
3431
3431
  /**
3432
- *
3432
+ * The code indicating a monetary condition which was used by the intermediary to process an institutional claim.
3433
3433
  * @type {string}
3434
3434
  * @memberof ClaimPreBatch
3435
3435
  */
3436
3436
  'value_Code15'?: string | null;
3437
3437
  /**
3438
- *
3438
+ * The code indicating a monetary condition which was used by the intermediary to process an institutional claim.
3439
3439
  * @type {string}
3440
3440
  * @memberof ClaimPreBatch
3441
3441
  */
3442
3442
  'value_Code16'?: string | null;
3443
3443
  /**
3444
- *
3444
+ * The code indicating a monetary condition which was used by the intermediary to process an institutional claim.
3445
3445
  * @type {string}
3446
3446
  * @memberof ClaimPreBatch
3447
3447
  */
3448
3448
  'value_Code17'?: string | null;
3449
3449
  /**
3450
- *
3450
+ * The code indicating a monetary condition which was used by the intermediary to process an institutional claim.
3451
3451
  * @type {string}
3452
3452
  * @memberof ClaimPreBatch
3453
3453
  */
3454
3454
  'value_Code18'?: string | null;
3455
3455
  /**
3456
- *
3456
+ * The code indicating a monetary condition which was used by the intermediary to process an institutional claim.
3457
3457
  * @type {string}
3458
3458
  * @memberof ClaimPreBatch
3459
3459
  */
3460
3460
  'value_Code19'?: string | null;
3461
3461
  /**
3462
- *
3462
+ * The code indicating a monetary condition which was used by the intermediary to process an institutional claim.
3463
3463
  * @type {string}
3464
3464
  * @memberof ClaimPreBatch
3465
3465
  */
3466
3466
  'value_Code20'?: string | null;
3467
3467
  /**
3468
- *
3468
+ * The code indicating a monetary condition which was used by the intermediary to process an institutional claim.
3469
3469
  * @type {string}
3470
3470
  * @memberof ClaimPreBatch
3471
3471
  */
3472
3472
  'value_Code21'?: string | null;
3473
3473
  /**
3474
- *
3474
+ * The code indicating a monetary condition which was used by the intermediary to process an institutional claim.
3475
3475
  * @type {string}
3476
3476
  * @memberof ClaimPreBatch
3477
3477
  */
3478
3478
  'value_Code22'?: string | null;
3479
3479
  /**
3480
- *
3480
+ * The code indicating a monetary condition which was used by the intermediary to process an institutional claim.
3481
3481
  * @type {string}
3482
3482
  * @memberof ClaimPreBatch
3483
3483
  */
3484
3484
  'value_Code23'?: string | null;
3485
3485
  /**
3486
- *
3486
+ * The code indicating a monetary condition which was used by the intermediary to process an institutional claim.
3487
3487
  * @type {string}
3488
3488
  * @memberof ClaimPreBatch
3489
3489
  */
3490
3490
  'value_Code24'?: string | null;
3491
3491
  /**
3492
- *
3492
+ * The code indicating a monetary condition which was used by the intermediary to process an institutional claim.
3493
3493
  * @type {string}
3494
3494
  * @memberof ClaimPreBatch
3495
3495
  */
3496
3496
  'value_Code5'?: string | null;
3497
3497
  /**
3498
- *
3498
+ * The code indicating a monetary condition which was used by the intermediary to process an institutional claim.
3499
3499
  * @type {string}
3500
3500
  * @memberof ClaimPreBatch
3501
3501
  */
3502
3502
  'value_Code6'?: string | null;
3503
3503
  /**
3504
- *
3504
+ * The code indicating a monetary condition which was used by the intermediary to process an institutional claim.
3505
3505
  * @type {string}
3506
3506
  * @memberof ClaimPreBatch
3507
3507
  */
3508
3508
  'value_Code7'?: string | null;
3509
3509
  /**
3510
- *
3510
+ * The code indicating a monetary condition which was used by the intermediary to process an institutional claim.
3511
3511
  * @type {string}
3512
3512
  * @memberof ClaimPreBatch
3513
3513
  */
3514
3514
  'value_Code8'?: string | null;
3515
3515
  /**
3516
- *
3516
+ * The code indicating a monetary condition which was used by the intermediary to process an institutional claim.
3517
3517
  * @type {string}
3518
3518
  * @memberof ClaimPreBatch
3519
3519
  */
@@ -3525,13 +3525,13 @@ export interface ClaimPreBatch {
3525
3525
  */
3526
3526
  'void_Check_ID'?: number | null;
3527
3527
  /**
3528
- * 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.
3528
+ * Archive storage table for tracking initial entry of Claim information. Not to be used externally. Note: This field is marked as NOT NULL in the database and therefore required by the API.
3529
3529
  * @type {boolean}
3530
3530
  * @memberof ClaimPreBatch
3531
3531
  */
3532
3532
  'volume_Override': boolean;
3533
3533
  /**
3534
- * 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.
3534
+ * Archive storage table for tracking initial entry of Claim information. Not to be used externally. Note: This field is marked as NOT NULL in the database and therefore required by the API.
3535
3535
  * @type {boolean}
3536
3536
  * @memberof ClaimPreBatch
3537
3537
  */