@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
package/dist/openDental.js
CHANGED
|
@@ -38,452 +38,961 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
38
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
39
|
exports.OpenDental = void 0;
|
|
40
40
|
const httpClient_1 = __importDefault(require("./utils/httpClient"));
|
|
41
|
+
// Existing API classes
|
|
42
|
+
const accountModules_1 = __importDefault(require("./api/accountModules"));
|
|
43
|
+
const adjustments_1 = __importDefault(require("./api/adjustments"));
|
|
44
|
+
const allergies_1 = __importDefault(require("./api/allergies"));
|
|
45
|
+
const allergydefs_1 = __importDefault(require("./api/allergydefs"));
|
|
46
|
+
const appointmentTypes_1 = __importDefault(require("./api/appointmentTypes"));
|
|
41
47
|
const appointments_1 = __importDefault(require("./api/appointments"));
|
|
48
|
+
const apptFieldDefs_1 = __importDefault(require("./api/apptFieldDefs"));
|
|
49
|
+
const apptFields_1 = __importDefault(require("./api/apptFields"));
|
|
50
|
+
const asapComms_1 = __importDefault(require("./api/asapComms"));
|
|
51
|
+
const autoNoteControls_1 = __importDefault(require("./api/autoNoteControls"));
|
|
52
|
+
const autoNotes_1 = __importDefault(require("./api/autoNotes"));
|
|
53
|
+
const benefits_1 = __importDefault(require("./api/benefits"));
|
|
54
|
+
const carriers_1 = __importDefault(require("./api/carriers"));
|
|
42
55
|
const chartModules_1 = __importDefault(require("./api/chartModules"));
|
|
56
|
+
const claimPayments_1 = __importDefault(require("./api/claimPayments"));
|
|
57
|
+
const claimProcs_1 = __importDefault(require("./api/claimProcs"));
|
|
58
|
+
const claimTrackings_1 = __importDefault(require("./api/claimTrackings"));
|
|
59
|
+
const claims_1 = __importDefault(require("./api/claims"));
|
|
60
|
+
const clinics_1 = __importDefault(require("./api/clinics"));
|
|
61
|
+
const clockEvents_1 = __importDefault(require("./api/clockEvents"));
|
|
62
|
+
const codeGroups_1 = __importDefault(require("./api/codeGroups"));
|
|
43
63
|
const commlogs_1 = __importDefault(require("./api/commlogs"));
|
|
44
|
-
const
|
|
45
|
-
const
|
|
46
|
-
const
|
|
47
|
-
const recalls_1 = __importDefault(require("./api/recalls"));
|
|
48
|
-
const treatplans_1 = __importDefault(require("./api/treatplans"));
|
|
49
|
-
const treatplanattaches_1 = __importDefault(require("./api/treatplanattaches"));
|
|
50
|
-
const schedules_1 = __importDefault(require("./api/schedules"));
|
|
51
|
-
const providers_1 = __importDefault(require("./api/providers"));
|
|
52
|
-
const operatories_1 = __importDefault(require("./api/operatories"));
|
|
53
|
-
const payments_1 = __importDefault(require("./api/payments"));
|
|
54
|
-
const paySplits_1 = __importDefault(require("./api/paySplits"));
|
|
55
|
-
const payPlans_1 = __importDefault(require("./api/payPlans"));
|
|
56
|
-
const payPlanCharges_1 = __importDefault(require("./api/payPlanCharges"));
|
|
64
|
+
const computers_1 = __importDefault(require("./api/computers"));
|
|
65
|
+
const covCats_1 = __importDefault(require("./api/covCats"));
|
|
66
|
+
const covSpans_1 = __importDefault(require("./api/covSpans"));
|
|
57
67
|
const definitions_1 = __importDefault(require("./api/definitions"));
|
|
58
|
-
const
|
|
68
|
+
const diseaseDefs_1 = __importDefault(require("./api/diseaseDefs"));
|
|
59
69
|
const discountPlanSubs_1 = __importDefault(require("./api/discountPlanSubs"));
|
|
70
|
+
const discountPlans_1 = __importDefault(require("./api/discountPlans"));
|
|
71
|
+
const diseases_1 = __importDefault(require("./api/diseases"));
|
|
72
|
+
const documents_1 = __importDefault(require("./api/documents"));
|
|
73
|
+
const eTrans_1 = __importDefault(require("./api/eTrans"));
|
|
74
|
+
const eTransMessageTexts_1 = __importDefault(require("./api/eTransMessageTexts"));
|
|
75
|
+
const eTranss_1 = __importDefault(require("./api/eTranss"));
|
|
76
|
+
const ehrPatients_1 = __importDefault(require("./api/ehrPatients"));
|
|
77
|
+
const employees_1 = __importDefault(require("./api/employees"));
|
|
78
|
+
const employers_1 = __importDefault(require("./api/employers"));
|
|
79
|
+
const eobAttaches_1 = __importDefault(require("./api/eobAttaches"));
|
|
60
80
|
const familyModules_1 = __importDefault(require("./api/familyModules"));
|
|
81
|
+
const feeScheds_1 = __importDefault(require("./api/feeScheds"));
|
|
82
|
+
const fees_1 = __importDefault(require("./api/fees"));
|
|
83
|
+
const histAppointments_1 = __importDefault(require("./api/histAppointments"));
|
|
84
|
+
const insPlans_1 = __importDefault(require("./api/insPlans"));
|
|
61
85
|
const insSubs_1 = __importDefault(require("./api/insSubs"));
|
|
62
|
-
const
|
|
86
|
+
const insVerifies_1 = __importDefault(require("./api/insVerifies"));
|
|
63
87
|
const labCases_1 = __importDefault(require("./api/labCases"));
|
|
64
|
-
const
|
|
65
|
-
const
|
|
66
|
-
const insPlans_1 = __importDefault(require("./api/insPlans"));
|
|
67
|
-
const benefits_1 = __importDefault(require("./api/benefits"));
|
|
68
|
-
const claims_1 = __importDefault(require("./api/claims"));
|
|
69
|
-
const claimProcs_1 = __importDefault(require("./api/claimProcs"));
|
|
70
|
-
const adjustments_1 = __importDefault(require("./api/adjustments"));
|
|
71
|
-
const procedureCodes_1 = __importDefault(require("./api/procedureCodes"));
|
|
72
|
-
const fees_1 = __importDefault(require("./api/fees"));
|
|
73
|
-
const feeScheds_1 = __importDefault(require("./api/feeScheds"));
|
|
74
|
-
const diseases_1 = __importDefault(require("./api/diseases"));
|
|
75
|
-
const allergies_1 = __importDefault(require("./api/allergies"));
|
|
88
|
+
const labTurnarounds_1 = __importDefault(require("./api/labTurnarounds"));
|
|
89
|
+
const laboratories_1 = __importDefault(require("./api/laboratories"));
|
|
76
90
|
const medicationPats_1 = __importDefault(require("./api/medicationPats"));
|
|
77
|
-
const
|
|
91
|
+
const medications_1 = __importDefault(require("./api/medications"));
|
|
92
|
+
const operatories_1 = __importDefault(require("./api/operatories"));
|
|
93
|
+
const patFieldDefs_1 = __importDefault(require("./api/patFieldDefs"));
|
|
94
|
+
const patFields_1 = __importDefault(require("./api/patFields"));
|
|
95
|
+
const patPlans_1 = __importDefault(require("./api/patPlans"));
|
|
96
|
+
const patientNotes_1 = __importDefault(require("./api/patientNotes"));
|
|
97
|
+
const patientRaces_1 = __importDefault(require("./api/patientRaces"));
|
|
98
|
+
const patients_1 = __importDefault(require("./api/patients"));
|
|
99
|
+
const payPlanCharges_1 = __importDefault(require("./api/payPlanCharges"));
|
|
100
|
+
const payPlans_1 = __importDefault(require("./api/payPlans"));
|
|
101
|
+
const paySplits_1 = __importDefault(require("./api/paySplits"));
|
|
102
|
+
const payments_1 = __importDefault(require("./api/payments"));
|
|
103
|
+
const perioExams_1 = __importDefault(require("./api/perioExams"));
|
|
104
|
+
const perioMeasures_1 = __importDefault(require("./api/perioMeasures"));
|
|
105
|
+
const pharmacies_1 = __importDefault(require("./api/pharmacies"));
|
|
106
|
+
const popups_1 = __importDefault(require("./api/popups"));
|
|
107
|
+
const preferences_1 = __importDefault(require("./api/preferences"));
|
|
78
108
|
const procNotes_1 = __importDefault(require("./api/procNotes"));
|
|
109
|
+
const procTPs_1 = __importDefault(require("./api/procTPs"));
|
|
110
|
+
const procedureCodes_1 = __importDefault(require("./api/procedureCodes"));
|
|
111
|
+
const procedureLog_1 = __importDefault(require("./api/procedureLog"));
|
|
112
|
+
const providers_1 = __importDefault(require("./api/providers"));
|
|
79
113
|
const queries_1 = __importDefault(require("./api/queries"));
|
|
114
|
+
const quickPasteCats_1 = __importDefault(require("./api/quickPasteCats"));
|
|
115
|
+
const quickPasteNotes_1 = __importDefault(require("./api/quickPasteNotes"));
|
|
116
|
+
const recallTypes_1 = __importDefault(require("./api/recallTypes"));
|
|
117
|
+
const recalls_1 = __importDefault(require("./api/recalls"));
|
|
118
|
+
const refAttaches_1 = __importDefault(require("./api/refAttaches"));
|
|
119
|
+
const referrals_1 = __importDefault(require("./api/referrals"));
|
|
120
|
+
const reports_1 = __importDefault(require("./api/reports"));
|
|
121
|
+
const rxPats_1 = __importDefault(require("./api/rxPats"));
|
|
122
|
+
const scheduleOps_1 = __importDefault(require("./api/scheduleOps"));
|
|
123
|
+
const schedules_1 = __importDefault(require("./api/schedules"));
|
|
124
|
+
const security_1 = __importDefault(require("./api/security"));
|
|
80
125
|
const securityLogs_1 = __importDefault(require("./api/securityLogs"));
|
|
81
|
-
const
|
|
82
|
-
const
|
|
83
|
-
const
|
|
126
|
+
const sheetDefs_1 = __importDefault(require("./api/sheetDefs"));
|
|
127
|
+
const sheetFields_1 = __importDefault(require("./api/sheetFields"));
|
|
128
|
+
const sheets_1 = __importDefault(require("./api/sheets"));
|
|
129
|
+
const signalODs_1 = __importDefault(require("./api/signalODs"));
|
|
130
|
+
const statements_1 = __importDefault(require("./api/statements"));
|
|
131
|
+
const subscriptions_1 = __importDefault(require("./api/subscriptions"));
|
|
132
|
+
const substitutionLinks_1 = __importDefault(require("./api/substitutionLinks"));
|
|
133
|
+
const taskLists_1 = __importDefault(require("./api/taskLists"));
|
|
134
|
+
const taskNotes_1 = __importDefault(require("./api/taskNotes"));
|
|
135
|
+
const tasks_1 = __importDefault(require("./api/tasks"));
|
|
136
|
+
const toothInitials_1 = __importDefault(require("./api/toothInitials"));
|
|
137
|
+
const treatplanattaches_1 = __importDefault(require("./api/treatplanattaches"));
|
|
138
|
+
const treatplans_1 = __importDefault(require("./api/treatplans"));
|
|
139
|
+
const userGroupAttaches_1 = __importDefault(require("./api/userGroupAttaches"));
|
|
140
|
+
const userGroups_1 = __importDefault(require("./api/userGroups"));
|
|
141
|
+
const userODs_1 = __importDefault(require("./api/userODs"));
|
|
84
142
|
const Transformers = __importStar(require("./transformers"));
|
|
85
143
|
class OpenDental {
|
|
86
144
|
static httpClient;
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
145
|
+
// ---------------------------------------------------------------------------
|
|
146
|
+
// Initialization
|
|
147
|
+
// ---------------------------------------------------------------------------
|
|
148
|
+
/**
|
|
149
|
+
* Initialize the OpenDental SDK with your base URL and API auth token.
|
|
150
|
+
* Must be called once before any API factory method.
|
|
151
|
+
*
|
|
152
|
+
* @param {string} baseURL - The root URL of the Open Dental server (e.g. "https://your-server.example.com").
|
|
153
|
+
* The SDK appends "/api/v1" automatically.
|
|
154
|
+
* @param {string} authToken - The Base64-encoded "User:Password" API token.
|
|
155
|
+
* @param {HttpClientOptions} [options] - Optional configuration.
|
|
156
|
+
* @param {number} [options.timeout=30000] - Request timeout in milliseconds. Defaults to 30 seconds. Pass 0 to disable.
|
|
157
|
+
* @param {boolean} [options.debug=false] - When true, failed requests log the HTTP method, endpoint path,
|
|
158
|
+
* and status code to console.error. Response bodies and headers are never logged regardless of this setting.
|
|
159
|
+
* @throws {Error} If baseURL or authToken is missing.
|
|
160
|
+
*
|
|
161
|
+
* @example
|
|
162
|
+
* // Default — 30 second timeout, no logging
|
|
163
|
+
* OpenDental.initialize("https://your-server.example.com", "YOUR_TOKEN");
|
|
164
|
+
*
|
|
165
|
+
* @example
|
|
166
|
+
* // Custom timeout and debug logging enabled
|
|
167
|
+
* OpenDental.initialize("https://your-server.example.com", "YOUR_TOKEN", {
|
|
168
|
+
* timeout: 60000,
|
|
169
|
+
* debug: true,
|
|
170
|
+
* });
|
|
171
|
+
*/
|
|
172
|
+
static initialize(baseURL, authToken, options) {
|
|
91
173
|
if (!baseURL || !authToken) {
|
|
92
174
|
throw new Error("Both baseURL and authToken are required.");
|
|
93
175
|
}
|
|
94
|
-
|
|
95
|
-
baseURL = baseURL + "/api/v1";
|
|
96
|
-
this.httpClient = new httpClient_1.default(baseURL, authToken);
|
|
176
|
+
this.httpClient = new httpClient_1.default(baseURL + "/api/v1", authToken, options);
|
|
97
177
|
}
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
static
|
|
178
|
+
// ---------------------------------------------------------------------------
|
|
179
|
+
// Private guard — throws if initialize() was not called first
|
|
180
|
+
// ---------------------------------------------------------------------------
|
|
181
|
+
static requireClient() {
|
|
102
182
|
if (!this.httpClient) {
|
|
103
183
|
throw new Error("OpenDental not initialized. Call OpenDental.initialize() first.");
|
|
104
184
|
}
|
|
105
|
-
return
|
|
185
|
+
return this.httpClient;
|
|
106
186
|
}
|
|
187
|
+
// ---------------------------------------------------------------------------
|
|
188
|
+
// API factory methods (alphabetical)
|
|
189
|
+
// ---------------------------------------------------------------------------
|
|
107
190
|
/**
|
|
108
|
-
*
|
|
191
|
+
* Access the Account Modules API.
|
|
192
|
+
* Retrieve accounting sub-resource data for a patient.
|
|
193
|
+
* @see https://www.opendental.com/site/apiaccountmodules.html
|
|
109
194
|
*/
|
|
110
|
-
static
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
195
|
+
static AccountModules() {
|
|
196
|
+
return new accountModules_1.default(this.requireClient());
|
|
197
|
+
}
|
|
198
|
+
/**
|
|
199
|
+
* Access the Adjustments API.
|
|
200
|
+
* Create, read, update, and delete ledger adjustments for patients.
|
|
201
|
+
* @see https://www.opendental.com/site/apiadjustments.html
|
|
202
|
+
*/
|
|
203
|
+
static Adjustments() {
|
|
204
|
+
return new adjustments_1.default(this.requireClient());
|
|
205
|
+
}
|
|
206
|
+
/**
|
|
207
|
+
* Access the Allergies API.
|
|
208
|
+
* Manage patient allergy records (allergies assigned to a patient).
|
|
209
|
+
* @see https://www.opendental.com/site/apiallergies.html
|
|
210
|
+
*/
|
|
211
|
+
static Allergies() {
|
|
212
|
+
return new allergies_1.default(this.requireClient());
|
|
213
|
+
}
|
|
214
|
+
/**
|
|
215
|
+
* Access the AllergyDefs API.
|
|
216
|
+
* Manage allergy definitions (the master list of allergy types).
|
|
217
|
+
* @see https://www.opendental.com/site/apiallergydefs.html
|
|
218
|
+
*/
|
|
219
|
+
static AllergyDefs() {
|
|
220
|
+
return new allergydefs_1.default(this.requireClient());
|
|
221
|
+
}
|
|
222
|
+
/**
|
|
223
|
+
* Access the AppointmentTypes API.
|
|
224
|
+
* Manage appointment type definitions used when scheduling appointments.
|
|
225
|
+
* @see https://www.opendental.com/site/apiappointmenttypes.html
|
|
226
|
+
*/
|
|
227
|
+
static AppointmentTypes() {
|
|
228
|
+
return new appointmentTypes_1.default(this.requireClient());
|
|
229
|
+
}
|
|
230
|
+
/**
|
|
231
|
+
* Access the Appointments API.
|
|
232
|
+
* Create, read, update, break, and delete patient appointments.
|
|
233
|
+
* @see https://www.opendental.com/site/apiappointments.html
|
|
234
|
+
*/
|
|
235
|
+
static Appointments() {
|
|
236
|
+
return new appointments_1.default(this.requireClient());
|
|
237
|
+
}
|
|
238
|
+
/**
|
|
239
|
+
* Access the ApptFieldDefs API.
|
|
240
|
+
* Manage appointment field definitions (custom fields on appointments).
|
|
241
|
+
* @see https://www.opendental.com/site/apiapptfielddefs.html
|
|
242
|
+
*/
|
|
243
|
+
static ApptFieldDefs() {
|
|
244
|
+
return new apptFieldDefs_1.default(this.requireClient());
|
|
245
|
+
}
|
|
246
|
+
/**
|
|
247
|
+
* Access the ApptFields API.
|
|
248
|
+
* Read and update appointment field values for a specific appointment.
|
|
249
|
+
* @see https://www.opendental.com/site/apiapptfields.html
|
|
250
|
+
*/
|
|
251
|
+
static ApptFields() {
|
|
252
|
+
return new apptFields_1.default(this.requireClient());
|
|
253
|
+
}
|
|
254
|
+
/**
|
|
255
|
+
* Access the AsapComms API.
|
|
256
|
+
* Manage ASAP (as-soon-as-possible) list communications for filling schedule gaps.
|
|
257
|
+
* @see https://www.opendental.com/site/apiasapcomm.html
|
|
258
|
+
*/
|
|
259
|
+
static AsapComms() {
|
|
260
|
+
return new asapComms_1.default(this.requireClient());
|
|
261
|
+
}
|
|
262
|
+
/**
|
|
263
|
+
* Access the AutoNoteControls API.
|
|
264
|
+
* Manage auto note control definitions (the building blocks of auto-notes).
|
|
265
|
+
* @see https://www.opendental.com/site/apiautonotecontrols.html
|
|
266
|
+
*/
|
|
267
|
+
static AutoNoteControls() {
|
|
268
|
+
return new autoNoteControls_1.default(this.requireClient());
|
|
269
|
+
}
|
|
270
|
+
/**
|
|
271
|
+
* Access the AutoNotes API.
|
|
272
|
+
* Manage auto note templates used to quickly fill in clinical notes.
|
|
273
|
+
* @see https://www.opendental.com/site/apiautonotes.html
|
|
274
|
+
*/
|
|
275
|
+
static AutoNotes() {
|
|
276
|
+
return new autoNotes_1.default(this.requireClient());
|
|
277
|
+
}
|
|
278
|
+
/**
|
|
279
|
+
* Access the Benefits API.
|
|
280
|
+
* Create, read, update, and delete insurance plan benefits.
|
|
281
|
+
* @see https://www.opendental.com/site/apibenefits.html
|
|
282
|
+
*/
|
|
283
|
+
static Benefits() {
|
|
284
|
+
return new benefits_1.default(this.requireClient());
|
|
115
285
|
}
|
|
116
286
|
/**
|
|
117
|
-
*
|
|
287
|
+
* Access the Carriers API.
|
|
288
|
+
* Manage insurance carrier records.
|
|
289
|
+
* @see https://www.opendental.com/site/apicarriers.html
|
|
290
|
+
*/
|
|
291
|
+
static Carriers() {
|
|
292
|
+
return new carriers_1.default(this.requireClient());
|
|
293
|
+
}
|
|
294
|
+
/**
|
|
295
|
+
* Access the ChartModules API.
|
|
296
|
+
* Retrieve chart module data (procedures, appointments, patient info, and more) for a patient.
|
|
297
|
+
* @see https://www.opendental.com/site/apichartmodules.html
|
|
118
298
|
*/
|
|
119
299
|
static ChartModules() {
|
|
120
|
-
|
|
121
|
-
throw new Error("OpenDental not initialized. Call OpenDental.initialize() first.");
|
|
122
|
-
}
|
|
123
|
-
return new chartModules_1.default(this.httpClient);
|
|
300
|
+
return new chartModules_1.default(this.requireClient());
|
|
124
301
|
}
|
|
125
302
|
/**
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
return new patFields_1.default(this.httpClient);
|
|
303
|
+
* Access the ClaimPayments API.
|
|
304
|
+
* Manage insurance claim payment (EOB) records.
|
|
305
|
+
* @see https://www.opendental.com/site/apiclaimpayments.html
|
|
306
|
+
*/
|
|
307
|
+
static ClaimPayments() {
|
|
308
|
+
return new claimPayments_1.default(this.requireClient());
|
|
133
309
|
}
|
|
134
310
|
/**
|
|
135
|
-
*
|
|
311
|
+
* Access the ClaimProcs API.
|
|
312
|
+
* Manage claim procedures — the line items that link procedures to insurance claims.
|
|
313
|
+
* @see https://www.opendental.com/site/apiclaimprocs.html
|
|
136
314
|
*/
|
|
137
|
-
static
|
|
138
|
-
|
|
139
|
-
throw new Error("OpenDental not initialized. Call OpenDental.initialize() first.");
|
|
140
|
-
}
|
|
141
|
-
return new patients_1.default(this.httpClient);
|
|
315
|
+
static ClaimProcs() {
|
|
316
|
+
return new claimProcs_1.default(this.requireClient());
|
|
142
317
|
}
|
|
143
318
|
/**
|
|
144
|
-
*
|
|
319
|
+
* Access the ClaimTrackings API.
|
|
320
|
+
* Read claim tracking history for insurance claims.
|
|
321
|
+
* @see https://www.opendental.com/site/apiclaimtrackings.html
|
|
145
322
|
*/
|
|
146
|
-
static
|
|
147
|
-
|
|
148
|
-
throw new Error("OpenDental not initialized. Call OpenDental.initialize() first.");
|
|
149
|
-
}
|
|
150
|
-
return new procedureLog_1.default(this.httpClient);
|
|
323
|
+
static ClaimTrackings() {
|
|
324
|
+
return new claimTrackings_1.default(this.requireClient());
|
|
151
325
|
}
|
|
152
326
|
/**
|
|
153
|
-
*
|
|
327
|
+
* Access the Claims API.
|
|
328
|
+
* Create, read, update, split, and delete insurance claims.
|
|
329
|
+
* @see https://www.opendental.com/site/apiclaims.html
|
|
154
330
|
*/
|
|
155
|
-
static
|
|
156
|
-
|
|
157
|
-
throw new Error("OpenDental not initialized. Call OpenDental.initialize() first.");
|
|
158
|
-
}
|
|
159
|
-
return new recalls_1.default(this.httpClient);
|
|
331
|
+
static Claims() {
|
|
332
|
+
return new claims_1.default(this.requireClient());
|
|
160
333
|
}
|
|
161
334
|
/**
|
|
162
|
-
*
|
|
335
|
+
* Access the Clinics API.
|
|
336
|
+
* Manage clinic records for multi-location practices.
|
|
337
|
+
* @see https://www.opendental.com/site/apiclinics.html
|
|
163
338
|
*/
|
|
164
|
-
static
|
|
165
|
-
|
|
166
|
-
throw new Error("OpenDental not initialized. Call OpenDental.initialize() first.");
|
|
167
|
-
}
|
|
168
|
-
return new treatplans_1.default(this.httpClient);
|
|
339
|
+
static Clinics() {
|
|
340
|
+
return new clinics_1.default(this.requireClient());
|
|
169
341
|
}
|
|
170
342
|
/**
|
|
171
|
-
*
|
|
343
|
+
* Access the ClockEvents API.
|
|
344
|
+
* Read and manage employee time-clock punch records.
|
|
345
|
+
* @see https://www.opendental.com/site/apiclock events.html
|
|
172
346
|
*/
|
|
173
|
-
static
|
|
174
|
-
|
|
175
|
-
throw new Error("OpenDental not initialized. Call OpenDental.initialize() first.");
|
|
176
|
-
}
|
|
177
|
-
return new treatplanattaches_1.default(this.httpClient);
|
|
347
|
+
static ClockEvents() {
|
|
348
|
+
return new clockEvents_1.default(this.requireClient());
|
|
178
349
|
}
|
|
179
350
|
/**
|
|
180
|
-
*
|
|
351
|
+
* Access the CodeGroups API.
|
|
352
|
+
* Manage procedure code groups used for treatment plan grouping.
|
|
353
|
+
* @see https://www.opendental.com/site/apicodegroups.html
|
|
181
354
|
*/
|
|
182
|
-
static
|
|
183
|
-
|
|
184
|
-
throw new Error("OpenDental not initialized. Call OpenDental.initialize() first.");
|
|
185
|
-
}
|
|
186
|
-
return new schedules_1.default(this.httpClient);
|
|
355
|
+
static CodeGroups() {
|
|
356
|
+
return new codeGroups_1.default(this.requireClient());
|
|
187
357
|
}
|
|
188
358
|
/**
|
|
189
|
-
*
|
|
359
|
+
* Access the CommLogs API.
|
|
360
|
+
* Create, read, update, and delete patient communication log entries.
|
|
361
|
+
* @see https://www.opendental.com/site/apicommlogs.html
|
|
190
362
|
*/
|
|
191
|
-
static
|
|
192
|
-
|
|
193
|
-
throw new Error("OpenDental not initialized. Call OpenDental.initialize() first.");
|
|
194
|
-
}
|
|
195
|
-
return new providers_1.default(this.httpClient);
|
|
363
|
+
static CommLogs() {
|
|
364
|
+
return new commlogs_1.default(this.requireClient());
|
|
196
365
|
}
|
|
197
366
|
/**
|
|
198
|
-
*
|
|
367
|
+
* Access the Computers API.
|
|
368
|
+
* Read computer/workstation records registered in Open Dental.
|
|
369
|
+
* @see https://www.opendental.com/site/apicomputers.html
|
|
199
370
|
*/
|
|
200
|
-
static
|
|
201
|
-
|
|
202
|
-
throw new Error("OpenDental not initialized. Call OpenDental.initialize() first.");
|
|
203
|
-
}
|
|
204
|
-
return new operatories_1.default(this.httpClient);
|
|
371
|
+
static Computers() {
|
|
372
|
+
return new computers_1.default(this.requireClient());
|
|
205
373
|
}
|
|
206
374
|
/**
|
|
207
|
-
*
|
|
375
|
+
* Access the CovCats API.
|
|
376
|
+
* Manage coverage category definitions used in insurance plans.
|
|
377
|
+
* @see https://www.opendental.com/site/apicovcats.html
|
|
208
378
|
*/
|
|
209
|
-
static
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
379
|
+
static CovCats() {
|
|
380
|
+
return new covCats_1.default(this.requireClient());
|
|
381
|
+
}
|
|
382
|
+
/**
|
|
383
|
+
* Access the CovSpans API.
|
|
384
|
+
* Manage coverage span records used in insurance plan benefits.
|
|
385
|
+
* @see https://www.opendental.com/site/apicovspans.html
|
|
386
|
+
*/
|
|
387
|
+
static CovSpans() {
|
|
388
|
+
return new covSpans_1.default(this.requireClient());
|
|
214
389
|
}
|
|
215
390
|
/**
|
|
216
|
-
*
|
|
391
|
+
* Access the Definitions API.
|
|
392
|
+
* Read and create definition list items (dropdowns) used throughout Open Dental.
|
|
393
|
+
* @see https://www.opendental.com/site/apidefinitions.html
|
|
217
394
|
*/
|
|
218
395
|
static Definitions() {
|
|
219
|
-
|
|
220
|
-
throw new Error("OpenDental not initialized. Call OpenDental.initialize() first.");
|
|
221
|
-
}
|
|
222
|
-
return new definitions_1.default(this.httpClient);
|
|
396
|
+
return new definitions_1.default(this.requireClient());
|
|
223
397
|
}
|
|
224
398
|
/**
|
|
225
|
-
*
|
|
399
|
+
* Access the DiseaseDefs API.
|
|
400
|
+
* Manage disease/problem definition records (the master problem list).
|
|
401
|
+
* @see https://www.opendental.com/site/apidiseasedefs.html
|
|
226
402
|
*/
|
|
227
|
-
static
|
|
228
|
-
|
|
229
|
-
throw new Error("OpenDental not initialized. Call OpenDental.initialize() first.");
|
|
230
|
-
}
|
|
231
|
-
return new discountPlans_1.default(this.httpClient);
|
|
403
|
+
static DiseaseDefs() {
|
|
404
|
+
return new diseaseDefs_1.default(this.requireClient());
|
|
232
405
|
}
|
|
233
406
|
/**
|
|
234
|
-
*
|
|
407
|
+
* Access the DiscountPlanSubs API.
|
|
408
|
+
* Manage patient discount plan subscriptions.
|
|
409
|
+
* @see https://www.opendental.com/site/apidiscountplansubs.html
|
|
235
410
|
*/
|
|
236
411
|
static DiscountPlanSubs() {
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
412
|
+
return new discountPlanSubs_1.default(this.requireClient());
|
|
413
|
+
}
|
|
414
|
+
/**
|
|
415
|
+
* Access the DiscountPlans API.
|
|
416
|
+
* Manage in-house discount plan definitions.
|
|
417
|
+
* @see https://www.opendental.com/site/apidiscountplans.html
|
|
418
|
+
*/
|
|
419
|
+
static DiscountPlans() {
|
|
420
|
+
return new discountPlans_1.default(this.requireClient());
|
|
421
|
+
}
|
|
422
|
+
/**
|
|
423
|
+
* Access the Diseases API.
|
|
424
|
+
* Manage patient disease/problem records (problems assigned to a patient).
|
|
425
|
+
* @see https://www.opendental.com/site/apidiseases.html
|
|
426
|
+
*/
|
|
427
|
+
static Diseases() {
|
|
428
|
+
return new diseases_1.default(this.requireClient());
|
|
429
|
+
}
|
|
430
|
+
/**
|
|
431
|
+
* Access the Documents API.
|
|
432
|
+
* Manage patient document records (images and files in the patient image module).
|
|
433
|
+
* @see https://www.opendental.com/site/apidocuments.html
|
|
434
|
+
*/
|
|
435
|
+
static Documents() {
|
|
436
|
+
return new documents_1.default(this.requireClient());
|
|
437
|
+
}
|
|
438
|
+
/**
|
|
439
|
+
* Access the ETrans API.
|
|
440
|
+
* Manage electronic transaction records (835 EOBs, 270/271 eligibility, etc.).
|
|
441
|
+
* @see https://www.opendental.com/site/apietrans.html
|
|
442
|
+
*/
|
|
443
|
+
static ETrans() {
|
|
444
|
+
return new eTrans_1.default(this.requireClient());
|
|
445
|
+
}
|
|
446
|
+
/**
|
|
447
|
+
* Access the ETransMessageTexts API.
|
|
448
|
+
* Retrieve the raw message text content of an electronic transaction.
|
|
449
|
+
* @see https://www.opendental.com/site/apietransmessagetexts.html
|
|
450
|
+
*/
|
|
451
|
+
static ETransMessageTexts() {
|
|
452
|
+
return new eTransMessageTexts_1.default(this.requireClient());
|
|
453
|
+
}
|
|
454
|
+
/**
|
|
455
|
+
* Access the ETranss API.
|
|
456
|
+
* List and query electronic transactions in bulk.
|
|
457
|
+
* @see https://www.opendental.com/site/apietranss.html
|
|
458
|
+
*/
|
|
459
|
+
static ETranss() {
|
|
460
|
+
return new eTranss_1.default(this.requireClient());
|
|
461
|
+
}
|
|
462
|
+
/**
|
|
463
|
+
* Access the EhrPatients API.
|
|
464
|
+
* Read and update EHR-specific patient data (Meaningful Use fields).
|
|
465
|
+
* @see https://www.opendental.com/site/apiehrpatients.html
|
|
466
|
+
*/
|
|
467
|
+
static EhrPatients() {
|
|
468
|
+
return new ehrPatients_1.default(this.requireClient());
|
|
469
|
+
}
|
|
470
|
+
/**
|
|
471
|
+
* Access the Employees API.
|
|
472
|
+
* Manage employee records.
|
|
473
|
+
* @see https://www.opendental.com/site/apiemployees.html
|
|
474
|
+
*/
|
|
475
|
+
static Employees() {
|
|
476
|
+
return new employees_1.default(this.requireClient());
|
|
241
477
|
}
|
|
242
478
|
/**
|
|
243
|
-
*
|
|
479
|
+
* Access the Employers API.
|
|
480
|
+
* Manage employer records linked to patients.
|
|
481
|
+
* @see https://www.opendental.com/site/apiemployers.html
|
|
482
|
+
*/
|
|
483
|
+
static Employers() {
|
|
484
|
+
return new employers_1.default(this.requireClient());
|
|
485
|
+
}
|
|
486
|
+
/**
|
|
487
|
+
* Access the EobAttaches API.
|
|
488
|
+
* Manage EOB attachment images linked to claim payments.
|
|
489
|
+
* @see https://www.opendental.com/site/apieobattaches.html
|
|
490
|
+
*/
|
|
491
|
+
static EobAttaches() {
|
|
492
|
+
return new eobAttaches_1.default(this.requireClient());
|
|
493
|
+
}
|
|
494
|
+
/**
|
|
495
|
+
* Access the FamilyModules API.
|
|
496
|
+
* Retrieve family module data (account, insurance, and other family-level info).
|
|
497
|
+
* @see https://www.opendental.com/site/apifamilymodules.html
|
|
244
498
|
*/
|
|
245
499
|
static FamilyModules() {
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
500
|
+
return new familyModules_1.default(this.requireClient());
|
|
501
|
+
}
|
|
502
|
+
/**
|
|
503
|
+
* Access the FeeScheds API.
|
|
504
|
+
* Manage fee schedule records.
|
|
505
|
+
* @see https://www.opendental.com/site/apifeescheds.html
|
|
506
|
+
*/
|
|
507
|
+
static FeeScheds() {
|
|
508
|
+
return new feeScheds_1.default(this.requireClient());
|
|
509
|
+
}
|
|
510
|
+
/**
|
|
511
|
+
* Access the Fees API.
|
|
512
|
+
* Create, read, update, and delete fees on a fee schedule.
|
|
513
|
+
* @see https://www.opendental.com/site/apifees.html
|
|
514
|
+
*/
|
|
515
|
+
static Fees() {
|
|
516
|
+
return new fees_1.default(this.requireClient());
|
|
517
|
+
}
|
|
518
|
+
/**
|
|
519
|
+
* Access the HistAppointments API.
|
|
520
|
+
* Read historical appointment records (appointment change history).
|
|
521
|
+
* @see https://www.opendental.com/site/apihistappointments.html
|
|
522
|
+
*/
|
|
523
|
+
static HistAppointments() {
|
|
524
|
+
return new histAppointments_1.default(this.requireClient());
|
|
250
525
|
}
|
|
251
526
|
/**
|
|
252
|
-
*
|
|
527
|
+
* Access the InsPlans API.
|
|
528
|
+
* Manage insurance plan records.
|
|
529
|
+
* @see https://www.opendental.com/site/apiinsplans.html
|
|
530
|
+
*/
|
|
531
|
+
static InsPlans() {
|
|
532
|
+
return new insPlans_1.default(this.requireClient());
|
|
533
|
+
}
|
|
534
|
+
/**
|
|
535
|
+
* Access the InsSubs API.
|
|
536
|
+
* Manage insurance subscriber records linking patients to insurance plans.
|
|
537
|
+
* @see https://www.opendental.com/site/apiinssubs.html
|
|
253
538
|
*/
|
|
254
539
|
static InsSubs() {
|
|
255
|
-
|
|
256
|
-
throw new Error("OpenDental not initialized. Call OpenDental.initialize() first.");
|
|
257
|
-
}
|
|
258
|
-
return new insSubs_1.default(this.httpClient);
|
|
540
|
+
return new insSubs_1.default(this.requireClient());
|
|
259
541
|
}
|
|
260
542
|
/**
|
|
261
|
-
*
|
|
543
|
+
* Access the InsVerifies API.
|
|
544
|
+
* Manage insurance verification records and verification list entries.
|
|
545
|
+
* @see https://www.opendental.com/site/apiinsverifies.html
|
|
262
546
|
*/
|
|
263
|
-
static
|
|
264
|
-
|
|
265
|
-
throw new Error("OpenDental not initialized. Call OpenDental.initialize() first.");
|
|
266
|
-
}
|
|
267
|
-
return new patPlans_1.default(this.httpClient);
|
|
547
|
+
static InsVerifies() {
|
|
548
|
+
return new insVerifies_1.default(this.requireClient());
|
|
268
549
|
}
|
|
269
550
|
/**
|
|
270
|
-
*
|
|
551
|
+
* Access the LabCases API.
|
|
552
|
+
* Manage dental lab case records.
|
|
553
|
+
* @see https://www.opendental.com/site/apilabcases.html
|
|
271
554
|
*/
|
|
272
555
|
static LabCases() {
|
|
273
|
-
|
|
274
|
-
throw new Error("OpenDental not initialized. Call OpenDental.initialize() first.");
|
|
275
|
-
}
|
|
276
|
-
return new labCases_1.default(this.httpClient);
|
|
556
|
+
return new labCases_1.default(this.requireClient());
|
|
277
557
|
}
|
|
278
558
|
/**
|
|
279
|
-
*
|
|
559
|
+
* Access the LabTurnarounds API.
|
|
560
|
+
* Manage lab turnaround time records for dental laboratories.
|
|
561
|
+
* @see https://www.opendental.com/site/apilabturnarounds.html
|
|
280
562
|
*/
|
|
281
|
-
static
|
|
282
|
-
|
|
283
|
-
throw new Error("OpenDental not initialized. Call OpenDental.initialize() first.");
|
|
284
|
-
}
|
|
285
|
-
return new referrals_1.default(this.httpClient);
|
|
563
|
+
static LabTurnarounds() {
|
|
564
|
+
return new labTurnarounds_1.default(this.requireClient());
|
|
286
565
|
}
|
|
287
566
|
/**
|
|
288
|
-
*
|
|
567
|
+
* Access the Laboratories API.
|
|
568
|
+
* Manage dental laboratory records.
|
|
569
|
+
* @see https://www.opendental.com/site/apilaboratories.html
|
|
289
570
|
*/
|
|
290
|
-
static
|
|
291
|
-
|
|
292
|
-
throw new Error("OpenDental not initialized. Call OpenDental.initialize() first.");
|
|
293
|
-
}
|
|
294
|
-
return new refAttaches_1.default(this.httpClient);
|
|
571
|
+
static Laboratories() {
|
|
572
|
+
return new laboratories_1.default(this.requireClient());
|
|
295
573
|
}
|
|
296
574
|
/**
|
|
297
|
-
*
|
|
575
|
+
* Access the MedicationPats API.
|
|
576
|
+
* Manage medications assigned to a patient.
|
|
577
|
+
* @see https://www.opendental.com/site/apimedicationpats.html
|
|
298
578
|
*/
|
|
299
|
-
static
|
|
300
|
-
|
|
301
|
-
throw new Error("OpenDental not initialized. Call OpenDental.initialize() first.");
|
|
302
|
-
}
|
|
303
|
-
return new insPlans_1.default(this.httpClient);
|
|
579
|
+
static MedicationPats() {
|
|
580
|
+
return new medicationPats_1.default(this.requireClient());
|
|
304
581
|
}
|
|
305
582
|
/**
|
|
306
|
-
*
|
|
583
|
+
* Access the Medications API.
|
|
584
|
+
* Manage medication definition records (the master medication list).
|
|
585
|
+
* @see https://www.opendental.com/site/apimedications.html
|
|
307
586
|
*/
|
|
308
|
-
static
|
|
309
|
-
|
|
310
|
-
throw new Error("OpenDental not initialized. Call OpenDental.initialize() first.");
|
|
311
|
-
}
|
|
312
|
-
return new benefits_1.default(this.httpClient);
|
|
587
|
+
static Medications() {
|
|
588
|
+
return new medications_1.default(this.requireClient());
|
|
313
589
|
}
|
|
314
590
|
/**
|
|
315
|
-
*
|
|
591
|
+
* Access the Operatories API.
|
|
592
|
+
* Manage operatory (treatment room) records.
|
|
593
|
+
* @see https://www.opendental.com/site/apioperatories.html
|
|
316
594
|
*/
|
|
317
|
-
static
|
|
318
|
-
|
|
319
|
-
throw new Error("OpenDental not initialized. Call OpenDental.initialize() first.");
|
|
320
|
-
}
|
|
321
|
-
return new claims_1.default(this.httpClient);
|
|
595
|
+
static Operatories() {
|
|
596
|
+
return new operatories_1.default(this.requireClient());
|
|
322
597
|
}
|
|
323
598
|
/**
|
|
324
|
-
*
|
|
599
|
+
* Access the PatFieldDefs API.
|
|
600
|
+
* Manage patient field definitions (custom patient fields).
|
|
601
|
+
* @see https://www.opendental.com/site/apipatfielddefs.html
|
|
325
602
|
*/
|
|
326
|
-
static
|
|
327
|
-
|
|
328
|
-
throw new Error("OpenDental not initialized. Call OpenDental.initialize() first.");
|
|
329
|
-
}
|
|
330
|
-
return new claimProcs_1.default(this.httpClient);
|
|
603
|
+
static PatFieldDefs() {
|
|
604
|
+
return new patFieldDefs_1.default(this.requireClient());
|
|
331
605
|
}
|
|
332
606
|
/**
|
|
333
|
-
*
|
|
607
|
+
* Access the PatFields API.
|
|
608
|
+
* Read and update custom patient field values for a specific patient.
|
|
609
|
+
* @see https://www.opendental.com/site/apipatfields.html
|
|
334
610
|
*/
|
|
335
|
-
static
|
|
336
|
-
|
|
337
|
-
throw new Error("OpenDental not initialized. Call OpenDental.initialize() first.");
|
|
338
|
-
}
|
|
339
|
-
return new adjustments_1.default(this.httpClient);
|
|
611
|
+
static PatFields() {
|
|
612
|
+
return new patFields_1.default(this.requireClient());
|
|
340
613
|
}
|
|
341
614
|
/**
|
|
342
|
-
*
|
|
615
|
+
* Access the PatPlans API.
|
|
616
|
+
* Manage patient plan records (which insurance plans a patient is enrolled in).
|
|
617
|
+
* @see https://www.opendental.com/site/apipatplans.html
|
|
343
618
|
*/
|
|
344
|
-
static
|
|
345
|
-
|
|
346
|
-
throw new Error("OpenDental not initialized. Call OpenDental.initialize() first.");
|
|
347
|
-
}
|
|
348
|
-
return new procedureCodes_1.default(this.httpClient);
|
|
619
|
+
static PatPlans() {
|
|
620
|
+
return new patPlans_1.default(this.requireClient());
|
|
349
621
|
}
|
|
350
622
|
/**
|
|
351
|
-
*
|
|
623
|
+
* Access the PatientNotes API.
|
|
624
|
+
* Read and update patient note fields (financial note, medical note, etc.).
|
|
625
|
+
* @see https://www.opendental.com/site/apipatientnotes.html
|
|
352
626
|
*/
|
|
353
|
-
static
|
|
354
|
-
|
|
355
|
-
throw new Error("OpenDental not initialized. Call OpenDental.initialize() first.");
|
|
356
|
-
}
|
|
357
|
-
return new paySplits_1.default(this.httpClient);
|
|
627
|
+
static PatientNotes() {
|
|
628
|
+
return new patientNotes_1.default(this.requireClient());
|
|
358
629
|
}
|
|
359
630
|
/**
|
|
360
|
-
*
|
|
631
|
+
* Access the PatientRaces API.
|
|
632
|
+
* Manage patient race and ethnicity records (EHR/Meaningful Use).
|
|
633
|
+
* @see https://www.opendental.com/site/apipatientraces.html
|
|
361
634
|
*/
|
|
362
|
-
static
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
635
|
+
static PatientRaces() {
|
|
636
|
+
return new patientRaces_1.default(this.requireClient());
|
|
637
|
+
}
|
|
638
|
+
/**
|
|
639
|
+
* Access the Patients API.
|
|
640
|
+
* Create, read, update, merge, and manage patient records.
|
|
641
|
+
* @see https://www.opendental.com/site/apipatients.html
|
|
642
|
+
*/
|
|
643
|
+
static Patients() {
|
|
644
|
+
return new patients_1.default(this.requireClient());
|
|
367
645
|
}
|
|
368
646
|
/**
|
|
369
|
-
*
|
|
647
|
+
* Access the PayPlanCharges API.
|
|
648
|
+
* Manage payment plan charge records (debits and credits on a payment plan).
|
|
649
|
+
* @see https://www.opendental.com/site/apipayplancharges.html
|
|
370
650
|
*/
|
|
371
651
|
static PayPlanCharges() {
|
|
372
|
-
|
|
373
|
-
throw new Error("OpenDental not initialized. Call OpenDental.initialize() first.");
|
|
374
|
-
}
|
|
375
|
-
return new payPlanCharges_1.default(this.httpClient);
|
|
652
|
+
return new payPlanCharges_1.default(this.requireClient());
|
|
376
653
|
}
|
|
377
654
|
/**
|
|
378
|
-
*
|
|
655
|
+
* Access the PayPlans API.
|
|
656
|
+
* Manage payment plan records (installment agreements for patient balances).
|
|
657
|
+
* @see https://www.opendental.com/site/apipayplans.html
|
|
379
658
|
*/
|
|
380
|
-
static
|
|
381
|
-
|
|
382
|
-
throw new Error("OpenDental not initialized. Call OpenDental.initialize() first.");
|
|
383
|
-
}
|
|
384
|
-
return new fees_1.default(this.httpClient);
|
|
659
|
+
static PayPlans() {
|
|
660
|
+
return new payPlans_1.default(this.requireClient());
|
|
385
661
|
}
|
|
386
662
|
/**
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
return new feeScheds_1.default(this.httpClient);
|
|
663
|
+
* Access the PaySplits API.
|
|
664
|
+
* Manage payment split records (how a payment is allocated across procedures).
|
|
665
|
+
* @see https://www.opendental.com/site/apipaysplits.html
|
|
666
|
+
*/
|
|
667
|
+
static PaySplits() {
|
|
668
|
+
return new paySplits_1.default(this.requireClient());
|
|
394
669
|
}
|
|
395
670
|
/**
|
|
396
|
-
*
|
|
671
|
+
* Access the Payments API.
|
|
672
|
+
* Create, read, update, and refund patient payments.
|
|
673
|
+
* @see https://www.opendental.com/site/apipayments.html
|
|
397
674
|
*/
|
|
398
|
-
static
|
|
399
|
-
|
|
400
|
-
throw new Error("OpenDental not initialized. Call OpenDental.initialize() first.");
|
|
401
|
-
}
|
|
402
|
-
return new diseases_1.default(this.httpClient);
|
|
675
|
+
static Payments() {
|
|
676
|
+
return new payments_1.default(this.requireClient());
|
|
403
677
|
}
|
|
404
678
|
/**
|
|
405
|
-
*
|
|
679
|
+
* Access the PerioExams API.
|
|
680
|
+
* Manage periodontal exam records.
|
|
681
|
+
* @see https://www.opendental.com/site/apiperioexams.html
|
|
406
682
|
*/
|
|
407
|
-
static
|
|
408
|
-
|
|
409
|
-
throw new Error("OpenDental not initialized. Call OpenDental.initialize() first.");
|
|
410
|
-
}
|
|
411
|
-
return new allergies_1.default(this.httpClient);
|
|
683
|
+
static PerioExams() {
|
|
684
|
+
return new perioExams_1.default(this.requireClient());
|
|
412
685
|
}
|
|
413
686
|
/**
|
|
414
|
-
*
|
|
687
|
+
* Access the PerioMeasures API.
|
|
688
|
+
* Manage periodontal measurement records within a perio exam.
|
|
689
|
+
* @see https://www.opendental.com/site/apiperiomeasures.html
|
|
415
690
|
*/
|
|
416
|
-
static
|
|
417
|
-
|
|
418
|
-
throw new Error("OpenDental not initialized. Call OpenDental.initialize() first.");
|
|
419
|
-
}
|
|
420
|
-
return new medicationPats_1.default(this.httpClient);
|
|
691
|
+
static PerioMeasures() {
|
|
692
|
+
return new perioMeasures_1.default(this.requireClient());
|
|
421
693
|
}
|
|
422
694
|
/**
|
|
423
|
-
*
|
|
695
|
+
* Access the Pharmacies API.
|
|
696
|
+
* Manage pharmacy records used when creating prescriptions.
|
|
697
|
+
* @see https://www.opendental.com/site/apipharmacies.html
|
|
424
698
|
*/
|
|
425
|
-
static
|
|
426
|
-
|
|
427
|
-
throw new Error("OpenDental not initialized. Call OpenDental.initialize() first.");
|
|
428
|
-
}
|
|
429
|
-
return new procTPs_1.default(this.httpClient);
|
|
699
|
+
static Pharmacies() {
|
|
700
|
+
return new pharmacies_1.default(this.requireClient());
|
|
430
701
|
}
|
|
431
702
|
/**
|
|
432
|
-
*
|
|
703
|
+
* Access the Popups API.
|
|
704
|
+
* Manage popup message records that appear when opening a patient chart.
|
|
705
|
+
* @see https://www.opendental.com/site/apipopups.html
|
|
706
|
+
*/
|
|
707
|
+
static Popups() {
|
|
708
|
+
return new popups_1.default(this.requireClient());
|
|
709
|
+
}
|
|
710
|
+
/**
|
|
711
|
+
* Access the Preferences API.
|
|
712
|
+
* Read and update global Open Dental preferences (practice settings).
|
|
713
|
+
* @see https://www.opendental.com/site/apipreferences.html
|
|
714
|
+
*/
|
|
715
|
+
static Preferences() {
|
|
716
|
+
return new preferences_1.default(this.requireClient());
|
|
717
|
+
}
|
|
718
|
+
/**
|
|
719
|
+
* Access the ProcNotes API.
|
|
720
|
+
* Manage procedure note records attached to completed procedures.
|
|
721
|
+
* @see https://www.opendental.com/site/apiprocnotes.html
|
|
433
722
|
*/
|
|
434
723
|
static ProcNotes() {
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
724
|
+
return new procNotes_1.default(this.requireClient());
|
|
725
|
+
}
|
|
726
|
+
/**
|
|
727
|
+
* Access the ProcTPs API.
|
|
728
|
+
* Manage procedure treatment plan records (procedures on a treatment plan).
|
|
729
|
+
* @see https://www.opendental.com/site/apiprocTPs.html
|
|
730
|
+
*/
|
|
731
|
+
static ProcTPs() {
|
|
732
|
+
return new procTPs_1.default(this.requireClient());
|
|
733
|
+
}
|
|
734
|
+
/**
|
|
735
|
+
* Access the ProcedureCodes API.
|
|
736
|
+
* Manage procedure code definitions (ADA CDT codes and custom codes).
|
|
737
|
+
* @see https://www.opendental.com/site/apiprocedturecodes.html
|
|
738
|
+
*/
|
|
739
|
+
static ProcedureCodes() {
|
|
740
|
+
return new procedureCodes_1.default(this.requireClient());
|
|
741
|
+
}
|
|
742
|
+
/**
|
|
743
|
+
* Access the ProcedureLogs API.
|
|
744
|
+
* Create, read, update, and delete procedure log records.
|
|
745
|
+
* @see https://www.opendental.com/site/apiprocedurelogs.html
|
|
746
|
+
*/
|
|
747
|
+
static ProcedureLogs() {
|
|
748
|
+
return new procedureLog_1.default(this.requireClient());
|
|
749
|
+
}
|
|
750
|
+
/**
|
|
751
|
+
* Access the Providers API.
|
|
752
|
+
* Manage provider records (dentists, hygienists, and other clinical staff).
|
|
753
|
+
* @see https://www.opendental.com/site/apiproviders.html
|
|
754
|
+
*/
|
|
755
|
+
static Providers() {
|
|
756
|
+
return new providers_1.default(this.requireClient());
|
|
439
757
|
}
|
|
440
758
|
/**
|
|
441
|
-
*
|
|
759
|
+
* Access the Queries API.
|
|
760
|
+
* Execute read-only SQL queries against the Open Dental database.
|
|
761
|
+
* @see https://www.opendental.com/site/apiqueries.html
|
|
442
762
|
*/
|
|
443
763
|
static Queries() {
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
764
|
+
return new queries_1.default(this.requireClient());
|
|
765
|
+
}
|
|
766
|
+
/**
|
|
767
|
+
* Access the QuickPasteCats API.
|
|
768
|
+
* Manage quick-paste category records used to organize quick-paste notes.
|
|
769
|
+
* @see https://www.opendental.com/site/apiquickpastecats.html
|
|
770
|
+
*/
|
|
771
|
+
static QuickPasteCats() {
|
|
772
|
+
return new quickPasteCats_1.default(this.requireClient());
|
|
773
|
+
}
|
|
774
|
+
/**
|
|
775
|
+
* Access the QuickPasteNotes API.
|
|
776
|
+
* Manage quick-paste note records for fast text entry in clinical notes.
|
|
777
|
+
* @see https://www.opendental.com/site/apiquickpastenotes.html
|
|
778
|
+
*/
|
|
779
|
+
static QuickPasteNotes() {
|
|
780
|
+
return new quickPasteNotes_1.default(this.requireClient());
|
|
781
|
+
}
|
|
782
|
+
/**
|
|
783
|
+
* Access the RecallTypes API.
|
|
784
|
+
* Manage recall type definitions (e.g. Prophy, Perio, X-rays).
|
|
785
|
+
* @see https://www.opendental.com/site/apirecalltypes.html
|
|
786
|
+
*/
|
|
787
|
+
static RecallTypes() {
|
|
788
|
+
return new recallTypes_1.default(this.requireClient());
|
|
448
789
|
}
|
|
449
790
|
/**
|
|
450
|
-
*
|
|
791
|
+
* Access the Recalls API.
|
|
792
|
+
* Manage patient recall records (due dates for recurring appointments).
|
|
793
|
+
* @see https://www.opendental.com/site/apirecalls.html
|
|
794
|
+
*/
|
|
795
|
+
static Recalls() {
|
|
796
|
+
return new recalls_1.default(this.requireClient());
|
|
797
|
+
}
|
|
798
|
+
/**
|
|
799
|
+
* Access the RefAttaches API.
|
|
800
|
+
* Manage referral attachment records (referrals linked to patients or procedures).
|
|
801
|
+
* @see https://www.opendental.com/site/apirefAttaches.html
|
|
802
|
+
*/
|
|
803
|
+
static RefAttaches() {
|
|
804
|
+
return new refAttaches_1.default(this.requireClient());
|
|
805
|
+
}
|
|
806
|
+
/**
|
|
807
|
+
* Access the Referrals API.
|
|
808
|
+
* Manage referral source/destination records.
|
|
809
|
+
* @see https://www.opendental.com/site/apireferrals.html
|
|
810
|
+
*/
|
|
811
|
+
static Referrals() {
|
|
812
|
+
return new referrals_1.default(this.requireClient());
|
|
813
|
+
}
|
|
814
|
+
/**
|
|
815
|
+
* Access the Reports API.
|
|
816
|
+
* Run built-in Open Dental reports and retrieve results.
|
|
817
|
+
* @see https://www.opendental.com/site/apireports.html
|
|
818
|
+
*/
|
|
819
|
+
static Reports() {
|
|
820
|
+
return new reports_1.default(this.requireClient());
|
|
821
|
+
}
|
|
822
|
+
/**
|
|
823
|
+
* Access the RxPats API.
|
|
824
|
+
* Manage prescription records written for patients.
|
|
825
|
+
* @see https://www.opendental.com/site/apirxpats.html
|
|
826
|
+
*/
|
|
827
|
+
static RxPats() {
|
|
828
|
+
return new rxPats_1.default(this.requireClient());
|
|
829
|
+
}
|
|
830
|
+
/**
|
|
831
|
+
* Access the ScheduleOps API.
|
|
832
|
+
* Manage schedule-to-operatory link records (which operatories a schedule block covers).
|
|
833
|
+
* @see https://www.opendental.com/site/apischeduleops.html
|
|
834
|
+
*/
|
|
835
|
+
static ScheduleOps() {
|
|
836
|
+
return new scheduleOps_1.default(this.requireClient());
|
|
837
|
+
}
|
|
838
|
+
/**
|
|
839
|
+
* Access the Schedules API.
|
|
840
|
+
* Create, read, and manage provider and blockout schedule records.
|
|
841
|
+
* @see https://www.opendental.com/site/apischedules.html
|
|
842
|
+
*/
|
|
843
|
+
static Schedules() {
|
|
844
|
+
return new schedules_1.default(this.requireClient());
|
|
845
|
+
}
|
|
846
|
+
/**
|
|
847
|
+
* Access the Security API.
|
|
848
|
+
* Manage user security settings within Open Dental.
|
|
849
|
+
* @see https://www.opendental.com/site/apisecurity.html
|
|
850
|
+
*/
|
|
851
|
+
static Security() {
|
|
852
|
+
return new security_1.default(this.requireClient());
|
|
853
|
+
}
|
|
854
|
+
/**
|
|
855
|
+
* Access the SecurityLogs API.
|
|
856
|
+
* Read security log entries (audit trail of user actions).
|
|
857
|
+
* @see https://www.opendental.com/site/apisecuritylogs.html
|
|
451
858
|
*/
|
|
452
859
|
static SecurityLogs() {
|
|
453
|
-
|
|
454
|
-
throw new Error("OpenDental not initialized. Call OpenDental.initialize() first.");
|
|
455
|
-
}
|
|
456
|
-
return new securityLogs_1.default(this.httpClient);
|
|
860
|
+
return new securityLogs_1.default(this.requireClient());
|
|
457
861
|
}
|
|
458
862
|
/**
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
return new appointmentTypes_1.default(this.httpClient);
|
|
863
|
+
* Access the SheetDefs API.
|
|
864
|
+
* Manage sheet definition records (form templates for forms, labels, etc.).
|
|
865
|
+
* @see https://www.opendental.com/site/apisheetdefs.html
|
|
866
|
+
*/
|
|
867
|
+
static SheetDefs() {
|
|
868
|
+
return new sheetDefs_1.default(this.requireClient());
|
|
466
869
|
}
|
|
467
870
|
/**
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
return new insVerifies_1.default(this.httpClient);
|
|
871
|
+
* Access the SheetFields API.
|
|
872
|
+
* Manage field definitions within a sheet template.
|
|
873
|
+
* @see https://www.opendental.com/site/apisheetfields.html
|
|
874
|
+
*/
|
|
875
|
+
static SheetFields() {
|
|
876
|
+
return new sheetFields_1.default(this.requireClient());
|
|
475
877
|
}
|
|
476
878
|
/**
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
879
|
+
* Access the Sheets API.
|
|
880
|
+
* Create and read filled-out sheet instances (e.g. completed patient forms).
|
|
881
|
+
* @see https://www.opendental.com/site/apisheets.html
|
|
882
|
+
*/
|
|
883
|
+
static Sheets() {
|
|
884
|
+
return new sheets_1.default(this.requireClient());
|
|
885
|
+
}
|
|
886
|
+
/**
|
|
887
|
+
* Access the SignalODs API.
|
|
888
|
+
* Read real-time signal records (server-to-client push notifications).
|
|
889
|
+
* @see https://www.opendental.com/site/apisignalods.html
|
|
890
|
+
*/
|
|
891
|
+
static SignalODs() {
|
|
892
|
+
return new signalODs_1.default(this.requireClient());
|
|
893
|
+
}
|
|
894
|
+
/**
|
|
895
|
+
* Access the Statements API.
|
|
896
|
+
* Create and retrieve patient billing statement records.
|
|
897
|
+
* @see https://www.opendental.com/site/apistatements.html
|
|
898
|
+
*/
|
|
899
|
+
static Statements() {
|
|
900
|
+
return new statements_1.default(this.requireClient());
|
|
901
|
+
}
|
|
902
|
+
/**
|
|
903
|
+
* Access the Subscriptions API.
|
|
904
|
+
* Manage webhook-style event subscriptions for Open Dental push notifications.
|
|
905
|
+
* @see https://www.opendental.com/site/apisubscriptions.html
|
|
906
|
+
*/
|
|
907
|
+
static Subscriptions() {
|
|
908
|
+
return new subscriptions_1.default(this.requireClient());
|
|
909
|
+
}
|
|
910
|
+
/**
|
|
911
|
+
* Access the SubstitutionLinks API.
|
|
912
|
+
* Manage tooth substitution link records (tooth material substitution rules).
|
|
913
|
+
* @see https://www.opendental.com/site/apisubstitutionlinks.html
|
|
914
|
+
*/
|
|
915
|
+
static SubstitutionLinks() {
|
|
916
|
+
return new substitutionLinks_1.default(this.requireClient());
|
|
917
|
+
}
|
|
918
|
+
/**
|
|
919
|
+
* Access the TaskLists API.
|
|
920
|
+
* Manage task list records (folders that organize tasks in Open Dental).
|
|
921
|
+
* @see https://www.opendental.com/site/apitasklists.html
|
|
922
|
+
*/
|
|
923
|
+
static TaskLists() {
|
|
924
|
+
return new taskLists_1.default(this.requireClient());
|
|
925
|
+
}
|
|
926
|
+
/**
|
|
927
|
+
* Access the TaskNotes API.
|
|
928
|
+
* Manage task note records (comments on a task).
|
|
929
|
+
* @see https://www.opendental.com/site/apitasknotes.html
|
|
930
|
+
*/
|
|
931
|
+
static TaskNotes() {
|
|
932
|
+
return new taskNotes_1.default(this.requireClient());
|
|
933
|
+
}
|
|
934
|
+
/**
|
|
935
|
+
* Access the Tasks API.
|
|
936
|
+
* Create, read, update, and delete task records.
|
|
937
|
+
* @see https://www.opendental.com/site/apitasks.html
|
|
938
|
+
*/
|
|
939
|
+
static Tasks() {
|
|
940
|
+
return new tasks_1.default(this.requireClient());
|
|
941
|
+
}
|
|
942
|
+
/**
|
|
943
|
+
* Access the ToothInitials API.
|
|
944
|
+
* Manage tooth initial records (existing conditions drawn on the tooth chart).
|
|
945
|
+
* @see https://www.opendental.com/site/apitoothInitials.html
|
|
946
|
+
*/
|
|
947
|
+
static ToothInitials() {
|
|
948
|
+
return new toothInitials_1.default(this.requireClient());
|
|
949
|
+
}
|
|
950
|
+
/**
|
|
951
|
+
* Access the TreatmentPlanAttaches API.
|
|
952
|
+
* Manage procedure-to-treatment-plan attachment records.
|
|
953
|
+
* @see https://www.opendental.com/site/apitreatplanattaches.html
|
|
954
|
+
*/
|
|
955
|
+
static TreatmentPlanAttaches() {
|
|
956
|
+
return new treatplanattaches_1.default(this.requireClient());
|
|
957
|
+
}
|
|
958
|
+
/**
|
|
959
|
+
* Access the TreatmentPlans API.
|
|
960
|
+
* Create, read, update, save, and delete treatment plan records.
|
|
961
|
+
* @see https://www.opendental.com/site/apitreatplans.html
|
|
962
|
+
*/
|
|
963
|
+
static TreatmentPlans() {
|
|
964
|
+
return new treatplans_1.default(this.requireClient());
|
|
965
|
+
}
|
|
966
|
+
/**
|
|
967
|
+
* Access the UserGroupAttaches API.
|
|
968
|
+
* Manage user-to-user-group membership records.
|
|
969
|
+
* @see https://www.opendental.com/site/apiusergroupattaches.html
|
|
970
|
+
*/
|
|
971
|
+
static UserGroupAttaches() {
|
|
972
|
+
return new userGroupAttaches_1.default(this.requireClient());
|
|
973
|
+
}
|
|
974
|
+
/**
|
|
975
|
+
* Access the UserGroups API.
|
|
976
|
+
* Manage user group records (security permission groups).
|
|
977
|
+
* @see https://www.opendental.com/site/apiusergroups.html
|
|
978
|
+
*/
|
|
979
|
+
static UserGroups() {
|
|
980
|
+
return new userGroups_1.default(this.requireClient());
|
|
981
|
+
}
|
|
982
|
+
/**
|
|
983
|
+
* Access the UserODs API.
|
|
984
|
+
* Manage Open Dental user accounts.
|
|
985
|
+
* @see https://www.opendental.com/site/apiuserods.html
|
|
986
|
+
*/
|
|
987
|
+
static UserODs() {
|
|
988
|
+
return new userODs_1.default(this.requireClient());
|
|
484
989
|
}
|
|
990
|
+
// ---------------------------------------------------------------------------
|
|
991
|
+
// Stateless helpers
|
|
992
|
+
// ---------------------------------------------------------------------------
|
|
485
993
|
/**
|
|
486
|
-
* Access stateless
|
|
994
|
+
* Access stateless data transformer utilities.
|
|
995
|
+
* No initialization required.
|
|
487
996
|
*/
|
|
488
997
|
static Transformers() {
|
|
489
998
|
return Transformers;
|