@rinse-dental/open-dental 3.4.2 → 4.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +388 -16
- package/dist/api/accountModules.d.ts +23 -3
- package/dist/api/accountModules.d.ts.map +1 -1
- package/dist/api/accountModules.js +17 -6
- package/dist/api/adjustments.d.ts +5 -2
- package/dist/api/adjustments.d.ts.map +1 -1
- package/dist/api/adjustments.js +11 -5
- package/dist/api/allergies.d.ts +5 -2
- package/dist/api/allergies.d.ts.map +1 -1
- package/dist/api/allergies.js +11 -5
- package/dist/api/allergydefs.d.ts +27 -0
- package/dist/api/allergydefs.d.ts.map +1 -0
- package/dist/api/allergydefs.js +40 -0
- package/dist/api/appointmentTypes.d.ts +12 -2
- package/dist/api/appointmentTypes.d.ts.map +1 -1
- package/dist/api/appointmentTypes.js +12 -2
- package/dist/api/appointments.d.ts +5 -2
- package/dist/api/appointments.d.ts.map +1 -1
- package/dist/api/appointments.js +19 -13
- package/dist/api/apptFieldDefs.d.ts +54 -0
- package/dist/api/apptFieldDefs.d.ts.map +1 -0
- package/dist/api/apptFieldDefs.js +79 -0
- package/dist/api/apptFields.d.ts +60 -0
- package/dist/api/apptFields.d.ts.map +1 -0
- package/dist/api/apptFields.js +102 -0
- package/dist/api/asapComms.d.ts +44 -0
- package/dist/api/asapComms.d.ts.map +1 -0
- package/dist/api/asapComms.js +64 -0
- package/dist/api/autoNoteControls.d.ts +48 -0
- package/dist/api/autoNoteControls.d.ts.map +1 -0
- package/dist/api/autoNoteControls.js +74 -0
- package/dist/api/autoNotes.d.ts +42 -0
- package/dist/api/autoNotes.d.ts.map +1 -0
- package/dist/api/autoNotes.js +70 -0
- package/dist/api/benefits.d.ts +14 -3
- package/dist/api/benefits.d.ts.map +1 -1
- package/dist/api/benefits.js +24 -5
- package/dist/api/carriers.d.ts +68 -0
- package/dist/api/carriers.d.ts.map +1 -0
- package/dist/api/carriers.js +107 -0
- package/dist/api/chartModules.d.ts +1 -1
- package/dist/api/chartModules.d.ts.map +1 -1
- package/dist/api/chartModules.js +4 -4
- package/dist/api/claimPayments.d.ts +93 -0
- package/dist/api/claimPayments.d.ts.map +1 -0
- package/dist/api/claimPayments.js +163 -0
- package/dist/api/claimProcs.d.ts +42 -2
- package/dist/api/claimProcs.d.ts.map +1 -1
- package/dist/api/claimProcs.js +65 -2
- package/dist/api/claimTrackings.d.ts +44 -0
- package/dist/api/claimTrackings.d.ts.map +1 -0
- package/dist/api/claimTrackings.js +70 -0
- package/dist/api/claims.d.ts +33 -0
- package/dist/api/claims.d.ts.map +1 -1
- package/dist/api/claims.js +60 -6
- package/dist/api/clinics.d.ts +47 -0
- package/dist/api/clinics.d.ts.map +1 -0
- package/dist/api/clinics.js +70 -0
- package/dist/api/clockEvents.d.ts +33 -0
- package/dist/api/clockEvents.d.ts.map +1 -0
- package/dist/api/clockEvents.js +42 -0
- package/dist/api/codeGroups.d.ts +64 -0
- package/dist/api/codeGroups.d.ts.map +1 -0
- package/dist/api/codeGroups.js +84 -0
- package/dist/api/commlogs.d.ts +14 -2
- package/dist/api/commlogs.d.ts.map +1 -1
- package/dist/api/commlogs.js +11 -4
- package/dist/api/computers.d.ts +25 -0
- package/dist/api/computers.d.ts.map +1 -0
- package/dist/api/computers.js +29 -0
- package/dist/api/covCats.d.ts +58 -0
- package/dist/api/covCats.d.ts.map +1 -0
- package/dist/api/covCats.js +78 -0
- package/dist/api/covSpans.d.ts +60 -0
- package/dist/api/covSpans.d.ts.map +1 -0
- package/dist/api/covSpans.js +91 -0
- package/dist/api/definitions.d.ts +19 -3
- package/dist/api/definitions.d.ts.map +1 -1
- package/dist/api/definitions.js +26 -2
- package/dist/api/discountPlanSubs.js +3 -3
- package/dist/api/discountPlans.d.ts +4 -1
- package/dist/api/discountPlans.d.ts.map +1 -1
- package/dist/api/discountPlans.js +9 -3
- package/dist/api/diseaseDefs.d.ts +35 -0
- package/dist/api/diseaseDefs.d.ts.map +1 -0
- package/dist/api/diseaseDefs.js +49 -0
- package/dist/api/diseases.d.ts +4 -1
- package/dist/api/diseases.d.ts.map +1 -1
- package/dist/api/diseases.js +6 -3
- package/dist/api/documents.d.ts +137 -0
- package/dist/api/documents.d.ts.map +1 -0
- package/dist/api/documents.js +235 -0
- package/dist/api/eTrans.d.ts +20 -0
- package/dist/api/eTrans.d.ts.map +1 -0
- package/dist/api/eTrans.js +36 -0
- package/dist/api/eTransMessageTexts.d.ts +15 -0
- package/dist/api/eTransMessageTexts.d.ts.map +1 -0
- package/dist/api/eTransMessageTexts.js +22 -0
- package/dist/api/eTranss.d.ts +22 -0
- package/dist/api/eTranss.d.ts.map +1 -0
- package/dist/api/eTranss.js +29 -0
- package/dist/api/ehrPatients.d.ts +29 -0
- package/dist/api/ehrPatients.d.ts.map +1 -0
- package/dist/api/ehrPatients.js +42 -0
- package/dist/api/employees.d.ts +66 -0
- package/dist/api/employees.d.ts.map +1 -0
- package/dist/api/employees.js +86 -0
- package/dist/api/employers.d.ts +53 -0
- package/dist/api/employers.d.ts.map +1 -0
- package/dist/api/employers.js +81 -0
- package/dist/api/eobAttaches.d.ts +56 -0
- package/dist/api/eobAttaches.d.ts.map +1 -0
- package/dist/api/eobAttaches.js +96 -0
- package/dist/api/events.d.ts +26 -0
- package/dist/api/events.d.ts.map +1 -0
- package/dist/api/events.js +26 -0
- package/dist/api/familyModules.d.ts +12 -2
- package/dist/api/familyModules.d.ts.map +1 -1
- package/dist/api/familyModules.js +9 -4
- package/dist/api/feeScheds.d.ts +8 -2
- package/dist/api/feeScheds.d.ts.map +1 -1
- package/dist/api/feeScheds.js +14 -2
- package/dist/api/fees.d.ts +41 -3
- package/dist/api/fees.d.ts.map +1 -1
- package/dist/api/fees.js +58 -2
- package/dist/api/histAppointments.d.ts +29 -0
- package/dist/api/histAppointments.d.ts.map +1 -0
- package/dist/api/histAppointments.js +33 -0
- package/dist/api/index.d.ts +89 -13
- package/dist/api/index.d.ts.map +1 -1
- package/dist/api/index.js +180 -28
- package/dist/api/insPlans.d.ts +11 -4
- package/dist/api/insPlans.d.ts.map +1 -1
- package/dist/api/insPlans.js +17 -7
- package/dist/api/insSubs.d.ts +13 -5
- package/dist/api/insSubs.d.ts.map +1 -1
- package/dist/api/insSubs.js +19 -8
- package/dist/api/insVerifies.d.ts +9 -6
- package/dist/api/insVerifies.d.ts.map +1 -1
- package/dist/api/insVerifies.js +15 -9
- package/dist/api/labCases.d.ts +22 -7
- package/dist/api/labCases.d.ts.map +1 -1
- package/dist/api/labCases.js +34 -11
- package/dist/api/labTurnarounds.d.ts +52 -0
- package/dist/api/labTurnarounds.d.ts.map +1 -0
- package/dist/api/labTurnarounds.js +78 -0
- package/dist/api/laboratories.d.ts +71 -0
- package/dist/api/laboratories.d.ts.map +1 -0
- package/dist/api/laboratories.js +91 -0
- package/dist/api/medicationPats.d.ts +5 -2
- package/dist/api/medicationPats.d.ts.map +1 -1
- package/dist/api/medicationPats.js +11 -5
- package/dist/api/medications.d.ts +37 -0
- package/dist/api/medications.d.ts.map +1 -0
- package/dist/api/medications.js +46 -0
- package/dist/api/operatories.d.ts +4 -3
- package/dist/api/operatories.d.ts.map +1 -1
- package/dist/api/operatories.js +8 -4
- package/dist/api/patFieldDefs.d.ts +57 -0
- package/dist/api/patFieldDefs.d.ts.map +1 -0
- package/dist/api/patFieldDefs.js +83 -0
- package/dist/api/patFields.d.ts +11 -6
- package/dist/api/patFields.d.ts.map +1 -1
- package/dist/api/patFields.js +23 -14
- package/dist/api/patPlans.d.ts +13 -6
- package/dist/api/patPlans.d.ts.map +1 -1
- package/dist/api/patPlans.js +18 -8
- package/dist/api/patientNotes.d.ts +48 -0
- package/dist/api/patientNotes.d.ts.map +1 -0
- package/dist/api/patientNotes.js +70 -0
- package/dist/api/patientRaces.d.ts +21 -0
- package/dist/api/patientRaces.d.ts.map +1 -0
- package/dist/api/patientRaces.js +28 -0
- package/dist/api/patients.d.ts +6 -3
- package/dist/api/patients.d.ts.map +1 -1
- package/dist/api/patients.js +15 -6
- package/dist/api/payPlanCharges.d.ts +4 -0
- package/dist/api/payPlanCharges.d.ts.map +1 -1
- package/dist/api/payPlanCharges.js +4 -0
- package/dist/api/payPlans.d.ts +10 -1
- package/dist/api/payPlans.d.ts.map +1 -1
- package/dist/api/payPlans.js +17 -18
- package/dist/api/paySplits.d.ts +12 -7
- package/dist/api/paySplits.d.ts.map +1 -1
- package/dist/api/paySplits.js +14 -6
- package/dist/api/payments.d.ts +18 -3
- package/dist/api/payments.d.ts.map +1 -1
- package/dist/api/payments.js +30 -4
- package/dist/api/perioExams.d.ts +67 -0
- package/dist/api/perioExams.d.ts.map +1 -0
- package/dist/api/perioExams.js +104 -0
- package/dist/api/perioMeasures.d.ts +74 -0
- package/dist/api/perioMeasures.d.ts.map +1 -0
- package/dist/api/perioMeasures.js +118 -0
- package/dist/api/pharmacies.d.ts +29 -0
- package/dist/api/pharmacies.d.ts.map +1 -0
- package/dist/api/pharmacies.js +38 -0
- package/dist/api/popups.d.ts +42 -0
- package/dist/api/popups.d.ts.map +1 -0
- package/dist/api/popups.js +71 -0
- package/dist/api/preferences.d.ts +31 -0
- package/dist/api/preferences.d.ts.map +1 -0
- package/dist/api/preferences.js +46 -0
- package/dist/api/procNotes.d.ts +5 -2
- package/dist/api/procNotes.d.ts.map +1 -1
- package/dist/api/procNotes.js +9 -3
- package/dist/api/procTPs.d.ts +6 -3
- package/dist/api/procTPs.d.ts.map +1 -1
- package/dist/api/procTPs.js +10 -4
- package/dist/api/procedureCodes.d.ts +9 -7
- package/dist/api/procedureCodes.d.ts.map +1 -1
- package/dist/api/procedureCodes.js +13 -8
- package/dist/api/procedureLog.d.ts +5 -2
- package/dist/api/procedureLog.d.ts.map +1 -1
- package/dist/api/procedureLog.js +15 -6
- package/dist/api/providers.d.ts +4 -1
- package/dist/api/providers.d.ts.map +1 -1
- package/dist/api/providers.js +10 -4
- package/dist/api/queries.d.ts +24 -1
- package/dist/api/queries.d.ts.map +1 -1
- package/dist/api/queries.js +35 -0
- package/dist/api/quickPasteCats.d.ts +24 -0
- package/dist/api/quickPasteCats.d.ts.map +1 -0
- package/dist/api/quickPasteCats.js +33 -0
- package/dist/api/quickPasteNotes.d.ts +27 -0
- package/dist/api/quickPasteNotes.d.ts.map +1 -0
- package/dist/api/quickPasteNotes.js +36 -0
- package/dist/api/recallTypes.d.ts +31 -0
- package/dist/api/recallTypes.d.ts.map +1 -0
- package/dist/api/recallTypes.js +40 -0
- package/dist/api/recalls.d.ts +20 -4
- package/dist/api/recalls.d.ts.map +1 -1
- package/dist/api/recalls.js +26 -14
- package/dist/api/refAttaches.d.ts +6 -3
- package/dist/api/refAttaches.d.ts.map +1 -1
- package/dist/api/refAttaches.js +11 -5
- package/dist/api/referrals.d.ts +4 -1
- package/dist/api/referrals.d.ts.map +1 -1
- package/dist/api/referrals.js +10 -4
- package/dist/api/reports.d.ts +34 -0
- package/dist/api/reports.d.ts.map +1 -0
- package/dist/api/reports.js +40 -0
- package/dist/api/rxPats.d.ts +27 -0
- package/dist/api/rxPats.d.ts.map +1 -0
- package/dist/api/rxPats.js +41 -0
- package/dist/api/scheduleOps.d.ts +20 -0
- package/dist/api/scheduleOps.d.ts.map +1 -0
- package/dist/api/scheduleOps.js +30 -0
- package/dist/api/schedules.d.ts +23 -2
- package/dist/api/schedules.d.ts.map +1 -1
- package/dist/api/schedules.js +31 -2
- package/dist/api/security.d.ts +25 -0
- package/dist/api/security.d.ts.map +1 -0
- package/dist/api/security.js +29 -0
- package/dist/api/securityLogs.d.ts +5 -2
- package/dist/api/securityLogs.d.ts.map +1 -1
- package/dist/api/securityLogs.js +8 -2
- package/dist/api/sheetDefs.d.ts +27 -0
- package/dist/api/sheetDefs.d.ts.map +1 -0
- package/dist/api/sheetDefs.js +36 -0
- package/dist/api/sheetFields.d.ts +38 -0
- package/dist/api/sheetFields.d.ts.map +1 -0
- package/dist/api/sheetFields.js +53 -0
- package/dist/api/sheets.d.ts +47 -0
- package/dist/api/sheets.d.ts.map +1 -0
- package/dist/api/sheets.js +64 -0
- package/dist/api/signalODs.d.ts +23 -0
- package/dist/api/signalODs.d.ts.map +1 -0
- package/dist/api/signalODs.js +30 -0
- package/dist/api/statements.d.ts +48 -0
- package/dist/api/statements.d.ts.map +1 -0
- package/dist/api/statements.js +72 -0
- package/dist/api/subscriptions.d.ts +67 -0
- package/dist/api/subscriptions.d.ts.map +1 -0
- package/dist/api/subscriptions.js +93 -0
- package/dist/api/substitutionLinks.d.ts +51 -0
- package/dist/api/substitutionLinks.d.ts.map +1 -0
- package/dist/api/substitutionLinks.js +74 -0
- package/dist/api/taskLists.d.ts +20 -0
- package/dist/api/taskLists.d.ts.map +1 -0
- package/dist/api/taskLists.js +24 -0
- package/dist/api/taskNotes.d.ts +50 -0
- package/dist/api/taskNotes.d.ts.map +1 -0
- package/dist/api/taskNotes.js +81 -0
- package/dist/api/tasks.d.ts +69 -0
- package/dist/api/tasks.d.ts.map +1 -0
- package/dist/api/tasks.js +89 -0
- package/dist/api/toothInitials.d.ts +39 -0
- package/dist/api/toothInitials.d.ts.map +1 -0
- package/dist/api/toothInitials.js +64 -0
- package/dist/api/treatplanattaches.d.ts +5 -2
- package/dist/api/treatplanattaches.d.ts.map +1 -1
- package/dist/api/treatplanattaches.js +10 -4
- package/dist/api/treatplans.d.ts +15 -1
- package/dist/api/treatplans.d.ts.map +1 -1
- package/dist/api/treatplans.js +26 -4
- package/dist/api/userGroupAttaches.d.ts +20 -0
- package/dist/api/userGroupAttaches.d.ts.map +1 -0
- package/dist/api/userGroupAttaches.js +30 -0
- package/dist/api/userGroups.d.ts +20 -0
- package/dist/api/userGroups.d.ts.map +1 -0
- package/dist/api/userGroups.js +29 -0
- package/dist/api/userODs.d.ts +49 -0
- package/dist/api/userODs.d.ts.map +1 -0
- package/dist/api/userODs.js +64 -0
- package/dist/openDental.d.ts +624 -115
- package/dist/openDental.d.ts.map +1 -1
- package/dist/openDental.js +800 -291
- package/dist/types/DiscountPlanTypes.d.ts +3 -0
- package/dist/types/DiscountPlanTypes.d.ts.map +1 -1
- package/dist/types/adjustmentTypes.d.ts +3 -0
- package/dist/types/adjustmentTypes.d.ts.map +1 -1
- package/dist/types/allergyDefTypes.d.ts +25 -0
- package/dist/types/allergyDefTypes.d.ts.map +1 -0
- package/dist/types/allergyTypes.d.ts +3 -0
- package/dist/types/allergyTypes.d.ts.map +1 -1
- package/dist/types/{appoinmentTypesType.d.ts → appointmentTypeTypes.d.ts} +1 -1
- package/dist/types/appointmentTypeTypes.d.ts.map +1 -0
- package/dist/types/appointmentTypeTypes.js +2 -0
- package/dist/types/appointmentTypes.d.ts +19 -0
- package/dist/types/appointmentTypes.d.ts.map +1 -1
- package/dist/types/apptFieldDefTypes.d.ts +25 -0
- package/dist/types/apptFieldDefTypes.d.ts.map +1 -0
- package/dist/types/apptFieldDefTypes.js +2 -0
- package/dist/types/apptFieldTypes.d.ts +34 -0
- package/dist/types/apptFieldTypes.d.ts.map +1 -0
- package/dist/types/apptFieldTypes.js +2 -0
- package/dist/types/asapCommTypes.d.ts +63 -0
- package/dist/types/asapCommTypes.d.ts.map +1 -0
- package/dist/types/asapCommTypes.js +2 -0
- package/dist/types/autoNoteControlTypes.d.ts +27 -0
- package/dist/types/autoNoteControlTypes.d.ts.map +1 -0
- package/dist/types/autoNoteControlTypes.js +2 -0
- package/dist/types/autoNoteTypes.d.ts +33 -0
- package/dist/types/autoNoteTypes.d.ts.map +1 -0
- package/dist/types/autoNoteTypes.js +2 -0
- package/dist/types/benefitTypes.d.ts +6 -0
- package/dist/types/benefitTypes.d.ts.map +1 -1
- package/dist/types/carrierTypes.d.ts +45 -0
- package/dist/types/carrierTypes.d.ts.map +1 -0
- package/dist/types/carrierTypes.js +2 -0
- package/dist/types/claimPaymentTypes.d.ts +72 -0
- package/dist/types/claimPaymentTypes.d.ts.map +1 -0
- package/dist/types/claimPaymentTypes.js +2 -0
- package/dist/types/claimProcTypes.d.ts +3 -0
- package/dist/types/claimProcTypes.d.ts.map +1 -1
- package/dist/types/claimTrackingTypes.d.ts +37 -0
- package/dist/types/claimTrackingTypes.d.ts.map +1 -0
- package/dist/types/claimTrackingTypes.js +2 -0
- package/dist/types/claimTypes.d.ts +3 -0
- package/dist/types/claimTypes.d.ts.map +1 -1
- package/dist/types/clinicTypes.d.ts +45 -0
- package/dist/types/clinicTypes.d.ts.map +1 -0
- package/dist/types/clinicTypes.js +2 -0
- package/dist/types/clockEventTypes.d.ts +52 -0
- package/dist/types/clockEventTypes.d.ts.map +1 -0
- package/dist/types/clockEventTypes.js +2 -0
- package/dist/types/codeGroupTypes.d.ts +67 -0
- package/dist/types/codeGroupTypes.d.ts.map +1 -0
- package/dist/types/codeGroupTypes.js +2 -0
- package/dist/types/computerTypes.d.ts +10 -0
- package/dist/types/computerTypes.d.ts.map +1 -0
- package/dist/types/computerTypes.js +2 -0
- package/dist/types/covCatTypes.d.ts +53 -0
- package/dist/types/covCatTypes.d.ts.map +1 -0
- package/dist/types/covCatTypes.js +2 -0
- package/dist/types/covSpanTypes.d.ts +52 -0
- package/dist/types/covSpanTypes.d.ts.map +1 -0
- package/dist/types/covSpanTypes.js +2 -0
- package/dist/types/definitionTypes.d.ts +12 -0
- package/dist/types/definitionTypes.d.ts.map +1 -1
- package/dist/types/discountPlanSubTypes.d.ts +5 -1
- package/dist/types/discountPlanSubTypes.d.ts.map +1 -1
- package/dist/types/diseaseDefTypes.d.ts +33 -0
- package/dist/types/diseaseDefTypes.d.ts.map +1 -0
- package/dist/types/diseaseDefTypes.js +2 -0
- package/dist/types/diseaseTypes.d.ts +3 -0
- package/dist/types/diseaseTypes.d.ts.map +1 -1
- package/dist/types/documentTypes.d.ts +191 -0
- package/dist/types/documentTypes.d.ts.map +1 -0
- package/dist/types/documentTypes.js +2 -0
- package/dist/types/eTransMessageTextTypes.d.ts +9 -0
- package/dist/types/eTransMessageTextTypes.d.ts.map +1 -0
- package/dist/types/eTransMessageTextTypes.js +2 -0
- package/dist/types/eTransTypes.d.ts +15 -0
- package/dist/types/eTransTypes.d.ts.map +1 -0
- package/dist/types/eTransTypes.js +2 -0
- package/dist/types/eTranssTypes.d.ts +46 -0
- package/dist/types/eTranssTypes.d.ts.map +1 -0
- package/dist/types/eTranssTypes.js +2 -0
- package/dist/types/ehrPatientTypes.d.ts +34 -0
- package/dist/types/ehrPatientTypes.d.ts.map +1 -0
- package/dist/types/ehrPatientTypes.js +2 -0
- package/dist/types/employeeTypes.d.ts +88 -0
- package/dist/types/employeeTypes.d.ts.map +1 -0
- package/dist/types/employeeTypes.js +2 -0
- package/dist/types/employerTypes.d.ts +38 -0
- package/dist/types/employerTypes.d.ts.map +1 -0
- package/dist/types/employerTypes.js +2 -0
- package/dist/types/eobAttachTypes.d.ts +62 -0
- package/dist/types/eobAttachTypes.d.ts.map +1 -0
- package/dist/types/eobAttachTypes.js +2 -0
- package/dist/types/eventTypes.d.ts +52 -0
- package/dist/types/eventTypes.d.ts.map +1 -0
- package/dist/types/eventTypes.js +2 -0
- package/dist/types/feeTypes.d.ts +3 -0
- package/dist/types/feeTypes.d.ts.map +1 -1
- package/dist/types/histAppointmentTypes.d.ts +77 -0
- package/dist/types/histAppointmentTypes.d.ts.map +1 -0
- package/dist/types/histAppointmentTypes.js +2 -0
- package/dist/types/insPlanTypes.d.ts +4 -1
- package/dist/types/insPlanTypes.d.ts.map +1 -1
- package/dist/types/insSubTypes.d.ts +4 -1
- package/dist/types/insSubTypes.d.ts.map +1 -1
- package/dist/types/insVerifiesTypes.d.ts +3 -0
- package/dist/types/insVerifiesTypes.d.ts.map +1 -1
- package/dist/types/labCaseTypes.d.ts +4 -0
- package/dist/types/labCaseTypes.d.ts.map +1 -1
- package/dist/types/labTurnaroundTypes.d.ts +55 -0
- package/dist/types/labTurnaroundTypes.d.ts.map +1 -0
- package/dist/types/labTurnaroundTypes.js +2 -0
- package/dist/types/laboratoryTypes.d.ts +80 -0
- package/dist/types/laboratoryTypes.d.ts.map +1 -0
- package/dist/types/laboratoryTypes.js +2 -0
- package/dist/types/medicationPatTypes.d.ts +3 -0
- package/dist/types/medicationPatTypes.d.ts.map +1 -1
- package/dist/types/medicationTypes.d.ts +28 -0
- package/dist/types/medicationTypes.d.ts.map +1 -0
- package/dist/types/medicationTypes.js +2 -0
- package/dist/types/operatoryTypes.d.ts +5 -2
- package/dist/types/operatoryTypes.d.ts.map +1 -1
- package/dist/types/patFieldDefTypes.d.ts +64 -0
- package/dist/types/patFieldDefTypes.d.ts.map +1 -0
- package/dist/types/patFieldDefTypes.js +2 -0
- package/dist/types/patFieldTypes.d.ts +4 -0
- package/dist/types/patFieldTypes.d.ts.map +1 -1
- package/dist/types/patPlanTypes.d.ts +3 -0
- package/dist/types/patPlanTypes.d.ts.map +1 -1
- package/dist/types/patientNoteTypes.d.ts +32 -0
- package/dist/types/patientNoteTypes.d.ts.map +1 -0
- package/dist/types/patientNoteTypes.js +2 -0
- package/dist/types/patientRaceTypes.d.ts +25 -0
- package/dist/types/patientRaceTypes.d.ts.map +1 -0
- package/dist/types/patientRaceTypes.js +2 -0
- package/dist/types/patientTypes.d.ts +7 -1
- package/dist/types/patientTypes.d.ts.map +1 -1
- package/dist/types/payPlanChargeTypes.d.ts +4 -0
- package/dist/types/payPlanChargeTypes.d.ts.map +1 -1
- package/dist/types/paySplitTypes.d.ts +3 -0
- package/dist/types/paySplitTypes.d.ts.map +1 -1
- package/dist/types/paymentTypes.d.ts +11 -0
- package/dist/types/paymentTypes.d.ts.map +1 -1
- package/dist/types/perioExamTypes.d.ts +54 -0
- package/dist/types/perioExamTypes.d.ts.map +1 -0
- package/dist/types/perioExamTypes.js +2 -0
- package/dist/types/perioMeasureTypes.d.ts +80 -0
- package/dist/types/perioMeasureTypes.d.ts.map +1 -0
- package/dist/types/perioMeasureTypes.js +2 -0
- package/dist/types/pharmacyTypes.d.ts +18 -0
- package/dist/types/pharmacyTypes.d.ts.map +1 -0
- package/dist/types/pharmacyTypes.js +2 -0
- package/dist/types/popupTypes.d.ts +55 -0
- package/dist/types/popupTypes.d.ts.map +1 -0
- package/dist/types/popupTypes.js +2 -0
- package/dist/types/preferenceTypes.d.ts +32 -0
- package/dist/types/preferenceTypes.d.ts.map +1 -0
- package/dist/types/preferenceTypes.js +2 -0
- package/dist/types/procNoteTypes.d.ts +3 -0
- package/dist/types/procNoteTypes.d.ts.map +1 -1
- package/dist/types/procTPTypes.d.ts +3 -0
- package/dist/types/procTPTypes.d.ts.map +1 -1
- package/dist/types/procedureCodeTypes.d.ts +3 -0
- package/dist/types/procedureCodeTypes.d.ts.map +1 -1
- package/dist/types/procedurelogTypes.d.ts +7 -0
- package/dist/types/procedurelogTypes.d.ts.map +1 -1
- package/dist/types/providerTypes.d.ts +3 -0
- package/dist/types/providerTypes.d.ts.map +1 -1
- package/dist/types/queryTypes.d.ts +10 -0
- package/dist/types/queryTypes.d.ts.map +1 -1
- package/dist/types/quickPasteCatTypes.d.ts +23 -0
- package/dist/types/quickPasteCatTypes.d.ts.map +1 -0
- package/dist/types/quickPasteCatTypes.js +2 -0
- package/dist/types/quickPasteNoteTypes.d.ts +26 -0
- package/dist/types/quickPasteNoteTypes.d.ts.map +1 -0
- package/dist/types/quickPasteNoteTypes.js +2 -0
- package/dist/types/recallTypeTypes.d.ts +13 -0
- package/dist/types/recallTypeTypes.d.ts.map +1 -0
- package/dist/types/recallTypeTypes.js +2 -0
- package/dist/types/recallTypes.d.ts +6 -3
- package/dist/types/recallTypes.d.ts.map +1 -1
- package/dist/types/refAttachTypes.d.ts +3 -0
- package/dist/types/refAttachTypes.d.ts.map +1 -1
- package/dist/types/referralTypes.d.ts +7 -4
- package/dist/types/referralTypes.d.ts.map +1 -1
- package/dist/types/reportTypes.d.ts +56 -0
- package/dist/types/reportTypes.d.ts.map +1 -0
- package/dist/types/reportTypes.js +2 -0
- package/dist/types/rxPatTypes.d.ts +43 -0
- package/dist/types/rxPatTypes.d.ts.map +1 -0
- package/dist/types/rxPatTypes.js +2 -0
- package/dist/types/scheduleOpTypes.d.ts +22 -0
- package/dist/types/scheduleOpTypes.d.ts.map +1 -0
- package/dist/types/scheduleOpTypes.js +2 -0
- package/dist/types/scheduleTypes.d.ts +17 -0
- package/dist/types/scheduleTypes.d.ts.map +1 -1
- package/dist/types/securityLogTypes.d.ts +3 -0
- package/dist/types/securityLogTypes.d.ts.map +1 -1
- package/dist/types/securityTypes.d.ts +13 -0
- package/dist/types/securityTypes.d.ts.map +1 -0
- package/dist/types/securityTypes.js +2 -0
- package/dist/types/sheetDefTypes.d.ts +22 -0
- package/dist/types/sheetDefTypes.d.ts.map +1 -0
- package/dist/types/sheetDefTypes.js +2 -0
- package/dist/types/sheetFieldTypes.d.ts +48 -0
- package/dist/types/sheetFieldTypes.d.ts.map +1 -0
- package/dist/types/sheetFieldTypes.js +2 -0
- package/dist/types/sheetTypes.d.ts +62 -0
- package/dist/types/sheetTypes.d.ts.map +1 -0
- package/dist/types/sheetTypes.js +2 -0
- package/dist/types/signalODTypes.d.ts +48 -0
- package/dist/types/signalODTypes.d.ts.map +1 -0
- package/dist/types/signalODTypes.js +2 -0
- package/dist/types/statementTypes.d.ts +60 -0
- package/dist/types/statementTypes.d.ts.map +1 -0
- package/dist/types/statementTypes.js +2 -0
- package/dist/types/subscriptionTypes.d.ts +99 -0
- package/dist/types/subscriptionTypes.d.ts.map +1 -0
- package/dist/types/subscriptionTypes.js +2 -0
- package/dist/types/substitutionLinkTypes.d.ts +46 -0
- package/dist/types/substitutionLinkTypes.d.ts.map +1 -0
- package/dist/types/substitutionLinkTypes.js +2 -0
- package/dist/types/taskListTypes.d.ts +67 -0
- package/dist/types/taskListTypes.d.ts.map +1 -0
- package/dist/types/taskListTypes.js +2 -0
- package/dist/types/taskNoteTypes.d.ts +42 -0
- package/dist/types/taskNoteTypes.d.ts.map +1 -0
- package/dist/types/taskNoteTypes.js +2 -0
- package/dist/types/taskTypes.d.ts +153 -0
- package/dist/types/taskTypes.d.ts.map +1 -0
- package/dist/types/taskTypes.js +2 -0
- package/dist/types/toothInitialTypes.d.ts +44 -0
- package/dist/types/toothInitialTypes.d.ts.map +1 -0
- package/dist/types/toothInitialTypes.js +2 -0
- package/dist/types/treatPlanAttachTypes.d.ts +3 -0
- package/dist/types/treatPlanAttachTypes.d.ts.map +1 -1
- package/dist/types/treatPlanTypes.d.ts +4 -0
- package/dist/types/treatPlanTypes.d.ts.map +1 -1
- package/dist/types/userGroupAttachTypes.d.ts +22 -0
- package/dist/types/userGroupAttachTypes.d.ts.map +1 -0
- package/dist/types/userGroupAttachTypes.js +2 -0
- package/dist/types/userGroupTypes.d.ts +21 -0
- package/dist/types/userGroupTypes.d.ts.map +1 -0
- package/dist/types/userGroupTypes.js +2 -0
- package/dist/types/userODTypes.d.ts +97 -0
- package/dist/types/userODTypes.d.ts.map +1 -0
- package/dist/types/userODTypes.js +2 -0
- package/dist/utils/errorHandler.d.ts +5 -0
- package/dist/utils/errorHandler.d.ts.map +1 -1
- package/dist/utils/errorHandler.js +11 -0
- package/dist/utils/httpClient.d.ts +24 -6
- package/dist/utils/httpClient.d.ts.map +1 -1
- package/dist/utils/httpClient.js +28 -24
- package/docs/Open Dental 2026-04-22/api-url-list.md +110 -0
- package/docs/Open Dental 2026-04-22/apiaccountmodules.md +116 -0
- package/docs/Open Dental 2026-04-22/apiadjustments.md +133 -0
- package/docs/Open Dental 2026-04-22/apiallergies.md +132 -0
- package/docs/Open Dental 2026-04-22/apiallergydefs.md +74 -0
- package/docs/Open Dental 2026-04-22/apiappointments.md +510 -0
- package/docs/Open Dental 2026-04-22/apiappointmenttypes.md +86 -0
- package/docs/Open Dental 2026-04-22/apiapptfielddefs.md +130 -0
- package/docs/Open Dental 2026-04-22/apiapptfields.md +147 -0
- package/docs/Open Dental 2026-04-22/apiasapcomms.md +141 -0
- package/docs/Open Dental 2026-04-22/apiautonotecontrols.md +111 -0
- package/docs/Open Dental 2026-04-22/apiautonotes.md +103 -0
- package/docs/Open Dental 2026-04-22/apibenefits.md +515 -0
- package/docs/Open Dental 2026-04-22/apicarriers.md +150 -0
- package/docs/Open Dental 2026-04-22/apichartmodules.md +135 -0
- package/docs/Open Dental 2026-04-22/apiclaimpayments.md +206 -0
- package/docs/Open Dental 2026-04-22/apiclaimprocs.md +256 -0
- package/docs/Open Dental 2026-04-22/apiclaims.md +339 -0
- package/docs/Open Dental 2026-04-22/apiclaimtrackings.md +110 -0
- package/docs/Open Dental 2026-04-22/apiclinics.md +95 -0
- package/docs/Open Dental 2026-04-22/apiclockevents.md +98 -0
- package/docs/Open Dental 2026-04-22/apicodegroups.md +140 -0
- package/docs/Open Dental 2026-04-22/apicommlogs.md +161 -0
- package/docs/Open Dental 2026-04-22/apicomputers.md +39 -0
- package/docs/Open Dental 2026-04-22/apicovcats.md +139 -0
- package/docs/Open Dental 2026-04-22/apicovspans.md +140 -0
- package/docs/Open Dental 2026-04-22/apidefinitions.md +90 -0
- package/docs/Open Dental 2026-04-22/apidiscountplans.md +154 -0
- package/docs/Open Dental 2026-04-22/apidiscountplansubs.md +125 -0
- package/docs/Open Dental 2026-04-22/apidiseasedefs.md +88 -0
- package/docs/Open Dental 2026-04-22/apidiseases.md +168 -0
- package/docs/Open Dental 2026-04-22/apidocuments.md +319 -0
- package/docs/Open Dental 2026-04-22/apiehrpatients.md +87 -0
- package/docs/Open Dental 2026-04-22/apiemployees.md +145 -0
- package/docs/Open Dental 2026-04-22/apiemployers.md +129 -0
- package/docs/Open Dental 2026-04-22/apieobattaches.md +132 -0
- package/docs/Open Dental 2026-04-22/apietrans.md +44 -0
- package/docs/Open Dental 2026-04-22/apietransmessagetexts.md +56 -0
- package/docs/Open Dental 2026-04-22/apietranss.md +79 -0
- package/docs/Open Dental 2026-04-22/apievents.md +96 -0
- package/docs/Open Dental 2026-04-22/apifamilymodules.md +108 -0
- package/docs/Open Dental 2026-04-22/apifees.md +146 -0
- package/docs/Open Dental 2026-04-22/apifeescheds.md +116 -0
- package/docs/Open Dental 2026-04-22/apihistappointments.md +121 -0
- package/docs/Open Dental 2026-04-22/apiimplementation.md +128 -0
- package/docs/Open Dental 2026-04-22/apiinsplans.md +236 -0
- package/docs/Open Dental 2026-04-22/apiinssubs.md +171 -0
- package/docs/Open Dental 2026-04-22/apiinsverifies.md +123 -0
- package/docs/Open Dental 2026-04-22/apilabcases.md +174 -0
- package/docs/Open Dental 2026-04-22/apilaboratories.md +147 -0
- package/docs/Open Dental 2026-04-22/apilabturnarounds.md +128 -0
- package/docs/Open Dental 2026-04-22/apimedicationpats.md +170 -0
- package/docs/Open Dental 2026-04-22/apimedications.md +74 -0
- package/docs/Open Dental 2026-04-22/apioperatories.md +78 -0
- package/docs/Open Dental 2026-04-22/apipatfielddefs.md +139 -0
- package/docs/Open Dental 2026-04-22/apipatfields.md +166 -0
- package/docs/Open Dental 2026-04-22/apipatientnotes.md +102 -0
- package/docs/Open Dental 2026-04-22/apipatientraces.md +51 -0
- package/docs/Open Dental 2026-04-22/apipatients.md +346 -0
- package/docs/Open Dental 2026-04-22/apipatplans.md +147 -0
- package/docs/Open Dental 2026-04-22/apipayments.md +236 -0
- package/docs/Open Dental 2026-04-22/apipayplancharges.md +59 -0
- package/docs/Open Dental 2026-04-22/apipayplans.md +256 -0
- package/docs/Open Dental 2026-04-22/apipaysplits.md +112 -0
- package/docs/Open Dental 2026-04-22/apiperioexams.md +155 -0
- package/docs/Open Dental 2026-04-22/apiperiomeasures.md +162 -0
- package/docs/Open Dental 2026-04-22/apipharmacies.md +78 -0
- package/docs/Open Dental 2026-04-22/apipopups.md +127 -0
- package/docs/Open Dental 2026-04-22/apipreferences.md +47 -0
- package/docs/Open Dental 2026-04-22/apiprocedurecodes.md +260 -0
- package/docs/Open Dental 2026-04-22/apiprocedurelogs.md +477 -0
- package/docs/Open Dental 2026-04-22/apiprocnotes.md +86 -0
- package/docs/Open Dental 2026-04-22/apiproctps.md +141 -0
- package/docs/Open Dental 2026-04-22/apiproviders.md +189 -0
- package/docs/Open Dental 2026-04-22/apiqueries.md +74 -0
- package/docs/Open Dental 2026-04-22/apiquickpastecats.md +130 -0
- package/docs/Open Dental 2026-04-22/apiquickpastenotes.md +75 -0
- package/docs/Open Dental 2026-04-22/apirecalls.md +239 -0
- package/docs/Open Dental 2026-04-22/apirecalltypes.md +65 -0
- package/docs/Open Dental 2026-04-22/apirefattaches.md +179 -0
- package/docs/Open Dental 2026-04-22/apireferrals.md +198 -0
- package/docs/Open Dental 2026-04-22/apireports.md +85 -0
- package/docs/Open Dental 2026-04-22/apirxpats.md +113 -0
- package/docs/Open Dental 2026-04-22/apischeduleops.md +58 -0
- package/docs/Open Dental 2026-04-22/apischedules.md +106 -0
- package/docs/Open Dental 2026-04-22/apisecurity.md +53 -0
- package/docs/Open Dental 2026-04-22/apisecuritylogs.md +59 -0
- package/docs/Open Dental 2026-04-22/apisheetdefs.md +118 -0
- package/docs/Open Dental 2026-04-22/apisheetfields.md +140 -0
- package/docs/Open Dental 2026-04-22/apisheets.md +156 -0
- package/docs/Open Dental 2026-04-22/apisignalods.md +118 -0
- package/docs/Open Dental 2026-04-22/apispecification.md +47 -0
- package/docs/Open Dental 2026-04-22/apistatements.md +160 -0
- package/docs/Open Dental 2026-04-22/apisubscriptions.md +133 -0
- package/docs/Open Dental 2026-04-22/apisubstitutionlinks.md +143 -0
- package/docs/Open Dental 2026-04-22/apitasklists.md +89 -0
- package/docs/Open Dental 2026-04-22/apitasknotes.md +130 -0
- package/docs/Open Dental 2026-04-22/apitasks.md +192 -0
- package/docs/Open Dental 2026-04-22/apitoothinitials.md +119 -0
- package/docs/Open Dental 2026-04-22/apitreatplanattaches.md +111 -0
- package/docs/Open Dental 2026-04-22/apitreatplans.md +201 -0
- package/docs/Open Dental 2026-04-22/apiusergroupattaches.md +57 -0
- package/docs/Open Dental 2026-04-22/apiusergroups.md +56 -0
- package/docs/Open Dental 2026-04-22/apiuserods.md +128 -0
- package/docs/Open Dental 2026-04-22/context/Open Dental _ Benefits Guide.md +294 -0
- package/docs/Open Dental 2026-04-22/context/OpenDental_DB_Documentation_v26-1.xml +20118 -0
- package/docs/Open Dental 2026-04-22/context/sitemap.xml +4617 -0
- package/package.json +8 -7
- package/release.sh +3 -5
- package/tsconfig.test.json +8 -0
- package/__tests__/example.test.ts +0 -6
- package/dist/types/appoinmentTypesType.d.ts.map +0 -1
- package/src/api/accountModules.ts +0 -61
- package/src/api/adjustments.ts +0 -126
- package/src/api/allergies.ts +0 -114
- package/src/api/appointmentTypes.ts +0 -21
- package/src/api/appointments.ts +0 -343
- package/src/api/benefits.ts +0 -155
- package/src/api/chartModules.ts +0 -53
- package/src/api/claimProcs.ts +0 -117
- package/src/api/claims.ts +0 -173
- package/src/api/commlogs.ts +0 -63
- package/src/api/definitions.ts +0 -35
- package/src/api/discountPlanSubs.ts +0 -106
- package/src/api/discountPlans.ts +0 -159
- package/src/api/diseases.ts +0 -130
- package/src/api/familyModules.ts +0 -29
- package/src/api/feeScheds.ts +0 -30
- package/src/api/fees.ts +0 -43
- package/src/api/index.ts +0 -25
- package/src/api/insPlans.ts +0 -158
- package/src/api/insSubs.ts +0 -155
- package/src/api/insVerifies.ts +0 -85
- package/src/api/labCases.ts +0 -183
- package/src/api/medicationPats.ts +0 -120
- package/src/api/operatories.ts +0 -46
- package/src/api/patFields.ts +0 -112
- package/src/api/patPlans.ts +0 -113
- package/src/api/patients.ts +0 -254
- package/src/api/payPlanCharges.ts +0 -49
- package/src/api/payPlans.ts +0 -274
- package/src/api/paySplits.ts +0 -56
- package/src/api/payments.ts +0 -86
- package/src/api/procNotes.ts +0 -67
- package/src/api/procTPs.ts +0 -112
- package/src/api/procedureCodes.ts +0 -45
- package/src/api/procedureLog.ts +0 -377
- package/src/api/providers.ts +0 -175
- package/src/api/queries.ts +0 -43
- package/src/api/recalls.ts +0 -148
- package/src/api/refAttaches.ts +0 -142
- package/src/api/referrals.ts +0 -222
- package/src/api/schedules.ts +0 -64
- package/src/api/securityLogs.ts +0 -32
- package/src/api/treatplanattaches.ts +0 -67
- package/src/api/treatplans.ts +0 -96
- package/src/index.ts +0 -2
- package/src/openDental.ts +0 -506
- package/src/transformerTypes/visitTypes.ts +0 -87
- package/src/transformers/index.ts +0 -4
- package/src/transformers/visit.ts +0 -83
- package/src/types/DiscountPlanTypes.ts +0 -70
- package/src/types/accountModuleTypes.ts +0 -46
- package/src/types/adjustmentTypes.ts +0 -63
- package/src/types/allergyTypes.ts +0 -48
- package/src/types/appoinmentTypesType.ts +0 -16
- package/src/types/appointmentTypes.ts +0 -256
- package/src/types/benefitTypes.ts +0 -70
- package/src/types/chartModuleTypes.ts +0 -65
- package/src/types/claimProcTypes.ts +0 -99
- package/src/types/claimTypes.ts +0 -227
- package/src/types/commlogTypes.ts +0 -28
- package/src/types/definitionTypes.ts +0 -24
- package/src/types/discountPlanSubTypes.ts +0 -45
- package/src/types/diseaseTypes.ts +0 -50
- package/src/types/familyModuleTypes.ts +0 -33
- package/src/types/feeSchedsTypes.ts +0 -38
- package/src/types/feeTypes.ts +0 -49
- package/src/types/insPlanTypes.ts +0 -72
- package/src/types/insSubTypes.ts +0 -65
- package/src/types/insVerifiesTypes.ts +0 -38
- package/src/types/labCaseTypes.ts +0 -71
- package/src/types/medicationPatTypes.ts +0 -50
- package/src/types/operatoryTypes.ts +0 -24
- package/src/types/patFieldTypes.ts +0 -24
- package/src/types/patPlanTypes.ts +0 -55
- package/src/types/patientTypes.ts +0 -236
- package/src/types/payPlanChargeTypes.ts +0 -77
- package/src/types/payPlanTypes.ts +0 -171
- package/src/types/paySplitTypes.ts +0 -44
- package/src/types/paymentTypes.ts +0 -69
- package/src/types/procNoteTypes.ts +0 -38
- package/src/types/procTPTypes.ts +0 -79
- package/src/types/procedureCodeTypes.ts +0 -48
- package/src/types/procedurelogTypes.ts +0 -184
- package/src/types/providerTypes.ts +0 -73
- package/src/types/queryTypes.ts +0 -17
- package/src/types/recallTypes.ts +0 -102
- package/src/types/refAttachTypes.ts +0 -63
- package/src/types/referralTypes.ts +0 -102
- package/src/types/scheduleTypes.ts +0 -32
- package/src/types/securityLogTypes.ts +0 -24
- package/src/types/treatPlanAttachTypes.ts +0 -39
- package/src/types/treatPlanTypes.ts +0 -75
- package/src/utils/errorHandler.ts +0 -0
- package/src/utils/httpClient.ts +0 -111
- package/tsconfig.json +0 -16
- /package/dist/types/{appoinmentTypesType.js → allergyDefTypes.js} +0 -0
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Represents the insurance information for a patient similar to how it shows in the Family Module in Open Dental.
|
|
3
|
-
* @see https://www.opendental.com/site/apifamilymodules.html
|
|
4
|
-
*/
|
|
5
|
-
export interface Insurance {
|
|
6
|
-
PatNum?: number; //PK to patient
|
|
7
|
-
InsSubNum?: number; //inssub.InsSubNum. Primary key to insurance subscriber.
|
|
8
|
-
Subscriber?: number; //inssub.Subscriber. The PatNum of the subscriber.
|
|
9
|
-
subscriber?: string; //First and last name of Subscriber from patient table.
|
|
10
|
-
SubscriberID?: string; //inssub.SubscriberID. Number assigned by insurance company, may be Medicaid ID.
|
|
11
|
-
SubscNote?: string; //inssub.SubscNote. Stores any other information that affects coverage.
|
|
12
|
-
PatPlanNum?: number; //patplan.PatPlanNum. Primary key to patient plan.
|
|
13
|
-
Ordinal?: number; //patplan.Ordinal. Numerical representation of the patient's insurance order. 1, 2, 3, etc.
|
|
14
|
-
ordinal?: string; //Description of Ordinal. Primary, Secondary, Medical, or Other insurance.
|
|
15
|
-
IsPending?: 'true' | 'false'; //patplan.IsPending. Informational only. true or false. Identifies insurance information that is incomplete or unverified.
|
|
16
|
-
Relationship?: string; //patplan.Relationship to subscriber. Self, Spouse, Child, Employee, HandicapDep, SignifOther, InjuredPlaintiff, LifePartner, or Dependant.
|
|
17
|
-
PatID?: string; //patplan.PatID. Optional patient ID which overrides Subscriber ID on eclaims.
|
|
18
|
-
CarrierNum?: number; //carrier.CarrierNum. Primary key to the carrier.
|
|
19
|
-
CarrierName?: string; //carrier.CarrierName. Full name of carrier.
|
|
20
|
-
PlanNum?: number; //insplan.PlanNum. Primary key to the insurance plan.
|
|
21
|
-
GroupName?: string; //insplan.GroupName. Each plan has a group name, typically similar to employer.
|
|
22
|
-
GroupNum?: string; //insplan.GroupNum. Issued by the carrier.
|
|
23
|
-
PlanNote?: string; //insplan.PlanNote. Notes specific to the subscriber and associated family members.
|
|
24
|
-
FeeSched?: number; //insplan.FeeSched, foreign key to feesched.FeeSchedNum.
|
|
25
|
-
feeSchedule?: string; //feesched.Description of the fee schedule.
|
|
26
|
-
PlanType?: string; //insplan.PlanType. ""=percentage, "p"=ppo percentage, "f"=flat copay, "c"=capitation.
|
|
27
|
-
planType?: string; //Description of PlanType. Category Percentage, PPO Fixed Benefit, PPO Percentage, Medicaid or Flat Co-pay, or Capitation.
|
|
28
|
-
CopayFeeSched?: number; //insplan.CopayFeeSched, foreign key to feesched.FeeSchedNum.
|
|
29
|
-
EmployerNum?: number; //insplan.EmployerNum, foreign key to employer.EmployerNum.
|
|
30
|
-
employer?: string; //employer.EmpName. Description of EmployerNum.
|
|
31
|
-
IsMedical?: 'true' | 'false'; // insplan.IsMedical. True if this is medical insurance rather than dental insurance.
|
|
32
|
-
}
|
|
33
|
-
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Represents a fee schedules in Open Dental
|
|
3
|
-
* @see https://www.opendental.com/site/apifeescheds.html
|
|
4
|
-
*/
|
|
5
|
-
export interface FeeSched {
|
|
6
|
-
FeeSchedNum?: number; //
|
|
7
|
-
Description?: string; //
|
|
8
|
-
FeeSchedType?: "Normal" | "CoPay" | "OutNetwork" | "FixedBenefit" | "ManualBlueBook"; //
|
|
9
|
-
ItemOrder?: number; //
|
|
10
|
-
IsHidden?: "true" | "false"; //
|
|
11
|
-
IsGlobal?: "true" | "false"; //
|
|
12
|
-
SecUserNumEntry?: number; //
|
|
13
|
-
SecDateEntry?: string; // String in "yyyy-MM-dd" format.
|
|
14
|
-
SecDateTEdit?: string; // String in "yyyy-MM-dd" format.
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
/**
|
|
18
|
-
* Parameters for Create Fee Schedule.
|
|
19
|
-
* @see https://www.opendental.com/site/apifeescheds.html
|
|
20
|
-
*/
|
|
21
|
-
export interface CreateFeeSchedParams {
|
|
22
|
-
Description: string; // Required. The name of the fee schedule.
|
|
23
|
-
FeeSchedType: "Normal" | "CoPay" | "OutNetwork" | "FixedBenefit" | "ManualBlueBook"; // Required. Either "Normal", "CoPay", "OutNetwork", "FixedBenefit", or "ManualBlueBook". FeeSchedType cannot be changed
|
|
24
|
-
IsHidden?: "true" | "false"; // Optional. Either "true" or "false". Default false.
|
|
25
|
-
IsGlobal?: "true" | "false"; // Optional. Either "true" or "false". Default false.
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
/**
|
|
29
|
-
* Parameters for Update Fee Schedule.
|
|
30
|
-
* @see https://www.opendental.com/site/apifeescheds.html
|
|
31
|
-
*/
|
|
32
|
-
export interface UpdateFeeSchedParams {
|
|
33
|
-
FeeSchedNum: number; // Required in the URL.
|
|
34
|
-
Description: string; // The name of the fee schedule.
|
|
35
|
-
IsHidden?: "true" | "false"; // Either "true" or "false".
|
|
36
|
-
IsGlobal?: "true" | "false"; // Either "true" or "false".
|
|
37
|
-
}
|
|
38
|
-
|
package/src/types/feeTypes.ts
DELETED
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Represents a fee in Open Dental
|
|
3
|
-
* @see https://www.opendental.com/site/apifees.html
|
|
4
|
-
*/
|
|
5
|
-
export interface Fee {
|
|
6
|
-
FeeNum?: number; //
|
|
7
|
-
Amount?: number; //
|
|
8
|
-
FeeSched?: number; //
|
|
9
|
-
CodeNum?: number; //
|
|
10
|
-
ClinicNum?: number; //
|
|
11
|
-
ProvNum?: number; //
|
|
12
|
-
SecUserNumEntry?: number; //String in "yyyy-MM-dd" format.
|
|
13
|
-
SecDateEntry?: string; //
|
|
14
|
-
SecDateTEdit?: string; //String in "yyyy-MM-dd" format.
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
/**
|
|
18
|
-
* Parameters for GET Fees.
|
|
19
|
-
* @see https://www.opendental.com/site/apifees.html
|
|
20
|
-
*/
|
|
21
|
-
export interface GetFeesParams {
|
|
22
|
-
FeeSched?: number; // Optional. FK to feesched.FeeSchedNum.
|
|
23
|
-
CodeNum?: number; // Optional. FK to procedurecode.CodeNum.
|
|
24
|
-
ClinicNum?: number; // Optional. FK to clinic.ClinicNum.
|
|
25
|
-
ProvNum?: number; // Optional. FK to provider.ProvNum.
|
|
26
|
-
Offset?: number; // Optional. Pagination.
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
/**
|
|
30
|
-
* Parameters for Create Fee.
|
|
31
|
-
* @see https://www.opendental.com/site/apifees.html
|
|
32
|
-
*/
|
|
33
|
-
export interface CreateFeeParams {
|
|
34
|
-
Amount: number; // Required. The amount usually charged.
|
|
35
|
-
FeeSched: number; // Required. FK to feesched.FeeSchedNum.
|
|
36
|
-
CodeNum: number; // Required. FK to procedurecode.CodeNum.
|
|
37
|
-
ClinicNum?: number; // Optional. FK to clinic.ClinicNum. Default 0.
|
|
38
|
-
ProvNum?: number; // Optional. FK to provider.ProvNum. Default 0.
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
/**
|
|
42
|
-
* Parameters for Update Fee.
|
|
43
|
-
* @see https://www.opendental.com/site/apifees.html
|
|
44
|
-
*/
|
|
45
|
-
export interface UpdateFeeParams {
|
|
46
|
-
FeeSched: number; // Required in the URL.
|
|
47
|
-
Amount?: number; // Required. The amount of the fee.
|
|
48
|
-
}
|
|
49
|
-
|
|
@@ -1,72 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @see https://www.opendental.com/site/apiinsplans.html
|
|
3
|
-
*/
|
|
4
|
-
export interface InsPlan {
|
|
5
|
-
PlanNum?: number; // PK
|
|
6
|
-
GroupName?: string; // Typically the same as the employer. Used to identify difference in plans.
|
|
7
|
-
GroupNum?: string; //
|
|
8
|
-
PlanNote?: string; // Note for this plan. Same for all subscribers.
|
|
9
|
-
FeeSched?: number; // FK to feesched.FeeSchedNum. Default 0.
|
|
10
|
-
PlanType?: "" | "p" | "f" | "c"; // Either "" (Percentage), "p" (PPO Percentage), "f" (Flat Copay), or "c".
|
|
11
|
-
ClaimFormNum?: number; // A patient ID which will override the subscriber ID on eclaims. Also used for Canada.
|
|
12
|
-
CopayFeeSched?: number; // FK to feesched.FeeSchedNum when FeeSchedType is CoPay. Typically only used for capitation or copay plans. Default 0.
|
|
13
|
-
EmployerNum?: number; // FK to employer.EmployerNum. Default 0.
|
|
14
|
-
CarrierNum?: number; // FK to carrier.CarrierNum.
|
|
15
|
-
CodeSubstNone?: "true" | "false"; // Either "true" or "false". Set "true" if this Insurance Plan should ignore any Substitution Codes. Default "false".
|
|
16
|
-
IsHidden?: "true" | "false"; // Either "true" or "false". Default "false".
|
|
17
|
-
MonthRenew?: number; // The month, 1-12, when the insurance plan renews. It will renew on the first of the month. Default 0 to indicate calendar year.
|
|
18
|
-
SecUserNumEntry?: number; //
|
|
19
|
-
SecDateEntry?: string; // String in "yyyy-MM-dd" format
|
|
20
|
-
SecDateTEdit?: string; // String in "yyyy-MM-dd HH:mm:ss" format
|
|
21
|
-
IsBlueBookEnabled?: "true" | "false"; // Determines if the plan utilizes BlueBook or not. Cannot be set to true if PlanType is set to anything other than "" (Percentage). Defaults to true if AllowedFeeSchedsAutomate is set to BlueBook, otherwise defaults to false.
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
/**
|
|
25
|
-
* Gets a list of PatPlans that meet a set of search criteria.
|
|
26
|
-
* @see https://www.opendental.com/site/apiinsplans.html
|
|
27
|
-
*/
|
|
28
|
-
export interface GetInsPlansParams {
|
|
29
|
-
PlanType?: "percentage" | "p" | "f" | "c"; // Must be one of the following: "percentage" (Percentage), "p" (PPO Percentage), "f" (Flat Copay), or "c" (Capitation). Percentage PlanTypes are stored as blank in the database.
|
|
30
|
-
CarrierNum?: number; // FK to carrier.CarrierNum.
|
|
31
|
-
Offset?: number; // Pagination offset for results
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
/**
|
|
35
|
-
* Parameters for creating a new insplan.
|
|
36
|
-
* @see https://www.opendental.com/site/apiinsplans.html
|
|
37
|
-
*/
|
|
38
|
-
export interface CreateInsPlanParams {
|
|
39
|
-
CarrierNum: number; // Required. FK to carrier.CarrierNum.
|
|
40
|
-
GroupName?: string; // Optional. Typically the same as the employer. Used to identify difference in plans.
|
|
41
|
-
GroupNum?: string; // Optional. The carrier assigned identifier, unique for each plan.
|
|
42
|
-
PlanNote?: string; // Optional. Note for this plan. Same for all subscribers.
|
|
43
|
-
FeeSched?: number; // Optional. FK to feesched.FeeSchedNum. Default 0.
|
|
44
|
-
PlanType?: "" | "p" | "f" | "c"; // Optional. Either "" (Percentage), "p" (PPO Percentage), "f" (Flat Copay), or "c". Default is "" (Percentage).
|
|
45
|
-
CopayFeeSched?: number; // Optional. FK to feesched.FeeSchedNum when FeeSchedType is CoPay. Typically only used for capitation or copay plans. Default 0.
|
|
46
|
-
EmployerNum?: number; // Optional. FK to employer.EmployerNum. Default 0.
|
|
47
|
-
CodeSubstNone?: "true" | "false"; // Optional. Either "true" or "false". Set "true" if this Insurance Plan should ignore any Substitution Codes. Default "false".
|
|
48
|
-
IsHidden?: "true" | "false"; // Optional. Either "true" or "false". Default "false".
|
|
49
|
-
MonthRenew?: number; // Optional. The month, 1-12, when the insurance plan renews. It will renew on the first of the month. Default 0 to indicate calendar year.
|
|
50
|
-
IsBlueBookEnabled?: "true" | "false"; // Optional. Determines if the plan utilizes BlueBook or not. Cannot be set to true if PlanType is set to anything other than "" (Percentage). Defaults to true if AllowedFeeSchedsAutomate is set to BlueBook, otherwise defaults to false.
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
/**
|
|
54
|
-
* Parameters to update an insplan.
|
|
55
|
-
* @see https://www.opendental.com/site/apiinsplans.html
|
|
56
|
-
*/
|
|
57
|
-
export interface UpdateInsPlanParams {
|
|
58
|
-
PlanNum: number; // Required. PK
|
|
59
|
-
GroupName?: string; // Optional. Typically the same as the employer. Used to identify difference in plans.
|
|
60
|
-
GroupNum?: string; // Optional. The carrier assigned identifier, unique for each plan.
|
|
61
|
-
PlanNote?: string; // Optional. Note for this plan. Same for all subscribers.
|
|
62
|
-
FeeSched?: number; // Optional. FK to feesched.FeeSchedNum. Default 0.
|
|
63
|
-
PlanType?: "" | "p" | "f" | "c"; // Optional. Either "" (Percentage), "p" (PPO Percentage), "f" (Flat Copay), or "c". Default is "" (Percentage).
|
|
64
|
-
CopayFeeSched?: number; // Optional. FK to feesched.FeeSchedNum when FeeSchedType is CoPay. Typically only used for capitation or copay plans. Default 0.
|
|
65
|
-
EmployerNum?: number; // Optional. FK to employer.EmployerNum. Default 0.
|
|
66
|
-
CarrierNum: number; // Optional. FK to carrier.CarrierNum.
|
|
67
|
-
CodeSubstNone?: "true" | "false"; // Optional. Either "true" or "false". Set "true" if this Insurance Plan should ignore any Substitution Codes. Default "false".
|
|
68
|
-
IsHidden?: "true" | "false"; // Optional. Either "true" or "false". Default "false".
|
|
69
|
-
MonthRenew?: number; // Optional. The month, 1-12, when the insurance plan renews. It will renew on the first of the month. Default 0 to indicate calendar year.
|
|
70
|
-
IsBlueBookEnabled?: "true" | "false"; // Optional. Determines if the plan utilizes BlueBook or not. Cannot be set to true if PlanType is set to anything other than "" (Percentage). Defaults to true if AllowedFeeSchedsAutomate is set to BlueBook, otherwise defaults to false.
|
|
71
|
-
}
|
|
72
|
-
|
package/src/types/insSubTypes.ts
DELETED
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Represents an InsSub in the Open Dental system. Links an InsPlan to a Subscriber (patient.PatNum). Also, see PatPlans to indicate coverage.
|
|
3
|
-
* @see https://www.opendental.com/site/apiinssubs.html
|
|
4
|
-
*/
|
|
5
|
-
export interface InsSub {
|
|
6
|
-
InsSubNum?: number; //PK
|
|
7
|
-
PlanNum?: number; //FK to insplan.plannnum
|
|
8
|
-
Subscriber?: number; //FK to patient.guarantor
|
|
9
|
-
DateEffective?: string; //String in "yyyy-MM-dd" format.
|
|
10
|
-
DateTerm?: string; //String in "yyyy-MM-dd" format.
|
|
11
|
-
SubscriberID?: string; //
|
|
12
|
-
BenefitNotes?: string; //
|
|
13
|
-
ReleaseInfo?: "true" | "false"; //
|
|
14
|
-
AssignBen?: "true" | "false"; //
|
|
15
|
-
SubscNote?: string; //
|
|
16
|
-
SecDateTEdit?: string; // String in "yyyy-MM-dd HH:mm:ss" format
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
/**
|
|
20
|
-
* Gets all InsSubs based on provided parameters. If no parameter is given, it will get all InsSubs ordered by InsSubNum.
|
|
21
|
-
* @see https://www.opendental.com/site/apiinssubs.html
|
|
22
|
-
*/
|
|
23
|
-
export interface GetInsSubsParams {
|
|
24
|
-
PlanNum?: number; // Optional. The PlanNum of the InsPlan.
|
|
25
|
-
Subscriber?: number; // Optional. The PatNum of the patient who is subscribed to this plan.
|
|
26
|
-
SecDateTEdit?: string; // Optional. The last date the InsPlan was edited. Returns all InsSubs on or after this date.
|
|
27
|
-
Offset?: number; // Pagination offset for results
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
/**
|
|
31
|
-
* Parameters for creating an InsSub. This does not create a new insurance plan or change benefits.
|
|
32
|
-
* @see https://www.opendental.com/site/apiinssubs.html
|
|
33
|
-
*/
|
|
34
|
-
export interface CreateInsSubParams {
|
|
35
|
-
PlanNum: number; // Required. The PlanNum of the InsPlan.
|
|
36
|
-
Subscriber: number; // Required. The PatNum of the patient who is subscribed to this plan.
|
|
37
|
-
SubscriberID: string; // Required. Number assigned by insurance company.
|
|
38
|
-
DateEffective?: string; // Optional. The date this InsPlan became effective.
|
|
39
|
-
DateTerm?: string; // Optional. Not usually used. The date this InsPlan was terminated.
|
|
40
|
-
BenefitNotes?: string; //Optional. Optional. BenefitNotes are specifically designed to store automated notes. For example, when automatically requesting benefits through Trojan. Benefits are stored here in text form for later reference. Not at plan level because might be specific to subscriber. If blank, it may display a benefitNote for another subscriber to the plan.
|
|
41
|
-
ReleaseInfo?: "true" | "false"; // Optional. This is set to either "true" or "false". Default "true". This authorizes the release of information based on if there is a signature on file.
|
|
42
|
-
AssignBen?: "true" | "false"; // Optional. Either "true" or "false". Default is according to global preference within Open Dental. This authorizes the assignment of benefits based on if there is a signature on file.
|
|
43
|
-
SubscNote?: string; // Optional. Use to store any other info that affects coverage.
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
/**
|
|
47
|
-
* Parameters for updating an InsSub. This can be used to assign a different PlanNum or Subscriber to this InsSub.
|
|
48
|
-
* None of these changes affect the InsSubNum, so all the PatPlans (coverage) for family members will continue to point to this InsSub and will be untouched.
|
|
49
|
-
* You can obtain the InsSubNum from FamilyModules GET Insurance.
|
|
50
|
-
* SecDateTEdit is updated automatically and cannot be set by developers.
|
|
51
|
-
* @see https://www.opendental.com/site/apiinssubs.html
|
|
52
|
-
*/
|
|
53
|
-
export interface UpdateInsSubParams {
|
|
54
|
-
InsSubNum: number; // Required. PK of the record to update
|
|
55
|
-
PlanNum?: number; // Optional. The PlanNum of the InsPlan.
|
|
56
|
-
Subscriber?: number; // Optional. The PatNum of the patient who is subscribed to this plan.
|
|
57
|
-
SubscriberID: string; // Required. Number assigned by insurance company.
|
|
58
|
-
DateEffective?: string; // Optional. The date this InsPlan became effective.
|
|
59
|
-
DateTerm?: string; // Optional. Not usually used. The date this InsPlan was terminated.
|
|
60
|
-
BenefitNotes?: string; //Optional. Optional. BenefitNotes are specifically designed to store automated notes. For example, when automatically requesting benefits through Trojan. Benefits are stored here in text form for later reference. Not at plan level because might be specific to subscriber. If blank, it may display a benefitNote for another subscriber to the plan.
|
|
61
|
-
ReleaseInfo?: "true" | "false"; // Optional. This is set to either "true" or "false". Default "true". This authorizes the release of information based on if there is a signature on file.
|
|
62
|
-
AssignBen?: "true" | "false"; // Optional. Either "true" or "false". Default is according to global preference within Open Dental. This authorizes the assignment of benefits based on if there is a signature on file.
|
|
63
|
-
SubscNote?: string; // Optional. Use to store any other info that affects coverage.
|
|
64
|
-
}
|
|
65
|
-
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @see https://www.opendental.com/site/apiinsverifies.html
|
|
3
|
-
*/
|
|
4
|
-
export interface InsVerify {
|
|
5
|
-
InsVerifyNum?: number; // PK
|
|
6
|
-
DateLastVerified?: string; // String in "yyyy-MM-dd" format
|
|
7
|
-
UserNum?: number; //
|
|
8
|
-
VerifyType?: string; //
|
|
9
|
-
FKey?: number; //
|
|
10
|
-
DefNum?: number; //
|
|
11
|
-
Note?: string; //
|
|
12
|
-
DateLastAssigned?: string; // String in "yyyy-MM-dd" format
|
|
13
|
-
SecDateTEdit?: string; // String in "yyyy-MM-dd HH:mm:ss" format
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
/**
|
|
17
|
-
* Gets insurance verifications.
|
|
18
|
-
* @see https://www.opendental.com/site/apiinsverifies.html
|
|
19
|
-
*/
|
|
20
|
-
export interface GetInsVerifiesParams {
|
|
21
|
-
VerifyType?: string; // Required if FKey is specified. Either "PatientEnrollment" to verify a patient's insurance eligibility, or "InsuranceBenefit" to verify an insurance plan's benefits.
|
|
22
|
-
FKey?: number; // (Added in version 24.4.17) FK to patplan.PatPlanNum or FK to insplan.PlanNum depending on the VerifyType.
|
|
23
|
-
SecDateTEdit?: string; // Only include InsVerifies with a SecDateTEdit altered after the specified date and time. String in "yyyy-MM-dd HH:mm:ss" format.
|
|
24
|
-
Offset?: number; // Pagination offset for results
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
/**
|
|
28
|
-
* Parameters to update an InsVerifies.
|
|
29
|
-
* @see https://www.opendental.com/site/apiinsverifies.html
|
|
30
|
-
*/
|
|
31
|
-
export interface UpdateInsVerifiesParams {
|
|
32
|
-
DateLastVerified?: string; // (Optional after version 24.1.17) String in "yyyy-MM-dd" format.
|
|
33
|
-
VerifyType: string; // Required. Can be either "PatientEnrollment" to verify a patient's insurance eligibility, or "InsuranceBenefit" to verify an insurance plan's benefits.
|
|
34
|
-
FKey: number; // Required. If "PatientEnrollment" was passed in for VerifyType, then FKey must be a valid patplan.PatPlanNum. If "InsuranceBenefit" was passed in for VerifyType, FKey must be a valid insplan.PlanNum.
|
|
35
|
-
DefNum?: number; // Optional. Must be a valid DefNum where definition.Category=38.
|
|
36
|
-
Note?: string; // (Added in version 24.1.17) Optional. Status note for this insurance verification.
|
|
37
|
-
}
|
|
38
|
-
|
|
@@ -1,71 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Represents an InsSub in the Open Dental system. Links an InsPlan to a Subscriber (patient.PatNum). Also, see PatPlans to indicate coverage.
|
|
3
|
-
* @see https://www.opendental.com/site/apilabcases.html
|
|
4
|
-
*/
|
|
5
|
-
export interface LabCase {
|
|
6
|
-
LabCaseNum?: number; //PK
|
|
7
|
-
PatNum?: number; //FK to patient.PatNum.
|
|
8
|
-
LaboratoryNum?: number; //FK to laboratory.LaboratoryNum. The lab that the case gets sent to.
|
|
9
|
-
AptNum?: number; //FK to appointment.AptNum.
|
|
10
|
-
PlannedAptNum?: number; //FK to appointment.AptNum.
|
|
11
|
-
DateTimeDue?: string; //The due date that is put on the labslip. String in "yyyy-MM-dd HH:mm:ss" format.
|
|
12
|
-
DateTimeCreated?: string; // When the labcase was created. String in "yyyy-MM-dd HH:mm:ss" format.
|
|
13
|
-
DateTimeSent?: string; //The time that the labcase actually went out to the lab. String in "yyyy-MM-dd HH:mm:ss" format.
|
|
14
|
-
DateTimeRecd?: string; //Date/time received back from the lab. String in "yyyy-MM-dd HH:mm:ss" format.
|
|
15
|
-
DateTimeChecked?: string; //Date/time that quality was checked. String in "yyyy-MM-dd HH:mm:ss" format.
|
|
16
|
-
ProvNum?: number; //FK to provider.ProvNum.
|
|
17
|
-
Instructions?: string; //The text instructions for this labcase.
|
|
18
|
-
LabFee?: number; //This is used for tracking and informational purposes only. The fee is not used in any calculation.
|
|
19
|
-
DateTStamp?: string; //String in "yyyy-MM-dd HH:mm:ss" format
|
|
20
|
-
InvoiceNum?: string; //This is an optional invoice number used for tracking and informational purposes only.
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* Gets a list of labcases.
|
|
25
|
-
*/
|
|
26
|
-
export interface GetLabCasesParams {
|
|
27
|
-
PatNum?: number; //FK to patient.PatNum.
|
|
28
|
-
LaboratoryNum?: number; //FK to laboratory.LaboratoryNum. The lab that the case gets sent to.
|
|
29
|
-
AptNum?: number; //FK to appointment.AptNum.
|
|
30
|
-
PlannedAptNum?: number; //FK to appointment.AptNum.
|
|
31
|
-
ProvNum?: number; //FK to provider.ProvNum.
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
/**
|
|
35
|
-
* Creates a labcase.
|
|
36
|
-
*/
|
|
37
|
-
export interface CreateLabCaseParams {
|
|
38
|
-
PatNum?: number; //Required. FK to patient.PatNum.
|
|
39
|
-
LaboratoryNum?: number; //Required. FK to laboratory.LaboratoryNum. The lab that the case gets sent to.
|
|
40
|
-
ProvNum?: number; //Required. FK to provider.ProvNum.
|
|
41
|
-
AptNum?: number; //Optional. FK to appointment.AptNum.
|
|
42
|
-
PlannedAptNum?: number; //Optional. FK to appointment.AptNum.
|
|
43
|
-
DateTimeDue?: string; //Optional. The due date that is put on the labslip. String in "yyyy-MM-dd HH:mm:ss" format.
|
|
44
|
-
DateTimeCreated?: string; //Optional. When the labcase was created. String in "yyyy-MM-dd HH:mm:ss" format.
|
|
45
|
-
DateTimeSent?: string; //Optional. The time that the labcase actually went out to the lab. String in "yyyy-MM-dd HH:mm:ss" format.
|
|
46
|
-
DateTimeRecd?: string; //Optional. Date/time received back from the lab. String in "yyyy-MM-dd HH:mm:ss" format.
|
|
47
|
-
DateTimeChecked?: string; //Optional. Date/time that quality was checked. String in "yyyy-MM-dd HH:mm:ss" format.
|
|
48
|
-
Instructions?: string; //Optional. The text instructions for this labcase.
|
|
49
|
-
LabFee?: number; //Optional. This is used for tracking and informational purposes only. The fee is not used in any calculation.
|
|
50
|
-
InvoiceNum?: string; //Optional. This is an optional invoice number used for tracking and informational purposes only.
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
/**
|
|
54
|
-
* Updates a labcase.
|
|
55
|
-
*/
|
|
56
|
-
export interface UpdateLabCaseParams {
|
|
57
|
-
LabCaseNum?: number; //Required in the URL.
|
|
58
|
-
LaboratoryNum?: number; //Required. FK to laboratory.LaboratoryNum. The lab that the case gets sent to.
|
|
59
|
-
ProvNum?: number; //Required. FK to provider.ProvNum.
|
|
60
|
-
AptNum?: number; //Optional. FK to appointment.AptNum.
|
|
61
|
-
PlannedAptNum?: number; //Optional. FK to appointment.AptNum.
|
|
62
|
-
DateTimeDue?: string; //Optional. The due date that is put on the labslip. String in "yyyy-MM-dd HH:mm:ss" format.
|
|
63
|
-
DateTimeCreated?: string; //Optional. When the labcase was created. String in "yyyy-MM-dd HH:mm:ss" format.
|
|
64
|
-
DateTimeSent?: string; //Optional. The time that the labcase actually went out to the lab. String in "yyyy-MM-dd HH:mm:ss" format.
|
|
65
|
-
DateTimeRecd?: string; //Optional. Date/time received back from the lab. String in "yyyy-MM-dd HH:mm:ss" format.
|
|
66
|
-
DateTimeChecked?: string; //Optional. Date/time that quality was checked. String in "yyyy-MM-dd HH:mm:ss" format.
|
|
67
|
-
Instructions?: string; //Optional. The text instructions for this labcase.
|
|
68
|
-
LabFee?: number; //Optional. This is used for tracking and informational purposes only. The fee is not used in any calculation.
|
|
69
|
-
InvoiceNum?: string; //Optional. This is an optional invoice number used for tracking and informational purposes only.
|
|
70
|
-
}
|
|
71
|
-
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Represents an Medication that is assigned to a patient in the Open Dental system.
|
|
3
|
-
* @see https://www.opendental.com/site/apimedicationpats.html
|
|
4
|
-
*/
|
|
5
|
-
export interface MedicationPat {
|
|
6
|
-
MedicationPatNum?: number; //PK
|
|
7
|
-
PatNum?: number; // FK to patient
|
|
8
|
-
medName?: string; //
|
|
9
|
-
MedicationNum?: number; // FK to Medication
|
|
10
|
-
PatNote?: string; //
|
|
11
|
-
DateStart?: string; // String in "yyyy-MM-dd" format. Default "0001-01-01".
|
|
12
|
-
DateStop?: string; // String in "yyyy-MM-dd" format. Default "0001-01-01".
|
|
13
|
-
ProvNum?: number; // FK to Provider
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
/**
|
|
17
|
-
* Parameters for GET medications attached to a patient.
|
|
18
|
-
* @see https://www.opendental.com/site/apimedicationpats.html
|
|
19
|
-
*/
|
|
20
|
-
export interface GetMedicationPatsParams {
|
|
21
|
-
PatNum: number; // Required. FK to patient.PatNum. Gets all medications for a specified patient.
|
|
22
|
-
Offset?: number; // Optional. Pagination.
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
/**
|
|
26
|
-
* Parameters for attaching a medication to a patient.
|
|
27
|
-
* @see https://www.opendental.com/site/apimedicationpats.html
|
|
28
|
-
*/
|
|
29
|
-
export interface AddMedicationPatParams {
|
|
30
|
-
PatNum: number; // FK to patient
|
|
31
|
-
medName?: string; // Required if MedicationNum is not used. Tries to match to an existing medication. If a new medication must be created, it will be assumed to be generic rather than brand. For more control, use medication POST.
|
|
32
|
-
MedicationNum?: number; // Rarely used. Just use medName instead, which handles insertion of a Medication automatically. If MedicationNum is used, then medName is not required.
|
|
33
|
-
PatNote?: string; // Optional. String for notes specific to this patient's medication.
|
|
34
|
-
DateStart?: string; // Optional. String in "yyyy-MM-dd" format. Default "0001-01-01".
|
|
35
|
-
DateStop?: string; // Optional. String in "yyyy-MM-dd" format. Default "0001-01-01".
|
|
36
|
-
ProvNum?: number; // Optional. Default is 0.
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
/**
|
|
40
|
-
* Parameters for updating a medication attached to a patient.
|
|
41
|
-
* @see https://www.opendental.com/site/apimedicationpats.html
|
|
42
|
-
*/
|
|
43
|
-
export interface UpdateMedicationPatParams {
|
|
44
|
-
MedicationPatNum: number; // Required.
|
|
45
|
-
PatNote?: string; // Optional. String for notes specific to this patient's medication.
|
|
46
|
-
DateStart?: string; // Optional. String in "yyyy-MM-dd" format.
|
|
47
|
-
DateStop?: string; // Optional. String in "yyyy-MM-dd" format.
|
|
48
|
-
ProvNum?: number; // Optional.
|
|
49
|
-
}
|
|
50
|
-
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Parameters for fetching multiple patients.
|
|
3
|
-
* @see https://www.opendental.com/site/apioperatories.html
|
|
4
|
-
* Version Added: 24.1.10
|
|
5
|
-
*/
|
|
6
|
-
export interface Operatory {
|
|
7
|
-
OperatoryNum?: number; //Unique identifier for an operatory
|
|
8
|
-
OpName?: string; //
|
|
9
|
-
Abbrev?: string; //
|
|
10
|
-
ItemOrder?: number; //
|
|
11
|
-
IsHidden?: 'true' | 'false'; //
|
|
12
|
-
ProvDentist?: number; //
|
|
13
|
-
ProvHygienist?: string; //"YYYY-MM-DD"
|
|
14
|
-
IsHygiene?: 'true' | 'false'; //
|
|
15
|
-
SetProspective?: 'true' | 'false'; //
|
|
16
|
-
IsWebSched?: 'true' | 'false'; //
|
|
17
|
-
OperatoryType?: number; //"YYYY-MM-DD"
|
|
18
|
-
operatoryType?: string; //"YYYY-MM-DD"
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
export interface GetOperatoriesParams {
|
|
22
|
-
ClinicNum?: number; //
|
|
23
|
-
Offset?: number; //
|
|
24
|
-
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Parameters for fetching multiple patients.
|
|
3
|
-
* @see https://www.opendental.com/site/apipatfields.html
|
|
4
|
-
*/
|
|
5
|
-
export interface PatField {
|
|
6
|
-
PatFieldNum?: number; //Unique identifier for patfield
|
|
7
|
-
PatNum?: number; //Unique identifier for patient
|
|
8
|
-
FieldName?: string; // FK to patFieldDef.FieldName. Case sensitive.
|
|
9
|
-
FieldValue?: string; // Value for this specific patfield
|
|
10
|
-
SecDateTEdit?: string; //Timestamp representing when the PatField was last edited. In "yyyy-MM-dd HH:mm:ss" format.
|
|
11
|
-
SecDateEntry?: string; //"YYYY-MM-DD"
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
export interface GetPatFieldsParams {
|
|
15
|
-
PatNum?: number; //(Optional after version 22.4.5) The patient's PatNum.
|
|
16
|
-
FieldName?: string; // (Optional after version 22.4.5) FK to patFieldDef.FieldName. Case sensitive.
|
|
17
|
-
SecDateTEdit?: string; //(Added in version 22.4.5) Timestamp representing when the PatField was last edited. In "yyyy-MM-dd HH:mm:ss" format.
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
export interface AddUpdatePatFieldParams {
|
|
21
|
-
PatNum: number; //Required. The patient's PatNum.
|
|
22
|
-
FieldName: string; // Required. FK to PatFieldDef.FieldName. Case sensitive.
|
|
23
|
-
FieldValue: string; // Required. See the top of this page for more information. Relies on PatFieldDef.FieldType.
|
|
24
|
-
}
|
|
@@ -1,55 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* A PatPlan row in the database indicates coverage aka eligibility.
|
|
3
|
-
* If there is no patplan row, then the patient does not have coverage.
|
|
4
|
-
* So eligibility can be set by adding or removing PatPlan rows.
|
|
5
|
-
* @see https://www.opendental.com/site/apipatplans.html
|
|
6
|
-
*/
|
|
7
|
-
export interface PatPlan {
|
|
8
|
-
PatPlanNum?: number; // PK
|
|
9
|
-
PatNum?: number; // FK to patient
|
|
10
|
-
Ordinal?: number; // Default of 1. This is a single digit numeric field (example: 1, 2, 3...). It represents the primary insurance, secondary insurance, etc. 0 is not used. If Ordinal is set to1, and there is already primary insurance, the other insurance will get bumped to Ordinal 2.
|
|
11
|
-
IsPending?: "true" | "false"; //String in "yyyy-MM-dd" format.
|
|
12
|
-
Relationship?: "Self" | "Spouse" | "Child" | "Employee" | "HandicapDep" | "SignifOther" | "InjuredPlantiff" | "LifePartner" | "Dependent"; //Default is Self. Values can be "Self", "Spouse", "Child", "Employee", "HandicapDep", "SignifOther", "InjuredPlantiff", "LifePartner" or "Dependent".
|
|
13
|
-
PatID?: string; // A patient ID which will override the subscriber ID on eclaims. Also used for Canada.
|
|
14
|
-
InsSubNum?: number; // This requires that a valid InsSub is already in place. You can obtain the InsSubNum from FamilyModules GET Insurance, or you can obtain it from an InsSubs POST. If this plan is already linked to this InsSub, then response will be BadRequest.
|
|
15
|
-
OrthoAutoFeeBilledOverride?: string; //
|
|
16
|
-
OrthoAutoNextClaimDate?: string; //
|
|
17
|
-
SecDateTEntry?: string; // String in "yyyy-MM-dd HH:mm:ss" format
|
|
18
|
-
SecDateTEdit?: string; // String in "yyyy-MM-dd HH:mm:ss" format
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
/**
|
|
22
|
-
* Gets a list of PatPlans that meet a set of search criteria.
|
|
23
|
-
* @see https://www.opendental.com/site/apipatplans.html
|
|
24
|
-
*/
|
|
25
|
-
export interface GetPatPlansParams {
|
|
26
|
-
PatNum?: number; // Optional. FK to patient.PatNum.
|
|
27
|
-
InsSubNum?: number; // Optional. FK to inssub.InsSubNum
|
|
28
|
-
Offset?: number; // Pagination offset for results
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
/**
|
|
32
|
-
* Parameters for creating an PatPlan. This adds a PatPlan row to the database.
|
|
33
|
-
* @see https://www.opendental.com/site/apipatplans.html
|
|
34
|
-
*/
|
|
35
|
-
export interface CreatePatPlanParams {
|
|
36
|
-
PatNum: number; // Required. FK to patient
|
|
37
|
-
InsSubNum: number; // Required. This requires that a valid InsSub is already in place. You can obtain the InsSubNum from FamilyModules GET Insurance, or you can obtain it from an InsSubs POST. If this plan is already linked to this InsSub, then response will be BadRequest.
|
|
38
|
-
Ordinal?: number; // Optional. Default of 1. This is a single digit numeric field (example: 1, 2, 3...). It represents the primary insurance, secondary insurance, etc. 0 is not used. If Ordinal is set to1, and there is already primary insurance, the other insurance will get bumped to Ordinal 2.
|
|
39
|
-
Relationship?: "Self" | "Spouse" | "Child" | "Employee" | "HandicapDep" | "SignifOther" | "InjuredPlantiff" | "LifePartner" | "Dependent"; // Optional. Default is Self. Values can be "Self", "Spouse", "Child", "Employee", "HandicapDep", "SignifOther", "InjuredPlantiff", "LifePartner" or "Dependent".
|
|
40
|
-
PatID?: string; // Optional. A patient ID which will override the subscriber ID on eclaims. Also used for Canada.
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
/**
|
|
44
|
-
* Parameters for updating an PatPlan.
|
|
45
|
-
* This updates an existing PatPlan row in the database. PatNum cannot be updated. Instead, drop the PatPlan and then recreate it.
|
|
46
|
-
* @see https://www.opendental.com/site/apipatplans.html
|
|
47
|
-
*/
|
|
48
|
-
export interface UpdatePatPlanParams {
|
|
49
|
-
PatPlanNum: number; //Required. PK
|
|
50
|
-
InsSubNum?: number; // Required. This requires that a valid InsSub is already in place. You can obtain the InsSubNum from FamilyModules GET Insurance, or you can obtain it from an InsSubs POST. If this plan is already linked to this InsSub, then response will be BadRequest.
|
|
51
|
-
Ordinal?: number; // Optional. Default of 1. This is a single digit numeric field (example: 1, 2, 3...). It represents the primary insurance, secondary insurance, etc. 0 is not used. If Ordinal is set to1, and there is already primary insurance, the other insurance will get bumped to Ordinal 2.
|
|
52
|
-
Relationship?: "Self" | "Spouse" | "Child" | "Employee" | "HandicapDep" | "SignifOther" | "InjuredPlantiff" | "LifePartner" | "Dependent"; // Optional. Default is Self. Values can be "Self", "Spouse", "Child", "Employee", "HandicapDep", "SignifOther", "InjuredPlantiff", "LifePartner" or "Dependent".
|
|
53
|
-
PatID?: string; // Optional. A patient ID which will override the subscriber ID on eclaims. Also used for Canada.
|
|
54
|
-
}
|
|
55
|
-
|