@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
|
@@ -0,0 +1,4617 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
|
3
|
+
<url>
|
|
4
|
+
<loc>https://www.opendental.com/manual/manual.html</loc>
|
|
5
|
+
</url>
|
|
6
|
+
<url>
|
|
7
|
+
<loc>https://opendentalsoft.com:1943/ODBugTracker/PreviousVersions.aspx</loc>
|
|
8
|
+
</url>
|
|
9
|
+
<url>
|
|
10
|
+
<loc>https://www.opendental.com/manual/404.html</loc>
|
|
11
|
+
</url>
|
|
12
|
+
<url>
|
|
13
|
+
<loc>https://www.opendental.com/manual/aaprototype.html</loc>
|
|
14
|
+
</url>
|
|
15
|
+
<url>
|
|
16
|
+
<loc>https://www.opendental.com/manual/aaprototypeimagesizes.html</loc>
|
|
17
|
+
</url>
|
|
18
|
+
<url>
|
|
19
|
+
<loc>https://www.opendental.com/manual/aaprototypelinks.html</loc>
|
|
20
|
+
</url>
|
|
21
|
+
<url>
|
|
22
|
+
<loc>https://www.opendental.com/manual/aaprototypeprogramming.html</loc>
|
|
23
|
+
</url>
|
|
24
|
+
<url>
|
|
25
|
+
<loc>https://www.opendental.com/manual/aaprototypeuplinks.html</loc>
|
|
26
|
+
</url>
|
|
27
|
+
<url>
|
|
28
|
+
<loc>https://www.opendental.com/manual/aasearch.html</loc>
|
|
29
|
+
</url>
|
|
30
|
+
<url>
|
|
31
|
+
<loc>https://www.opendental.com/manual/aboutwindow.html</loc>
|
|
32
|
+
</url>
|
|
33
|
+
<url>
|
|
34
|
+
<loc>https://www.opendental.com/manual/account.html</loc>
|
|
35
|
+
</url>
|
|
36
|
+
<url>
|
|
37
|
+
<loc>https://www.opendental.com/manual/accounting.html</loc>
|
|
38
|
+
</url>
|
|
39
|
+
<url>
|
|
40
|
+
<loc>https://www.opendental.com/manual/accountingcloseyear.html</loc>
|
|
41
|
+
</url>
|
|
42
|
+
<url>
|
|
43
|
+
<loc>https://www.opendental.com/manual/accountingfaq.html</loc>
|
|
44
|
+
</url>
|
|
45
|
+
<url>
|
|
46
|
+
<loc>https://www.opendental.com/manual/accountingreports.html</loc>
|
|
47
|
+
</url>
|
|
48
|
+
<url>
|
|
49
|
+
<loc>https://www.opendental.com/manual/accountingsetup.html</loc>
|
|
50
|
+
</url>
|
|
51
|
+
<url>
|
|
52
|
+
<loc>https://www.opendental.com/manual/accrual.html</loc>
|
|
53
|
+
</url>
|
|
54
|
+
<url>
|
|
55
|
+
<loc>https://www.opendental.com/manual/adjinsbenefits.html</loc>
|
|
56
|
+
</url>
|
|
57
|
+
<url>
|
|
58
|
+
<loc>https://www.opendental.com/manual/adjustments.html</loc>
|
|
59
|
+
</url>
|
|
60
|
+
<url>
|
|
61
|
+
<loc>https://www.opendental.com/manual/adjustmentsmultiwindow.html</loc>
|
|
62
|
+
</url>
|
|
63
|
+
<url>
|
|
64
|
+
<loc>https://www.opendental.com/manual/advancedtopics.html</loc>
|
|
65
|
+
</url>
|
|
66
|
+
<url>
|
|
67
|
+
<loc>https://www.opendental.com/site/advertisingpostcards.html</loc>
|
|
68
|
+
</url>
|
|
69
|
+
<url>
|
|
70
|
+
<loc>https://www.opendental.com/manual/advertisingselectpatients.html</loc>
|
|
71
|
+
</url>
|
|
72
|
+
<url>
|
|
73
|
+
<loc>https://www.opendental.com/site/afterhourssupport.html</loc>
|
|
74
|
+
</url>
|
|
75
|
+
<url>
|
|
76
|
+
<loc>https://www.opendental.com/manual/aging.html</loc>
|
|
77
|
+
</url>
|
|
78
|
+
<url>
|
|
79
|
+
<loc>https://www.opendental.com/manual/alertcategories.html</loc>
|
|
80
|
+
</url>
|
|
81
|
+
<url>
|
|
82
|
+
<loc>https://www.opendental.com/manual/alerts.html</loc>
|
|
83
|
+
</url>
|
|
84
|
+
<url>
|
|
85
|
+
<loc>https://www.opendental.com/manual/alertsubscribe.html</loc>
|
|
86
|
+
</url>
|
|
87
|
+
<url>
|
|
88
|
+
<loc>https://www.opendental.com/manual/allergiesmaster.html</loc>
|
|
89
|
+
</url>
|
|
90
|
+
<url>
|
|
91
|
+
<loc>https://www.opendental.com/manual/allergiespatient.html</loc>
|
|
92
|
+
</url>
|
|
93
|
+
<url>
|
|
94
|
+
<loc>https://www.opendental.com/manual/allocationssetup.html</loc>
|
|
95
|
+
</url>
|
|
96
|
+
<url>
|
|
97
|
+
<loc>https://www.opendental.com/manual/allowapplication.html</loc>
|
|
98
|
+
</url>
|
|
99
|
+
<url>
|
|
100
|
+
<loc>https://www.opendental.com/manual/alphabetical.html</loc>
|
|
101
|
+
</url>
|
|
102
|
+
<url>
|
|
103
|
+
<loc>https://www.opendental.com/site/alternatephonenumbers.html</loc>
|
|
104
|
+
</url>
|
|
105
|
+
<url>
|
|
106
|
+
<loc>https://www.opendental.com/manual/amazonrds.html</loc>
|
|
107
|
+
</url>
|
|
108
|
+
<url>
|
|
109
|
+
<loc>https://www.opendental.com/manual/anesthesia.html</loc>
|
|
110
|
+
</url>
|
|
111
|
+
<url>
|
|
112
|
+
<loc>https://www.opendental.com/site/annoyances.html</loc>
|
|
113
|
+
</url>
|
|
114
|
+
<url>
|
|
115
|
+
<loc>https://www.opendental.com/site/apiaccountmodules.html</loc>
|
|
116
|
+
</url>
|
|
117
|
+
<url>
|
|
118
|
+
<loc>https://www.opendental.com/site/apiadjustments.html</loc>
|
|
119
|
+
</url>
|
|
120
|
+
<url>
|
|
121
|
+
<loc>https://www.opendental.com/site/apiallergies.html</loc>
|
|
122
|
+
</url>
|
|
123
|
+
<url>
|
|
124
|
+
<loc>https://www.opendental.com/site/apiallergydefs.html</loc>
|
|
125
|
+
</url>
|
|
126
|
+
<url>
|
|
127
|
+
<loc>https://www.opendental.com/site/apiappointments.html</loc>
|
|
128
|
+
</url>
|
|
129
|
+
<url>
|
|
130
|
+
<loc>https://www.opendental.com/site/apiappointmenttypes.html</loc>
|
|
131
|
+
</url>
|
|
132
|
+
<url>
|
|
133
|
+
<loc>https://www.opendental.com/site/apiapptfielddefs.html</loc>
|
|
134
|
+
</url>
|
|
135
|
+
<url>
|
|
136
|
+
<loc>https://www.opendental.com/site/apiapptfields.html</loc>
|
|
137
|
+
</url>
|
|
138
|
+
<url>
|
|
139
|
+
<loc>https://www.opendental.com/manual/apiasapcomm.html</loc>
|
|
140
|
+
</url>
|
|
141
|
+
<url>
|
|
142
|
+
<loc>https://www.opendental.com/manual/apiasapcomms.html</loc>
|
|
143
|
+
</url>
|
|
144
|
+
<url>
|
|
145
|
+
<loc>https://www.opendental.com/site/apiautonotecontrols.html</loc>
|
|
146
|
+
</url>
|
|
147
|
+
<url>
|
|
148
|
+
<loc>https://www.opendental.com/site/apiautonotes.html</loc>
|
|
149
|
+
</url>
|
|
150
|
+
<url>
|
|
151
|
+
<loc>https://www.opendental.com/site/apibenefits.html</loc>
|
|
152
|
+
</url>
|
|
153
|
+
<url>
|
|
154
|
+
<loc>https://www.opendental.com/site/apicarriers.html</loc>
|
|
155
|
+
</url>
|
|
156
|
+
<url>
|
|
157
|
+
<loc>https://www.opendental.com/site/apichartmodules.html</loc>
|
|
158
|
+
</url>
|
|
159
|
+
<url>
|
|
160
|
+
<loc>https://www.opendental.com/site/apiclaimpayments.html</loc>
|
|
161
|
+
</url>
|
|
162
|
+
<url>
|
|
163
|
+
<loc>https://www.opendental.com/site/apiclaimprocs.html</loc>
|
|
164
|
+
</url>
|
|
165
|
+
<url>
|
|
166
|
+
<loc>https://www.opendental.com/site/apiclaims.html</loc>
|
|
167
|
+
</url>
|
|
168
|
+
<url>
|
|
169
|
+
<loc>https://www.opendental.com/site/apiclaimtrackings.html</loc>
|
|
170
|
+
</url>
|
|
171
|
+
<url>
|
|
172
|
+
<loc>https://www.opendental.com/site/apiclinics.html</loc>
|
|
173
|
+
</url>
|
|
174
|
+
<url>
|
|
175
|
+
<loc>https://www.opendental.com/site/apicommlogs.html</loc>
|
|
176
|
+
</url>
|
|
177
|
+
<url>
|
|
178
|
+
<loc>https://www.opendental.com/site/apicomputers.html</loc>
|
|
179
|
+
</url>
|
|
180
|
+
<url>
|
|
181
|
+
<loc>https://www.opendental.com/site/apidefinitions.html</loc>
|
|
182
|
+
</url>
|
|
183
|
+
<url>
|
|
184
|
+
<loc>https://www.opendental.com/site/apidiscountplans.html</loc>
|
|
185
|
+
</url>
|
|
186
|
+
<url>
|
|
187
|
+
<loc>https://www.opendental.com/site/apidiscountplansubs.html</loc>
|
|
188
|
+
</url>
|
|
189
|
+
<url>
|
|
190
|
+
<loc>https://www.opendental.com/site/apidiseasedefs.html</loc>
|
|
191
|
+
</url>
|
|
192
|
+
<url>
|
|
193
|
+
<loc>https://www.opendental.com/site/apidiseases.html</loc>
|
|
194
|
+
</url>
|
|
195
|
+
<url>
|
|
196
|
+
<loc>https://www.opendental.com/site/apidocuments.html</loc>
|
|
197
|
+
</url>
|
|
198
|
+
<url>
|
|
199
|
+
<loc>https://www.opendental.com/site/apiemployers.html</loc>
|
|
200
|
+
</url>
|
|
201
|
+
<url>
|
|
202
|
+
<loc>https://www.opendental.com/site/apietrans.html</loc>
|
|
203
|
+
</url>
|
|
204
|
+
<url>
|
|
205
|
+
<loc>https://www.opendental.com/site/apietransmessagetexts.html</loc>
|
|
206
|
+
</url>
|
|
207
|
+
<url>
|
|
208
|
+
<loc>https://www.opendental.com/site/apietranss.html</loc>
|
|
209
|
+
</url>
|
|
210
|
+
<url>
|
|
211
|
+
<loc>https://www.opendental.com/site/apievents.html</loc>
|
|
212
|
+
</url>
|
|
213
|
+
<url>
|
|
214
|
+
<loc>https://www.opendental.com/site/apifamilymodules.html</loc>
|
|
215
|
+
</url>
|
|
216
|
+
<url>
|
|
217
|
+
<loc>https://www.opendental.com/manual/apifees.html</loc>
|
|
218
|
+
</url>
|
|
219
|
+
<url>
|
|
220
|
+
<loc>https://www.opendental.com/site/apifeescheds.html</loc>
|
|
221
|
+
</url>
|
|
222
|
+
<url>
|
|
223
|
+
<loc>https://www.opendental.com/site/apihistappointments.html</loc>
|
|
224
|
+
</url>
|
|
225
|
+
<url>
|
|
226
|
+
<loc>https://www.opendental.com/site/apiimplementation.html</loc>
|
|
227
|
+
</url>
|
|
228
|
+
<url>
|
|
229
|
+
<loc>https://www.opendental.com/site/apiinsplans.html</loc>
|
|
230
|
+
</url>
|
|
231
|
+
<url>
|
|
232
|
+
<loc>https://www.opendental.com/site/apiinssubs.html</loc>
|
|
233
|
+
</url>
|
|
234
|
+
<url>
|
|
235
|
+
<loc>https://www.opendental.com/site/apiinsverifies.html</loc>
|
|
236
|
+
</url>
|
|
237
|
+
<url>
|
|
238
|
+
<loc>https://www.opendental.com/site/apilocal.html</loc>
|
|
239
|
+
</url>
|
|
240
|
+
<url>
|
|
241
|
+
<loc>https://www.opendental.com/site/apimedicationpats.html</loc>
|
|
242
|
+
</url>
|
|
243
|
+
<url>
|
|
244
|
+
<loc>https://www.opendental.com/site/apimedications.html</loc>
|
|
245
|
+
</url>
|
|
246
|
+
<url>
|
|
247
|
+
<loc>https://www.opendental.com/site/apioperatories.html</loc>
|
|
248
|
+
</url>
|
|
249
|
+
<url>
|
|
250
|
+
<loc>https://www.opendental.com/site/apipatfielddefs.html</loc>
|
|
251
|
+
</url>
|
|
252
|
+
<url>
|
|
253
|
+
<loc>https://www.opendental.com/site/apipatfields.html</loc>
|
|
254
|
+
</url>
|
|
255
|
+
<url>
|
|
256
|
+
<loc>https://www.opendental.com/site/apipatientnotes.html</loc>
|
|
257
|
+
</url>
|
|
258
|
+
<url>
|
|
259
|
+
<loc>https://www.opendental.com/site/apipatientraces.html</loc>
|
|
260
|
+
</url>
|
|
261
|
+
<url>
|
|
262
|
+
<loc>https://www.opendental.com/site/apipatients.html</loc>
|
|
263
|
+
</url>
|
|
264
|
+
<url>
|
|
265
|
+
<loc>https://www.opendental.com/site/apipatplans.html</loc>
|
|
266
|
+
</url>
|
|
267
|
+
<url>
|
|
268
|
+
<loc>https://www.opendental.com/site/apipayments.html</loc>
|
|
269
|
+
</url>
|
|
270
|
+
<url>
|
|
271
|
+
<loc>https://www.opendental.com/manual/apipayplancharges.html</loc>
|
|
272
|
+
</url>
|
|
273
|
+
<url>
|
|
274
|
+
<loc>https://www.opendental.com/site/apipayplans.html</loc>
|
|
275
|
+
</url>
|
|
276
|
+
<url>
|
|
277
|
+
<loc>https://www.opendental.com/site/apipaysplits.html</loc>
|
|
278
|
+
</url>
|
|
279
|
+
<url>
|
|
280
|
+
<loc>https://www.opendental.com/site/apiperioexams.html</loc>
|
|
281
|
+
</url>
|
|
282
|
+
<url>
|
|
283
|
+
<loc>https://www.opendental.com/site/apiperiomeasures.html</loc>
|
|
284
|
+
</url>
|
|
285
|
+
<url>
|
|
286
|
+
<loc>https://www.opendental.com/site/apipermissions.html</loc>
|
|
287
|
+
</url>
|
|
288
|
+
<url>
|
|
289
|
+
<loc>https://www.opendental.com/site/apipopups.html</loc>
|
|
290
|
+
</url>
|
|
291
|
+
<url>
|
|
292
|
+
<loc>https://www.opendental.com/site/apipreferences.html</loc>
|
|
293
|
+
</url>
|
|
294
|
+
<url>
|
|
295
|
+
<loc>https://www.opendental.com/site/apiprocedurecodes.html</loc>
|
|
296
|
+
</url>
|
|
297
|
+
<url>
|
|
298
|
+
<loc>https://www.opendental.com/site/apiprocedurelogs.html</loc>
|
|
299
|
+
</url>
|
|
300
|
+
<url>
|
|
301
|
+
<loc>https://www.opendental.com/site/apiprocnotes.html</loc>
|
|
302
|
+
</url>
|
|
303
|
+
<url>
|
|
304
|
+
<loc>https://www.opendental.com/site/apiproctps.html</loc>
|
|
305
|
+
</url>
|
|
306
|
+
<url>
|
|
307
|
+
<loc>https://www.opendental.com/site/apiproviders.html</loc>
|
|
308
|
+
</url>
|
|
309
|
+
<url>
|
|
310
|
+
<loc>https://www.opendental.com/site/apiqueries.html</loc>
|
|
311
|
+
</url>
|
|
312
|
+
<url>
|
|
313
|
+
<loc>https://www.opendental.com/site/apiquickpastecats.html</loc>
|
|
314
|
+
</url>
|
|
315
|
+
<url>
|
|
316
|
+
<loc>https://www.opendental.com/site/apiquickpastenotes.html</loc>
|
|
317
|
+
</url>
|
|
318
|
+
<url>
|
|
319
|
+
<loc>https://www.opendental.com/site/apirecalls.html</loc>
|
|
320
|
+
</url>
|
|
321
|
+
<url>
|
|
322
|
+
<loc>https://www.opendental.com/site/apirefattaches.html</loc>
|
|
323
|
+
</url>
|
|
324
|
+
<url>
|
|
325
|
+
<loc>https://www.opendental.com/site/apireferrals.html</loc>
|
|
326
|
+
</url>
|
|
327
|
+
<url>
|
|
328
|
+
<loc>https://www.opendental.com/site/apireports.html</loc>
|
|
329
|
+
</url>
|
|
330
|
+
<url>
|
|
331
|
+
<loc>https://www.opendental.com/manual/apischeduleops.html</loc>
|
|
332
|
+
</url>
|
|
333
|
+
<url>
|
|
334
|
+
<loc>https://www.opendental.com/site/apischedules.html</loc>
|
|
335
|
+
</url>
|
|
336
|
+
<url>
|
|
337
|
+
<loc>https://www.opendental.com/site/apisecurity.html</loc>
|
|
338
|
+
</url>
|
|
339
|
+
<url>
|
|
340
|
+
<loc>https://www.opendental.com/site/apisecuritylogs.html</loc>
|
|
341
|
+
</url>
|
|
342
|
+
<url>
|
|
343
|
+
<loc>https://www.opendental.com/site/apisetup.html</loc>
|
|
344
|
+
</url>
|
|
345
|
+
<url>
|
|
346
|
+
<loc>https://www.opendental.com/site/apisheetdefs.html</loc>
|
|
347
|
+
</url>
|
|
348
|
+
<url>
|
|
349
|
+
<loc>https://www.opendental.com/site/apisheetfields.html</loc>
|
|
350
|
+
</url>
|
|
351
|
+
<url>
|
|
352
|
+
<loc>https://www.opendental.com/site/apisheets.html</loc>
|
|
353
|
+
</url>
|
|
354
|
+
<url>
|
|
355
|
+
<loc>https://www.opendental.com/site/apisignalods.html</loc>
|
|
356
|
+
</url>
|
|
357
|
+
<url>
|
|
358
|
+
<loc>https://www.opendental.com/site/apispecification.html</loc>
|
|
359
|
+
</url>
|
|
360
|
+
<url>
|
|
361
|
+
<loc>https://www.opendental.com/site/apisubscriptions.html</loc>
|
|
362
|
+
</url>
|
|
363
|
+
<url>
|
|
364
|
+
<loc>https://www.opendental.com/site/apisubstitutionlinks.html</loc>
|
|
365
|
+
</url>
|
|
366
|
+
<url>
|
|
367
|
+
<loc>https://www.opendental.com/site/apitasklists.html</loc>
|
|
368
|
+
</url>
|
|
369
|
+
<url>
|
|
370
|
+
<loc>https://www.opendental.com/site/apitasks.html</loc>
|
|
371
|
+
</url>
|
|
372
|
+
<url>
|
|
373
|
+
<loc>https://www.opendental.com/site/apitreatplanattaches.html</loc>
|
|
374
|
+
</url>
|
|
375
|
+
<url>
|
|
376
|
+
<loc>https://www.opendental.com/site/apitreatplans.html</loc>
|
|
377
|
+
</url>
|
|
378
|
+
<url>
|
|
379
|
+
<loc>https://www.opendental.com/manual/apiusergroups.html</loc>
|
|
380
|
+
</url>
|
|
381
|
+
<url>
|
|
382
|
+
<loc>https://www.opendental.com/site/apiuserods.html</loc>
|
|
383
|
+
</url>
|
|
384
|
+
<url>
|
|
385
|
+
<loc>https://www.opendental.com/manual/appointmentfields.html</loc>
|
|
386
|
+
</url>
|
|
387
|
+
<url>
|
|
388
|
+
<loc>https://www.opendental.com/manual/appointmentlists.html</loc>
|
|
389
|
+
</url>
|
|
390
|
+
<url>
|
|
391
|
+
<loc>https://www.opendental.com/manual/appointmentrules.html</loc>
|
|
392
|
+
</url>
|
|
393
|
+
<url>
|
|
394
|
+
<loc>https://www.opendental.com/manual/appointments.html</loc>
|
|
395
|
+
</url>
|
|
396
|
+
<url>
|
|
397
|
+
<loc>https://www.opendental.com/manual/appointmenttexts.html</loc>
|
|
398
|
+
</url>
|
|
399
|
+
<url>
|
|
400
|
+
<loc>https://www.opendental.com/manual/appointmenttypes.html</loc>
|
|
401
|
+
</url>
|
|
402
|
+
<url>
|
|
403
|
+
<loc>https://www.opendental.com/manual/appointmentvieweditwindow.html</loc>
|
|
404
|
+
</url>
|
|
405
|
+
<url>
|
|
406
|
+
<loc>https://www.opendental.com/manual/appointmentviews.html</loc>
|
|
407
|
+
</url>
|
|
408
|
+
<url>
|
|
409
|
+
<loc>https://www.opendental.com/manual/appointmentviewsetup.html</loc>
|
|
410
|
+
</url>
|
|
411
|
+
<url>
|
|
412
|
+
<loc>https://www.opendental.com/manual/apptbreak.html</loc>
|
|
413
|
+
</url>
|
|
414
|
+
<url>
|
|
415
|
+
<loc>https://www.opendental.com/manual/apptcomplete.html</loc>
|
|
416
|
+
</url>
|
|
417
|
+
<url>
|
|
418
|
+
<loc>https://www.opendental.com/manual/apptdelete.html</loc>
|
|
419
|
+
</url>
|
|
420
|
+
<url>
|
|
421
|
+
<loc>https://www.opendental.com/manual/apptfieldsexample.html</loc>
|
|
422
|
+
</url>
|
|
423
|
+
<url>
|
|
424
|
+
<loc>https://www.opendental.com/manual/apptpinboard.html</loc>
|
|
425
|
+
</url>
|
|
426
|
+
<url>
|
|
427
|
+
<loc>https://www.opendental.com/manual/apptplanned.html</loc>
|
|
428
|
+
</url>
|
|
429
|
+
<url>
|
|
430
|
+
<loc>https://www.opendental.com/manual/apptprint.html</loc>
|
|
431
|
+
</url>
|
|
432
|
+
<url>
|
|
433
|
+
<loc>https://www.opendental.com/manual/apptspatient.html</loc>
|
|
434
|
+
</url>
|
|
435
|
+
<url>
|
|
436
|
+
<loc>https://www.opendental.com/manual/appttracker.html</loc>
|
|
437
|
+
</url>
|
|
438
|
+
<url>
|
|
439
|
+
<loc>https://www.opendental.com/manual/apptviewproccolors.html</loc>
|
|
440
|
+
</url>
|
|
441
|
+
<url>
|
|
442
|
+
<loc>https://www.opendental.com/manual/aptedit.html</loc>
|
|
443
|
+
</url>
|
|
444
|
+
<url>
|
|
445
|
+
<loc>https://www.opendental.com/manual/arrivalssees.html</loc>
|
|
446
|
+
</url>
|
|
447
|
+
<url>
|
|
448
|
+
<loc>https://www.opendental.com/manual/arrivalssetup.html</loc>
|
|
449
|
+
</url>
|
|
450
|
+
<url>
|
|
451
|
+
<loc>https://www.opendental.com/manual/asaplist.html</loc>
|
|
452
|
+
</url>
|
|
453
|
+
<url>
|
|
454
|
+
<loc>https://www.opendental.com/manual/asapmsgs.html</loc>
|
|
455
|
+
</url>
|
|
456
|
+
<url>
|
|
457
|
+
<loc>https://www.opendental.com/manual/atozcreate.html</loc>
|
|
458
|
+
</url>
|
|
459
|
+
<url>
|
|
460
|
+
<loc>https://www.opendental.com/manual/atozfolder.html</loc>
|
|
461
|
+
</url>
|
|
462
|
+
<url>
|
|
463
|
+
<loc>https://www.opendental.com/manual/atozshare.html</loc>
|
|
464
|
+
</url>
|
|
465
|
+
<url>
|
|
466
|
+
<loc>https://www.opendental.com/manual/audittrail.html</loc>
|
|
467
|
+
</url>
|
|
468
|
+
<url>
|
|
469
|
+
<loc>https://www.opendental.com/manual/audittrailpermissions.html</loc>
|
|
470
|
+
</url>
|
|
471
|
+
<url>
|
|
472
|
+
<loc>https://www.opendental.com/site/australia.html</loc>
|
|
473
|
+
</url>
|
|
474
|
+
<url>
|
|
475
|
+
<loc>https://www.opendental.com/manual/authrep.html</loc>
|
|
476
|
+
</url>
|
|
477
|
+
<url>
|
|
478
|
+
<loc>https://www.opendental.com/manual/autocode.html</loc>
|
|
479
|
+
</url>
|
|
480
|
+
<url>
|
|
481
|
+
<loc>https://www.opendental.com/manual/automatedmessaging.html</loc>
|
|
482
|
+
</url>
|
|
483
|
+
<url>
|
|
484
|
+
<loc>https://www.opendental.com/manual/automatedmessagingadvanced.html</loc>
|
|
485
|
+
</url>
|
|
486
|
+
<url>
|
|
487
|
+
<loc>https://www.opendental.com/manual/automatedmessagingpreferences.html</loc>
|
|
488
|
+
</url>
|
|
489
|
+
<url>
|
|
490
|
+
<loc>https://www.opendental.com/manual/automation.html</loc>
|
|
491
|
+
</url>
|
|
492
|
+
<url>
|
|
493
|
+
<loc>https://www.opendental.com/manual/autonotes.html</loc>
|
|
494
|
+
</url>
|
|
495
|
+
<url>
|
|
496
|
+
<loc>https://www.opendental.com/manual/autonotesetup.html</loc>
|
|
497
|
+
</url>
|
|
498
|
+
<url>
|
|
499
|
+
<loc>https://www.opendental.com/manual/autothankyousetup.html</loc>
|
|
500
|
+
</url>
|
|
501
|
+
<url>
|
|
502
|
+
<loc>https://www.opendental.com/manual/backupreminder.html</loc>
|
|
503
|
+
</url>
|
|
504
|
+
<url>
|
|
505
|
+
<loc>https://www.opendental.com/manual/backups.html</loc>
|
|
506
|
+
</url>
|
|
507
|
+
<url>
|
|
508
|
+
<loc>https://www.opendental.com/manual/backupsmanual.html</loc>
|
|
509
|
+
</url>
|
|
510
|
+
<url>
|
|
511
|
+
<loc>https://www.opendental.com/manual/backupsonline.html</loc>
|
|
512
|
+
</url>
|
|
513
|
+
<url>
|
|
514
|
+
<loc>https://www.opendental.com/manual/backuptool.html</loc>
|
|
515
|
+
</url>
|
|
516
|
+
<url>
|
|
517
|
+
<loc>https://www.opendental.com/manual/benefitinfo.html</loc>
|
|
518
|
+
</url>
|
|
519
|
+
<url>
|
|
520
|
+
<loc>https://www.opendental.com/manual/benefitinforowview.html</loc>
|
|
521
|
+
</url>
|
|
522
|
+
<url>
|
|
523
|
+
<loc>https://www.opendental.com/manual/benefitlogic.html</loc>
|
|
524
|
+
</url>
|
|
525
|
+
<url>
|
|
526
|
+
<loc>https://www.opendental.com/manual/billing.html</loc>
|
|
527
|
+
</url>
|
|
528
|
+
<url>
|
|
529
|
+
<loc>https://www.opendental.com/manual/billingdefaults.html</loc>
|
|
530
|
+
</url>
|
|
531
|
+
<url>
|
|
532
|
+
<loc>https://www.opendental.com/manual/billingdunningmsg.html</loc>
|
|
533
|
+
</url>
|
|
534
|
+
<url>
|
|
535
|
+
<loc>https://www.opendental.com/manual/billinglist.html</loc>
|
|
536
|
+
</url>
|
|
537
|
+
<url>
|
|
538
|
+
<loc>https://www.opendental.com/manual/blockouts.html</loc>
|
|
539
|
+
</url>
|
|
540
|
+
<url>
|
|
541
|
+
<loc>https://www.opendental.com/manual/blockoutsduplicate.html</loc>
|
|
542
|
+
</url>
|
|
543
|
+
<url>
|
|
544
|
+
<loc>https://www.opendental.com/manual/bluebooksetup.html</loc>
|
|
545
|
+
</url>
|
|
546
|
+
<url>
|
|
547
|
+
<loc>https://www.opendental.com/manual/bridge3shape.html</loc>
|
|
548
|
+
</url>
|
|
549
|
+
<url>
|
|
550
|
+
<loc>https://www.opendental.com/manual/bridgeacteon.html</loc>
|
|
551
|
+
</url>
|
|
552
|
+
<url>
|
|
553
|
+
<loc>https://www.opendental.com/manual/bridgeadstra.html</loc>
|
|
554
|
+
</url>
|
|
555
|
+
<url>
|
|
556
|
+
<loc>https://www.opendental.com/manual/bridgeaidental.html</loc>
|
|
557
|
+
</url>
|
|
558
|
+
<url>
|
|
559
|
+
<loc>https://www.opendental.com/manual/bridgeapixia.html</loc>
|
|
560
|
+
</url>
|
|
561
|
+
<url>
|
|
562
|
+
<loc>https://www.opendental.com/manual/bridgeappriss.html</loc>
|
|
563
|
+
</url>
|
|
564
|
+
<url>
|
|
565
|
+
<loc>https://www.opendental.com/manual/bridgeapteryx.html</loc>
|
|
566
|
+
</url>
|
|
567
|
+
<url>
|
|
568
|
+
<loc>https://www.opendental.com/manual/bridgeapteryxxvweb.html</loc>
|
|
569
|
+
</url>
|
|
570
|
+
<url>
|
|
571
|
+
<loc>https://www.opendental.com/manual/bridgeaudaxceph.html</loc>
|
|
572
|
+
</url>
|
|
573
|
+
<url>
|
|
574
|
+
<loc>https://www.opendental.com/manual/bridgebenco.html</loc>
|
|
575
|
+
</url>
|
|
576
|
+
<url>
|
|
577
|
+
<loc>https://www.opendental.com/manual/bridgebiopak.html</loc>
|
|
578
|
+
</url>
|
|
579
|
+
<url>
|
|
580
|
+
<loc>https://www.opendental.com/manual/bridgecadi.html</loc>
|
|
581
|
+
</url>
|
|
582
|
+
<url>
|
|
583
|
+
<loc>https://www.opendental.com/manual/bridgecallfire.html</loc>
|
|
584
|
+
</url>
|
|
585
|
+
<url>
|
|
586
|
+
<loc>https://www.opendental.com/manual/bridgecamsight.html</loc>
|
|
587
|
+
</url>
|
|
588
|
+
<url>
|
|
589
|
+
<loc>https://www.opendental.com/manual/bridgecapturelink.html</loc>
|
|
590
|
+
</url>
|
|
591
|
+
<url>
|
|
592
|
+
<loc>https://www.opendental.com/manual/bridgecarestream.html</loc>
|
|
593
|
+
</url>
|
|
594
|
+
<url>
|
|
595
|
+
<loc>https://www.opendental.com/manual/bridgecds.html</loc>
|
|
596
|
+
</url>
|
|
597
|
+
<url>
|
|
598
|
+
<loc>https://www.opendental.com/manual/bridgecerec.html</loc>
|
|
599
|
+
</url>
|
|
600
|
+
<url>
|
|
601
|
+
<loc>https://www.opendental.com/manual/bridgeclearay.html</loc>
|
|
602
|
+
</url>
|
|
603
|
+
<url>
|
|
604
|
+
<loc>https://www.opendental.com/manual/bridgecliniview.html</loc>
|
|
605
|
+
</url>
|
|
606
|
+
<url>
|
|
607
|
+
<loc>https://www.opendental.com/manual/bridgecliosoft.html</loc>
|
|
608
|
+
</url>
|
|
609
|
+
<url>
|
|
610
|
+
<loc>https://www.opendental.com/manual/bridgecustom.html</loc>
|
|
611
|
+
</url>
|
|
612
|
+
<url>
|
|
613
|
+
<loc>https://www.opendental.com/manual/bridgedbswin.html</loc>
|
|
614
|
+
</url>
|
|
615
|
+
<url>
|
|
616
|
+
<loc>https://www.opendental.com/manual/bridgedemandforce.html</loc>
|
|
617
|
+
</url>
|
|
618
|
+
<url>
|
|
619
|
+
<loc>https://www.opendental.com/manual/bridgedentaleye.html</loc>
|
|
620
|
+
</url>
|
|
621
|
+
<url>
|
|
622
|
+
<loc>https://www.opendental.com/manual/bridgedentalintel.html</loc>
|
|
623
|
+
</url>
|
|
624
|
+
<url>
|
|
625
|
+
<loc>https://www.opendental.com/manual/bridgedentalstudio.html</loc>
|
|
626
|
+
</url>
|
|
627
|
+
<url>
|
|
628
|
+
<loc>https://www.opendental.com/manual/bridgedentaltek.html</loc>
|
|
629
|
+
</url>
|
|
630
|
+
<url>
|
|
631
|
+
<loc>https://www.opendental.com/manual/bridgedentforms.html</loc>
|
|
632
|
+
</url>
|
|
633
|
+
<url>
|
|
634
|
+
<loc>https://www.opendental.com/manual/bridgedentxproimage.html</loc>
|
|
635
|
+
</url>
|
|
636
|
+
<url>
|
|
637
|
+
<loc>https://www.opendental.com/manual/bridgedexis.html</loc>
|
|
638
|
+
</url>
|
|
639
|
+
<url>
|
|
640
|
+
<loc>https://www.opendental.com/manual/bridgedexisintegrator.html</loc>
|
|
641
|
+
</url>
|
|
642
|
+
<url>
|
|
643
|
+
<loc>https://www.opendental.com/manual/bridgedigora.html</loc>
|
|
644
|
+
</url>
|
|
645
|
+
<url>
|
|
646
|
+
<loc>https://www.opendental.com/manual/bridgedivvy.html</loc>
|
|
647
|
+
</url>
|
|
648
|
+
<url>
|
|
649
|
+
<loc>https://www.opendental.com/manual/bridgedocpoint.html</loc>
|
|
650
|
+
</url>
|
|
651
|
+
<url>
|
|
652
|
+
<loc>https://www.opendental.com/manual/bridgedolphin.html</loc>
|
|
653
|
+
</url>
|
|
654
|
+
<url>
|
|
655
|
+
<loc>https://www.opendental.com/manual/bridgedrceph.html</loc>
|
|
656
|
+
</url>
|
|
657
|
+
<url>
|
|
658
|
+
<loc>https://www.opendental.com/manual/bridgedxis.html</loc>
|
|
659
|
+
</url>
|
|
660
|
+
<url>
|
|
661
|
+
<loc>https://www.opendental.com/manual/bridgeeasynotespro.html</loc>
|
|
662
|
+
</url>
|
|
663
|
+
<url>
|
|
664
|
+
<loc>https://www.opendental.com/manual/bridgeeclinicalworks.html</loc>
|
|
665
|
+
</url>
|
|
666
|
+
<url>
|
|
667
|
+
<loc>https://www.opendental.com/manual/bridgeerx.html</loc>
|
|
668
|
+
</url>
|
|
669
|
+
<url>
|
|
670
|
+
<loc>https://www.opendental.com/manual/bridgeevasoft.html</loc>
|
|
671
|
+
</url>
|
|
672
|
+
<url>
|
|
673
|
+
<loc>https://www.opendental.com/manual/bridgeewoo.html</loc>
|
|
674
|
+
</url>
|
|
675
|
+
<url>
|
|
676
|
+
<loc>https://www.opendental.com/manual/bridgefloridaprobe.html</loc>
|
|
677
|
+
</url>
|
|
678
|
+
<url>
|
|
679
|
+
<loc>https://www.opendental.com/manual/bridgegenoraytriana.html</loc>
|
|
680
|
+
</url>
|
|
681
|
+
<url>
|
|
682
|
+
<loc>https://www.opendental.com/manual/bridgeguru.html</loc>
|
|
683
|
+
</url>
|
|
684
|
+
<url>
|
|
685
|
+
<loc>https://www.opendental.com/manual/bridgehandydentist.html</loc>
|
|
686
|
+
</url>
|
|
687
|
+
<url>
|
|
688
|
+
<loc>https://www.opendental.com/manual/bridgehdxwill.html</loc>
|
|
689
|
+
</url>
|
|
690
|
+
<url>
|
|
691
|
+
<loc>https://www.opendental.com/manual/bridgeicat.html</loc>
|
|
692
|
+
</url>
|
|
693
|
+
<url>
|
|
694
|
+
<loc>https://www.opendental.com/manual/bridgeidixel.html</loc>
|
|
695
|
+
</url>
|
|
696
|
+
<url>
|
|
697
|
+
<loc>https://www.opendental.com/manual/bridgeirys.html</loc>
|
|
698
|
+
</url>
|
|
699
|
+
<url>
|
|
700
|
+
<loc>https://www.opendental.com/manual/bridgejazzclassic.html</loc>
|
|
701
|
+
</url>
|
|
702
|
+
<url>
|
|
703
|
+
<loc>https://www.opendental.com/manual/bridgemediadent.html</loc>
|
|
704
|
+
</url>
|
|
705
|
+
<url>
|
|
706
|
+
<loc>https://www.opendental.com/manual/bridgemeditlink.html</loc>
|
|
707
|
+
</url>
|
|
708
|
+
<url>
|
|
709
|
+
<loc>https://www.opendental.com/manual/bridgemidway.html</loc>
|
|
710
|
+
</url>
|
|
711
|
+
<url>
|
|
712
|
+
<loc>https://www.opendental.com/manual/bridgemipacs.html</loc>
|
|
713
|
+
</url>
|
|
714
|
+
<url>
|
|
715
|
+
<loc>https://www.opendental.com/manual/bridgemountainside.html</loc>
|
|
716
|
+
</url>
|
|
717
|
+
<url>
|
|
718
|
+
<loc>https://www.opendental.com/manual/bridgenewtom.html</loc>
|
|
719
|
+
</url>
|
|
720
|
+
<url>
|
|
721
|
+
<loc>https://www.opendental.com/manual/bridgeoffice.html</loc>
|
|
722
|
+
</url>
|
|
723
|
+
<url>
|
|
724
|
+
<loc>https://www.opendental.com/manual/bridgeorthocad.html</loc>
|
|
725
|
+
</url>
|
|
726
|
+
<url>
|
|
727
|
+
<loc>https://www.opendental.com/manual/bridgeorthoinsight.html</loc>
|
|
728
|
+
</url>
|
|
729
|
+
<url>
|
|
730
|
+
<loc>https://www.opendental.com/manual/bridgeorthoplex.html</loc>
|
|
731
|
+
</url>
|
|
732
|
+
<url>
|
|
733
|
+
<loc>https://www.opendental.com/manual/bridgeoryx.html</loc>
|
|
734
|
+
</url>
|
|
735
|
+
<url>
|
|
736
|
+
<loc>https://www.opendental.com/manual/bridgeowandy.html</loc>
|
|
737
|
+
</url>
|
|
738
|
+
<url>
|
|
739
|
+
<loc>https://www.opendental.com/manual/bridgepandaperio.html</loc>
|
|
740
|
+
</url>
|
|
741
|
+
<url>
|
|
742
|
+
<loc>https://www.opendental.com/manual/bridgepandaperioadvanced.html</loc>
|
|
743
|
+
</url>
|
|
744
|
+
<url>
|
|
745
|
+
<loc>https://www.opendental.com/manual/bridgepatientgallery.html</loc>
|
|
746
|
+
</url>
|
|
747
|
+
<url>
|
|
748
|
+
<loc>https://www.opendental.com/manual/bridgepatterson.html</loc>
|
|
749
|
+
</url>
|
|
750
|
+
<url>
|
|
751
|
+
<loc>https://www.opendental.com/manual/bridgepdmpillinois.html</loc>
|
|
752
|
+
</url>
|
|
753
|
+
<url>
|
|
754
|
+
<loc>https://www.opendental.com/manual/bridgeperiopal.html</loc>
|
|
755
|
+
</url>
|
|
756
|
+
<url>
|
|
757
|
+
<loc>https://www.opendental.com/manual/bridgepixel.html</loc>
|
|
758
|
+
</url>
|
|
759
|
+
<url>
|
|
760
|
+
<loc>https://www.opendental.com/manual/bridgeplanmeca.html</loc>
|
|
761
|
+
</url>
|
|
762
|
+
<url>
|
|
763
|
+
<loc>https://www.opendental.com/manual/bridgepodium.html</loc>
|
|
764
|
+
</url>
|
|
765
|
+
<url>
|
|
766
|
+
<loc>https://www.opendental.com/manual/bridgeportray.html</loc>
|
|
767
|
+
</url>
|
|
768
|
+
<url>
|
|
769
|
+
<loc>https://www.opendental.com/manual/bridgepracticebooster.html</loc>
|
|
770
|
+
</url>
|
|
771
|
+
<url>
|
|
772
|
+
<loc>https://www.opendental.com/manual/bridgepracticebynumbers.html</loc>
|
|
773
|
+
</url>
|
|
774
|
+
<url>
|
|
775
|
+
<loc>https://www.opendental.com/manual/bridgepracticeweb.html</loc>
|
|
776
|
+
</url>
|
|
777
|
+
<url>
|
|
778
|
+
<loc>https://www.opendental.com/manual/bridgeprexion.html</loc>
|
|
779
|
+
</url>
|
|
780
|
+
<url>
|
|
781
|
+
<loc>https://www.opendental.com/manual/bridgeprexionaquire.html</loc>
|
|
782
|
+
</url>
|
|
783
|
+
<url>
|
|
784
|
+
<loc>https://www.opendental.com/manual/bridgeprogeny.html</loc>
|
|
785
|
+
</url>
|
|
786
|
+
<url>
|
|
787
|
+
<loc>https://www.opendental.com/manual/bridgerapidcall.html</loc>
|
|
788
|
+
</url>
|
|
789
|
+
<url>
|
|
790
|
+
<loc>https://www.opendental.com/manual/bridgeraymage.html</loc>
|
|
791
|
+
</url>
|
|
792
|
+
<url>
|
|
793
|
+
<loc>https://www.opendental.com/manual/bridgerecordlincsync.html</loc>
|
|
794
|
+
</url>
|
|
795
|
+
<url>
|
|
796
|
+
<loc>https://www.opendental.com/manual/bridgescanora.html</loc>
|
|
797
|
+
</url>
|
|
798
|
+
<url>
|
|
799
|
+
<loc>https://www.opendental.com/manual/bridgeschick.html</loc>
|
|
800
|
+
</url>
|
|
801
|
+
<url>
|
|
802
|
+
<loc>https://www.opendental.com/manual/bridgeshining3d.html</loc>
|
|
803
|
+
</url>
|
|
804
|
+
<url>
|
|
805
|
+
<loc>https://www.opendental.com/manual/bridgesirona.html</loc>
|
|
806
|
+
</url>
|
|
807
|
+
<url>
|
|
808
|
+
<loc>https://www.opendental.com/manual/bridgesmartdent.html</loc>
|
|
809
|
+
</url>
|
|
810
|
+
<url>
|
|
811
|
+
<loc>https://www.opendental.com/manual/bridgesmartdentnew.html</loc>
|
|
812
|
+
</url>
|
|
813
|
+
<url>
|
|
814
|
+
<loc>https://www.opendental.com/manual/bridgesmilereminder.html</loc>
|
|
815
|
+
</url>
|
|
816
|
+
<url>
|
|
817
|
+
<loc>https://www.opendental.com/manual/bridgesopro.html</loc>
|
|
818
|
+
</url>
|
|
819
|
+
<url>
|
|
820
|
+
<loc>https://www.opendental.com/manual/bridgespeedvision.html</loc>
|
|
821
|
+
</url>
|
|
822
|
+
<url>
|
|
823
|
+
<loc>https://www.opendental.com/manual/bridgesterisimple.html</loc>
|
|
824
|
+
</url>
|
|
825
|
+
<url>
|
|
826
|
+
<loc>https://www.opendental.com/manual/bridgetigerview.html</loc>
|
|
827
|
+
</url>
|
|
828
|
+
<url>
|
|
829
|
+
<loc>https://www.opendental.com/manual/bridgetrophy.html</loc>
|
|
830
|
+
</url>
|
|
831
|
+
<url>
|
|
832
|
+
<loc>https://www.opendental.com/manual/bridgetrophyenhanced.html</loc>
|
|
833
|
+
</url>
|
|
834
|
+
<url>
|
|
835
|
+
<loc>https://www.opendental.com/manual/bridgetscan.html</loc>
|
|
836
|
+
</url>
|
|
837
|
+
<url>
|
|
838
|
+
<loc>https://www.opendental.com/manual/bridgeuappoint.html</loc>
|
|
839
|
+
</url>
|
|
840
|
+
<url>
|
|
841
|
+
<loc>https://www.opendental.com/manual/bridgevipersoft.html</loc>
|
|
842
|
+
</url>
|
|
843
|
+
<url>
|
|
844
|
+
<loc>https://www.opendental.com/manual/bridgevisionx.html</loc>
|
|
845
|
+
</url>
|
|
846
|
+
<url>
|
|
847
|
+
<loc>https://www.opendental.com/manual/bridgevisora.html</loc>
|
|
848
|
+
</url>
|
|
849
|
+
<url>
|
|
850
|
+
<loc>https://www.opendental.com/manual/bridgevistadent.html</loc>
|
|
851
|
+
</url>
|
|
852
|
+
<url>
|
|
853
|
+
<loc>https://www.opendental.com/manual/bridgevixwinimaging.html</loc>
|
|
854
|
+
</url>
|
|
855
|
+
<url>
|
|
856
|
+
<loc>https://www.opendental.com/manual/bridgexdr.html</loc>
|
|
857
|
+
</url>
|
|
858
|
+
<url>
|
|
859
|
+
<loc>https://www.opendental.com/manual/bridgezimage.html</loc>
|
|
860
|
+
</url>
|
|
861
|
+
<url>
|
|
862
|
+
<loc>https://www.opendental.com/site/bugtrackerolderversions.html</loc>
|
|
863
|
+
</url>
|
|
864
|
+
<url>
|
|
865
|
+
<loc>https://www.opendental.com/manual/byodsees.html</loc>
|
|
866
|
+
</url>
|
|
867
|
+
<url>
|
|
868
|
+
<loc>https://www.opendental.com/manual/byodworkflow.html</loc>
|
|
869
|
+
</url>
|
|
870
|
+
<url>
|
|
871
|
+
<loc>https://www.opendental.com/manual/canada.html</loc>
|
|
872
|
+
</url>
|
|
873
|
+
<url>
|
|
874
|
+
<loc>https://www.opendental.com/manual/canadaapptprocsquickadd.html</loc>
|
|
875
|
+
</url>
|
|
876
|
+
<url>
|
|
877
|
+
<loc>https://www.opendental.com/manual/canadaattachments.html</loc>
|
|
878
|
+
</url>
|
|
879
|
+
<url>
|
|
880
|
+
<loc>https://www.opendental.com/manual/canadaautocodes.html</loc>
|
|
881
|
+
</url>
|
|
882
|
+
<url>
|
|
883
|
+
<loc>https://www.opendental.com/manual/canadacarriers.html</loc>
|
|
884
|
+
</url>
|
|
885
|
+
<url>
|
|
886
|
+
<loc>https://www.opendental.com/manual/canadaclaims.html</loc>
|
|
887
|
+
</url>
|
|
888
|
+
<url>
|
|
889
|
+
<loc>https://www.opendental.com/manual/canadaclaimsend.html</loc>
|
|
890
|
+
</url>
|
|
891
|
+
<url>
|
|
892
|
+
<loc>https://www.opendental.com/manual/canadaetransedit.html</loc>
|
|
893
|
+
</url>
|
|
894
|
+
<url>
|
|
895
|
+
<loc>https://www.opendental.com/manual/canadafeeschedules.html</loc>
|
|
896
|
+
</url>
|
|
897
|
+
<url>
|
|
898
|
+
<loc>https://www.opendental.com/manual/canadageneral.html</loc>
|
|
899
|
+
</url>
|
|
900
|
+
<url>
|
|
901
|
+
<loc>https://www.opendental.com/manual/canadainscatsetup.html</loc>
|
|
902
|
+
</url>
|
|
903
|
+
<url>
|
|
904
|
+
<loc>https://www.opendental.com/manual/canadainsplan.html</loc>
|
|
905
|
+
</url>
|
|
906
|
+
<url>
|
|
907
|
+
<loc>https://www.opendental.com/manual/canadalabfees.html</loc>
|
|
908
|
+
</url>
|
|
909
|
+
<url>
|
|
910
|
+
<loc>https://www.opendental.com/manual/canadaproccodetools.html</loc>
|
|
911
|
+
</url>
|
|
912
|
+
<url>
|
|
913
|
+
<loc>https://www.opendental.com/manual/canadaprocedures.html</loc>
|
|
914
|
+
</url>
|
|
915
|
+
<url>
|
|
916
|
+
<loc>https://www.opendental.com/manual/canadaproctimeunits.html</loc>
|
|
917
|
+
</url>
|
|
918
|
+
<url>
|
|
919
|
+
<loc>https://www.opendental.com/manual/canadaprovider.html</loc>
|
|
920
|
+
</url>
|
|
921
|
+
<url>
|
|
922
|
+
<loc>https://www.opendental.com/manual/canadarecalltypes.html</loc>
|
|
923
|
+
</url>
|
|
924
|
+
<url>
|
|
925
|
+
<loc>https://www.opendental.com/manual/canadareceipts.html</loc>
|
|
926
|
+
</url>
|
|
927
|
+
<url>
|
|
928
|
+
<loc>https://www.opendental.com/manual/canadasetup.html</loc>
|
|
929
|
+
</url>
|
|
930
|
+
<url>
|
|
931
|
+
<loc>https://www.opendental.com/site/cancel.html</loc>
|
|
932
|
+
</url>
|
|
933
|
+
<url>
|
|
934
|
+
<loc>https://www.opendental.com/site/carecredit.html</loc>
|
|
935
|
+
</url>
|
|
936
|
+
<url>
|
|
937
|
+
<loc>https://www.opendental.com/manual/carecreditaction.html</loc>
|
|
938
|
+
</url>
|
|
939
|
+
<url>
|
|
940
|
+
<loc>https://www.opendental.com/manual/carecreditpayment.html</loc>
|
|
941
|
+
</url>
|
|
942
|
+
<url>
|
|
943
|
+
<loc>https://www.opendental.com/manual/carecreditrefund.html</loc>
|
|
944
|
+
</url>
|
|
945
|
+
<url>
|
|
946
|
+
<loc>https://www.opendental.com/manual/carecreditsetup.html</loc>
|
|
947
|
+
</url>
|
|
948
|
+
<url>
|
|
949
|
+
<loc>https://www.opendental.com/manual/carecredittransactions.html</loc>
|
|
950
|
+
</url>
|
|
951
|
+
<url>
|
|
952
|
+
<loc>https://www.opendental.com/site/caribbean.html</loc>
|
|
953
|
+
</url>
|
|
954
|
+
<url>
|
|
955
|
+
<loc>https://www.opendental.com/manual/carriers.html</loc>
|
|
956
|
+
</url>
|
|
957
|
+
<url>
|
|
958
|
+
<loc>https://www.opendental.com/manual/carrierscombine.html</loc>
|
|
959
|
+
</url>
|
|
960
|
+
<url>
|
|
961
|
+
<loc>https://www.opendental.com/manual/ccdws.html</loc>
|
|
962
|
+
</url>
|
|
963
|
+
<url>
|
|
964
|
+
<loc>https://www.opendental.com/manual/cdadigitalcert.html</loc>
|
|
965
|
+
</url>
|
|
966
|
+
<url>
|
|
967
|
+
<loc>https://www.opendental.com/manual/cds.html</loc>
|
|
968
|
+
</url>
|
|
969
|
+
<url>
|
|
970
|
+
<loc>https://www.opendental.com/manual/cdt.html</loc>
|
|
971
|
+
</url>
|
|
972
|
+
<url>
|
|
973
|
+
<loc>https://www.opendental.com/manual/cemtbestpractices.html</loc>
|
|
974
|
+
</url>
|
|
975
|
+
<url>
|
|
976
|
+
<loc>https://www.opendental.com/manual/cemtconnectiongroups.html</loc>
|
|
977
|
+
</url>
|
|
978
|
+
<url>
|
|
979
|
+
<loc>https://www.opendental.com/manual/cemtconnections.html</loc>
|
|
980
|
+
</url>
|
|
981
|
+
<url>
|
|
982
|
+
<loc>https://www.opendental.com/manual/cemtpasswords.html</loc>
|
|
983
|
+
</url>
|
|
984
|
+
<url>
|
|
985
|
+
<loc>https://www.opendental.com/manual/cemtpatienttransfer.html</loc>
|
|
986
|
+
</url>
|
|
987
|
+
<url>
|
|
988
|
+
<loc>https://www.opendental.com/manual/cemtprodincreport.html</loc>
|
|
989
|
+
</url>
|
|
990
|
+
<url>
|
|
991
|
+
<loc>https://www.opendental.com/manual/cemtsecurity.html</loc>
|
|
992
|
+
</url>
|
|
993
|
+
<url>
|
|
994
|
+
<loc>https://www.opendental.com/manual/cemtsetup.html</loc>
|
|
995
|
+
</url>
|
|
996
|
+
<url>
|
|
997
|
+
<loc>https://www.opendental.com/manual/cemtupdate.html</loc>
|
|
998
|
+
</url>
|
|
999
|
+
<url>
|
|
1000
|
+
<loc>https://www.opendental.com/manual/cemtusersettings.html</loc>
|
|
1001
|
+
</url>
|
|
1002
|
+
<url>
|
|
1003
|
+
<loc>https://www.opendental.com/manual/central.html</loc>
|
|
1004
|
+
</url>
|
|
1005
|
+
<url>
|
|
1006
|
+
<loc>https://www.opendental.com/manual/certifications.html</loc>
|
|
1007
|
+
</url>
|
|
1008
|
+
<url>
|
|
1009
|
+
<loc>https://www.opendental.com/manual/certificationsetup.html</loc>
|
|
1010
|
+
</url>
|
|
1011
|
+
<url>
|
|
1012
|
+
<loc>https://www.opendental.com/site/changeownership.html</loc>
|
|
1013
|
+
</url>
|
|
1014
|
+
<url>
|
|
1015
|
+
<loc>https://www.opendental.com/manual/changepassword.html</loc>
|
|
1016
|
+
</url>
|
|
1017
|
+
<url>
|
|
1018
|
+
<loc>https://www.opendental.com/manual/chart.html</loc>
|
|
1019
|
+
</url>
|
|
1020
|
+
<url>
|
|
1021
|
+
<loc>https://www.opendental.com/manual/chartbig.html</loc>
|
|
1022
|
+
</url>
|
|
1023
|
+
<url>
|
|
1024
|
+
<loc>https://www.opendental.com/manual/chartdrawing.html</loc>
|
|
1025
|
+
</url>
|
|
1026
|
+
<url>
|
|
1027
|
+
<loc>https://www.opendental.com/manual/charttp.html</loc>
|
|
1028
|
+
</url>
|
|
1029
|
+
<url>
|
|
1030
|
+
<loc>https://www.opendental.com/manual/checkboxfields.html</loc>
|
|
1031
|
+
</url>
|
|
1032
|
+
<url>
|
|
1033
|
+
<loc>https://www.opendental.com/manual/choosedatabase.html</loc>
|
|
1034
|
+
</url>
|
|
1035
|
+
<url>
|
|
1036
|
+
<loc>https://www.opendental.com/manual/claimedit.html</loc>
|
|
1037
|
+
</url>
|
|
1038
|
+
<url>
|
|
1039
|
+
<loc>https://www.opendental.com/manual/claimform1500.html</loc>
|
|
1040
|
+
</url>
|
|
1041
|
+
<url>
|
|
1042
|
+
<loc>https://www.opendental.com/manual/claimformada2012.html</loc>
|
|
1043
|
+
</url>
|
|
1044
|
+
<url>
|
|
1045
|
+
<loc>https://www.opendental.com/manual/claimformcanada.html</loc>
|
|
1046
|
+
</url>
|
|
1047
|
+
<url>
|
|
1048
|
+
<loc>https://www.opendental.com/manual/claimformedit.html</loc>
|
|
1049
|
+
</url>
|
|
1050
|
+
<url>
|
|
1051
|
+
<loc>https://www.opendental.com/manual/claimforms.html</loc>
|
|
1052
|
+
</url>
|
|
1053
|
+
<url>
|
|
1054
|
+
<loc>https://www.opendental.com/manual/claimmedical.html</loc>
|
|
1055
|
+
</url>
|
|
1056
|
+
<url>
|
|
1057
|
+
<loc>https://www.opendental.com/manual/claimpayfinalize.html</loc>
|
|
1058
|
+
</url>
|
|
1059
|
+
<url>
|
|
1060
|
+
<loc>https://www.opendental.com/manual/claimpaymentbatch.html</loc>
|
|
1061
|
+
</url>
|
|
1062
|
+
<url>
|
|
1063
|
+
<loc>https://www.opendental.com/manual/claimpaymenteobscan.html</loc>
|
|
1064
|
+
</url>
|
|
1065
|
+
<url>
|
|
1066
|
+
<loc>https://www.opendental.com/manual/claimpaymentincorrectproc.html</loc>
|
|
1067
|
+
</url>
|
|
1068
|
+
<url>
|
|
1069
|
+
<loc>https://www.opendental.com/manual/claimpaymentsplit.html</loc>
|
|
1070
|
+
</url>
|
|
1071
|
+
<url>
|
|
1072
|
+
<loc>https://www.opendental.com/manual/claimpaymentsupplemental.html</loc>
|
|
1073
|
+
</url>
|
|
1074
|
+
<url>
|
|
1075
|
+
<loc>https://www.opendental.com/manual/claimprocedure.html</loc>
|
|
1076
|
+
</url>
|
|
1077
|
+
<url>
|
|
1078
|
+
<loc>https://www.opendental.com/manual/claimprocedureprovider.html</loc>
|
|
1079
|
+
</url>
|
|
1080
|
+
<url>
|
|
1081
|
+
<loc>https://www.opendental.com/manual/claimreceive.html</loc>
|
|
1082
|
+
</url>
|
|
1083
|
+
<url>
|
|
1084
|
+
<loc>https://www.opendental.com/manual/claims277.html</loc>
|
|
1085
|
+
</url>
|
|
1086
|
+
<url>
|
|
1087
|
+
<loc>https://www.opendental.com/manual/claimsaddresses.html</loc>
|
|
1088
|
+
</url>
|
|
1089
|
+
<url>
|
|
1090
|
+
<loc>https://www.opendental.com/manual/claimscreatebatch.html</loc>
|
|
1091
|
+
</url>
|
|
1092
|
+
<url>
|
|
1093
|
+
<loc>https://www.opendental.com/manual/claimsend.html</loc>
|
|
1094
|
+
</url>
|
|
1095
|
+
<url>
|
|
1096
|
+
<loc>https://www.opendental.com/manual/claimsera835.html</loc>
|
|
1097
|
+
</url>
|
|
1098
|
+
<url>
|
|
1099
|
+
<loc>https://www.opendental.com/manual/claimsera835trackstatus.html</loc>
|
|
1100
|
+
</url>
|
|
1101
|
+
<url>
|
|
1102
|
+
<loc>https://www.opendental.com/manual/claimsera835troubleshooting.html</loc>
|
|
1103
|
+
</url>
|
|
1104
|
+
<url>
|
|
1105
|
+
<loc>https://www.opendental.com/manual/claimseraeobdetails.html</loc>
|
|
1106
|
+
</url>
|
|
1107
|
+
<url>
|
|
1108
|
+
<loc>https://www.opendental.com/manual/claimseramatching.html</loc>
|
|
1109
|
+
</url>
|
|
1110
|
+
<url>
|
|
1111
|
+
<loc>https://www.opendental.com/manual/claimsnapshot.html</loc>
|
|
1112
|
+
</url>
|
|
1113
|
+
<url>
|
|
1114
|
+
<loc>https://www.opendental.com/manual/claimstream.html</loc>
|
|
1115
|
+
</url>
|
|
1116
|
+
<url>
|
|
1117
|
+
<loc>https://www.opendental.com/manual/claimtabattach.html</loc>
|
|
1118
|
+
</url>
|
|
1119
|
+
<url>
|
|
1120
|
+
<loc>https://www.opendental.com/manual/claimtabgeneral.html</loc>
|
|
1121
|
+
</url>
|
|
1122
|
+
<url>
|
|
1123
|
+
<loc>https://www.opendental.com/manual/claimtabmisc.html</loc>
|
|
1124
|
+
</url>
|
|
1125
|
+
<url>
|
|
1126
|
+
<loc>https://www.opendental.com/manual/claimtabstatus.html</loc>
|
|
1127
|
+
</url>
|
|
1128
|
+
<url>
|
|
1129
|
+
<loc>https://www.opendental.com/manual/claimtypes.html</loc>
|
|
1130
|
+
</url>
|
|
1131
|
+
<url>
|
|
1132
|
+
<loc>https://www.opendental.com/manual/clearinghouses.html</loc>
|
|
1133
|
+
</url>
|
|
1134
|
+
<url>
|
|
1135
|
+
<loc>https://www.opendental.com/manual/clearinghousesclinics.html</loc>
|
|
1136
|
+
</url>
|
|
1137
|
+
<url>
|
|
1138
|
+
<loc>https://www.opendental.com/manual/cliniceditwindow.html</loc>
|
|
1139
|
+
</url>
|
|
1140
|
+
<url>
|
|
1141
|
+
<loc>https://www.opendental.com/manual/clinics.html</loc>
|
|
1142
|
+
</url>
|
|
1143
|
+
<url>
|
|
1144
|
+
<loc>https://www.opendental.com/manual/clinicsetup.html</loc>
|
|
1145
|
+
</url>
|
|
1146
|
+
<url>
|
|
1147
|
+
<loc>https://www.opendental.com/manual/clinuxmac.html</loc>
|
|
1148
|
+
</url>
|
|
1149
|
+
<url>
|
|
1150
|
+
<loc>https://www.opendental.com/manual/closeoutmonth.html</loc>
|
|
1151
|
+
</url>
|
|
1152
|
+
<url>
|
|
1153
|
+
<loc>https://www.opendental.com/manual/cloudhostedserver.html</loc>
|
|
1154
|
+
</url>
|
|
1155
|
+
<url>
|
|
1156
|
+
<loc>https://www.opendental.com/manual/cloudmanagement.html</loc>
|
|
1157
|
+
</url>
|
|
1158
|
+
<url>
|
|
1159
|
+
<loc>https://www.opendental.com/manual/cob.html</loc>
|
|
1160
|
+
</url>
|
|
1161
|
+
<url>
|
|
1162
|
+
<loc>https://www.opendental.com/manual/codegroups.html</loc>
|
|
1163
|
+
</url>
|
|
1164
|
+
<url>
|
|
1165
|
+
<loc>https://www.opendental.com/manual/codesystemimport.html</loc>
|
|
1166
|
+
</url>
|
|
1167
|
+
<url>
|
|
1168
|
+
<loc>https://www.opendental.com/manual/colorselection.html</loc>
|
|
1169
|
+
</url>
|
|
1170
|
+
<url>
|
|
1171
|
+
<loc>https://www.opendental.com/manual/commandline.html</loc>
|
|
1172
|
+
</url>
|
|
1173
|
+
<url>
|
|
1174
|
+
<loc>https://www.opendental.com/manual/commlog.html</loc>
|
|
1175
|
+
</url>
|
|
1176
|
+
<url>
|
|
1177
|
+
<loc>https://www.opendental.com/manual/computer.html</loc>
|
|
1178
|
+
</url>
|
|
1179
|
+
<url>
|
|
1180
|
+
<loc>https://www.opendental.com/manual/computernetworksetup.html</loc>
|
|
1181
|
+
</url>
|
|
1182
|
+
<url>
|
|
1183
|
+
<loc>https://www.opendental.com/site/computerrequirements.html</loc>
|
|
1184
|
+
</url>
|
|
1185
|
+
<url>
|
|
1186
|
+
<loc>https://www.opendental.com/manual/confirmationlist.html</loc>
|
|
1187
|
+
</url>
|
|
1188
|
+
<url>
|
|
1189
|
+
<loc>https://www.opendental.com/manual/confirmationsetup.html</loc>
|
|
1190
|
+
</url>
|
|
1191
|
+
<url>
|
|
1192
|
+
<loc>https://www.opendental.com/manual/confirmationstatus.html</loc>
|
|
1193
|
+
</url>
|
|
1194
|
+
<url>
|
|
1195
|
+
<loc>https://www.opendental.com/manual/connectingworkstations.html</loc>
|
|
1196
|
+
</url>
|
|
1197
|
+
<url>
|
|
1198
|
+
<loc>https://www.opendental.com/manual/consentforms.html</loc>
|
|
1199
|
+
</url>
|
|
1200
|
+
<url>
|
|
1201
|
+
<loc>https://www.opendental.com/manual/contacts.html</loc>
|
|
1202
|
+
</url>
|
|
1203
|
+
<url>
|
|
1204
|
+
<loc>https://www.opendental.com/manual/convclaims.html</loc>
|
|
1205
|
+
</url>
|
|
1206
|
+
<url>
|
|
1207
|
+
<loc>https://www.opendental.com/manual/convclinicsunassigned.html</loc>
|
|
1208
|
+
</url>
|
|
1209
|
+
<url>
|
|
1210
|
+
<loc>https://www.opendental.com/manual/convduplicates.html</loc>
|
|
1211
|
+
</url>
|
|
1212
|
+
<url>
|
|
1213
|
+
<loc>https://www.opendental.com/site/conversionimages.html</loc>
|
|
1214
|
+
</url>
|
|
1215
|
+
<url>
|
|
1216
|
+
<loc>https://www.opendental.com/site/conversions.html</loc>
|
|
1217
|
+
</url>
|
|
1218
|
+
<url>
|
|
1219
|
+
<loc>https://www.opendental.com/site/conversionsfinal.html</loc>
|
|
1220
|
+
</url>
|
|
1221
|
+
<url>
|
|
1222
|
+
<loc>https://www.opendental.com/site/conversionsmerge.html</loc>
|
|
1223
|
+
</url>
|
|
1224
|
+
<url>
|
|
1225
|
+
<loc>https://www.opendental.com/site/conversionssplit.html</loc>
|
|
1226
|
+
</url>
|
|
1227
|
+
<url>
|
|
1228
|
+
<loc>https://www.opendental.com/site/conversionstest.html</loc>
|
|
1229
|
+
</url>
|
|
1230
|
+
<url>
|
|
1231
|
+
<loc>https://www.opendental.com/manual/convfutureappts.html</loc>
|
|
1232
|
+
</url>
|
|
1233
|
+
<url>
|
|
1234
|
+
<loc>https://www.opendental.com/manual/convincometransfer.html</loc>
|
|
1235
|
+
</url>
|
|
1236
|
+
<url>
|
|
1237
|
+
<loc>https://www.opendental.com/manual/convinspending.html</loc>
|
|
1238
|
+
</url>
|
|
1239
|
+
<url>
|
|
1240
|
+
<loc>https://www.opendental.com/manual/convperio.html</loc>
|
|
1241
|
+
</url>
|
|
1242
|
+
<url>
|
|
1243
|
+
<loc>https://www.opendental.com/manual/corruption.html</loc>
|
|
1244
|
+
</url>
|
|
1245
|
+
<url>
|
|
1246
|
+
<loc>https://www.opendental.com/manual/counties.html</loc>
|
|
1247
|
+
</url>
|
|
1248
|
+
<url>
|
|
1249
|
+
<loc>https://www.opendental.com/site/countries.html</loc>
|
|
1250
|
+
</url>
|
|
1251
|
+
<url>
|
|
1252
|
+
<loc>https://www.opendental.com/site/covid19.html</loc>
|
|
1253
|
+
</url>
|
|
1254
|
+
<url>
|
|
1255
|
+
<loc>https://www.opendental.com/manual/cptcodes.html</loc>
|
|
1256
|
+
</url>
|
|
1257
|
+
<url>
|
|
1258
|
+
<loc>https://www.opendental.com/site/creditcardintegration.html</loc>
|
|
1259
|
+
</url>
|
|
1260
|
+
<url>
|
|
1261
|
+
<loc>https://www.opendental.com/manual/creditcardsmanage.html</loc>
|
|
1262
|
+
</url>
|
|
1263
|
+
<url>
|
|
1264
|
+
<loc>https://www.opendental.com/manual/crosscode.html</loc>
|
|
1265
|
+
</url>
|
|
1266
|
+
<url>
|
|
1267
|
+
<loc>https://www.opendental.com/manual/custompatientfields.html</loc>
|
|
1268
|
+
</url>
|
|
1269
|
+
<url>
|
|
1270
|
+
<loc>https://www.opendental.com/manual/dac.html</loc>
|
|
1271
|
+
</url>
|
|
1272
|
+
<url>
|
|
1273
|
+
<loc>https://www.opendental.com/manual/dashboardsetup.html</loc>
|
|
1274
|
+
</url>
|
|
1275
|
+
<url>
|
|
1276
|
+
<loc>https://www.opendental.com/manual/databasemaintenance.html</loc>
|
|
1277
|
+
</url>
|
|
1278
|
+
<url>
|
|
1279
|
+
<loc>https://www.opendental.com/manual/databasemaintenancepat.html</loc>
|
|
1280
|
+
</url>
|
|
1281
|
+
<url>
|
|
1282
|
+
<loc>https://www.opendental.com/manual/databasemaintenancetools.html</loc>
|
|
1283
|
+
</url>
|
|
1284
|
+
<url>
|
|
1285
|
+
<loc>https://www.opendental.com/manual/databasemanagementsystems.html</loc>
|
|
1286
|
+
</url>
|
|
1287
|
+
<url>
|
|
1288
|
+
<loc>https://www.opendental.com/manual/deductibles.html</loc>
|
|
1289
|
+
</url>
|
|
1290
|
+
<url>
|
|
1291
|
+
<loc>https://www.opendental.com/manual/definitions.html</loc>
|
|
1292
|
+
</url>
|
|
1293
|
+
<url>
|
|
1294
|
+
<loc>https://www.opendental.com/manual/definitionsaccountcolors.html</loc>
|
|
1295
|
+
</url>
|
|
1296
|
+
<url>
|
|
1297
|
+
<loc>https://www.opendental.com/manual/definitionsaccountquickadd.html</loc>
|
|
1298
|
+
</url>
|
|
1299
|
+
<url>
|
|
1300
|
+
<loc>https://www.opendental.com/manual/definitionsadjtypes.html</loc>
|
|
1301
|
+
</url>
|
|
1302
|
+
<url>
|
|
1303
|
+
<loc>https://www.opendental.com/manual/definitionsappointmentcolors.html</loc>
|
|
1304
|
+
</url>
|
|
1305
|
+
<url>
|
|
1306
|
+
<loc>https://www.opendental.com/manual/definitionsapptconfirmed.html</loc>
|
|
1307
|
+
</url>
|
|
1308
|
+
<url>
|
|
1309
|
+
<loc>https://www.opendental.com/manual/definitionsapptquickadd.html</loc>
|
|
1310
|
+
</url>
|
|
1311
|
+
<url>
|
|
1312
|
+
<loc>https://www.opendental.com/manual/definitionsautodepositaccount.html</loc>
|
|
1313
|
+
</url>
|
|
1314
|
+
<url>
|
|
1315
|
+
<loc>https://www.opendental.com/manual/definitionsautonotes.html</loc>
|
|
1316
|
+
</url>
|
|
1317
|
+
<url>
|
|
1318
|
+
<loc>https://www.opendental.com/manual/definitionsbillingtypes.html</loc>
|
|
1319
|
+
</url>
|
|
1320
|
+
<url>
|
|
1321
|
+
<loc>https://www.opendental.com/manual/definitionsblockouts.html</loc>
|
|
1322
|
+
</url>
|
|
1323
|
+
<url>
|
|
1324
|
+
<loc>https://www.opendental.com/manual/definitionscarriergroupnames.html</loc>
|
|
1325
|
+
</url>
|
|
1326
|
+
<url>
|
|
1327
|
+
<loc>https://www.opendental.com/manual/definitionscertificationcats.html</loc>
|
|
1328
|
+
</url>
|
|
1329
|
+
<url>
|
|
1330
|
+
<loc>https://www.opendental.com/manual/definitionschartgraphiccolors.html</loc>
|
|
1331
|
+
</url>
|
|
1332
|
+
<url>
|
|
1333
|
+
<loc>https://www.opendental.com/manual/definitionsclaimcustomtracking.html</loc>
|
|
1334
|
+
</url>
|
|
1335
|
+
<url>
|
|
1336
|
+
<loc>https://www.opendental.com/manual/definitionsclaimerrorcode.html</loc>
|
|
1337
|
+
</url>
|
|
1338
|
+
<url>
|
|
1339
|
+
<loc>https://www.opendental.com/manual/definitionsclaimpaymentgroups.html</loc>
|
|
1340
|
+
</url>
|
|
1341
|
+
<url>
|
|
1342
|
+
<loc>https://www.opendental.com/manual/definitionsclaimpaytracking.html</loc>
|
|
1343
|
+
</url>
|
|
1344
|
+
<url>
|
|
1345
|
+
<loc>https://www.opendental.com/manual/definitionsclinicspecialties.html</loc>
|
|
1346
|
+
</url>
|
|
1347
|
+
<url>
|
|
1348
|
+
<loc>https://www.opendental.com/manual/definitionscommlogtypes.html</loc>
|
|
1349
|
+
</url>
|
|
1350
|
+
<url>
|
|
1351
|
+
<loc>https://www.opendental.com/manual/definitionscontactcategories.html</loc>
|
|
1352
|
+
</url>
|
|
1353
|
+
<url>
|
|
1354
|
+
<loc>https://www.opendental.com/manual/definitionsdiagnoses.html</loc>
|
|
1355
|
+
</url>
|
|
1356
|
+
<url>
|
|
1357
|
+
<loc>https://www.opendental.com/manual/definitionseclipboardimages.html</loc>
|
|
1358
|
+
</url>
|
|
1359
|
+
<url>
|
|
1360
|
+
<loc>https://www.opendental.com/manual/definitionsfeecolors.html</loc>
|
|
1361
|
+
</url>
|
|
1362
|
+
<url>
|
|
1363
|
+
<loc>https://www.opendental.com/manual/definitionsimagecat.html</loc>
|
|
1364
|
+
</url>
|
|
1365
|
+
<url>
|
|
1366
|
+
<loc>https://www.opendental.com/manual/definitionsinsfilingcodes.html</loc>
|
|
1367
|
+
</url>
|
|
1368
|
+
<url>
|
|
1369
|
+
<loc>https://www.opendental.com/manual/definitionsinsverify.html</loc>
|
|
1370
|
+
</url>
|
|
1371
|
+
<url>
|
|
1372
|
+
<loc>https://www.opendental.com/manual/definitionslettermerge.html</loc>
|
|
1373
|
+
</url>
|
|
1374
|
+
<url>
|
|
1375
|
+
<loc>https://www.opendental.com/manual/definitionsmisccolors.html</loc>
|
|
1376
|
+
</url>
|
|
1377
|
+
<url>
|
|
1378
|
+
<loc>https://www.opendental.com/manual/definitionsoperatorytypes.html</loc>
|
|
1379
|
+
</url>
|
|
1380
|
+
<url>
|
|
1381
|
+
<loc>https://www.opendental.com/manual/definitionspaymentplancategories.html</loc>
|
|
1382
|
+
</url>
|
|
1383
|
+
<url>
|
|
1384
|
+
<loc>https://www.opendental.com/manual/definitionspaymenttypes.html</loc>
|
|
1385
|
+
</url>
|
|
1386
|
+
<url>
|
|
1387
|
+
<loc>https://www.opendental.com/manual/definitionspaysplitunearned.html</loc>
|
|
1388
|
+
</url>
|
|
1389
|
+
<url>
|
|
1390
|
+
<loc>https://www.opendental.com/manual/definitionsprocbuttoncategories.html</loc>
|
|
1391
|
+
</url>
|
|
1392
|
+
<url>
|
|
1393
|
+
<loc>https://www.opendental.com/manual/definitionsproccodecategories.html</loc>
|
|
1394
|
+
</url>
|
|
1395
|
+
<url>
|
|
1396
|
+
<loc>https://www.opendental.com/manual/definitionsprognosis.html</loc>
|
|
1397
|
+
</url>
|
|
1398
|
+
<url>
|
|
1399
|
+
<loc>https://www.opendental.com/manual/definitionsprognotecolors.html</loc>
|
|
1400
|
+
</url>
|
|
1401
|
+
<url>
|
|
1402
|
+
<loc>https://www.opendental.com/manual/definitionsproviderspecialty.html</loc>
|
|
1403
|
+
</url>
|
|
1404
|
+
<url>
|
|
1405
|
+
<loc>https://www.opendental.com/manual/definitionsrecallunschedstatus.html</loc>
|
|
1406
|
+
</url>
|
|
1407
|
+
<url>
|
|
1408
|
+
<loc>https://www.opendental.com/manual/definitionsregions.html</loc>
|
|
1409
|
+
</url>
|
|
1410
|
+
<url>
|
|
1411
|
+
<loc>https://www.opendental.com/manual/definitionssupplycats.html</loc>
|
|
1412
|
+
</url>
|
|
1413
|
+
<url>
|
|
1414
|
+
<loc>https://www.opendental.com/manual/definitionstaskpriorities.html</loc>
|
|
1415
|
+
</url>
|
|
1416
|
+
<url>
|
|
1417
|
+
<loc>https://www.opendental.com/manual/definitionstimecardadjtypes.html</loc>
|
|
1418
|
+
</url>
|
|
1419
|
+
<url>
|
|
1420
|
+
<loc>https://www.opendental.com/manual/definitionstreatplanpriorities.html</loc>
|
|
1421
|
+
</url>
|
|
1422
|
+
<url>
|
|
1423
|
+
<loc>https://www.opendental.com/manual/definitionswebschedexistingpatappttypes.html</loc>
|
|
1424
|
+
</url>
|
|
1425
|
+
<url>
|
|
1426
|
+
<loc>https://www.opendental.com/manual/definitionswebschednewpatappttypes.html</loc>
|
|
1427
|
+
</url>
|
|
1428
|
+
<url>
|
|
1429
|
+
<loc>https://www.opendental.com/manual/dentalintel.html</loc>
|
|
1430
|
+
</url>
|
|
1431
|
+
<url>
|
|
1432
|
+
<loc>https://www.opendental.com/manual/dentalschools.html</loc>
|
|
1433
|
+
</url>
|
|
1434
|
+
<url>
|
|
1435
|
+
<loc>https://www.opendental.com/manual/dentalserverreq.html</loc>
|
|
1436
|
+
</url>
|
|
1437
|
+
<url>
|
|
1438
|
+
<loc>https://www.opendental.com/manual/dentaltekinfo.html</loc>
|
|
1439
|
+
</url>
|
|
1440
|
+
<url>
|
|
1441
|
+
<loc>https://www.opendental.com/manual/dentaltekrapidcall.html</loc>
|
|
1442
|
+
</url>
|
|
1443
|
+
<url>
|
|
1444
|
+
<loc>https://www.opendental.com/manual/dentalxchangeattachmentservice.html</loc>
|
|
1445
|
+
</url>
|
|
1446
|
+
<url>
|
|
1447
|
+
<loc>https://www.opendental.com/manual/dentalxchangecreditservice.html</loc>
|
|
1448
|
+
</url>
|
|
1449
|
+
<url>
|
|
1450
|
+
<loc>https://www.opendental.com/manual/dentical.html</loc>
|
|
1451
|
+
</url>
|
|
1452
|
+
<url>
|
|
1453
|
+
<loc>https://www.opendental.com/manual/depositslip.html</loc>
|
|
1454
|
+
</url>
|
|
1455
|
+
<url>
|
|
1456
|
+
<loc>https://www.opendental.com/site/designcycle.html</loc>
|
|
1457
|
+
</url>
|
|
1458
|
+
<url>
|
|
1459
|
+
<loc>https://www.opendental.com/manual/devicemanager.html</loc>
|
|
1460
|
+
</url>
|
|
1461
|
+
<url>
|
|
1462
|
+
<loc>https://www.opendental.com/manual/diagnostics.html</loc>
|
|
1463
|
+
</url>
|
|
1464
|
+
<url>
|
|
1465
|
+
<loc>https://www.opendental.com/manual/direct.html</loc>
|
|
1466
|
+
</url>
|
|
1467
|
+
<url>
|
|
1468
|
+
<loc>https://www.opendental.com/manual/discountplan.html</loc>
|
|
1469
|
+
</url>
|
|
1470
|
+
<url>
|
|
1471
|
+
<loc>https://www.opendental.com/manual/discountplans.html</loc>
|
|
1472
|
+
</url>
|
|
1473
|
+
<url>
|
|
1474
|
+
<loc>https://www.opendental.com/manual/displayfields.html</loc>
|
|
1475
|
+
</url>
|
|
1476
|
+
<url>
|
|
1477
|
+
<loc>https://www.opendental.com/manual/distributorlist.html</loc>
|
|
1478
|
+
</url>
|
|
1479
|
+
<url>
|
|
1480
|
+
<loc>https://www.opendental.com/site/distributors.html</loc>
|
|
1481
|
+
</url>
|
|
1482
|
+
<url>
|
|
1483
|
+
<loc>https://www.opendental.com/site/dosespot.html</loc>
|
|
1484
|
+
</url>
|
|
1485
|
+
<url>
|
|
1486
|
+
<loc>https://www.opendental.com/manual/dosespotalerts.html</loc>
|
|
1487
|
+
</url>
|
|
1488
|
+
<url>
|
|
1489
|
+
<loc>https://www.opendental.com/manual/dosespotrequiredinfo.html</loc>
|
|
1490
|
+
</url>
|
|
1491
|
+
<url>
|
|
1492
|
+
<loc>https://www.opendental.com/manual/dosespotsetup.html</loc>
|
|
1493
|
+
</url>
|
|
1494
|
+
<url>
|
|
1495
|
+
<loc>https://www.opendental.com/manual/dosespotuse.html</loc>
|
|
1496
|
+
</url>
|
|
1497
|
+
<url>
|
|
1498
|
+
<loc>https://www.opendental.com/manual/dotnet.html</loc>
|
|
1499
|
+
</url>
|
|
1500
|
+
<url>
|
|
1501
|
+
<loc>https://www.opendental.com/manual/downgrades.html</loc>
|
|
1502
|
+
</url>
|
|
1503
|
+
<url>
|
|
1504
|
+
<loc>https://www.opendental.com/manual/downloads.html</loc>
|
|
1505
|
+
</url>
|
|
1506
|
+
<url>
|
|
1507
|
+
<loc>https://www.opendental.com/manual/draw.html</loc>
|
|
1508
|
+
</url>
|
|
1509
|
+
<url>
|
|
1510
|
+
<loc>https://www.opendental.com/manual/dropbox.html</loc>
|
|
1511
|
+
</url>
|
|
1512
|
+
<url>
|
|
1513
|
+
<loc>https://www.opendental.com/manual/dsclasses.html</loc>
|
|
1514
|
+
</url>
|
|
1515
|
+
<url>
|
|
1516
|
+
<loc>https://www.opendental.com/manual/dscourses.html</loc>
|
|
1517
|
+
</url>
|
|
1518
|
+
<url>
|
|
1519
|
+
<loc>https://www.opendental.com/manual/dsevaluations.html</loc>
|
|
1520
|
+
</url>
|
|
1521
|
+
<url>
|
|
1522
|
+
<loc>https://www.opendental.com/manual/dsevaluationsetup.html</loc>
|
|
1523
|
+
</url>
|
|
1524
|
+
<url>
|
|
1525
|
+
<loc>https://www.opendental.com/manual/dsfillevaluation.html</loc>
|
|
1526
|
+
</url>
|
|
1527
|
+
<url>
|
|
1528
|
+
<loc>https://www.opendental.com/manual/dsgradingscale.html</loc>
|
|
1529
|
+
</url>
|
|
1530
|
+
<url>
|
|
1531
|
+
<loc>https://www.opendental.com/manual/dsinstructors.html</loc>
|
|
1532
|
+
</url>
|
|
1533
|
+
<url>
|
|
1534
|
+
<loc>https://www.opendental.com/manual/dsproviders.html</loc>
|
|
1535
|
+
</url>
|
|
1536
|
+
<url>
|
|
1537
|
+
<loc>https://www.opendental.com/manual/dsreports.html</loc>
|
|
1538
|
+
</url>
|
|
1539
|
+
<url>
|
|
1540
|
+
<loc>https://www.opendental.com/manual/dssecurity.html</loc>
|
|
1541
|
+
</url>
|
|
1542
|
+
<url>
|
|
1543
|
+
<loc>https://www.opendental.com/manual/dsstudentbulk.html</loc>
|
|
1544
|
+
</url>
|
|
1545
|
+
<url>
|
|
1546
|
+
<loc>https://www.opendental.com/manual/dsstudents.html</loc>
|
|
1547
|
+
</url>
|
|
1548
|
+
<url>
|
|
1549
|
+
<loc>https://www.opendental.com/manual/dsusergroupdefaults.html</loc>
|
|
1550
|
+
</url>
|
|
1551
|
+
<url>
|
|
1552
|
+
<loc>https://www.opendental.com/manual/ebenefits.html</loc>
|
|
1553
|
+
</url>
|
|
1554
|
+
<url>
|
|
1555
|
+
<loc>https://www.opendental.com/manual/eclaimsans.html</loc>
|
|
1556
|
+
</url>
|
|
1557
|
+
<url>
|
|
1558
|
+
<loc>https://www.opendental.com/manual/eclaimsapex.html</loc>
|
|
1559
|
+
</url>
|
|
1560
|
+
<url>
|
|
1561
|
+
<loc>https://www.opendental.com/manual/eclaimsattachments.html</loc>
|
|
1562
|
+
</url>
|
|
1563
|
+
<url>
|
|
1564
|
+
<loc>https://www.opendental.com/manual/eclaimsbcbsga.html</loc>
|
|
1565
|
+
</url>
|
|
1566
|
+
<url>
|
|
1567
|
+
<loc>https://www.opendental.com/manual/eclaimsbcbsnebraska.html</loc>
|
|
1568
|
+
</url>
|
|
1569
|
+
<url>
|
|
1570
|
+
<loc>https://www.opendental.com/manual/eclaimsclaimconnect.html</loc>
|
|
1571
|
+
</url>
|
|
1572
|
+
<url>
|
|
1573
|
+
<loc>https://www.opendental.com/manual/eclaimsclaimx.html</loc>
|
|
1574
|
+
</url>
|
|
1575
|
+
<url>
|
|
1576
|
+
<loc>https://www.opendental.com/manual/eclaimscoloradomedicaid.html</loc>
|
|
1577
|
+
</url>
|
|
1578
|
+
<url>
|
|
1579
|
+
<loc>https://www.opendental.com/manual/eclaimscomplexities.html</loc>
|
|
1580
|
+
</url>
|
|
1581
|
+
<url>
|
|
1582
|
+
<loc>https://www.opendental.com/manual/eclaimseds.html</loc>
|
|
1583
|
+
</url>
|
|
1584
|
+
<url>
|
|
1585
|
+
<loc>https://www.opendental.com/manual/eclaimsedsmedical.html</loc>
|
|
1586
|
+
</url>
|
|
1587
|
+
<url>
|
|
1588
|
+
<loc>https://www.opendental.com/manual/eclaimsemdeonmedical.html</loc>
|
|
1589
|
+
</url>
|
|
1590
|
+
<url>
|
|
1591
|
+
<loc>https://www.opendental.com/manual/eclaimsems.html</loc>
|
|
1592
|
+
</url>
|
|
1593
|
+
<url>
|
|
1594
|
+
<loc>https://www.opendental.com/manual/eclaimserrors.html</loc>
|
|
1595
|
+
</url>
|
|
1596
|
+
<url>
|
|
1597
|
+
<loc>https://www.opendental.com/manual/eclaimsetactics.html</loc>
|
|
1598
|
+
</url>
|
|
1599
|
+
<url>
|
|
1600
|
+
<loc>https://www.opendental.com/manual/eclaimsinmediata.html</loc>
|
|
1601
|
+
</url>
|
|
1602
|
+
<url>
|
|
1603
|
+
<loc>https://www.opendental.com/manual/eclaimslindsaytechnicalconsultants.html</loc>
|
|
1604
|
+
</url>
|
|
1605
|
+
<url>
|
|
1606
|
+
<loc>https://www.opendental.com/manual/eclaimsmedical.html</loc>
|
|
1607
|
+
</url>
|
|
1608
|
+
<url>
|
|
1609
|
+
<loc>https://www.opendental.com/manual/eclaimsofficeally.html</loc>
|
|
1610
|
+
</url>
|
|
1611
|
+
<url>
|
|
1612
|
+
<loc>https://www.opendental.com/manual/eclaimspostntrack.html</loc>
|
|
1613
|
+
</url>
|
|
1614
|
+
<url>
|
|
1615
|
+
<loc>https://www.opendental.com/manual/eclaimsramq.html</loc>
|
|
1616
|
+
</url>
|
|
1617
|
+
<url>
|
|
1618
|
+
<loc>https://www.opendental.com/manual/eclaimsrecs.html</loc>
|
|
1619
|
+
</url>
|
|
1620
|
+
<url>
|
|
1621
|
+
<loc>https://www.opendental.com/manual/eclaimsrenaissance.html</loc>
|
|
1622
|
+
</url>
|
|
1623
|
+
<url>
|
|
1624
|
+
<loc>https://www.opendental.com/manual/eclaimstesia.html</loc>
|
|
1625
|
+
</url>
|
|
1626
|
+
<url>
|
|
1627
|
+
<loc>https://www.opendental.com/manual/eclaimstesiabridge.html</loc>
|
|
1628
|
+
</url>
|
|
1629
|
+
<url>
|
|
1630
|
+
<loc>https://www.opendental.com/manual/eclaimsvyne.html</loc>
|
|
1631
|
+
</url>
|
|
1632
|
+
<url>
|
|
1633
|
+
<loc>https://www.opendental.com/manual/eclaimswashmedicaid.html</loc>
|
|
1634
|
+
</url>
|
|
1635
|
+
<url>
|
|
1636
|
+
<loc>https://www.opendental.com/manual/eclaimswebmd.html</loc>
|
|
1637
|
+
</url>
|
|
1638
|
+
<url>
|
|
1639
|
+
<loc>https://www.opendental.com/site/eclipboard.html</loc>
|
|
1640
|
+
</url>
|
|
1641
|
+
<url>
|
|
1642
|
+
<loc>https://www.opendental.com/manual/eclipboardbranding.html</loc>
|
|
1643
|
+
</url>
|
|
1644
|
+
<url>
|
|
1645
|
+
<loc>https://www.opendental.com/manual/eclipboardimages.html</loc>
|
|
1646
|
+
</url>
|
|
1647
|
+
<url>
|
|
1648
|
+
<loc>https://www.opendental.com/manual/eclipboardpayment.html</loc>
|
|
1649
|
+
</url>
|
|
1650
|
+
<url>
|
|
1651
|
+
<loc>https://www.opendental.com/manual/eclipboardpaymentplans.html</loc>
|
|
1652
|
+
</url>
|
|
1653
|
+
<url>
|
|
1654
|
+
<loc>https://www.opendental.com/manual/eclipboardsees.html</loc>
|
|
1655
|
+
</url>
|
|
1656
|
+
<url>
|
|
1657
|
+
<loc>https://www.opendental.com/manual/eclipboardsetup.html</loc>
|
|
1658
|
+
</url>
|
|
1659
|
+
<url>
|
|
1660
|
+
<loc>https://www.opendental.com/manual/eclipboardtreatmentplan.html</loc>
|
|
1661
|
+
</url>
|
|
1662
|
+
<url>
|
|
1663
|
+
<loc>https://www.opendental.com/manual/eclipboardtroubleshooting.html</loc>
|
|
1664
|
+
</url>
|
|
1665
|
+
<url>
|
|
1666
|
+
<loc>https://www.opendental.com/manual/eclipboardworkflow.html</loc>
|
|
1667
|
+
</url>
|
|
1668
|
+
<url>
|
|
1669
|
+
<loc>https://www.opendental.com/manual/econfirmationexclusiondays.html</loc>
|
|
1670
|
+
</url>
|
|
1671
|
+
<url>
|
|
1672
|
+
<loc>https://www.opendental.com/manual/econfirmationsetup.html</loc>
|
|
1673
|
+
</url>
|
|
1674
|
+
<url>
|
|
1675
|
+
<loc>https://www.opendental.com/manual/econnector.html</loc>
|
|
1676
|
+
</url>
|
|
1677
|
+
<url>
|
|
1678
|
+
<loc>https://www.opendental.com/manual/ecwbridgesetup.html</loc>
|
|
1679
|
+
</url>
|
|
1680
|
+
<url>
|
|
1681
|
+
<loc>https://www.opendental.com/manual/ecwbridgingmodes.html</loc>
|
|
1682
|
+
</url>
|
|
1683
|
+
<url>
|
|
1684
|
+
<loc>https://www.opendental.com/manual/ecwdemographics.html</loc>
|
|
1685
|
+
</url>
|
|
1686
|
+
<url>
|
|
1687
|
+
<loc>https://www.opendental.com/manual/ecwfeeschedules.html</loc>
|
|
1688
|
+
</url>
|
|
1689
|
+
<url>
|
|
1690
|
+
<loc>https://www.opendental.com/manual/ecwgeneral.html</loc>
|
|
1691
|
+
</url>
|
|
1692
|
+
<url>
|
|
1693
|
+
<loc>https://www.opendental.com/manual/ecwinstall.html</loc>
|
|
1694
|
+
</url>
|
|
1695
|
+
<url>
|
|
1696
|
+
<loc>https://www.opendental.com/manual/ecwprocedures.html</loc>
|
|
1697
|
+
</url>
|
|
1698
|
+
<url>
|
|
1699
|
+
<loc>https://www.opendental.com/manual/ecwtechnical.html</loc>
|
|
1700
|
+
</url>
|
|
1701
|
+
<url>
|
|
1702
|
+
<loc>https://www.opendental.com/manual/ecwtroubleshooting.html</loc>
|
|
1703
|
+
</url>
|
|
1704
|
+
<url>
|
|
1705
|
+
<loc>https://www.opendental.com/manual/ecwusingwithod.html</loc>
|
|
1706
|
+
</url>
|
|
1707
|
+
<url>
|
|
1708
|
+
<loc>https://www.opendental.com/manual/edgeexpress.html</loc>
|
|
1709
|
+
</url>
|
|
1710
|
+
<url>
|
|
1711
|
+
<loc>https://www.opendental.com/manual/edgeexpressaddcard.html</loc>
|
|
1712
|
+
</url>
|
|
1713
|
+
<url>
|
|
1714
|
+
<loc>https://www.opendental.com/manual/edgeexpresssetup.html</loc>
|
|
1715
|
+
</url>
|
|
1716
|
+
<url>
|
|
1717
|
+
<loc>https://www.opendental.com/manual/edgeexpressvoid.html</loc>
|
|
1718
|
+
</url>
|
|
1719
|
+
<url>
|
|
1720
|
+
<loc>https://www.opendental.com/manual/editbenefit.html</loc>
|
|
1721
|
+
</url>
|
|
1722
|
+
<url>
|
|
1723
|
+
<loc>https://www.opendental.com/manual/editinspayment.html</loc>
|
|
1724
|
+
</url>
|
|
1725
|
+
<url>
|
|
1726
|
+
<loc>https://www.opendental.com/manual/editrule.html</loc>
|
|
1727
|
+
</url>
|
|
1728
|
+
<url>
|
|
1729
|
+
<loc>https://www.opendental.com/site/ehr2011edition.html</loc>
|
|
1730
|
+
</url>
|
|
1731
|
+
<url>
|
|
1732
|
+
<loc>https://www.opendental.com/site/ehrabout.html</loc>
|
|
1733
|
+
</url>
|
|
1734
|
+
<url>
|
|
1735
|
+
<loc>https://www.opendental.com/manual/ehramendments.html</loc>
|
|
1736
|
+
</url>
|
|
1737
|
+
<url>
|
|
1738
|
+
<loc>https://www.opendental.com/site/ehrattest.html</loc>
|
|
1739
|
+
</url>
|
|
1740
|
+
<url>
|
|
1741
|
+
<loc>https://www.opendental.com/site/ehraudits.html</loc>
|
|
1742
|
+
</url>
|
|
1743
|
+
<url>
|
|
1744
|
+
<loc>https://www.opendental.com/manual/ehrccd.html</loc>
|
|
1745
|
+
</url>
|
|
1746
|
+
<url>
|
|
1747
|
+
<loc>https://www.opendental.com/site/ehrcds.html</loc>
|
|
1748
|
+
</url>
|
|
1749
|
+
<url>
|
|
1750
|
+
<loc>https://www.opendental.com/manual/ehrcdsconfigure.html</loc>
|
|
1751
|
+
</url>
|
|
1752
|
+
<url>
|
|
1753
|
+
<loc>https://www.opendental.com/manual/ehrcdsintervention.html</loc>
|
|
1754
|
+
</url>
|
|
1755
|
+
<url>
|
|
1756
|
+
<loc>https://www.opendental.com/manual/ehrcdspermissions.html</loc>
|
|
1757
|
+
</url>
|
|
1758
|
+
<url>
|
|
1759
|
+
<loc>https://www.opendental.com/manual/ehrclinicalsummaryprovide.html</loc>
|
|
1760
|
+
</url>
|
|
1761
|
+
<url>
|
|
1762
|
+
<loc>https://www.opendental.com/site/ehrcpoe.html</loc>
|
|
1763
|
+
</url>
|
|
1764
|
+
<url>
|
|
1765
|
+
<loc>https://www.opendental.com/manual/ehrcpoelab.html</loc>
|
|
1766
|
+
</url>
|
|
1767
|
+
<url>
|
|
1768
|
+
<loc>https://www.opendental.com/manual/ehrcpoelabresultsenter.html</loc>
|
|
1769
|
+
</url>
|
|
1770
|
+
<url>
|
|
1771
|
+
<loc>https://www.opendental.com/manual/ehrcpoerad.html</loc>
|
|
1772
|
+
</url>
|
|
1773
|
+
<url>
|
|
1774
|
+
<loc>https://www.opendental.com/manual/ehrcpoeradapprove.html</loc>
|
|
1775
|
+
</url>
|
|
1776
|
+
<url>
|
|
1777
|
+
<loc>https://www.opendental.com/manual/ehrcpoeradresultsattach.html</loc>
|
|
1778
|
+
</url>
|
|
1779
|
+
<url>
|
|
1780
|
+
<loc>https://www.opendental.com/manual/ehrcqm.html</loc>
|
|
1781
|
+
</url>
|
|
1782
|
+
<url>
|
|
1783
|
+
<loc>https://www.opendental.com/manual/ehrcqmcurrentmeds.html</loc>
|
|
1784
|
+
</url>
|
|
1785
|
+
<url>
|
|
1786
|
+
<loc>https://www.opendental.com/manual/ehrcqmdef.html</loc>
|
|
1787
|
+
</url>
|
|
1788
|
+
<url>
|
|
1789
|
+
<loc>https://www.opendental.com/manual/ehrcqmdetails.html</loc>
|
|
1790
|
+
</url>
|
|
1791
|
+
<url>
|
|
1792
|
+
<loc>https://www.opendental.com/manual/ehrcqmreport.html</loc>
|
|
1793
|
+
</url>
|
|
1794
|
+
<url>
|
|
1795
|
+
<loc>https://www.opendental.com/manual/ehrdashboard1.html</loc>
|
|
1796
|
+
</url>
|
|
1797
|
+
<url>
|
|
1798
|
+
<loc>https://www.opendental.com/site/ehreaccess.html</loc>
|
|
1799
|
+
</url>
|
|
1800
|
+
<url>
|
|
1801
|
+
<loc>https://www.opendental.com/site/ehredresources.html</loc>
|
|
1802
|
+
</url>
|
|
1803
|
+
<url>
|
|
1804
|
+
<loc>https://www.opendental.com/manual/ehredresourcesprovide.html</loc>
|
|
1805
|
+
</url>
|
|
1806
|
+
<url>
|
|
1807
|
+
<loc>https://www.opendental.com/site/ehreligibility.html</loc>
|
|
1808
|
+
</url>
|
|
1809
|
+
<url>
|
|
1810
|
+
<loc>https://www.opendental.com/manual/ehremergency.html</loc>
|
|
1811
|
+
</url>
|
|
1812
|
+
<url>
|
|
1813
|
+
<loc>https://www.opendental.com/manual/ehrencountercode.html</loc>
|
|
1814
|
+
</url>
|
|
1815
|
+
<url>
|
|
1816
|
+
<loc>https://www.opendental.com/manual/ehrencountercodetool.html</loc>
|
|
1817
|
+
</url>
|
|
1818
|
+
<url>
|
|
1819
|
+
<loc>https://www.opendental.com/manual/ehrencounters.html</loc>
|
|
1820
|
+
</url>
|
|
1821
|
+
<url>
|
|
1822
|
+
<loc>https://www.opendental.com/manual/ehrencryption.html</loc>
|
|
1823
|
+
</url>
|
|
1824
|
+
<url>
|
|
1825
|
+
<loc>https://www.opendental.com/site/ehreprescribing.html</loc>
|
|
1826
|
+
</url>
|
|
1827
|
+
<url>
|
|
1828
|
+
<loc>https://www.opendental.com/site/ehrfaq.html</loc>
|
|
1829
|
+
</url>
|
|
1830
|
+
<url>
|
|
1831
|
+
<loc>https://www.opendental.com/site/ehrgettingstarted.html</loc>
|
|
1832
|
+
</url>
|
|
1833
|
+
<url>
|
|
1834
|
+
<loc>https://www.opendental.com/manual/ehrhash.html</loc>
|
|
1835
|
+
</url>
|
|
1836
|
+
<url>
|
|
1837
|
+
<loc>https://www.opendental.com/site/ehrhealthinfoexchange.html</loc>
|
|
1838
|
+
</url>
|
|
1839
|
+
<url>
|
|
1840
|
+
<loc>https://www.opendental.com/manual/ehrinfobutton.html</loc>
|
|
1841
|
+
</url>
|
|
1842
|
+
<url>
|
|
1843
|
+
<loc>https://www.opendental.com/manual/ehrinterventions.html</loc>
|
|
1844
|
+
</url>
|
|
1845
|
+
<url>
|
|
1846
|
+
<loc>https://www.opendental.com/site/ehrlicense.html</loc>
|
|
1847
|
+
</url>
|
|
1848
|
+
<url>
|
|
1849
|
+
<loc>https://www.opendental.com/manual/ehrmeasureeventedit.html</loc>
|
|
1850
|
+
</url>
|
|
1851
|
+
<url>
|
|
1852
|
+
<loc>https://www.opendental.com/manual/ehrmeasures.html</loc>
|
|
1853
|
+
</url>
|
|
1854
|
+
<url>
|
|
1855
|
+
<loc>https://www.opendental.com/site/ehrmedicationreconcile.html</loc>
|
|
1856
|
+
</url>
|
|
1857
|
+
<url>
|
|
1858
|
+
<loc>https://www.opendental.com/manual/ehrmedreconcileelectronic.html</loc>
|
|
1859
|
+
</url>
|
|
1860
|
+
<url>
|
|
1861
|
+
<loc>https://www.opendental.com/manual/ehrmedreconcilemanual.html</loc>
|
|
1862
|
+
</url>
|
|
1863
|
+
<url>
|
|
1864
|
+
<loc>https://www.opendental.com/site/ehrmodified2.html</loc>
|
|
1865
|
+
</url>
|
|
1866
|
+
<url>
|
|
1867
|
+
<loc>https://www.opendental.com/manual/ehrmustagesetting.html</loc>
|
|
1868
|
+
</url>
|
|
1869
|
+
<url>
|
|
1870
|
+
<loc>https://www.opendental.com/manual/ehrnistsync.html</loc>
|
|
1871
|
+
</url>
|
|
1872
|
+
<url>
|
|
1873
|
+
<loc>https://www.opendental.com/manual/ehrnotperformed.html</loc>
|
|
1874
|
+
</url>
|
|
1875
|
+
<url>
|
|
1876
|
+
<loc>https://www.opendental.com/manual/ehroid.html</loc>
|
|
1877
|
+
</url>
|
|
1878
|
+
<url>
|
|
1879
|
+
<loc>https://www.opendental.com/manual/ehrpatientlistgenerate.html</loc>
|
|
1880
|
+
</url>
|
|
1881
|
+
<url>
|
|
1882
|
+
<loc>https://www.opendental.com/manual/ehrpregnancycode.html</loc>
|
|
1883
|
+
</url>
|
|
1884
|
+
<url>
|
|
1885
|
+
<loc>https://www.opendental.com/site/ehrprotecthealthinfo.html</loc>
|
|
1886
|
+
</url>
|
|
1887
|
+
<url>
|
|
1888
|
+
<loc>https://www.opendental.com/manual/ehrproviderkeys.html</loc>
|
|
1889
|
+
</url>
|
|
1890
|
+
<url>
|
|
1891
|
+
<loc>https://www.opendental.com/site/ehrpublichealth.html</loc>
|
|
1892
|
+
</url>
|
|
1893
|
+
<url>
|
|
1894
|
+
<loc>https://www.opendental.com/manual/ehrquarterlykeys.html</loc>
|
|
1895
|
+
</url>
|
|
1896
|
+
<url>
|
|
1897
|
+
<loc>https://www.opendental.com/manual/ehrreminderssend.html</loc>
|
|
1898
|
+
</url>
|
|
1899
|
+
<url>
|
|
1900
|
+
<loc>https://www.opendental.com/site/ehrsecuremsg.html</loc>
|
|
1901
|
+
</url>
|
|
1902
|
+
<url>
|
|
1903
|
+
<loc>https://www.opendental.com/manual/ehrsettings.html</loc>
|
|
1904
|
+
</url>
|
|
1905
|
+
<url>
|
|
1906
|
+
<loc>https://www.opendental.com/manual/ehrsetupedresources.html</loc>
|
|
1907
|
+
</url>
|
|
1908
|
+
<url>
|
|
1909
|
+
<loc>https://www.opendental.com/manual/ehrsetupreminderrules.html</loc>
|
|
1910
|
+
</url>
|
|
1911
|
+
<url>
|
|
1912
|
+
<loc>https://www.opendental.com/manual/ehrsetupwindow.html</loc>
|
|
1913
|
+
</url>
|
|
1914
|
+
<url>
|
|
1915
|
+
<loc>https://www.opendental.com/manual/ehrsummaryofcaresend.html</loc>
|
|
1916
|
+
</url>
|
|
1917
|
+
<url>
|
|
1918
|
+
<loc>https://www.opendental.com/manual/ehrsyndromicdataexport.html</loc>
|
|
1919
|
+
</url>
|
|
1920
|
+
<url>
|
|
1921
|
+
<loc>https://www.opendental.com/manual/ehrsyndromicdataobs.html</loc>
|
|
1922
|
+
</url>
|
|
1923
|
+
<url>
|
|
1924
|
+
<loc>https://www.opendental.com/site/ehrtoc.html</loc>
|
|
1925
|
+
</url>
|
|
1926
|
+
<url>
|
|
1927
|
+
<loc>https://www.opendental.com/manual/ehrvaccine.html</loc>
|
|
1928
|
+
</url>
|
|
1929
|
+
<url>
|
|
1930
|
+
<loc>https://www.opendental.com/manual/ehrvaccinedrugman.html</loc>
|
|
1931
|
+
</url>
|
|
1932
|
+
<url>
|
|
1933
|
+
<loc>https://www.opendental.com/manual/ehrvaccinedrugunits.html</loc>
|
|
1934
|
+
</url>
|
|
1935
|
+
<url>
|
|
1936
|
+
<loc>https://www.opendental.com/manual/ehrvaccineexport.html</loc>
|
|
1937
|
+
</url>
|
|
1938
|
+
<url>
|
|
1939
|
+
<loc>https://www.opendental.com/manual/ehrvaccinesetup.html</loc>
|
|
1940
|
+
</url>
|
|
1941
|
+
<url>
|
|
1942
|
+
<loc>https://www.opendental.com/site/electronicrx.html</loc>
|
|
1943
|
+
</url>
|
|
1944
|
+
<url>
|
|
1945
|
+
<loc>https://www.opendental.com/manual/electronicsignatures.html</loc>
|
|
1946
|
+
</url>
|
|
1947
|
+
<url>
|
|
1948
|
+
<loc>https://www.opendental.com/manual/email.html</loc>
|
|
1949
|
+
</url>
|
|
1950
|
+
<url>
|
|
1951
|
+
<loc>https://www.opendental.com/manual/emailaddressedit.html</loc>
|
|
1952
|
+
</url>
|
|
1953
|
+
<url>
|
|
1954
|
+
<loc>https://www.opendental.com/manual/emailautographs.html</loc>
|
|
1955
|
+
</url>
|
|
1956
|
+
<url>
|
|
1957
|
+
<loc>https://www.opendental.com/manual/emailcerthost.html</loc>
|
|
1958
|
+
</url>
|
|
1959
|
+
<url>
|
|
1960
|
+
<loc>https://www.opendental.com/manual/emailcertinstall.html</loc>
|
|
1961
|
+
</url>
|
|
1962
|
+
<url>
|
|
1963
|
+
<loc>https://www.opendental.com/manual/emaildirectreceive.html</loc>
|
|
1964
|
+
</url>
|
|
1965
|
+
<url>
|
|
1966
|
+
<loc>https://www.opendental.com/manual/emailencrypted.html</loc>
|
|
1967
|
+
</url>
|
|
1968
|
+
<url>
|
|
1969
|
+
<loc>https://www.opendental.com/manual/emailerrors.html</loc>
|
|
1970
|
+
</url>
|
|
1971
|
+
<url>
|
|
1972
|
+
<loc>https://www.opendental.com/manual/emailhtml.html</loc>
|
|
1973
|
+
</url>
|
|
1974
|
+
<url>
|
|
1975
|
+
<loc>https://www.opendental.com/manual/emailinbox.html</loc>
|
|
1976
|
+
</url>
|
|
1977
|
+
<url>
|
|
1978
|
+
<loc>https://www.opendental.com/manual/emailmessage.html</loc>
|
|
1979
|
+
</url>
|
|
1980
|
+
<url>
|
|
1981
|
+
<loc>https://www.opendental.com/manual/emailoutlooksign.html</loc>
|
|
1982
|
+
</url>
|
|
1983
|
+
<url>
|
|
1984
|
+
<loc>https://www.opendental.com/manual/emailsecuritycertificates.html</loc>
|
|
1985
|
+
</url>
|
|
1986
|
+
<url>
|
|
1987
|
+
<loc>https://www.opendental.com/manual/emailsetup.html</loc>
|
|
1988
|
+
</url>
|
|
1989
|
+
<url>
|
|
1990
|
+
<loc>https://www.opendental.com/manual/emailtemplates.html</loc>
|
|
1991
|
+
</url>
|
|
1992
|
+
<url>
|
|
1993
|
+
<loc>https://www.opendental.com/manual/embezzlement.html</loc>
|
|
1994
|
+
</url>
|
|
1995
|
+
<url>
|
|
1996
|
+
<loc>https://www.opendental.com/manual/employeeleaving.html</loc>
|
|
1997
|
+
</url>
|
|
1998
|
+
<url>
|
|
1999
|
+
<loc>https://www.opendental.com/manual/employees.html</loc>
|
|
2000
|
+
</url>
|
|
2001
|
+
<url>
|
|
2002
|
+
<loc>https://www.opendental.com/manual/employers.html</loc>
|
|
2003
|
+
</url>
|
|
2004
|
+
<url>
|
|
2005
|
+
<loc>https://www.opendental.com/site/employment.html</loc>
|
|
2006
|
+
</url>
|
|
2007
|
+
<url>
|
|
2008
|
+
<loc>https://www.opendental.com/manual/encryptedstandard.html</loc>
|
|
2009
|
+
</url>
|
|
2010
|
+
<url>
|
|
2011
|
+
<loc>https://www.opendental.com/manual/encryption.html</loc>
|
|
2012
|
+
</url>
|
|
2013
|
+
<url>
|
|
2014
|
+
<loc>https://www.opendental.com/manual/encryptionbitlocker.html</loc>
|
|
2015
|
+
</url>
|
|
2016
|
+
<url>
|
|
2017
|
+
<loc>https://www.opendental.com/manual/encryptionefs.html</loc>
|
|
2018
|
+
</url>
|
|
2019
|
+
<url>
|
|
2020
|
+
<loc>https://www.opendental.com/manual/enterprisesetup.html</loc>
|
|
2021
|
+
</url>
|
|
2022
|
+
<url>
|
|
2023
|
+
<loc>https://www.opendental.com/manual/entertreatment.html</loc>
|
|
2024
|
+
</url>
|
|
2025
|
+
<url>
|
|
2026
|
+
<loc>https://www.opendental.com/manual/equipment.html</loc>
|
|
2027
|
+
</url>
|
|
2028
|
+
<url>
|
|
2029
|
+
<loc>https://www.opendental.com/manual/era.html</loc>
|
|
2030
|
+
</url>
|
|
2031
|
+
<url>
|
|
2032
|
+
<loc>https://www.opendental.com/manual/era835workflow.html</loc>
|
|
2033
|
+
</url>
|
|
2034
|
+
<url>
|
|
2035
|
+
<loc>https://www.opendental.com/manual/eraprocess.html</loc>
|
|
2036
|
+
</url>
|
|
2037
|
+
<url>
|
|
2038
|
+
<loc>https://www.opendental.com/site/ereminders.html</loc>
|
|
2039
|
+
</url>
|
|
2040
|
+
<url>
|
|
2041
|
+
<loc>https://www.opendental.com/manual/ereminderssetup.html</loc>
|
|
2042
|
+
</url>
|
|
2043
|
+
<url>
|
|
2044
|
+
<loc>https://www.opendental.com/manual/eremindertroubleshooting.html</loc>
|
|
2045
|
+
</url>
|
|
2046
|
+
<url>
|
|
2047
|
+
<loc>https://www.opendental.com/manual/erouting.html</loc>
|
|
2048
|
+
</url>
|
|
2049
|
+
<url>
|
|
2050
|
+
<loc>https://www.opendental.com/manual/eroutingsetup.html</loc>
|
|
2051
|
+
</url>
|
|
2052
|
+
<url>
|
|
2053
|
+
<loc>https://www.opendental.com/manual/erxdisable.html</loc>
|
|
2054
|
+
</url>
|
|
2055
|
+
<url>
|
|
2056
|
+
<loc>https://www.opendental.com/manual/erxnewyork.html</loc>
|
|
2057
|
+
</url>
|
|
2058
|
+
<url>
|
|
2059
|
+
<loc>https://www.opendental.com/manual/erxohio.html</loc>
|
|
2060
|
+
</url>
|
|
2061
|
+
<url>
|
|
2062
|
+
<loc>https://www.opendental.com/manual/eserviceactivitylog.html</loc>
|
|
2063
|
+
</url>
|
|
2064
|
+
<url>
|
|
2065
|
+
<loc>https://www.opendental.com/manual/eservicebundleworkflow.html</loc>
|
|
2066
|
+
</url>
|
|
2067
|
+
<url>
|
|
2068
|
+
<loc>https://www.opendental.com/site/eserviceports.html</loc>
|
|
2069
|
+
</url>
|
|
2070
|
+
<url>
|
|
2071
|
+
<loc>https://www.opendental.com/site/eservices.html</loc>
|
|
2072
|
+
</url>
|
|
2073
|
+
<url>
|
|
2074
|
+
<loc>https://www.opendental.com/site/eservicesbundle.html</loc>
|
|
2075
|
+
</url>
|
|
2076
|
+
<url>
|
|
2077
|
+
<loc>https://www.opendental.com/site/eservicesfaq.html</loc>
|
|
2078
|
+
</url>
|
|
2079
|
+
<url>
|
|
2080
|
+
<loc>https://www.opendental.com/manual/eservicesmisctab.html</loc>
|
|
2081
|
+
</url>
|
|
2082
|
+
<url>
|
|
2083
|
+
<loc>https://www.opendental.com/manual/eservicessetup.html</loc>
|
|
2084
|
+
</url>
|
|
2085
|
+
<url>
|
|
2086
|
+
<loc>https://www.opendental.com/manual/eservicessignup.html</loc>
|
|
2087
|
+
</url>
|
|
2088
|
+
<url>
|
|
2089
|
+
<loc>https://www.opendental.com/manual/eservicestermsofservice.html</loc>
|
|
2090
|
+
</url>
|
|
2091
|
+
<url>
|
|
2092
|
+
<loc>https://www.opendental.com/manual/eservicestroubleshooting.html</loc>
|
|
2093
|
+
</url>
|
|
2094
|
+
<url>
|
|
2095
|
+
<loc>https://www.opendental.com/manual/examsheets.html</loc>
|
|
2096
|
+
</url>
|
|
2097
|
+
<url>
|
|
2098
|
+
<loc>https://www.opendental.com/manual/excel.html</loc>
|
|
2099
|
+
</url>
|
|
2100
|
+
<url>
|
|
2101
|
+
<loc>https://www.opendental.com/manual/family.html</loc>
|
|
2102
|
+
</url>
|
|
2103
|
+
<url>
|
|
2104
|
+
<loc>https://www.opendental.com/manual/familyadd.html</loc>
|
|
2105
|
+
</url>
|
|
2106
|
+
<url>
|
|
2107
|
+
<loc>https://www.opendental.com/manual/familybalancertool.html</loc>
|
|
2108
|
+
</url>
|
|
2109
|
+
<url>
|
|
2110
|
+
<loc>https://www.opendental.com/manual/familyhealthenter.html</loc>
|
|
2111
|
+
</url>
|
|
2112
|
+
<url>
|
|
2113
|
+
<loc>https://www.opendental.com/manual/familyrelationship.html</loc>
|
|
2114
|
+
</url>
|
|
2115
|
+
<url>
|
|
2116
|
+
<loc>https://www.opendental.com/manual/faq.html</loc>
|
|
2117
|
+
</url>
|
|
2118
|
+
<url>
|
|
2119
|
+
<loc>https://www.opendental.com/manual/featurerequests.html</loc>
|
|
2120
|
+
</url>
|
|
2121
|
+
<url>
|
|
2122
|
+
<loc>https://www.opendental.com/site/fees.html</loc>
|
|
2123
|
+
</url>
|
|
2124
|
+
<url>
|
|
2125
|
+
<loc>https://www.opendental.com/manual/feeschedulecheckfees.html</loc>
|
|
2126
|
+
</url>
|
|
2127
|
+
<url>
|
|
2128
|
+
<loc>https://www.opendental.com/manual/feeschedulecopy.html</loc>
|
|
2129
|
+
</url>
|
|
2130
|
+
<url>
|
|
2131
|
+
<loc>https://www.opendental.com/manual/feeschedulegroups.html</loc>
|
|
2132
|
+
</url>
|
|
2133
|
+
<url>
|
|
2134
|
+
<loc>https://www.opendental.com/manual/feescheduleincrease.html</loc>
|
|
2135
|
+
</url>
|
|
2136
|
+
<url>
|
|
2137
|
+
<loc>https://www.opendental.com/manual/feeschedulelogic.html</loc>
|
|
2138
|
+
</url>
|
|
2139
|
+
<url>
|
|
2140
|
+
<loc>https://www.opendental.com/manual/feeschedules.html</loc>
|
|
2141
|
+
</url>
|
|
2142
|
+
<url>
|
|
2143
|
+
<loc>https://www.opendental.com/manual/feescheduletools.html</loc>
|
|
2144
|
+
</url>
|
|
2145
|
+
<url>
|
|
2146
|
+
<loc>https://www.opendental.com/manual/feesexport.html</loc>
|
|
2147
|
+
</url>
|
|
2148
|
+
<url>
|
|
2149
|
+
<loc>https://www.opendental.com/manual/feesimport.html</loc>
|
|
2150
|
+
</url>
|
|
2151
|
+
<url>
|
|
2152
|
+
<loc>https://www.opendental.com/manual/feesupdate.html</loc>
|
|
2153
|
+
</url>
|
|
2154
|
+
<url>
|
|
2155
|
+
<loc>https://www.opendental.com/manual/fhir.html</loc>
|
|
2156
|
+
</url>
|
|
2157
|
+
<url>
|
|
2158
|
+
<loc>https://www.opendental.com/manual/financecharges.html</loc>
|
|
2159
|
+
</url>
|
|
2160
|
+
<url>
|
|
2161
|
+
<loc>https://www.opendental.com/manual/firewalls.html</loc>
|
|
2162
|
+
</url>
|
|
2163
|
+
<url>
|
|
2164
|
+
<loc>https://www.opendental.com/manual/freedentalconfig.html</loc>
|
|
2165
|
+
</url>
|
|
2166
|
+
<url>
|
|
2167
|
+
<loc>https://www.opendental.com/site/gdpr.html</loc>
|
|
2168
|
+
</url>
|
|
2169
|
+
<url>
|
|
2170
|
+
<loc>https://www.opendental.com/manual/generalmessagesetup.html</loc>
|
|
2171
|
+
</url>
|
|
2172
|
+
<url>
|
|
2173
|
+
<loc>https://www.opendental.com/manual/graphicalperiochart.html</loc>
|
|
2174
|
+
</url>
|
|
2175
|
+
<url>
|
|
2176
|
+
<loc>https://www.opendental.com/manual/graphicaltoothchart.html</loc>
|
|
2177
|
+
</url>
|
|
2178
|
+
<url>
|
|
2179
|
+
<loc>https://www.opendental.com/manual/graphics.html</loc>
|
|
2180
|
+
</url>
|
|
2181
|
+
<url>
|
|
2182
|
+
<loc>https://www.opendental.com/manual/helpfeature.html</loc>
|
|
2183
|
+
</url>
|
|
2184
|
+
<url>
|
|
2185
|
+
<loc>https://www.opendental.com/manual/hiddensplits.html</loc>
|
|
2186
|
+
</url>
|
|
2187
|
+
<url>
|
|
2188
|
+
<loc>https://www.opendental.com/manual/hiesetup.html</loc>
|
|
2189
|
+
</url>
|
|
2190
|
+
<url>
|
|
2191
|
+
<loc>https://www.opendental.com/site/hipaa.html</loc>
|
|
2192
|
+
</url>
|
|
2193
|
+
<url>
|
|
2194
|
+
<loc>https://www.opendental.com/site/hipaaopendental.html</loc>
|
|
2195
|
+
</url>
|
|
2196
|
+
<url>
|
|
2197
|
+
<loc>https://www.opendental.com/manual/hl7.html</loc>
|
|
2198
|
+
</url>
|
|
2199
|
+
<url>
|
|
2200
|
+
<loc>https://www.opendental.com/manual/hl7ecw.html</loc>
|
|
2201
|
+
</url>
|
|
2202
|
+
<url>
|
|
2203
|
+
<loc>https://www.opendental.com/manual/hl7ecwmsg.html</loc>
|
|
2204
|
+
</url>
|
|
2205
|
+
<url>
|
|
2206
|
+
<loc>https://www.opendental.com/manual/hl7genericmsg.html</loc>
|
|
2207
|
+
</url>
|
|
2208
|
+
<url>
|
|
2209
|
+
<loc>https://www.opendental.com/manual/hl7labcorp.html</loc>
|
|
2210
|
+
</url>
|
|
2211
|
+
<url>
|
|
2212
|
+
<loc>https://www.opendental.com/manual/hl7labcorpmsg.html</loc>
|
|
2213
|
+
</url>
|
|
2214
|
+
<url>
|
|
2215
|
+
<loc>https://www.opendental.com/manual/hl7msgs.html</loc>
|
|
2216
|
+
</url>
|
|
2217
|
+
<url>
|
|
2218
|
+
<loc>https://www.opendental.com/manual/hl7servicemanager.html</loc>
|
|
2219
|
+
</url>
|
|
2220
|
+
<url>
|
|
2221
|
+
<loc>https://www.opendental.com/manual/hl7tests.html</loc>
|
|
2222
|
+
</url>
|
|
2223
|
+
<url>
|
|
2224
|
+
<loc>https://www.opendental.com/manual/hostedemailaddressverification.html</loc>
|
|
2225
|
+
</url>
|
|
2226
|
+
<url>
|
|
2227
|
+
<loc>https://www.opendental.com/manual/hostedemailsignatures.html</loc>
|
|
2228
|
+
</url>
|
|
2229
|
+
<url>
|
|
2230
|
+
<loc>https://www.opendental.com/manual/hostmultipledatabases.html</loc>
|
|
2231
|
+
</url>
|
|
2232
|
+
<url>
|
|
2233
|
+
<loc>https://www.opendental.com/manual/housecalls.html</loc>
|
|
2234
|
+
</url>
|
|
2235
|
+
<url>
|
|
2236
|
+
<loc>https://www.opendental.com/manual/iaplus.html</loc>
|
|
2237
|
+
</url>
|
|
2238
|
+
<url>
|
|
2239
|
+
<loc>https://www.opendental.com/manual/icdcodes.html</loc>
|
|
2240
|
+
</url>
|
|
2241
|
+
<url>
|
|
2242
|
+
<loc>https://www.opendental.com/manual/imageenhancing.html</loc>
|
|
2243
|
+
</url>
|
|
2244
|
+
<url>
|
|
2245
|
+
<loc>https://www.opendental.com/manual/imageinfo.html</loc>
|
|
2246
|
+
</url>
|
|
2247
|
+
<url>
|
|
2248
|
+
<loc>https://www.opendental.com/manual/images.html</loc>
|
|
2249
|
+
</url>
|
|
2250
|
+
<url>
|
|
2251
|
+
<loc>https://www.opendental.com/manual/imagesstoreindb.html</loc>
|
|
2252
|
+
</url>
|
|
2253
|
+
<url>
|
|
2254
|
+
<loc>https://www.opendental.com/manual/imagingcameracompatibility.html</loc>
|
|
2255
|
+
</url>
|
|
2256
|
+
<url>
|
|
2257
|
+
<loc>https://www.opendental.com/manual/imagingdevices.html</loc>
|
|
2258
|
+
</url>
|
|
2259
|
+
<url>
|
|
2260
|
+
<loc>https://www.opendental.com/site/imagingimprovements.html</loc>
|
|
2261
|
+
</url>
|
|
2262
|
+
<url>
|
|
2263
|
+
<loc>https://www.opendental.com/manual/imagingsetup.html</loc>
|
|
2264
|
+
</url>
|
|
2265
|
+
<url>
|
|
2266
|
+
<loc>https://www.opendental.com/manual/importinsplans834.html</loc>
|
|
2267
|
+
</url>
|
|
2268
|
+
<url>
|
|
2269
|
+
<loc>https://www.opendental.com/manual/incometransfer.html</loc>
|
|
2270
|
+
</url>
|
|
2271
|
+
<url>
|
|
2272
|
+
<loc>https://www.opendental.com/manual/incometransfermanager.html</loc>
|
|
2273
|
+
</url>
|
|
2274
|
+
<url>
|
|
2275
|
+
<loc>https://www.opendental.com/manual/inputfieldnames.html</loc>
|
|
2276
|
+
</url>
|
|
2277
|
+
<url>
|
|
2278
|
+
<loc>https://www.opendental.com/manual/insadd.html</loc>
|
|
2279
|
+
</url>
|
|
2280
|
+
<url>
|
|
2281
|
+
<loc>https://www.opendental.com/manual/inscatssetup.html</loc>
|
|
2282
|
+
</url>
|
|
2283
|
+
<url>
|
|
2284
|
+
<loc>https://www.opendental.com/manual/insfilingcodes.html</loc>
|
|
2285
|
+
</url>
|
|
2286
|
+
<url>
|
|
2287
|
+
<loc>https://www.opendental.com/manual/insfrequencylimitations.html</loc>
|
|
2288
|
+
</url>
|
|
2289
|
+
<url>
|
|
2290
|
+
<loc>https://www.opendental.com/manual/inshistory.html</loc>
|
|
2291
|
+
</url>
|
|
2292
|
+
<url>
|
|
2293
|
+
<loc>https://www.opendental.com/manual/insinterest.html</loc>
|
|
2294
|
+
</url>
|
|
2295
|
+
<url>
|
|
2296
|
+
<loc>https://www.opendental.com/manual/inspayeob.html</loc>
|
|
2297
|
+
</url>
|
|
2298
|
+
<url>
|
|
2299
|
+
<loc>https://www.opendental.com/manual/inspaytypes.html</loc>
|
|
2300
|
+
</url>
|
|
2301
|
+
<url>
|
|
2302
|
+
<loc>https://www.opendental.com/manual/insplan.html</loc>
|
|
2303
|
+
</url>
|
|
2304
|
+
<url>
|
|
2305
|
+
<loc>https://www.opendental.com/manual/insplancombine.html</loc>
|
|
2306
|
+
</url>
|
|
2307
|
+
<url>
|
|
2308
|
+
<loc>https://www.opendental.com/manual/insplandrop.html</loc>
|
|
2309
|
+
</url>
|
|
2310
|
+
<url>
|
|
2311
|
+
<loc>https://www.opendental.com/manual/insplanedit.html</loc>
|
|
2312
|
+
</url>
|
|
2313
|
+
<url>
|
|
2314
|
+
<loc>https://www.opendental.com/manual/insplanlist.html</loc>
|
|
2315
|
+
</url>
|
|
2316
|
+
<url>
|
|
2317
|
+
<loc>https://www.opendental.com/manual/insplanoverrides.html</loc>
|
|
2318
|
+
</url>
|
|
2319
|
+
<url>
|
|
2320
|
+
<loc>https://www.opendental.com/manual/insplantypes.html</loc>
|
|
2321
|
+
</url>
|
|
2322
|
+
<url>
|
|
2323
|
+
<loc>https://www.opendental.com/manual/insremainingcalc.html</loc>
|
|
2324
|
+
</url>
|
|
2325
|
+
<url>
|
|
2326
|
+
<loc>https://www.opendental.com/manual/inssecondary.html</loc>
|
|
2327
|
+
</url>
|
|
2328
|
+
<url>
|
|
2329
|
+
<loc>https://www.opendental.com/manual/installation.html</loc>
|
|
2330
|
+
</url>
|
|
2331
|
+
<url>
|
|
2332
|
+
<loc>https://www.opendental.com/manual/installmentplan.html</loc>
|
|
2333
|
+
</url>
|
|
2334
|
+
<url>
|
|
2335
|
+
<loc>https://www.opendental.com/manual/installworkstation.html</loc>
|
|
2336
|
+
</url>
|
|
2337
|
+
<url>
|
|
2338
|
+
<loc>https://www.opendental.com/manual/insurancerefunds.html</loc>
|
|
2339
|
+
</url>
|
|
2340
|
+
<url>
|
|
2341
|
+
<loc>https://www.opendental.com/manual/insverifylist.html</loc>
|
|
2342
|
+
</url>
|
|
2343
|
+
<url>
|
|
2344
|
+
<loc>https://www.opendental.com/manual/insverifylistsetup.html</loc>
|
|
2345
|
+
</url>
|
|
2346
|
+
<url>
|
|
2347
|
+
<loc>https://www.opendental.com/site/integrity.html</loc>
|
|
2348
|
+
</url>
|
|
2349
|
+
<url>
|
|
2350
|
+
<loc>https://www.opendental.com/manual/invoice.html</loc>
|
|
2351
|
+
</url>
|
|
2352
|
+
<url>
|
|
2353
|
+
<loc>https://www.opendental.com/manual/itrans.html</loc>
|
|
2354
|
+
</url>
|
|
2355
|
+
<url>
|
|
2356
|
+
<loc>https://www.opendental.com/manual/itrans20.html</loc>
|
|
2357
|
+
</url>
|
|
2358
|
+
<url>
|
|
2359
|
+
<loc>https://www.opendental.com/manual/keyboardshortcuts.html</loc>
|
|
2360
|
+
</url>
|
|
2361
|
+
<url>
|
|
2362
|
+
<loc>https://www.opendental.com/manual/kiosk.html</loc>
|
|
2363
|
+
</url>
|
|
2364
|
+
<url>
|
|
2365
|
+
<loc>https://www.opendental.com/manual/kioskpatient.html</loc>
|
|
2366
|
+
</url>
|
|
2367
|
+
<url>
|
|
2368
|
+
<loc>https://www.opendental.com/manual/labcaseedit.html</loc>
|
|
2369
|
+
</url>
|
|
2370
|
+
<url>
|
|
2371
|
+
<loc>https://www.opendental.com/manual/labcasemanage.html</loc>
|
|
2372
|
+
</url>
|
|
2373
|
+
<url>
|
|
2374
|
+
<loc>https://www.opendental.com/manual/labels.html</loc>
|
|
2375
|
+
</url>
|
|
2376
|
+
<url>
|
|
2377
|
+
<loc>https://www.opendental.com/manual/laboratories.html</loc>
|
|
2378
|
+
</url>
|
|
2379
|
+
<url>
|
|
2380
|
+
<loc>https://www.opendental.com/manual/labslips.html</loc>
|
|
2381
|
+
</url>
|
|
2382
|
+
<url>
|
|
2383
|
+
<loc>https://www.opendental.com/manual/languages.html</loc>
|
|
2384
|
+
</url>
|
|
2385
|
+
<url>
|
|
2386
|
+
<loc>https://www.opendental.com/manual/lantek.html</loc>
|
|
2387
|
+
</url>
|
|
2388
|
+
<url>
|
|
2389
|
+
<loc>https://www.opendental.com/manual/laserlabels.html</loc>
|
|
2390
|
+
</url>
|
|
2391
|
+
<url>
|
|
2392
|
+
<loc>https://www.opendental.com/manual/latecharges.html</loc>
|
|
2393
|
+
</url>
|
|
2394
|
+
<url>
|
|
2395
|
+
<loc>https://www.opendental.com/manual/layout.html</loc>
|
|
2396
|
+
</url>
|
|
2397
|
+
<url>
|
|
2398
|
+
<loc>https://www.opendental.com/site/learning.html</loc>
|
|
2399
|
+
</url>
|
|
2400
|
+
<url>
|
|
2401
|
+
<loc>https://www.opendental.com/manual/lettermerge.html</loc>
|
|
2402
|
+
</url>
|
|
2403
|
+
<url>
|
|
2404
|
+
<loc>https://www.opendental.com/manual/letterreferral.html</loc>
|
|
2405
|
+
</url>
|
|
2406
|
+
<url>
|
|
2407
|
+
<loc>https://www.opendental.com/manual/letterspatient.html</loc>
|
|
2408
|
+
</url>
|
|
2409
|
+
<url>
|
|
2410
|
+
<loc>https://www.opendental.com/manual/lettersquick.html</loc>
|
|
2411
|
+
</url>
|
|
2412
|
+
<url>
|
|
2413
|
+
<loc>https://www.opendental.com/manual/licenses.html</loc>
|
|
2414
|
+
</url>
|
|
2415
|
+
<url>
|
|
2416
|
+
<loc>https://www.opendental.com/manual/limited.html</loc>
|
|
2417
|
+
</url>
|
|
2418
|
+
<url>
|
|
2419
|
+
<loc>https://www.opendental.com/manual/limitedtimediscounts.html</loc>
|
|
2420
|
+
</url>
|
|
2421
|
+
<url>
|
|
2422
|
+
<loc>https://www.opendental.com/manual/linuxinstall.html</loc>
|
|
2423
|
+
</url>
|
|
2424
|
+
<url>
|
|
2425
|
+
<loc>https://www.opendental.com/site/logo.html</loc>
|
|
2426
|
+
</url>
|
|
2427
|
+
<url>
|
|
2428
|
+
<loc>https://www.opendental.com/manual/loinc.html</loc>
|
|
2429
|
+
</url>
|
|
2430
|
+
<url>
|
|
2431
|
+
<loc>https://www.opendental.com/manual/mailmergeword.html</loc>
|
|
2432
|
+
</url>
|
|
2433
|
+
<url>
|
|
2434
|
+
<loc>https://www.opendental.com/manual/mainmenu.html</loc>
|
|
2435
|
+
</url>
|
|
2436
|
+
<url>
|
|
2437
|
+
<loc>https://www.opendental.com/manual/manage.html</loc>
|
|
2438
|
+
</url>
|
|
2439
|
+
<url>
|
|
2440
|
+
<loc>https://www.opendental.com/manual/manual.html</loc>
|
|
2441
|
+
</url>
|
|
2442
|
+
<url>
|
|
2443
|
+
<loc>https://www.opendental.com/manual/mariadb.html</loc>
|
|
2444
|
+
</url>
|
|
2445
|
+
<url>
|
|
2446
|
+
<loc>https://www.opendental.com/site/massemail.html</loc>
|
|
2447
|
+
</url>
|
|
2448
|
+
<url>
|
|
2449
|
+
<loc>https://www.opendental.com/site/meaningfulusebegin.html</loc>
|
|
2450
|
+
</url>
|
|
2451
|
+
<url>
|
|
2452
|
+
<loc>https://www.opendental.com/manual/medical.html</loc>
|
|
2453
|
+
</url>
|
|
2454
|
+
<url>
|
|
2455
|
+
<loc>https://www.opendental.com/manual/medicalins.html</loc>
|
|
2456
|
+
</url>
|
|
2457
|
+
<url>
|
|
2458
|
+
<loc>https://www.opendental.com/manual/medicationmaster.html</loc>
|
|
2459
|
+
</url>
|
|
2460
|
+
<url>
|
|
2461
|
+
<loc>https://www.opendental.com/manual/medicationspatient.html</loc>
|
|
2462
|
+
</url>
|
|
2463
|
+
<url>
|
|
2464
|
+
<loc>https://www.opendental.com/manual/mergebillingtypes.html</loc>
|
|
2465
|
+
</url>
|
|
2466
|
+
<url>
|
|
2467
|
+
<loc>https://www.opendental.com/manual/mergediscountplans.html</loc>
|
|
2468
|
+
</url>
|
|
2469
|
+
<url>
|
|
2470
|
+
<loc>https://www.opendental.com/manual/mergeimagecategories.html</loc>
|
|
2471
|
+
</url>
|
|
2472
|
+
<url>
|
|
2473
|
+
<loc>https://www.opendental.com/manual/mergemedications.html</loc>
|
|
2474
|
+
</url>
|
|
2475
|
+
<url>
|
|
2476
|
+
<loc>https://www.opendental.com/manual/mergepatients.html</loc>
|
|
2477
|
+
</url>
|
|
2478
|
+
<url>
|
|
2479
|
+
<loc>https://www.opendental.com/manual/mergeproviders.html</loc>
|
|
2480
|
+
</url>
|
|
2481
|
+
<url>
|
|
2482
|
+
<loc>https://www.opendental.com/manual/mergereferrals.html</loc>
|
|
2483
|
+
</url>
|
|
2484
|
+
<url>
|
|
2485
|
+
<loc>https://www.opendental.com/manual/messaging.html</loc>
|
|
2486
|
+
</url>
|
|
2487
|
+
<url>
|
|
2488
|
+
<loc>https://www.opendental.com/manual/messagingbuttons.html</loc>
|
|
2489
|
+
</url>
|
|
2490
|
+
<url>
|
|
2491
|
+
<loc>https://www.opendental.com/manual/messagingelements.html</loc>
|
|
2492
|
+
</url>
|
|
2493
|
+
<url>
|
|
2494
|
+
<loc>https://www.opendental.com/manual/middletier.html</loc>
|
|
2495
|
+
</url>
|
|
2496
|
+
<url>
|
|
2497
|
+
<loc>https://www.opendental.com/manual/middletierinstallation.html</loc>
|
|
2498
|
+
</url>
|
|
2499
|
+
<url>
|
|
2500
|
+
<loc>https://www.opendental.com/manual/middletiersecuritycert.html</loc>
|
|
2501
|
+
</url>
|
|
2502
|
+
<url>
|
|
2503
|
+
<loc>https://www.opendental.com/manual/middletiertroubleshooting.html</loc>
|
|
2504
|
+
</url>
|
|
2505
|
+
<url>
|
|
2506
|
+
<loc>https://www.opendental.com/manual/miscsetup.html</loc>
|
|
2507
|
+
</url>
|
|
2508
|
+
<url>
|
|
2509
|
+
<loc>https://www.opendental.com/manual/missingteeth.html</loc>
|
|
2510
|
+
</url>
|
|
2511
|
+
<url>
|
|
2512
|
+
<loc>https://www.opendental.com/site/mobileapp.html</loc>
|
|
2513
|
+
</url>
|
|
2514
|
+
<url>
|
|
2515
|
+
<loc>https://www.opendental.com/manual/mobilesettings.html</loc>
|
|
2516
|
+
</url>
|
|
2517
|
+
<url>
|
|
2518
|
+
<loc>https://www.opendental.com/manual/mobilesynchupload.html</loc>
|
|
2519
|
+
</url>
|
|
2520
|
+
<url>
|
|
2521
|
+
<loc>https://www.opendental.com/manual/mobilesynchuse.html</loc>
|
|
2522
|
+
</url>
|
|
2523
|
+
<url>
|
|
2524
|
+
<loc>https://www.opendental.com/site/mobileweb.html</loc>
|
|
2525
|
+
</url>
|
|
2526
|
+
<url>
|
|
2527
|
+
<loc>https://www.opendental.com/manual/mobilewebhostedbyod.html</loc>
|
|
2528
|
+
</url>
|
|
2529
|
+
<url>
|
|
2530
|
+
<loc>https://www.opendental.com/manual/mobilewebtroubleshooting.html</loc>
|
|
2531
|
+
</url>
|
|
2532
|
+
<url>
|
|
2533
|
+
<loc>https://www.opendental.com/manual/mobilewebuse.html</loc>
|
|
2534
|
+
</url>
|
|
2535
|
+
<url>
|
|
2536
|
+
<loc>https://www.opendental.com/manual/mobilewebuseappts.html</loc>
|
|
2537
|
+
</url>
|
|
2538
|
+
<url>
|
|
2539
|
+
<loc>https://www.opendental.com/manual/mobilewebuseerx.html</loc>
|
|
2540
|
+
</url>
|
|
2541
|
+
<url>
|
|
2542
|
+
<loc>https://www.opendental.com/manual/mobilewebuseops.html</loc>
|
|
2543
|
+
</url>
|
|
2544
|
+
<url>
|
|
2545
|
+
<loc>https://www.opendental.com/manual/mobilewebusepatients.html</loc>
|
|
2546
|
+
</url>
|
|
2547
|
+
<url>
|
|
2548
|
+
<loc>https://www.opendental.com/manual/mobilewebusepharmacies.html</loc>
|
|
2549
|
+
</url>
|
|
2550
|
+
<url>
|
|
2551
|
+
<loc>https://www.opendental.com/manual/modules.html</loc>
|
|
2552
|
+
</url>
|
|
2553
|
+
<url>
|
|
2554
|
+
<loc>https://www.opendental.com/manual/mountacquire.html</loc>
|
|
2555
|
+
</url>
|
|
2556
|
+
<url>
|
|
2557
|
+
<loc>https://www.opendental.com/manual/mountdefinitions.html</loc>
|
|
2558
|
+
</url>
|
|
2559
|
+
<url>
|
|
2560
|
+
<loc>https://www.opendental.com/manual/mountinfo.html</loc>
|
|
2561
|
+
</url>
|
|
2562
|
+
<url>
|
|
2563
|
+
<loc>https://www.opendental.com/manual/mountsize.html</loc>
|
|
2564
|
+
</url>
|
|
2565
|
+
<url>
|
|
2566
|
+
<loc>https://www.opendental.com/manual/movements.html</loc>
|
|
2567
|
+
</url>
|
|
2568
|
+
<url>
|
|
2569
|
+
<loc>https://www.opendental.com/manual/multiplelocations.html</loc>
|
|
2570
|
+
</url>
|
|
2571
|
+
<url>
|
|
2572
|
+
<loc>https://www.opendental.com/manual/multitenant.html</loc>
|
|
2573
|
+
</url>
|
|
2574
|
+
<url>
|
|
2575
|
+
<loc>https://www.opendental.com/manual/mycnf.html</loc>
|
|
2576
|
+
</url>
|
|
2577
|
+
<url>
|
|
2578
|
+
<loc>https://www.opendental.com/manual/myini.html</loc>
|
|
2579
|
+
</url>
|
|
2580
|
+
<url>
|
|
2581
|
+
<loc>https://www.opendental.com/manual/mysql.html</loc>
|
|
2582
|
+
</url>
|
|
2583
|
+
<url>
|
|
2584
|
+
<loc>https://www.opendental.com/manual/mysql50.html</loc>
|
|
2585
|
+
</url>
|
|
2586
|
+
<url>
|
|
2587
|
+
<loc>https://www.opendental.com/manual/mysql55.html</loc>
|
|
2588
|
+
</url>
|
|
2589
|
+
<url>
|
|
2590
|
+
<loc>https://www.opendental.com/manual/mysql56update.html</loc>
|
|
2591
|
+
</url>
|
|
2592
|
+
<url>
|
|
2593
|
+
<loc>https://www.opendental.com/manual/mysqlinnodb.html</loc>
|
|
2594
|
+
</url>
|
|
2595
|
+
<url>
|
|
2596
|
+
<loc>https://www.opendental.com/manual/mysqlmanage.html</loc>
|
|
2597
|
+
</url>
|
|
2598
|
+
<url>
|
|
2599
|
+
<loc>https://www.opendental.com/manual/mysqltroubleshooting.html</loc>
|
|
2600
|
+
</url>
|
|
2601
|
+
<url>
|
|
2602
|
+
<loc>https://www.opendental.com/manual/mysqlusermanager.html</loc>
|
|
2603
|
+
</url>
|
|
2604
|
+
<url>
|
|
2605
|
+
<loc>https://www.opendental.com/manual/networkusers.html</loc>
|
|
2606
|
+
</url>
|
|
2607
|
+
<url>
|
|
2608
|
+
<loc>https://www.opendental.com/manual/newcrop.html</loc>
|
|
2609
|
+
</url>
|
|
2610
|
+
<url>
|
|
2611
|
+
<loc>https://www.opendental.com/manual/newcropallergies.html</loc>
|
|
2612
|
+
</url>
|
|
2613
|
+
<url>
|
|
2614
|
+
<loc>https://www.opendental.com/manual/newcropcredentials.html</loc>
|
|
2615
|
+
</url>
|
|
2616
|
+
<url>
|
|
2617
|
+
<loc>https://www.opendental.com/manual/newcropdoctorslist.html</loc>
|
|
2618
|
+
</url>
|
|
2619
|
+
<url>
|
|
2620
|
+
<loc>https://www.opendental.com/manual/newcropdruginteraction.html</loc>
|
|
2621
|
+
</url>
|
|
2622
|
+
<url>
|
|
2623
|
+
<loc>https://www.opendental.com/manual/newcropepcs.html</loc>
|
|
2624
|
+
</url>
|
|
2625
|
+
<url>
|
|
2626
|
+
<loc>https://www.opendental.com/manual/newcropfaq.html</loc>
|
|
2627
|
+
</url>
|
|
2628
|
+
<url>
|
|
2629
|
+
<loc>https://www.opendental.com/site/newcropfeature.html</loc>
|
|
2630
|
+
</url>
|
|
2631
|
+
<url>
|
|
2632
|
+
<loc>https://www.opendental.com/manual/newcropformularychecks.html</loc>
|
|
2633
|
+
</url>
|
|
2634
|
+
<url>
|
|
2635
|
+
<loc>https://www.opendental.com/manual/newcropmedications.html</loc>
|
|
2636
|
+
</url>
|
|
2637
|
+
<url>
|
|
2638
|
+
<loc>https://www.opendental.com/manual/newcropmissingrx.html</loc>
|
|
2639
|
+
</url>
|
|
2640
|
+
<url>
|
|
2641
|
+
<loc>https://www.opendental.com/manual/newcroppharmacy.html</loc>
|
|
2642
|
+
</url>
|
|
2643
|
+
<url>
|
|
2644
|
+
<loc>https://www.opendental.com/manual/newcroprequiredinfo.html</loc>
|
|
2645
|
+
</url>
|
|
2646
|
+
<url>
|
|
2647
|
+
<loc>https://www.opendental.com/manual/newcroptroubleshooting.html</loc>
|
|
2648
|
+
</url>
|
|
2649
|
+
<url>
|
|
2650
|
+
<loc>https://www.opendental.com/manual/newyeartasks.html</loc>
|
|
2651
|
+
</url>
|
|
2652
|
+
<url>
|
|
2653
|
+
<loc>https://www.opendental.com/site/newzealand.html</loc>
|
|
2654
|
+
</url>
|
|
2655
|
+
<url>
|
|
2656
|
+
<loc>https://www.opendental.com/manual/nexhealth.html</loc>
|
|
2657
|
+
</url>
|
|
2658
|
+
<url>
|
|
2659
|
+
<loc>https://www.opendental.com/manual/nondentalinterface.html</loc>
|
|
2660
|
+
</url>
|
|
2661
|
+
<url>
|
|
2662
|
+
<loc>https://www.opendental.com/manual/notes.html</loc>
|
|
2663
|
+
</url>
|
|
2664
|
+
<url>
|
|
2665
|
+
<loc>https://www.opendental.com/manual/odbc.html</loc>
|
|
2666
|
+
</url>
|
|
2667
|
+
<url>
|
|
2668
|
+
<loc>https://www.opendental.com/site/odtouch.html</loc>
|
|
2669
|
+
</url>
|
|
2670
|
+
<url>
|
|
2671
|
+
<loc>https://www.opendental.com/manual/odtouchappts.html</loc>
|
|
2672
|
+
</url>
|
|
2673
|
+
<url>
|
|
2674
|
+
<loc>https://www.opendental.com/manual/odtouchchart.html</loc>
|
|
2675
|
+
</url>
|
|
2676
|
+
<url>
|
|
2677
|
+
<loc>https://www.opendental.com/manual/odtoucherouting.html</loc>
|
|
2678
|
+
</url>
|
|
2679
|
+
<url>
|
|
2680
|
+
<loc>https://www.opendental.com/manual/odtoucherx.html</loc>
|
|
2681
|
+
</url>
|
|
2682
|
+
<url>
|
|
2683
|
+
<loc>https://www.opendental.com/manual/odtouchexam.html</loc>
|
|
2684
|
+
</url>
|
|
2685
|
+
<url>
|
|
2686
|
+
<loc>https://www.opendental.com/manual/odtouchhome.html</loc>
|
|
2687
|
+
</url>
|
|
2688
|
+
<url>
|
|
2689
|
+
<loc>https://www.opendental.com/manual/odtouchimages.html</loc>
|
|
2690
|
+
</url>
|
|
2691
|
+
<url>
|
|
2692
|
+
<loc>https://www.opendental.com/manual/odtouchmedical.html</loc>
|
|
2693
|
+
</url>
|
|
2694
|
+
<url>
|
|
2695
|
+
<loc>https://www.opendental.com/manual/odtouchpayplan.html</loc>
|
|
2696
|
+
</url>
|
|
2697
|
+
<url>
|
|
2698
|
+
<loc>https://www.opendental.com/manual/odtouchperio.html</loc>
|
|
2699
|
+
</url>
|
|
2700
|
+
<url>
|
|
2701
|
+
<loc>https://www.opendental.com/manual/odtouchprodgoal.html</loc>
|
|
2702
|
+
</url>
|
|
2703
|
+
<url>
|
|
2704
|
+
<loc>https://www.opendental.com/manual/odtouchreports.html</loc>
|
|
2705
|
+
</url>
|
|
2706
|
+
<url>
|
|
2707
|
+
<loc>https://www.opendental.com/manual/odtouchsecurity.html</loc>
|
|
2708
|
+
</url>
|
|
2709
|
+
<url>
|
|
2710
|
+
<loc>https://www.opendental.com/manual/odtouchsettings.html</loc>
|
|
2711
|
+
</url>
|
|
2712
|
+
<url>
|
|
2713
|
+
<loc>https://www.opendental.com/manual/odtouchsetup.html</loc>
|
|
2714
|
+
</url>
|
|
2715
|
+
<url>
|
|
2716
|
+
<loc>https://www.opendental.com/manual/odtouchtreatmentplans.html</loc>
|
|
2717
|
+
</url>
|
|
2718
|
+
<url>
|
|
2719
|
+
<loc>https://www.opendental.com/manual/ooformletter.html</loc>
|
|
2720
|
+
</url>
|
|
2721
|
+
<url>
|
|
2722
|
+
<loc>https://www.opendental.com/manual/oospread.html</loc>
|
|
2723
|
+
</url>
|
|
2724
|
+
<url>
|
|
2725
|
+
<loc>https://www.opendental.com/site/opendentalapi.html</loc>
|
|
2726
|
+
</url>
|
|
2727
|
+
<url>
|
|
2728
|
+
<loc>https://www.opendental.com/site/opendentalcloud.html</loc>
|
|
2729
|
+
</url>
|
|
2730
|
+
<url>
|
|
2731
|
+
<loc>https://www.opendental.com/manual/opendentalcloudbackups.html</loc>
|
|
2732
|
+
</url>
|
|
2733
|
+
<url>
|
|
2734
|
+
<loc>https://www.opendental.com/manual/opendentalcloudclient.html</loc>
|
|
2735
|
+
</url>
|
|
2736
|
+
<url>
|
|
2737
|
+
<loc>https://www.opendental.com/manual/opendentalclouddifferences.html</loc>
|
|
2738
|
+
</url>
|
|
2739
|
+
<url>
|
|
2740
|
+
<loc>https://www.opendental.com/manual/opendentalcloudintegrations.html</loc>
|
|
2741
|
+
</url>
|
|
2742
|
+
<url>
|
|
2743
|
+
<loc>https://www.opendental.com/manual/opendentalcloudprocess.html</loc>
|
|
2744
|
+
</url>
|
|
2745
|
+
<url>
|
|
2746
|
+
<loc>https://www.opendental.com/manual/opendentalcloudrequirements.html</loc>
|
|
2747
|
+
</url>
|
|
2748
|
+
<url>
|
|
2749
|
+
<loc>https://www.opendental.com/manual/opendentalcloudsignin.html</loc>
|
|
2750
|
+
</url>
|
|
2751
|
+
<url>
|
|
2752
|
+
<loc>https://www.opendental.com/manual/opendentalmobile.html</loc>
|
|
2753
|
+
</url>
|
|
2754
|
+
<url>
|
|
2755
|
+
<loc>https://www.opendental.com/manual/opendentalmobileappts.html</loc>
|
|
2756
|
+
</url>
|
|
2757
|
+
<url>
|
|
2758
|
+
<loc>https://www.opendental.com/manual/opendentalmobilemenu.html</loc>
|
|
2759
|
+
</url>
|
|
2760
|
+
<url>
|
|
2761
|
+
<loc>https://www.opendental.com/manual/opendentalmobilemessages.html</loc>
|
|
2762
|
+
</url>
|
|
2763
|
+
<url>
|
|
2764
|
+
<loc>https://www.opendental.com/manual/opendentalmobilepatients.html</loc>
|
|
2765
|
+
</url>
|
|
2766
|
+
<url>
|
|
2767
|
+
<loc>https://www.opendental.com/manual/opendentalmobilereports.html</loc>
|
|
2768
|
+
</url>
|
|
2769
|
+
<url>
|
|
2770
|
+
<loc>https://www.opendental.com/manual/opendentalmobilesettings.html</loc>
|
|
2771
|
+
</url>
|
|
2772
|
+
<url>
|
|
2773
|
+
<loc>https://www.opendental.com/manual/opendentalreplicationservice.html</loc>
|
|
2774
|
+
</url>
|
|
2775
|
+
<url>
|
|
2776
|
+
<loc>https://www.opendental.com/manual/opendentalservice.html</loc>
|
|
2777
|
+
</url>
|
|
2778
|
+
<url>
|
|
2779
|
+
<loc>https://www.opendental.com/manual/operatories.html</loc>
|
|
2780
|
+
</url>
|
|
2781
|
+
<url>
|
|
2782
|
+
<loc>https://www.opendental.com/manual/operatoryedit.html</loc>
|
|
2783
|
+
</url>
|
|
2784
|
+
<url>
|
|
2785
|
+
<loc>https://www.opendental.com/site/oracle.html</loc>
|
|
2786
|
+
</url>
|
|
2787
|
+
<url>
|
|
2788
|
+
<loc>https://www.opendental.com/manual/ortho.html</loc>
|
|
2789
|
+
</url>
|
|
2790
|
+
<url>
|
|
2791
|
+
<loc>https://www.opendental.com/manual/orthoauto.html</loc>
|
|
2792
|
+
</url>
|
|
2793
|
+
<url>
|
|
2794
|
+
<loc>https://www.opendental.com/manual/orthoautoclaim.html</loc>
|
|
2795
|
+
</url>
|
|
2796
|
+
<url>
|
|
2797
|
+
<loc>https://www.opendental.com/manual/orthocase.html</loc>
|
|
2798
|
+
</url>
|
|
2799
|
+
<url>
|
|
2800
|
+
<loc>https://www.opendental.com/manual/orthochart.html</loc>
|
|
2801
|
+
</url>
|
|
2802
|
+
<url>
|
|
2803
|
+
<loc>https://www.opendental.com/manual/orthochartsetup.html</loc>
|
|
2804
|
+
</url>
|
|
2805
|
+
<url>
|
|
2806
|
+
<loc>https://www.opendental.com/manual/orthodontic.html</loc>
|
|
2807
|
+
</url>
|
|
2808
|
+
<url>
|
|
2809
|
+
<loc>https://www.opendental.com/manual/orthohardwaresetup.html</loc>
|
|
2810
|
+
</url>
|
|
2811
|
+
<url>
|
|
2812
|
+
<loc>https://www.opendental.com/manual/orthoprescriptionssetup.html</loc>
|
|
2813
|
+
</url>
|
|
2814
|
+
<url>
|
|
2815
|
+
<loc>https://www.opendental.com/manual/orthosetup.html</loc>
|
|
2816
|
+
</url>
|
|
2817
|
+
<url>
|
|
2818
|
+
<loc>https://www.opendental.com/manual/otherbenefits.html</loc>
|
|
2819
|
+
</url>
|
|
2820
|
+
<url>
|
|
2821
|
+
<loc>https://www.opendental.com/manual/outputtextfields.html</loc>
|
|
2822
|
+
</url>
|
|
2823
|
+
<url>
|
|
2824
|
+
<loc>https://www.opendental.com/manual/paths.html</loc>
|
|
2825
|
+
</url>
|
|
2826
|
+
<url>
|
|
2827
|
+
<loc>https://www.opendental.com/manual/patientclone.html</loc>
|
|
2828
|
+
</url>
|
|
2829
|
+
<url>
|
|
2830
|
+
<loc>https://www.opendental.com/manual/patientdashboard.html</loc>
|
|
2831
|
+
</url>
|
|
2832
|
+
<url>
|
|
2833
|
+
<loc>https://www.opendental.com/manual/patientedit.html</loc>
|
|
2834
|
+
</url>
|
|
2835
|
+
<url>
|
|
2836
|
+
<loc>https://www.opendental.com/manual/patienteditehr.html</loc>
|
|
2837
|
+
</url>
|
|
2838
|
+
<url>
|
|
2839
|
+
<loc>https://www.opendental.com/manual/patienteditemergencycontact.html</loc>
|
|
2840
|
+
</url>
|
|
2841
|
+
<url>
|
|
2842
|
+
<loc>https://www.opendental.com/manual/patientedithospitals.html</loc>
|
|
2843
|
+
</url>
|
|
2844
|
+
<url>
|
|
2845
|
+
<loc>https://www.opendental.com/manual/patienteditother.html</loc>
|
|
2846
|
+
</url>
|
|
2847
|
+
<url>
|
|
2848
|
+
<loc>https://www.opendental.com/manual/patienteditpublichealth.html</loc>
|
|
2849
|
+
</url>
|
|
2850
|
+
<url>
|
|
2851
|
+
<loc>https://www.opendental.com/manual/patientform.html</loc>
|
|
2852
|
+
</url>
|
|
2853
|
+
<url>
|
|
2854
|
+
<loc>https://www.opendental.com/manual/patientformsimport.html</loc>
|
|
2855
|
+
</url>
|
|
2856
|
+
<url>
|
|
2857
|
+
<loc>https://www.opendental.com/manual/patientlanguages.html</loc>
|
|
2858
|
+
</url>
|
|
2859
|
+
<url>
|
|
2860
|
+
<loc>https://www.opendental.com/manual/patientnew.html</loc>
|
|
2861
|
+
</url>
|
|
2862
|
+
<url>
|
|
2863
|
+
<loc>https://www.opendental.com/manual/patientpictures.html</loc>
|
|
2864
|
+
</url>
|
|
2865
|
+
<url>
|
|
2866
|
+
<loc>https://www.opendental.com/site/patientportal.html</loc>
|
|
2867
|
+
</url>
|
|
2868
|
+
<url>
|
|
2869
|
+
<loc>https://www.opendental.com/manual/patientportaltransactions.html</loc>
|
|
2870
|
+
</url>
|
|
2871
|
+
<url>
|
|
2872
|
+
<loc>https://www.opendental.com/manual/patientselect.html</loc>
|
|
2873
|
+
</url>
|
|
2874
|
+
<url>
|
|
2875
|
+
<loc>https://www.opendental.com/manual/patientstatussetter.html</loc>
|
|
2876
|
+
</url>
|
|
2877
|
+
<url>
|
|
2878
|
+
<loc>https://www.opendental.com/manual/patientxpress.html</loc>
|
|
2879
|
+
</url>
|
|
2880
|
+
<url>
|
|
2881
|
+
<loc>https://www.opendental.com/site/patternplugins.html</loc>
|
|
2882
|
+
</url>
|
|
2883
|
+
<url>
|
|
2884
|
+
<loc>https://www.opendental.com/manual/payconnectaddcard.html</loc>
|
|
2885
|
+
</url>
|
|
2886
|
+
<url>
|
|
2887
|
+
<loc>https://www.opendental.com/manual/payconnectclinics.html</loc>
|
|
2888
|
+
</url>
|
|
2889
|
+
<url>
|
|
2890
|
+
<loc>https://www.opendental.com/manual/payconnectpaymentwindow.html</loc>
|
|
2891
|
+
</url>
|
|
2892
|
+
<url>
|
|
2893
|
+
<loc>https://www.opendental.com/manual/payconnectsetup.html</loc>
|
|
2894
|
+
</url>
|
|
2895
|
+
<url>
|
|
2896
|
+
<loc>https://www.opendental.com/manual/payconnectvoid.html</loc>
|
|
2897
|
+
</url>
|
|
2898
|
+
<url>
|
|
2899
|
+
<loc>https://www.opendental.com/manual/payerids.html</loc>
|
|
2900
|
+
</url>
|
|
2901
|
+
<url>
|
|
2902
|
+
<loc>https://www.opendental.com/manual/payloadmonitor.html</loc>
|
|
2903
|
+
</url>
|
|
2904
|
+
<url>
|
|
2905
|
+
<loc>https://www.opendental.com/manual/payment.html</loc>
|
|
2906
|
+
</url>
|
|
2907
|
+
<url>
|
|
2908
|
+
<loc>https://www.opendental.com/manual/paymentpatientcreditcard.html</loc>
|
|
2909
|
+
</url>
|
|
2910
|
+
<url>
|
|
2911
|
+
<loc>https://www.opendental.com/manual/paymentplanclose.html</loc>
|
|
2912
|
+
</url>
|
|
2913
|
+
<url>
|
|
2914
|
+
<loc>https://www.opendental.com/manual/paymentplandynamic.html</loc>
|
|
2915
|
+
</url>
|
|
2916
|
+
<url>
|
|
2917
|
+
<loc>https://www.opendental.com/manual/paymentplanins.html</loc>
|
|
2918
|
+
</url>
|
|
2919
|
+
<url>
|
|
2920
|
+
<loc>https://www.opendental.com/manual/paymentplanpatient.html</loc>
|
|
2921
|
+
</url>
|
|
2922
|
+
<url>
|
|
2923
|
+
<loc>https://www.opendental.com/manual/paymentplanpatientfaq.html</loc>
|
|
2924
|
+
</url>
|
|
2925
|
+
<url>
|
|
2926
|
+
<loc>https://www.opendental.com/manual/paymentplanpayment.html</loc>
|
|
2927
|
+
</url>
|
|
2928
|
+
<url>
|
|
2929
|
+
<loc>https://www.opendental.com/manual/paymentplanprint.html</loc>
|
|
2930
|
+
</url>
|
|
2931
|
+
<url>
|
|
2932
|
+
<loc>https://www.opendental.com/manual/paymentplanrecalculate.html</loc>
|
|
2933
|
+
</url>
|
|
2934
|
+
<url>
|
|
2935
|
+
<loc>https://www.opendental.com/manual/paymentplanscenarios.html</loc>
|
|
2936
|
+
</url>
|
|
2937
|
+
<url>
|
|
2938
|
+
<loc>https://www.opendental.com/manual/paymentplansheets.html</loc>
|
|
2939
|
+
</url>
|
|
2940
|
+
<url>
|
|
2941
|
+
<loc>https://www.opendental.com/manual/paymentplantxcredits.html</loc>
|
|
2942
|
+
</url>
|
|
2943
|
+
<url>
|
|
2944
|
+
<loc>https://www.opendental.com/site/paymentportal.html</loc>
|
|
2945
|
+
</url>
|
|
2946
|
+
<url>
|
|
2947
|
+
<loc>https://www.opendental.com/manual/paymentportalsetup.html</loc>
|
|
2948
|
+
</url>
|
|
2949
|
+
<url>
|
|
2950
|
+
<loc>https://www.opendental.com/manual/paymentreturn.html</loc>
|
|
2951
|
+
</url>
|
|
2952
|
+
<url>
|
|
2953
|
+
<loc>https://www.opendental.com/manual/paymenttransdetails.html</loc>
|
|
2954
|
+
</url>
|
|
2955
|
+
<url>
|
|
2956
|
+
<loc>https://www.opendental.com/manual/payortypes.html</loc>
|
|
2957
|
+
</url>
|
|
2958
|
+
<url>
|
|
2959
|
+
<loc>https://www.opendental.com/manual/payplantemplates.html</loc>
|
|
2960
|
+
</url>
|
|
2961
|
+
<url>
|
|
2962
|
+
<loc>https://www.opendental.com/manual/paysimple.html</loc>
|
|
2963
|
+
</url>
|
|
2964
|
+
<url>
|
|
2965
|
+
<loc>https://www.opendental.com/manual/paysimpleaddcard.html</loc>
|
|
2966
|
+
</url>
|
|
2967
|
+
<url>
|
|
2968
|
+
<loc>https://www.opendental.com/manual/paysimplesetup.html</loc>
|
|
2969
|
+
</url>
|
|
2970
|
+
<url>
|
|
2971
|
+
<loc>https://www.opendental.com/manual/paysplit.html</loc>
|
|
2972
|
+
</url>
|
|
2973
|
+
<url>
|
|
2974
|
+
<loc>https://www.opendental.com/manual/paysplitsedit.html</loc>
|
|
2975
|
+
</url>
|
|
2976
|
+
<url>
|
|
2977
|
+
<loc>https://www.opendental.com/manual/pdmp.html</loc>
|
|
2978
|
+
</url>
|
|
2979
|
+
<url>
|
|
2980
|
+
<loc>https://www.opendental.com/manual/perio.html</loc>
|
|
2981
|
+
</url>
|
|
2982
|
+
<url>
|
|
2983
|
+
<loc>https://www.opendental.com/manual/periochartingvoice.html</loc>
|
|
2984
|
+
</url>
|
|
2985
|
+
<url>
|
|
2986
|
+
<loc>https://www.opendental.com/manual/permissions.html</loc>
|
|
2987
|
+
</url>
|
|
2988
|
+
<url>
|
|
2989
|
+
<loc>https://www.opendental.com/manual/permissionssecurityadmin.html</loc>
|
|
2990
|
+
</url>
|
|
2991
|
+
<url>
|
|
2992
|
+
<loc>https://www.opendental.com/manual/permissionssetup.html</loc>
|
|
2993
|
+
</url>
|
|
2994
|
+
<url>
|
|
2995
|
+
<loc>https://www.opendental.com/manual/pharmacies.html</loc>
|
|
2996
|
+
</url>
|
|
2997
|
+
<url>
|
|
2998
|
+
<loc>https://www.opendental.com/manual/plancapitation.html</loc>
|
|
2999
|
+
</url>
|
|
3000
|
+
<url>
|
|
3001
|
+
<loc>https://www.opendental.com/manual/plancatperc.html</loc>
|
|
3002
|
+
</url>
|
|
3003
|
+
<url>
|
|
3004
|
+
<loc>https://www.opendental.com/manual/planhmosupplemental.html</loc>
|
|
3005
|
+
</url>
|
|
3006
|
+
<url>
|
|
3007
|
+
<loc>https://www.opendental.com/manual/planmedicaid.html</loc>
|
|
3008
|
+
</url>
|
|
3009
|
+
<url>
|
|
3010
|
+
<loc>https://www.opendental.com/manual/planppo.html</loc>
|
|
3011
|
+
</url>
|
|
3012
|
+
<url>
|
|
3013
|
+
<loc>https://www.opendental.com/manual/planppofixed.html</loc>
|
|
3014
|
+
</url>
|
|
3015
|
+
<url>
|
|
3016
|
+
<loc>https://www.opendental.com/manual/plugins.html</loc>
|
|
3017
|
+
</url>
|
|
3018
|
+
<url>
|
|
3019
|
+
<loc>https://www.opendental.com/site/pluginwhitelisting.html</loc>
|
|
3020
|
+
</url>
|
|
3021
|
+
<url>
|
|
3022
|
+
<loc>https://www.opendental.com/manual/podiumdashboard.html</loc>
|
|
3023
|
+
</url>
|
|
3024
|
+
<url>
|
|
3025
|
+
<loc>https://www.opendental.com/manual/podiumod.html</loc>
|
|
3026
|
+
</url>
|
|
3027
|
+
<url>
|
|
3028
|
+
<loc>https://www.opendental.com/manual/popups.html</loc>
|
|
3029
|
+
</url>
|
|
3030
|
+
<url>
|
|
3031
|
+
<loc>https://www.opendental.com/manual/port3306.html</loc>
|
|
3032
|
+
</url>
|
|
3033
|
+
<url>
|
|
3034
|
+
<loc>https://www.opendental.com/manual/portalaccess.html</loc>
|
|
3035
|
+
</url>
|
|
3036
|
+
<url>
|
|
3037
|
+
<loc>https://www.opendental.com/manual/portaldentalintel.html</loc>
|
|
3038
|
+
</url>
|
|
3039
|
+
<url>
|
|
3040
|
+
<loc>https://www.opendental.com/manual/portalhostedbyod.html</loc>
|
|
3041
|
+
</url>
|
|
3042
|
+
<url>
|
|
3043
|
+
<loc>https://www.opendental.com/manual/portallhostown.html</loc>
|
|
3044
|
+
</url>
|
|
3045
|
+
<url>
|
|
3046
|
+
<loc>https://www.opendental.com/manual/portalodhostdiagram.html</loc>
|
|
3047
|
+
</url>
|
|
3048
|
+
<url>
|
|
3049
|
+
<loc>https://www.opendental.com/manual/portalonlinepayments.html</loc>
|
|
3050
|
+
</url>
|
|
3051
|
+
<url>
|
|
3052
|
+
<loc>https://www.opendental.com/manual/portalpatientsees.html</loc>
|
|
3053
|
+
</url>
|
|
3054
|
+
<url>
|
|
3055
|
+
<loc>https://www.opendental.com/manual/portalpaymentsbypatient.html</loc>
|
|
3056
|
+
</url>
|
|
3057
|
+
<url>
|
|
3058
|
+
<loc>https://www.opendental.com/manual/portalpracticebynumbers.html</loc>
|
|
3059
|
+
</url>
|
|
3060
|
+
<url>
|
|
3061
|
+
<loc>https://www.opendental.com/manual/portalsettings.html</loc>
|
|
3062
|
+
</url>
|
|
3063
|
+
<url>
|
|
3064
|
+
<loc>https://www.opendental.com/manual/portaltroubleshooting.html</loc>
|
|
3065
|
+
</url>
|
|
3066
|
+
<url>
|
|
3067
|
+
<loc>https://www.opendental.com/manual/postcardsadvertisingworkflow.html</loc>
|
|
3068
|
+
</url>
|
|
3069
|
+
<url>
|
|
3070
|
+
<loc>https://www.opendental.com/manual/postcardssetup.html</loc>
|
|
3071
|
+
</url>
|
|
3072
|
+
<url>
|
|
3073
|
+
<loc>https://www.opendental.com/manual/postcardsupload.html</loc>
|
|
3074
|
+
</url>
|
|
3075
|
+
<url>
|
|
3076
|
+
<loc>https://www.opendental.com/manual/practice.html</loc>
|
|
3077
|
+
</url>
|
|
3078
|
+
<url>
|
|
3079
|
+
<loc>https://www.opendental.com/manual/practicebynumbers.html</loc>
|
|
3080
|
+
</url>
|
|
3081
|
+
<url>
|
|
3082
|
+
<loc>https://www.opendental.com/manual/preauth.html</loc>
|
|
3083
|
+
</url>
|
|
3084
|
+
<url>
|
|
3085
|
+
<loc>https://www.opendental.com/manual/preferences.html</loc>
|
|
3086
|
+
</url>
|
|
3087
|
+
<url>
|
|
3088
|
+
<loc>https://www.opendental.com/manual/prescriptionscombine.html</loc>
|
|
3089
|
+
</url>
|
|
3090
|
+
<url>
|
|
3091
|
+
<loc>https://www.opendental.com/site/previous.html</loc>
|
|
3092
|
+
</url>
|
|
3093
|
+
<url>
|
|
3094
|
+
<loc>https://www.opendental.com/manual/printersetup.html</loc>
|
|
3095
|
+
</url>
|
|
3096
|
+
<url>
|
|
3097
|
+
<loc>https://www.opendental.com/manual/printscreentool.html</loc>
|
|
3098
|
+
</url>
|
|
3099
|
+
<url>
|
|
3100
|
+
<loc>https://www.opendental.com/manual/privacypolicy.html</loc>
|
|
3101
|
+
</url>
|
|
3102
|
+
<url>
|
|
3103
|
+
<loc>https://www.opendental.com/site/privacypolicyeclipboard.html</loc>
|
|
3104
|
+
</url>
|
|
3105
|
+
<url>
|
|
3106
|
+
<loc>https://www.opendental.com/site/privacypolicyodmobile.html</loc>
|
|
3107
|
+
</url>
|
|
3108
|
+
<url>
|
|
3109
|
+
<loc>https://www.opendental.com/manual/privacypolicyodtouch.html</loc>
|
|
3110
|
+
</url>
|
|
3111
|
+
<url>
|
|
3112
|
+
<loc>https://www.opendental.com/manual/problemmaster.html</loc>
|
|
3113
|
+
</url>
|
|
3114
|
+
<url>
|
|
3115
|
+
<loc>https://www.opendental.com/manual/problempatient.html</loc>
|
|
3116
|
+
</url>
|
|
3117
|
+
<url>
|
|
3118
|
+
<loc>https://www.opendental.com/manual/procedurebuttonedit.html</loc>
|
|
3119
|
+
</url>
|
|
3120
|
+
<url>
|
|
3121
|
+
<loc>https://www.opendental.com/manual/procedurebuttons.html</loc>
|
|
3122
|
+
</url>
|
|
3123
|
+
<url>
|
|
3124
|
+
<loc>https://www.opendental.com/manual/procedurecodeedit.html</loc>
|
|
3125
|
+
</url>
|
|
3126
|
+
<url>
|
|
3127
|
+
<loc>https://www.opendental.com/manual/procedurecodenew.html</loc>
|
|
3128
|
+
</url>
|
|
3129
|
+
<url>
|
|
3130
|
+
<loc>https://www.opendental.com/manual/procedurecodes.html</loc>
|
|
3131
|
+
</url>
|
|
3132
|
+
<url>
|
|
3133
|
+
<loc>https://www.opendental.com/manual/procedurecodetools.html</loc>
|
|
3134
|
+
</url>
|
|
3135
|
+
<url>
|
|
3136
|
+
<loc>https://www.opendental.com/manual/procedureedit.html</loc>
|
|
3137
|
+
</url>
|
|
3138
|
+
<url>
|
|
3139
|
+
<loc>https://www.opendental.com/manual/procedurefeeoverrides.html</loc>
|
|
3140
|
+
</url>
|
|
3141
|
+
<url>
|
|
3142
|
+
<loc>https://www.opendental.com/manual/procedurefinancial.html</loc>
|
|
3143
|
+
</url>
|
|
3144
|
+
<url>
|
|
3145
|
+
<loc>https://www.opendental.com/manual/procedurelocking.html</loc>
|
|
3146
|
+
</url>
|
|
3147
|
+
<url>
|
|
3148
|
+
<loc>https://www.opendental.com/manual/proceduremedical.html</loc>
|
|
3149
|
+
</url>
|
|
3150
|
+
<url>
|
|
3151
|
+
<loc>https://www.opendental.com/manual/proceduremisc.html</loc>
|
|
3152
|
+
</url>
|
|
3153
|
+
<url>
|
|
3154
|
+
<loc>https://www.opendental.com/manual/procedurenotes.html</loc>
|
|
3155
|
+
</url>
|
|
3156
|
+
<url>
|
|
3157
|
+
<loc>https://www.opendental.com/manual/procgroupnote.html</loc>
|
|
3158
|
+
</url>
|
|
3159
|
+
<url>
|
|
3160
|
+
<loc>https://www.opendental.com/manual/procsmultipleappts.html</loc>
|
|
3161
|
+
</url>
|
|
3162
|
+
<url>
|
|
3163
|
+
<loc>https://www.opendental.com/manual/productionincome.html</loc>
|
|
3164
|
+
</url>
|
|
3165
|
+
<url>
|
|
3166
|
+
<loc>https://www.opendental.com/manual/productiontotals.html</loc>
|
|
3167
|
+
</url>
|
|
3168
|
+
<url>
|
|
3169
|
+
<loc>https://www.opendental.com/site/programbridges.html</loc>
|
|
3170
|
+
</url>
|
|
3171
|
+
<url>
|
|
3172
|
+
<loc>https://www.opendental.com/manual/programlinkoutputfile.html</loc>
|
|
3173
|
+
</url>
|
|
3174
|
+
<url>
|
|
3175
|
+
<loc>https://www.opendental.com/manual/programlinks.html</loc>
|
|
3176
|
+
</url>
|
|
3177
|
+
<url>
|
|
3178
|
+
<loc>https://www.opendental.com/manual/programmersrefs.html</loc>
|
|
3179
|
+
</url>
|
|
3180
|
+
<url>
|
|
3181
|
+
<loc>https://www.opendental.com/site/programmingassistance.html</loc>
|
|
3182
|
+
</url>
|
|
3183
|
+
<url>
|
|
3184
|
+
<loc>https://www.opendental.com/site/programmingresources.html</loc>
|
|
3185
|
+
</url>
|
|
3186
|
+
<url>
|
|
3187
|
+
<loc>https://www.opendental.com/manual/providers.html</loc>
|
|
3188
|
+
</url>
|
|
3189
|
+
<url>
|
|
3190
|
+
<loc>https://www.opendental.com/manual/providerseditwindow.html</loc>
|
|
3191
|
+
</url>
|
|
3192
|
+
<url>
|
|
3193
|
+
<loc>https://www.opendental.com/manual/proxyserver.html</loc>
|
|
3194
|
+
</url>
|
|
3195
|
+
<url>
|
|
3196
|
+
<loc>https://www.opendental.com/manual/ptdental.html</loc>
|
|
3197
|
+
</url>
|
|
3198
|
+
<url>
|
|
3199
|
+
<loc>https://www.opendental.com/manual/publichealth.html</loc>
|
|
3200
|
+
</url>
|
|
3201
|
+
<url>
|
|
3202
|
+
<loc>https://www.opendental.com/manual/publichealthscreeningclassic.html</loc>
|
|
3203
|
+
</url>
|
|
3204
|
+
<url>
|
|
3205
|
+
<loc>https://www.opendental.com/manual/publichealthscreeningcustom.html</loc>
|
|
3206
|
+
</url>
|
|
3207
|
+
<url>
|
|
3208
|
+
<loc>https://www.opendental.com/manual/publichealthscreenings.html</loc>
|
|
3209
|
+
</url>
|
|
3210
|
+
<url>
|
|
3211
|
+
<loc>https://www.opendental.com/manual/queryexamples.html</loc>
|
|
3212
|
+
</url>
|
|
3213
|
+
<url>
|
|
3214
|
+
<loc>https://www.opendental.com/manual/queryfavorites.html</loc>
|
|
3215
|
+
</url>
|
|
3216
|
+
<url>
|
|
3217
|
+
<loc>https://www.opendental.com/manual/querymonitor.html</loc>
|
|
3218
|
+
</url>
|
|
3219
|
+
<url>
|
|
3220
|
+
<loc>https://www.opendental.com/manual/queryoverview.html</loc>
|
|
3221
|
+
</url>
|
|
3222
|
+
<url>
|
|
3223
|
+
<loc>https://www.opendental.com/manual/queryrequest.html</loc>
|
|
3224
|
+
</url>
|
|
3225
|
+
<url>
|
|
3226
|
+
<loc>https://www.opendental.com/manual/queryrequesterror.html</loc>
|
|
3227
|
+
</url>
|
|
3228
|
+
<url>
|
|
3229
|
+
<loc>https://www.opendental.com/site/querysql.html</loc>
|
|
3230
|
+
</url>
|
|
3231
|
+
<url>
|
|
3232
|
+
<loc>https://www.opendental.com/manual/questionnaire.html</loc>
|
|
3233
|
+
</url>
|
|
3234
|
+
<url>
|
|
3235
|
+
<loc>https://www.opendental.com/manual/quickbooks.html</loc>
|
|
3236
|
+
</url>
|
|
3237
|
+
<url>
|
|
3238
|
+
<loc>https://www.opendental.com/manual/quickbooksonline.html</loc>
|
|
3239
|
+
</url>
|
|
3240
|
+
<url>
|
|
3241
|
+
<loc>https://www.opendental.com/manual/quickpastecategory.html</loc>
|
|
3242
|
+
</url>
|
|
3243
|
+
<url>
|
|
3244
|
+
<loc>https://www.opendental.com/manual/quickpastenoteedit.html</loc>
|
|
3245
|
+
</url>
|
|
3246
|
+
<url>
|
|
3247
|
+
<loc>https://www.opendental.com/manual/quickpastenotessetup.html</loc>
|
|
3248
|
+
</url>
|
|
3249
|
+
<url>
|
|
3250
|
+
<loc>https://www.opendental.com/manual/quickprocedurebutton.html</loc>
|
|
3251
|
+
</url>
|
|
3252
|
+
<url>
|
|
3253
|
+
<loc>https://www.opendental.com/manual/quickprocs.html</loc>
|
|
3254
|
+
</url>
|
|
3255
|
+
<url>
|
|
3256
|
+
<loc>https://www.opendental.com/manual/reactivationsetup.html</loc>
|
|
3257
|
+
</url>
|
|
3258
|
+
<url>
|
|
3259
|
+
<loc>https://www.opendental.com/manual/recall.html</loc>
|
|
3260
|
+
</url>
|
|
3261
|
+
<url>
|
|
3262
|
+
<loc>https://www.opendental.com/manual/recalllist.html</loc>
|
|
3263
|
+
</url>
|
|
3264
|
+
<url>
|
|
3265
|
+
<loc>https://www.opendental.com/manual/recalllistreactivation.html</loc>
|
|
3266
|
+
</url>
|
|
3267
|
+
<url>
|
|
3268
|
+
<loc>https://www.opendental.com/manual/recalllistrecentlycontacted.html</loc>
|
|
3269
|
+
</url>
|
|
3270
|
+
<url>
|
|
3271
|
+
<loc>https://www.opendental.com/manual/recallsetup.html</loc>
|
|
3272
|
+
</url>
|
|
3273
|
+
<url>
|
|
3274
|
+
<loc>https://www.opendental.com/manual/recalltypes.html</loc>
|
|
3275
|
+
</url>
|
|
3276
|
+
<url>
|
|
3277
|
+
<loc>https://www.opendental.com/manual/receipt.html</loc>
|
|
3278
|
+
</url>
|
|
3279
|
+
<url>
|
|
3280
|
+
<loc>https://www.opendental.com/manual/reconcile.html</loc>
|
|
3281
|
+
</url>
|
|
3282
|
+
<url>
|
|
3283
|
+
<loc>https://www.opendental.com/manual/recurringcharges.html</loc>
|
|
3284
|
+
</url>
|
|
3285
|
+
<url>
|
|
3286
|
+
<loc>https://www.opendental.com/manual/recurringchargesauthorize.html</loc>
|
|
3287
|
+
</url>
|
|
3288
|
+
<url>
|
|
3289
|
+
<loc>https://www.opendental.com/manual/recurringchargeshistory.html</loc>
|
|
3290
|
+
</url>
|
|
3291
|
+
<url>
|
|
3292
|
+
<loc>https://www.opendental.com/site/references.html</loc>
|
|
3293
|
+
</url>
|
|
3294
|
+
<url>
|
|
3295
|
+
<loc>https://www.opendental.com/manual/referrals.html</loc>
|
|
3296
|
+
</url>
|
|
3297
|
+
<url>
|
|
3298
|
+
<loc>https://www.opendental.com/manual/referralsetup.html</loc>
|
|
3299
|
+
</url>
|
|
3300
|
+
<url>
|
|
3301
|
+
<loc>https://www.opendental.com/manual/referralslips.html</loc>
|
|
3302
|
+
</url>
|
|
3303
|
+
<url>
|
|
3304
|
+
<loc>https://www.opendental.com/manual/refreshing.html</loc>
|
|
3305
|
+
</url>
|
|
3306
|
+
<url>
|
|
3307
|
+
<loc>https://www.opendental.com/manual/refunds.html</loc>
|
|
3308
|
+
</url>
|
|
3309
|
+
<url>
|
|
3310
|
+
<loc>https://www.opendental.com/manual/regionlanguagesettings.html</loc>
|
|
3311
|
+
</url>
|
|
3312
|
+
<url>
|
|
3313
|
+
<loc>https://www.opendental.com/manual/registrationforms.html</loc>
|
|
3314
|
+
</url>
|
|
3315
|
+
<url>
|
|
3316
|
+
<loc>https://www.opendental.com/manual/remote.html</loc>
|
|
3317
|
+
</url>
|
|
3318
|
+
<url>
|
|
3319
|
+
<loc>https://www.opendental.com/manual/removeolddata.html</loc>
|
|
3320
|
+
</url>
|
|
3321
|
+
<url>
|
|
3322
|
+
<loc>https://www.opendental.com/manual/repeatingcharge.html</loc>
|
|
3323
|
+
</url>
|
|
3324
|
+
<url>
|
|
3325
|
+
<loc>https://www.opendental.com/manual/repeatingcharges.html</loc>
|
|
3326
|
+
</url>
|
|
3327
|
+
<url>
|
|
3328
|
+
<loc>https://www.opendental.com/manual/replication.html</loc>
|
|
3329
|
+
</url>
|
|
3330
|
+
<url>
|
|
3331
|
+
<loc>https://www.opendental.com/manual/replicationautoincrement.html</loc>
|
|
3332
|
+
</url>
|
|
3333
|
+
<url>
|
|
3334
|
+
<loc>https://www.opendental.com/manual/replicationbestpractices.html</loc>
|
|
3335
|
+
</url>
|
|
3336
|
+
<url>
|
|
3337
|
+
<loc>https://www.opendental.com/manual/replicationdaisychain.html</loc>
|
|
3338
|
+
</url>
|
|
3339
|
+
<url>
|
|
3340
|
+
<loc>https://www.opendental.com/manual/replicationdaisychainnewserver.html</loc>
|
|
3341
|
+
</url>
|
|
3342
|
+
<url>
|
|
3343
|
+
<loc>https://www.opendental.com/manual/replicationdaisychainnewserverrandomprimary.html</loc>
|
|
3344
|
+
</url>
|
|
3345
|
+
<url>
|
|
3346
|
+
<loc>https://www.opendental.com/manual/replicationoneway.html</loc>
|
|
3347
|
+
</url>
|
|
3348
|
+
<url>
|
|
3349
|
+
<loc>https://www.opendental.com/manual/replicationonewayrandomprimary.html</loc>
|
|
3350
|
+
</url>
|
|
3351
|
+
<url>
|
|
3352
|
+
<loc>https://www.opendental.com/manual/replicationprimarykeys.html</loc>
|
|
3353
|
+
</url>
|
|
3354
|
+
<url>
|
|
3355
|
+
<loc>https://www.opendental.com/manual/replicationreinitialize.html</loc>
|
|
3356
|
+
</url>
|
|
3357
|
+
<url>
|
|
3358
|
+
<loc>https://www.opendental.com/manual/replicationservers.html</loc>
|
|
3359
|
+
</url>
|
|
3360
|
+
<url>
|
|
3361
|
+
<loc>https://www.opendental.com/manual/replicationtroubleshooting.html</loc>
|
|
3362
|
+
</url>
|
|
3363
|
+
<url>
|
|
3364
|
+
<loc>https://www.opendental.com/manual/replicationupdateod.html</loc>
|
|
3365
|
+
</url>
|
|
3366
|
+
<url>
|
|
3367
|
+
<loc>https://www.opendental.com/manual/reportactivepatient.html</loc>
|
|
3368
|
+
</url>
|
|
3369
|
+
<url>
|
|
3370
|
+
<loc>https://www.opendental.com/manual/reportaging.html</loc>
|
|
3371
|
+
</url>
|
|
3372
|
+
<url>
|
|
3373
|
+
<loc>https://www.opendental.com/manual/reportappts.html</loc>
|
|
3374
|
+
</url>
|
|
3375
|
+
<url>
|
|
3376
|
+
<loc>https://www.opendental.com/manual/reportbirthdays.html</loc>
|
|
3377
|
+
</url>
|
|
3378
|
+
<url>
|
|
3379
|
+
<loc>https://www.opendental.com/manual/reportbrokenappt.html</loc>
|
|
3380
|
+
</url>
|
|
3381
|
+
<url>
|
|
3382
|
+
<loc>https://www.opendental.com/manual/reportcapitation.html</loc>
|
|
3383
|
+
</url>
|
|
3384
|
+
<url>
|
|
3385
|
+
<loc>https://www.opendental.com/manual/reportclaimsnotsent.html</loc>
|
|
3386
|
+
</url>
|
|
3387
|
+
<url>
|
|
3388
|
+
<loc>https://www.opendental.com/manual/reportcomplex.html</loc>
|
|
3389
|
+
</url>
|
|
3390
|
+
<url>
|
|
3391
|
+
<loc>https://www.opendental.com/manual/reportcustomaging.html</loc>
|
|
3392
|
+
</url>
|
|
3393
|
+
<url>
|
|
3394
|
+
<loc>https://www.opendental.com/manual/reportdailyadj.html</loc>
|
|
3395
|
+
</url>
|
|
3396
|
+
<url>
|
|
3397
|
+
<loc>https://www.opendental.com/manual/reportdailypatportuncollected.html</loc>
|
|
3398
|
+
</url>
|
|
3399
|
+
<url>
|
|
3400
|
+
<loc>https://www.opendental.com/manual/reportdailypayments.html</loc>
|
|
3401
|
+
</url>
|
|
3402
|
+
<url>
|
|
3403
|
+
<loc>https://www.opendental.com/manual/reportdailyprocs.html</loc>
|
|
3404
|
+
</url>
|
|
3405
|
+
<url>
|
|
3406
|
+
<loc>https://www.opendental.com/manual/reportdailywriteoffs.html</loc>
|
|
3407
|
+
</url>
|
|
3408
|
+
<url>
|
|
3409
|
+
<loc>https://www.opendental.com/manual/reportdiscountplan.html</loc>
|
|
3410
|
+
</url>
|
|
3411
|
+
<url>
|
|
3412
|
+
<loc>https://www.opendental.com/manual/reportdisplaysettings.html</loc>
|
|
3413
|
+
</url>
|
|
3414
|
+
<url>
|
|
3415
|
+
<loc>https://www.opendental.com/manual/reportdynamicpayplanovercharged.html</loc>
|
|
3416
|
+
</url>
|
|
3417
|
+
<url>
|
|
3418
|
+
<loc>https://www.opendental.com/manual/reportehrexport.html</loc>
|
|
3419
|
+
</url>
|
|
3420
|
+
<url>
|
|
3421
|
+
<loc>https://www.opendental.com/manual/reporterasautomaticallyprocess.html</loc>
|
|
3422
|
+
</url>
|
|
3423
|
+
<url>
|
|
3424
|
+
<loc>https://www.opendental.com/manual/reportfinancecharge.html</loc>
|
|
3425
|
+
</url>
|
|
3426
|
+
<url>
|
|
3427
|
+
<loc>https://www.opendental.com/manual/reporthiddensplits.html</loc>
|
|
3428
|
+
</url>
|
|
3429
|
+
<url>
|
|
3430
|
+
<loc>https://www.opendental.com/manual/reportincompleteprocnote.html</loc>
|
|
3431
|
+
</url>
|
|
3432
|
+
<url>
|
|
3433
|
+
<loc>https://www.opendental.com/manual/reportinsaging.html</loc>
|
|
3434
|
+
</url>
|
|
3435
|
+
<url>
|
|
3436
|
+
<loc>https://www.opendental.com/manual/reportinsoverpaid.html</loc>
|
|
3437
|
+
</url>
|
|
3438
|
+
<url>
|
|
3439
|
+
<loc>https://www.opendental.com/manual/reportinspayplanpastdue.html</loc>
|
|
3440
|
+
</url>
|
|
3441
|
+
<url>
|
|
3442
|
+
<loc>https://www.opendental.com/manual/reportinsuranceplan.html</loc>
|
|
3443
|
+
</url>
|
|
3444
|
+
<url>
|
|
3445
|
+
<loc>https://www.opendental.com/manual/reportlineitemunearned.html</loc>
|
|
3446
|
+
</url>
|
|
3447
|
+
<url>
|
|
3448
|
+
<loc>https://www.opendental.com/manual/reportmiscsettings.html</loc>
|
|
3449
|
+
</url>
|
|
3450
|
+
<url>
|
|
3451
|
+
<loc>https://www.opendental.com/manual/reportnetproddaily.html</loc>
|
|
3452
|
+
</url>
|
|
3453
|
+
<url>
|
|
3454
|
+
<loc>https://www.opendental.com/manual/reportnetunearnedincome.html</loc>
|
|
3455
|
+
</url>
|
|
3456
|
+
<url>
|
|
3457
|
+
<loc>https://www.opendental.com/manual/reportoutins.html</loc>
|
|
3458
|
+
</url>
|
|
3459
|
+
<url>
|
|
3460
|
+
<loc>https://www.opendental.com/manual/reportpatientnotes.html</loc>
|
|
3461
|
+
</url>
|
|
3462
|
+
<url>
|
|
3463
|
+
<loc>https://www.opendental.com/manual/reportpatientraw.html</loc>
|
|
3464
|
+
</url>
|
|
3465
|
+
<url>
|
|
3466
|
+
<loc>https://www.opendental.com/manual/reportpaymentplan.html</loc>
|
|
3467
|
+
</url>
|
|
3468
|
+
<url>
|
|
3469
|
+
<loc>https://www.opendental.com/manual/reportppowriteoffs.html</loc>
|
|
3470
|
+
</url>
|
|
3471
|
+
<url>
|
|
3472
|
+
<loc>https://www.opendental.com/manual/reportprescriptions.html</loc>
|
|
3473
|
+
</url>
|
|
3474
|
+
<url>
|
|
3475
|
+
<loc>https://www.opendental.com/manual/reportpresentedtp.html</loc>
|
|
3476
|
+
</url>
|
|
3477
|
+
<url>
|
|
3478
|
+
<loc>https://www.opendental.com/manual/reportprocedurecodes.html</loc>
|
|
3479
|
+
</url>
|
|
3480
|
+
<url>
|
|
3481
|
+
<loc>https://www.opendental.com/manual/reportproceduresoverpaid.html</loc>
|
|
3482
|
+
</url>
|
|
3483
|
+
<url>
|
|
3484
|
+
<loc>https://www.opendental.com/manual/reportprocsnotbilledins.html</loc>
|
|
3485
|
+
</url>
|
|
3486
|
+
<url>
|
|
3487
|
+
<loc>https://www.opendental.com/manual/reportprodinc.html</loc>
|
|
3488
|
+
</url>
|
|
3489
|
+
<url>
|
|
3490
|
+
<loc>https://www.opendental.com/manual/reportproductiongoal.html</loc>
|
|
3491
|
+
</url>
|
|
3492
|
+
<url>
|
|
3493
|
+
<loc>https://www.opendental.com/manual/reportprovpayroll.html</loc>
|
|
3494
|
+
</url>
|
|
3495
|
+
<url>
|
|
3496
|
+
<loc>https://www.opendental.com/manual/reportreceivablesbreakdown.html</loc>
|
|
3497
|
+
</url>
|
|
3498
|
+
<url>
|
|
3499
|
+
<loc>https://www.opendental.com/manual/reportreferralanalysis.html</loc>
|
|
3500
|
+
</url>
|
|
3501
|
+
<url>
|
|
3502
|
+
<loc>https://www.opendental.com/manual/reportreferralproctrack.html</loc>
|
|
3503
|
+
</url>
|
|
3504
|
+
<url>
|
|
3505
|
+
<loc>https://www.opendental.com/manual/reportreferralraw.html</loc>
|
|
3506
|
+
</url>
|
|
3507
|
+
<url>
|
|
3508
|
+
<loc>https://www.opendental.com/manual/reports.html</loc>
|
|
3509
|
+
</url>
|
|
3510
|
+
<url>
|
|
3511
|
+
<loc>https://www.opendental.com/manual/reportsecurity.html</loc>
|
|
3512
|
+
</url>
|
|
3513
|
+
<url>
|
|
3514
|
+
<loc>https://www.opendental.com/manual/reportserver.html</loc>
|
|
3515
|
+
</url>
|
|
3516
|
+
<url>
|
|
3517
|
+
<loc>https://www.opendental.com/manual/reportsgraphic.html</loc>
|
|
3518
|
+
</url>
|
|
3519
|
+
<url>
|
|
3520
|
+
<loc>https://www.opendental.com/manual/reportsgraphicsetup.html</loc>
|
|
3521
|
+
</url>
|
|
3522
|
+
<url>
|
|
3523
|
+
<loc>https://www.opendental.com/manual/reportsnewpatient.html</loc>
|
|
3524
|
+
</url>
|
|
3525
|
+
<url>
|
|
3526
|
+
<loc>https://www.opendental.com/manual/reportsrawpopulationdata.html</loc>
|
|
3527
|
+
</url>
|
|
3528
|
+
<url>
|
|
3529
|
+
<loc>https://www.opendental.com/manual/reportsrawscreeningdata.html</loc>
|
|
3530
|
+
</url>
|
|
3531
|
+
<url>
|
|
3532
|
+
<loc>https://www.opendental.com/manual/reportssetup.html</loc>
|
|
3533
|
+
</url>
|
|
3534
|
+
<url>
|
|
3535
|
+
<loc>https://www.opendental.com/manual/reportsstandard.html</loc>
|
|
3536
|
+
</url>
|
|
3537
|
+
<url>
|
|
3538
|
+
<loc>https://www.opendental.com/manual/reportsuds.html</loc>
|
|
3539
|
+
</url>
|
|
3540
|
+
<url>
|
|
3541
|
+
<loc>https://www.opendental.com/manual/reporttpstatistics.html</loc>
|
|
3542
|
+
</url>
|
|
3543
|
+
<url>
|
|
3544
|
+
<loc>https://www.opendental.com/manual/reporttreatfinder.html</loc>
|
|
3545
|
+
</url>
|
|
3546
|
+
<url>
|
|
3547
|
+
<loc>https://www.opendental.com/manual/reportunearnedaccounts.html</loc>
|
|
3548
|
+
</url>
|
|
3549
|
+
<url>
|
|
3550
|
+
<loc>https://www.opendental.com/manual/reportunearnedallocation.html</loc>
|
|
3551
|
+
</url>
|
|
3552
|
+
<url>
|
|
3553
|
+
<loc>https://www.opendental.com/manual/reportunearnedincome.html</loc>
|
|
3554
|
+
</url>
|
|
3555
|
+
<url>
|
|
3556
|
+
<loc>https://www.opendental.com/manual/reportunfinalizedinsurancepayments.html</loc>
|
|
3557
|
+
</url>
|
|
3558
|
+
<url>
|
|
3559
|
+
<loc>https://www.opendental.com/manual/requiredfields.html</loc>
|
|
3560
|
+
</url>
|
|
3561
|
+
<url>
|
|
3562
|
+
<loc>https://www.opendental.com/manual/requirements.html</loc>
|
|
3563
|
+
</url>
|
|
3564
|
+
<url>
|
|
3565
|
+
<loc>https://www.opendental.com/manual/rightclicktextboxes.html</loc>
|
|
3566
|
+
</url>
|
|
3567
|
+
<url>
|
|
3568
|
+
<loc>https://www.opendental.com/manual/routingslips.html</loc>
|
|
3569
|
+
</url>
|
|
3570
|
+
<url>
|
|
3571
|
+
<loc>https://www.opendental.com/manual/rx.html</loc>
|
|
3572
|
+
</url>
|
|
3573
|
+
<url>
|
|
3574
|
+
<loc>https://www.opendental.com/manual/rxinteractionchecks.html</loc>
|
|
3575
|
+
</url>
|
|
3576
|
+
<url>
|
|
3577
|
+
<loc>https://www.opendental.com/manual/rxmanage.html</loc>
|
|
3578
|
+
</url>
|
|
3579
|
+
<url>
|
|
3580
|
+
<loc>https://www.opendental.com/manual/rxnorms.html</loc>
|
|
3581
|
+
</url>
|
|
3582
|
+
<url>
|
|
3583
|
+
<loc>https://www.opendental.com/manual/rxsetup.html</loc>
|
|
3584
|
+
</url>
|
|
3585
|
+
<url>
|
|
3586
|
+
<loc>https://www.opendental.com/manual/salestax.html</loc>
|
|
3587
|
+
</url>
|
|
3588
|
+
<url>
|
|
3589
|
+
<loc>https://www.opendental.com/site/salestaxsoftware.html</loc>
|
|
3590
|
+
</url>
|
|
3591
|
+
<url>
|
|
3592
|
+
<loc>https://www.opendental.com/manual/scanners.html</loc>
|
|
3593
|
+
</url>
|
|
3594
|
+
<url>
|
|
3595
|
+
<loc>https://www.opendental.com/site/scanx.html</loc>
|
|
3596
|
+
</url>
|
|
3597
|
+
<url>
|
|
3598
|
+
<loc>https://www.opendental.com/manual/schedule.html</loc>
|
|
3599
|
+
</url>
|
|
3600
|
+
<url>
|
|
3601
|
+
<loc>https://www.opendental.com/manual/schedulechart.html</loc>
|
|
3602
|
+
</url>
|
|
3603
|
+
<url>
|
|
3604
|
+
<loc>https://www.opendental.com/manual/scheduledprocesses.html</loc>
|
|
3605
|
+
</url>
|
|
3606
|
+
<url>
|
|
3607
|
+
<loc>https://www.opendental.com/manual/scheduleeditdaywindow.html</loc>
|
|
3608
|
+
</url>
|
|
3609
|
+
<url>
|
|
3610
|
+
<loc>https://www.opendental.com/manual/schedulesetupexamples.html</loc>
|
|
3611
|
+
</url>
|
|
3612
|
+
<url>
|
|
3613
|
+
<loc>https://www.opendental.com/manual/scheduleview.html</loc>
|
|
3614
|
+
</url>
|
|
3615
|
+
<url>
|
|
3616
|
+
<loc>https://www.opendental.com/manual/screeningform.html</loc>
|
|
3617
|
+
</url>
|
|
3618
|
+
<url>
|
|
3619
|
+
<loc>https://www.opendental.com/site/screensize.html</loc>
|
|
3620
|
+
</url>
|
|
3621
|
+
<url>
|
|
3622
|
+
<loc>https://www.opendental.com/manual/search.html</loc>
|
|
3623
|
+
</url>
|
|
3624
|
+
<url>
|
|
3625
|
+
<loc>https://www.opendental.com/manual/searchmanual.html</loc>
|
|
3626
|
+
</url>
|
|
3627
|
+
<url>
|
|
3628
|
+
<loc>https://www.opendental.com/manual/searchmanual2.html</loc>
|
|
3629
|
+
</url>
|
|
3630
|
+
<url>
|
|
3631
|
+
<loc>https://www.opendental.com/site/searchsite.html</loc>
|
|
3632
|
+
</url>
|
|
3633
|
+
<url>
|
|
3634
|
+
<loc>https://www.opendental.com/site/secureemail.html</loc>
|
|
3635
|
+
</url>
|
|
3636
|
+
<url>
|
|
3637
|
+
<loc>https://www.opendental.com/manual/secureemailsetup.html</loc>
|
|
3638
|
+
</url>
|
|
3639
|
+
<url>
|
|
3640
|
+
<loc>https://www.opendental.com/manual/secureemailworkflow.html</loc>
|
|
3641
|
+
</url>
|
|
3642
|
+
<url>
|
|
3643
|
+
<loc>https://www.opendental.com/manual/securewebmail.html</loc>
|
|
3644
|
+
</url>
|
|
3645
|
+
<url>
|
|
3646
|
+
<loc>https://www.opendental.com/manual/securewebmailsend.html</loc>
|
|
3647
|
+
</url>
|
|
3648
|
+
<url>
|
|
3649
|
+
<loc>https://www.opendental.com/manual/security.html</loc>
|
|
3650
|
+
</url>
|
|
3651
|
+
<url>
|
|
3652
|
+
<loc>https://www.opendental.com/manual/securitycomputers.html</loc>
|
|
3653
|
+
</url>
|
|
3654
|
+
<url>
|
|
3655
|
+
<loc>https://www.opendental.com/manual/securitylockdates.html</loc>
|
|
3656
|
+
</url>
|
|
3657
|
+
<url>
|
|
3658
|
+
<loc>https://www.opendental.com/manual/securitylogin.html</loc>
|
|
3659
|
+
</url>
|
|
3660
|
+
<url>
|
|
3661
|
+
<loc>https://www.opendental.com/manual/securitymysql.html</loc>
|
|
3662
|
+
</url>
|
|
3663
|
+
<url>
|
|
3664
|
+
<loc>https://www.opendental.com/manual/securitysettings.html</loc>
|
|
3665
|
+
</url>
|
|
3666
|
+
<url>
|
|
3667
|
+
<loc>https://www.opendental.com/manual/securityunlockaccount.html</loc>
|
|
3668
|
+
</url>
|
|
3669
|
+
<url>
|
|
3670
|
+
<loc>https://www.opendental.com/manual/securityusergroups.html</loc>
|
|
3671
|
+
</url>
|
|
3672
|
+
<url>
|
|
3673
|
+
<loc>https://www.opendental.com/manual/securityusers.html</loc>
|
|
3674
|
+
</url>
|
|
3675
|
+
<url>
|
|
3676
|
+
<loc>https://www.opendental.com/manual/selectprocedure.html</loc>
|
|
3677
|
+
</url>
|
|
3678
|
+
<url>
|
|
3679
|
+
<loc>https://www.opendental.com/manual/sendpostcards.html</loc>
|
|
3680
|
+
</url>
|
|
3681
|
+
<url>
|
|
3682
|
+
<loc>https://www.opendental.com/site/sensorcompatibility.html</loc>
|
|
3683
|
+
</url>
|
|
3684
|
+
<url>
|
|
3685
|
+
<loc>https://www.opendental.com/site/sensorschick.html</loc>
|
|
3686
|
+
</url>
|
|
3687
|
+
<url>
|
|
3688
|
+
<loc>https://www.opendental.com/site/sensorssotaclio.html</loc>
|
|
3689
|
+
</url>
|
|
3690
|
+
<url>
|
|
3691
|
+
<loc>https://www.opendental.com/site/sensorsxdr.html</loc>
|
|
3692
|
+
</url>
|
|
3693
|
+
<url>
|
|
3694
|
+
<loc>https://www.opendental.com/manual/servermigration.html</loc>
|
|
3695
|
+
</url>
|
|
3696
|
+
<url>
|
|
3697
|
+
<loc>https://www.opendental.com/manual/servicedateview.html</loc>
|
|
3698
|
+
</url>
|
|
3699
|
+
<url>
|
|
3700
|
+
<loc>https://www.opendental.com/manual/servicemanager.html</loc>
|
|
3701
|
+
</url>
|
|
3702
|
+
<url>
|
|
3703
|
+
<loc>https://www.opendental.com/manual/setupwizard.html</loc>
|
|
3704
|
+
</url>
|
|
3705
|
+
<url>
|
|
3706
|
+
<loc>https://www.opendental.com/manual/sharednetworkfolder.html</loc>
|
|
3707
|
+
</url>
|
|
3708
|
+
<url>
|
|
3709
|
+
<loc>https://www.opendental.com/manual/sheetdefaults.html</loc>
|
|
3710
|
+
</url>
|
|
3711
|
+
<url>
|
|
3712
|
+
<loc>https://www.opendental.com/manual/sheetproperties.html</loc>
|
|
3713
|
+
</url>
|
|
3714
|
+
<url>
|
|
3715
|
+
<loc>https://www.opendental.com/manual/sheets.html</loc>
|
|
3716
|
+
</url>
|
|
3717
|
+
<url>
|
|
3718
|
+
<loc>https://www.opendental.com/manual/sheetsaddelements.html</loc>
|
|
3719
|
+
</url>
|
|
3720
|
+
<url>
|
|
3721
|
+
<loc>https://www.opendental.com/manual/sheetscheckbox.html</loc>
|
|
3722
|
+
</url>
|
|
3723
|
+
<url>
|
|
3724
|
+
<loc>https://www.opendental.com/manual/sheetscombobox.html</loc>
|
|
3725
|
+
</url>
|
|
3726
|
+
<url>
|
|
3727
|
+
<loc>https://www.opendental.com/manual/sheetsconsent.html</loc>
|
|
3728
|
+
</url>
|
|
3729
|
+
<url>
|
|
3730
|
+
<loc>https://www.opendental.com/manual/sheetsdepositslip.html</loc>
|
|
3731
|
+
</url>
|
|
3732
|
+
<url>
|
|
3733
|
+
<loc>https://www.opendental.com/manual/sheetsera.html</loc>
|
|
3734
|
+
</url>
|
|
3735
|
+
<url>
|
|
3736
|
+
<loc>https://www.opendental.com/manual/sheetseragridheader.html</loc>
|
|
3737
|
+
</url>
|
|
3738
|
+
<url>
|
|
3739
|
+
<loc>https://www.opendental.com/manual/sheetsetup.html</loc>
|
|
3740
|
+
</url>
|
|
3741
|
+
<url>
|
|
3742
|
+
<loc>https://www.opendental.com/manual/sheetsetuplanguage.html</loc>
|
|
3743
|
+
</url>
|
|
3744
|
+
<url>
|
|
3745
|
+
<loc>https://www.opendental.com/manual/sheetsetupmobile.html</loc>
|
|
3746
|
+
</url>
|
|
3747
|
+
<url>
|
|
3748
|
+
<loc>https://www.opendental.com/manual/sheetsexamsheets.html</loc>
|
|
3749
|
+
</url>
|
|
3750
|
+
<url>
|
|
3751
|
+
<loc>https://www.opendental.com/manual/sheetsfillout.html</loc>
|
|
3752
|
+
</url>
|
|
3753
|
+
<url>
|
|
3754
|
+
<loc>https://www.opendental.com/manual/sheetsgrid.html</loc>
|
|
3755
|
+
</url>
|
|
3756
|
+
<url>
|
|
3757
|
+
<loc>https://www.opendental.com/manual/sheetsinputfield.html</loc>
|
|
3758
|
+
</url>
|
|
3759
|
+
<url>
|
|
3760
|
+
<loc>https://www.opendental.com/manual/sheetslabels.html</loc>
|
|
3761
|
+
</url>
|
|
3762
|
+
<url>
|
|
3763
|
+
<loc>https://www.opendental.com/manual/sheetslabslips.html</loc>
|
|
3764
|
+
</url>
|
|
3765
|
+
<url>
|
|
3766
|
+
<loc>https://www.opendental.com/manual/sheetsletterspatient.html</loc>
|
|
3767
|
+
</url>
|
|
3768
|
+
<url>
|
|
3769
|
+
<loc>https://www.opendental.com/manual/sheetsline.html</loc>
|
|
3770
|
+
</url>
|
|
3771
|
+
<url>
|
|
3772
|
+
<loc>https://www.opendental.com/manual/sheetsmedicalhistory.html</loc>
|
|
3773
|
+
</url>
|
|
3774
|
+
<url>
|
|
3775
|
+
<loc>https://www.opendental.com/manual/sheetsoutputtext.html</loc>
|
|
3776
|
+
</url>
|
|
3777
|
+
<url>
|
|
3778
|
+
<loc>https://www.opendental.com/manual/sheetspatientform.html</loc>
|
|
3779
|
+
</url>
|
|
3780
|
+
<url>
|
|
3781
|
+
<loc>https://www.opendental.com/manual/sheetspatimage.html</loc>
|
|
3782
|
+
</url>
|
|
3783
|
+
<url>
|
|
3784
|
+
<loc>https://www.opendental.com/manual/sheetsreferrals.html</loc>
|
|
3785
|
+
</url>
|
|
3786
|
+
<url>
|
|
3787
|
+
<loc>https://www.opendental.com/manual/sheetsreferralslips.html</loc>
|
|
3788
|
+
</url>
|
|
3789
|
+
<url>
|
|
3790
|
+
<loc>https://www.opendental.com/manual/sheetsroutingslips.html</loc>
|
|
3791
|
+
</url>
|
|
3792
|
+
<url>
|
|
3793
|
+
<loc>https://www.opendental.com/manual/sheetsrx.html</loc>
|
|
3794
|
+
</url>
|
|
3795
|
+
<url>
|
|
3796
|
+
<loc>https://www.opendental.com/manual/sheetsrxmulti.html</loc>
|
|
3797
|
+
</url>
|
|
3798
|
+
<url>
|
|
3799
|
+
<loc>https://www.opendental.com/manual/sheetsrxpatinstruct.html</loc>
|
|
3800
|
+
</url>
|
|
3801
|
+
<url>
|
|
3802
|
+
<loc>https://www.opendental.com/manual/sheetsscreenchart.html</loc>
|
|
3803
|
+
</url>
|
|
3804
|
+
<url>
|
|
3805
|
+
<loc>https://www.opendental.com/manual/sheetsscreenings.html</loc>
|
|
3806
|
+
</url>
|
|
3807
|
+
<url>
|
|
3808
|
+
<loc>https://www.opendental.com/manual/sheetssignature.html</loc>
|
|
3809
|
+
</url>
|
|
3810
|
+
<url>
|
|
3811
|
+
<loc>https://www.opendental.com/manual/sheetsspecial.html</loc>
|
|
3812
|
+
</url>
|
|
3813
|
+
<url>
|
|
3814
|
+
<loc>https://www.opendental.com/manual/sheetsstaticimage.html</loc>
|
|
3815
|
+
</url>
|
|
3816
|
+
<url>
|
|
3817
|
+
<loc>https://www.opendental.com/manual/sheetsstatictext.html</loc>
|
|
3818
|
+
</url>
|
|
3819
|
+
<url>
|
|
3820
|
+
<loc>https://www.opendental.com/manual/sheetstreatplan.html</loc>
|
|
3821
|
+
</url>
|
|
3822
|
+
<url>
|
|
3823
|
+
<loc>https://www.opendental.com/manual/sheetstroubleshooting.html</loc>
|
|
3824
|
+
</url>
|
|
3825
|
+
<url>
|
|
3826
|
+
<loc>https://www.opendental.com/manual/sheettools.html</loc>
|
|
3827
|
+
</url>
|
|
3828
|
+
<url>
|
|
3829
|
+
<loc>https://www.opendental.com/manual/showfeatures.html</loc>
|
|
3830
|
+
</url>
|
|
3831
|
+
<url>
|
|
3832
|
+
<loc>https://www.opendental.com/manual/showtabchart.html</loc>
|
|
3833
|
+
</url>
|
|
3834
|
+
<url>
|
|
3835
|
+
<loc>https://www.opendental.com/manual/shutdown.html</loc>
|
|
3836
|
+
</url>
|
|
3837
|
+
<url>
|
|
3838
|
+
<loc>https://www.opendental.com/manual/signupportalabout.html</loc>
|
|
3839
|
+
</url>
|
|
3840
|
+
<url>
|
|
3841
|
+
<loc>https://www.opendental.com/manual/signupportaladvanced.html</loc>
|
|
3842
|
+
</url>
|
|
3843
|
+
<url>
|
|
3844
|
+
<loc>https://www.opendental.com/manual/signupportalbasic.html</loc>
|
|
3845
|
+
</url>
|
|
3846
|
+
<url>
|
|
3847
|
+
<loc>https://www.opendental.com/manual/signupportalhelp.html</loc>
|
|
3848
|
+
</url>
|
|
3849
|
+
<url>
|
|
3850
|
+
<loc>https://www.opendental.com/manual/singlesignon.html</loc>
|
|
3851
|
+
</url>
|
|
3852
|
+
<url>
|
|
3853
|
+
<loc>https://www.opendental.com/site/siteprototype.html</loc>
|
|
3854
|
+
</url>
|
|
3855
|
+
<url>
|
|
3856
|
+
<loc>https://www.opendental.com/manual/sites.html</loc>
|
|
3857
|
+
</url>
|
|
3858
|
+
<url>
|
|
3859
|
+
<loc>https://www.opendental.com/manual/slowquerylog.html</loc>
|
|
3860
|
+
</url>
|
|
3861
|
+
<url>
|
|
3862
|
+
<loc>https://www.opendental.com/manual/smokingenter.html</loc>
|
|
3863
|
+
</url>
|
|
3864
|
+
<url>
|
|
3865
|
+
<loc>https://www.opendental.com/manual/snomedct.html</loc>
|
|
3866
|
+
</url>
|
|
3867
|
+
<url>
|
|
3868
|
+
<loc>https://www.opendental.com/site/sourcecode.html</loc>
|
|
3869
|
+
</url>
|
|
3870
|
+
<url>
|
|
3871
|
+
<loc>https://www.opendental.com/manual/spear.html</loc>
|
|
3872
|
+
</url>
|
|
3873
|
+
<url>
|
|
3874
|
+
<loc>https://www.opendental.com/manual/spellcheck.html</loc>
|
|
3875
|
+
</url>
|
|
3876
|
+
<url>
|
|
3877
|
+
<loc>https://www.opendental.com/manual/splashscreen.html</loc>
|
|
3878
|
+
</url>
|
|
3879
|
+
<url>
|
|
3880
|
+
<loc>https://www.opendental.com/manual/stateabbreviations.html</loc>
|
|
3881
|
+
</url>
|
|
3882
|
+
<url>
|
|
3883
|
+
<loc>https://www.opendental.com/manual/statement.html</loc>
|
|
3884
|
+
</url>
|
|
3885
|
+
<url>
|
|
3886
|
+
<loc>https://www.opendental.com/manual/statementsheets.html</loc>
|
|
3887
|
+
</url>
|
|
3888
|
+
<url>
|
|
3889
|
+
<loc>https://www.opendental.com/manual/statementwindow.html</loc>
|
|
3890
|
+
</url>
|
|
3891
|
+
<url>
|
|
3892
|
+
<loc>https://www.opendental.com/manual/statictextfields.html</loc>
|
|
3893
|
+
</url>
|
|
3894
|
+
<url>
|
|
3895
|
+
<loc>https://www.opendental.com/site/submitpayment.html</loc>
|
|
3896
|
+
</url>
|
|
3897
|
+
<url>
|
|
3898
|
+
<loc>https://www.opendental.com/manual/subscribersmove.html</loc>
|
|
3899
|
+
</url>
|
|
3900
|
+
<url>
|
|
3901
|
+
<loc>https://www.opendental.com/manual/suni.html</loc>
|
|
3902
|
+
</url>
|
|
3903
|
+
<url>
|
|
3904
|
+
<loc>https://www.opendental.com/manual/superfamily.html</loc>
|
|
3905
|
+
</url>
|
|
3906
|
+
<url>
|
|
3907
|
+
<loc>https://www.opendental.com/manual/supernumeraryteeth.html</loc>
|
|
3908
|
+
</url>
|
|
3909
|
+
<url>
|
|
3910
|
+
<loc>https://www.opendental.com/manual/supplementalbackups.html</loc>
|
|
3911
|
+
</url>
|
|
3912
|
+
<url>
|
|
3913
|
+
<loc>https://www.opendental.com/manual/suppliersetup.html</loc>
|
|
3914
|
+
</url>
|
|
3915
|
+
<url>
|
|
3916
|
+
<loc>https://www.opendental.com/manual/supplies.html</loc>
|
|
3917
|
+
</url>
|
|
3918
|
+
<url>
|
|
3919
|
+
<loc>https://www.opendental.com/manual/supplyinventory.html</loc>
|
|
3920
|
+
</url>
|
|
3921
|
+
<url>
|
|
3922
|
+
<loc>https://www.opendental.com/manual/supplyorders.html</loc>
|
|
3923
|
+
</url>
|
|
3924
|
+
<url>
|
|
3925
|
+
<loc>https://www.opendental.com/manual/supportstatus.html</loc>
|
|
3926
|
+
</url>
|
|
3927
|
+
<url>
|
|
3928
|
+
<loc>https://www.opendental.com/manual/swellcx.html</loc>
|
|
3929
|
+
</url>
|
|
3930
|
+
<url>
|
|
3931
|
+
<loc>https://www.opendental.com/site/tablet.html</loc>
|
|
3932
|
+
</url>
|
|
3933
|
+
<url>
|
|
3934
|
+
<loc>https://www.opendental.com/manual/taskattachments.html</loc>
|
|
3935
|
+
</url>
|
|
3936
|
+
<url>
|
|
3937
|
+
<loc>https://www.opendental.com/manual/tasklistrepeating.html</loc>
|
|
3938
|
+
</url>
|
|
3939
|
+
<url>
|
|
3940
|
+
<loc>https://www.opendental.com/manual/tasklists.html</loc>
|
|
3941
|
+
</url>
|
|
3942
|
+
<url>
|
|
3943
|
+
<loc>https://www.opendental.com/manual/taskreminders.html</loc>
|
|
3944
|
+
</url>
|
|
3945
|
+
<url>
|
|
3946
|
+
<loc>https://www.opendental.com/manual/tasks.html</loc>
|
|
3947
|
+
</url>
|
|
3948
|
+
<url>
|
|
3949
|
+
<loc>https://www.opendental.com/manual/tasksarea.html</loc>
|
|
3950
|
+
</url>
|
|
3951
|
+
<url>
|
|
3952
|
+
<loc>https://www.opendental.com/manual/tasksearch.html</loc>
|
|
3953
|
+
</url>
|
|
3954
|
+
<url>
|
|
3955
|
+
<loc>https://www.opendental.com/manual/tasksetup.html</loc>
|
|
3956
|
+
</url>
|
|
3957
|
+
<url>
|
|
3958
|
+
<loc>https://www.opendental.com/manual/taskswindow.html</loc>
|
|
3959
|
+
</url>
|
|
3960
|
+
<url>
|
|
3961
|
+
<loc>https://www.opendental.com/manual/technical.html</loc>
|
|
3962
|
+
</url>
|
|
3963
|
+
<url>
|
|
3964
|
+
<loc>https://www.opendental.com/manual/telephonenumbers.html</loc>
|
|
3965
|
+
</url>
|
|
3966
|
+
<url>
|
|
3967
|
+
<loc>https://www.opendental.com/site/testimonials.html</loc>
|
|
3968
|
+
</url>
|
|
3969
|
+
<url>
|
|
3970
|
+
<loc>https://www.opendental.com/manual/testlatency.html</loc>
|
|
3971
|
+
</url>
|
|
3972
|
+
<url>
|
|
3973
|
+
<loc>https://www.opendental.com/site/textintegrated.html</loc>
|
|
3974
|
+
</url>
|
|
3975
|
+
<url>
|
|
3976
|
+
<loc>https://www.opendental.com/site/textintegratedfees.html</loc>
|
|
3977
|
+
</url>
|
|
3978
|
+
<url>
|
|
3979
|
+
<loc>https://www.opendental.com/manual/textintegratedmonthlylimit.html</loc>
|
|
3980
|
+
</url>
|
|
3981
|
+
<url>
|
|
3982
|
+
<loc>https://www.opendental.com/manual/textintegratedtroubleshooting.html</loc>
|
|
3983
|
+
</url>
|
|
3984
|
+
<url>
|
|
3985
|
+
<loc>https://www.opendental.com/manual/textintegratedusage.html</loc>
|
|
3986
|
+
</url>
|
|
3987
|
+
<url>
|
|
3988
|
+
<loc>https://www.opendental.com/manual/textmessages.html</loc>
|
|
3989
|
+
</url>
|
|
3990
|
+
<url>
|
|
3991
|
+
<loc>https://www.opendental.com/manual/textmsgfaq.html</loc>
|
|
3992
|
+
</url>
|
|
3993
|
+
<url>
|
|
3994
|
+
<loc>https://www.opendental.com/manual/textmsginbox.html</loc>
|
|
3995
|
+
</url>
|
|
3996
|
+
<url>
|
|
3997
|
+
<loc>https://www.opendental.com/manual/textregister.html</loc>
|
|
3998
|
+
</url>
|
|
3999
|
+
<url>
|
|
4000
|
+
<loc>https://www.opendental.com/manual/timeasktoarrive.html</loc>
|
|
4001
|
+
</url>
|
|
4002
|
+
<url>
|
|
4003
|
+
<loc>https://www.opendental.com/manual/timebars.html</loc>
|
|
4004
|
+
</url>
|
|
4005
|
+
<url>
|
|
4006
|
+
<loc>https://www.opendental.com/manual/timecardmanage.html</loc>
|
|
4007
|
+
</url>
|
|
4008
|
+
<url>
|
|
4009
|
+
<loc>https://www.opendental.com/manual/timecardsetup.html</loc>
|
|
4010
|
+
</url>
|
|
4011
|
+
<url>
|
|
4012
|
+
<loc>https://www.opendental.com/manual/timeclock.html</loc>
|
|
4013
|
+
</url>
|
|
4014
|
+
<url>
|
|
4015
|
+
<loc>https://www.opendental.com/manual/timeclockedit.html</loc>
|
|
4016
|
+
</url>
|
|
4017
|
+
<url>
|
|
4018
|
+
<loc>https://www.opendental.com/manual/timezones.html</loc>
|
|
4019
|
+
</url>
|
|
4020
|
+
<url>
|
|
4021
|
+
<loc>https://www.opendental.com/manual/toc.html</loc>
|
|
4022
|
+
</url>
|
|
4023
|
+
<url>
|
|
4024
|
+
<loc>https://www.opendental.com/manual/toolbar.html</loc>
|
|
4025
|
+
</url>
|
|
4026
|
+
<url>
|
|
4027
|
+
<loc>https://www.opendental.com/manual/topazsetupbsb.html</loc>
|
|
4028
|
+
</url>
|
|
4029
|
+
<url>
|
|
4030
|
+
<loc>https://www.opendental.com/manual/topazsetuphsb.html</loc>
|
|
4031
|
+
</url>
|
|
4032
|
+
<url>
|
|
4033
|
+
<loc>https://www.opendental.com/manual/trackingincome.html</loc>
|
|
4034
|
+
</url>
|
|
4035
|
+
<url>
|
|
4036
|
+
<loc>https://www.opendental.com/site/training.html</loc>
|
|
4037
|
+
</url>
|
|
4038
|
+
<url>
|
|
4039
|
+
<loc>https://www.opendental.com/manual/transactionhistory.html</loc>
|
|
4040
|
+
</url>
|
|
4041
|
+
<url>
|
|
4042
|
+
<loc>https://www.opendental.com/manual/transworldsystems.html</loc>
|
|
4043
|
+
</url>
|
|
4044
|
+
<url>
|
|
4045
|
+
<loc>https://www.opendental.com/manual/treatmentplan.html</loc>
|
|
4046
|
+
</url>
|
|
4047
|
+
<url>
|
|
4048
|
+
<loc>https://www.opendental.com/manual/treatmentplandiscounts.html</loc>
|
|
4049
|
+
</url>
|
|
4050
|
+
<url>
|
|
4051
|
+
<loc>https://www.opendental.com/manual/treatmentplanedit.html</loc>
|
|
4052
|
+
</url>
|
|
4053
|
+
<url>
|
|
4054
|
+
<loc>https://www.opendental.com/manual/treatmentplanprint.html</loc>
|
|
4055
|
+
</url>
|
|
4056
|
+
<url>
|
|
4057
|
+
<loc>https://www.opendental.com/manual/treatmentplansign.html</loc>
|
|
4058
|
+
</url>
|
|
4059
|
+
<url>
|
|
4060
|
+
<loc>https://www.opendental.com/site/trialversionimprovements.html</loc>
|
|
4061
|
+
</url>
|
|
4062
|
+
<url>
|
|
4063
|
+
<loc>https://www.opendental.com/manual/triggersnewplan.html</loc>
|
|
4064
|
+
</url>
|
|
4065
|
+
<url>
|
|
4066
|
+
<loc>https://www.opendental.com/manual/trojan.html</loc>
|
|
4067
|
+
</url>
|
|
4068
|
+
<url>
|
|
4069
|
+
<loc>https://www.opendental.com/manual/trojancollect.html</loc>
|
|
4070
|
+
</url>
|
|
4071
|
+
<url>
|
|
4072
|
+
<loc>https://www.opendental.com/manual/trojancollectbridge.html</loc>
|
|
4073
|
+
</url>
|
|
4074
|
+
<url>
|
|
4075
|
+
<loc>https://www.opendental.com/manual/troubleshooting.html</loc>
|
|
4076
|
+
</url>
|
|
4077
|
+
<url>
|
|
4078
|
+
<loc>https://www.opendental.com/manual/troubleshootingslowness.html</loc>
|
|
4079
|
+
</url>
|
|
4080
|
+
<url>
|
|
4081
|
+
<loc>https://www.opendental.com/manual/tsicollections.html</loc>
|
|
4082
|
+
</url>
|
|
4083
|
+
<url>
|
|
4084
|
+
<loc>https://www.opendental.com/manual/tsiexcluded.html</loc>
|
|
4085
|
+
</url>
|
|
4086
|
+
<url>
|
|
4087
|
+
<loc>https://www.opendental.com/manual/tsihistory.html</loc>
|
|
4088
|
+
</url>
|
|
4089
|
+
<url>
|
|
4090
|
+
<loc>https://www.opendental.com/manual/tsipayment.html</loc>
|
|
4091
|
+
</url>
|
|
4092
|
+
<url>
|
|
4093
|
+
<loc>https://www.opendental.com/manual/tsisent.html</loc>
|
|
4094
|
+
</url>
|
|
4095
|
+
<url>
|
|
4096
|
+
<loc>https://www.opendental.com/manual/tsisetup.html</loc>
|
|
4097
|
+
</url>
|
|
4098
|
+
<url>
|
|
4099
|
+
<loc>https://www.opendental.com/manual/unearnedallocate.html</loc>
|
|
4100
|
+
</url>
|
|
4101
|
+
<url>
|
|
4102
|
+
<loc>https://www.opendental.com/manual/unearnedprepayment.html</loc>
|
|
4103
|
+
</url>
|
|
4104
|
+
<url>
|
|
4105
|
+
<loc>https://www.opendental.com/manual/unhandledexception.html</loc>
|
|
4106
|
+
</url>
|
|
4107
|
+
<url>
|
|
4108
|
+
<loc>https://www.opendental.com/manual/uninstall.html</loc>
|
|
4109
|
+
</url>
|
|
4110
|
+
<url>
|
|
4111
|
+
<loc>https://www.opendental.com/site/unitedkingdom.html</loc>
|
|
4112
|
+
</url>
|
|
4113
|
+
<url>
|
|
4114
|
+
<loc>https://www.opendental.com/manual/unitedwayreports.html</loc>
|
|
4115
|
+
</url>
|
|
4116
|
+
<url>
|
|
4117
|
+
<loc>https://www.opendental.com/manual/unittestdowngrades.html</loc>
|
|
4118
|
+
</url>
|
|
4119
|
+
<url>
|
|
4120
|
+
<loc>https://www.opendental.com/site/unittesting.html</loc>
|
|
4121
|
+
</url>
|
|
4122
|
+
<url>
|
|
4123
|
+
<loc>https://www.opendental.com/manual/unittestpaymentplan.html</loc>
|
|
4124
|
+
</url>
|
|
4125
|
+
<url>
|
|
4126
|
+
<loc>https://www.opendental.com/manual/unittestpaymentplanscreens.html</loc>
|
|
4127
|
+
</url>
|
|
4128
|
+
<url>
|
|
4129
|
+
<loc>https://www.opendental.com/manual/unittestrepeatingcharges.html</loc>
|
|
4130
|
+
</url>
|
|
4131
|
+
<url>
|
|
4132
|
+
<loc>https://www.opendental.com/manual/unscheduled.html</loc>
|
|
4133
|
+
</url>
|
|
4134
|
+
<url>
|
|
4135
|
+
<loc>https://www.opendental.com/manual/update.html</loc>
|
|
4136
|
+
</url>
|
|
4137
|
+
<url>
|
|
4138
|
+
<loc>https://www.opendental.com/manual/updateannounce.html</loc>
|
|
4139
|
+
</url>
|
|
4140
|
+
<url>
|
|
4141
|
+
<loc>https://www.opendental.com/manual/updatefullversion.html</loc>
|
|
4142
|
+
</url>
|
|
4143
|
+
<url>
|
|
4144
|
+
<loc>https://www.opendental.com/manual/updateinstall.html</loc>
|
|
4145
|
+
</url>
|
|
4146
|
+
<url>
|
|
4147
|
+
<loc>https://www.opendental.com/manual/updateprovsfutureappts.html</loc>
|
|
4148
|
+
</url>
|
|
4149
|
+
<url>
|
|
4150
|
+
<loc>https://www.opendental.com/manual/updatesetup.html</loc>
|
|
4151
|
+
</url>
|
|
4152
|
+
<url>
|
|
4153
|
+
<loc>https://www.opendental.com/manual/usersettings.html</loc>
|
|
4154
|
+
</url>
|
|
4155
|
+
<url>
|
|
4156
|
+
<loc>https://www.opendental.com/manual/usingodblank.html</loc>
|
|
4157
|
+
</url>
|
|
4158
|
+
<url>
|
|
4159
|
+
<loc>https://www.opendental.com/manual/usingodconversion.html</loc>
|
|
4160
|
+
</url>
|
|
4161
|
+
<url>
|
|
4162
|
+
<loc>https://www.opendental.com/site/vendorequipment.html</loc>
|
|
4163
|
+
</url>
|
|
4164
|
+
<url>
|
|
4165
|
+
<loc>https://www.opendental.com/site/vendorotherequipment.html</loc>
|
|
4166
|
+
</url>
|
|
4167
|
+
<url>
|
|
4168
|
+
<loc>https://www.opendental.com/site/vendorscomputer.html</loc>
|
|
4169
|
+
</url>
|
|
4170
|
+
<url>
|
|
4171
|
+
<loc>https://www.opendental.com/site/vendorsconsultant.html</loc>
|
|
4172
|
+
</url>
|
|
4173
|
+
<url>
|
|
4174
|
+
<loc>https://www.opendental.com/site/vendorssupplementalservices.html</loc>
|
|
4175
|
+
</url>
|
|
4176
|
+
<url>
|
|
4177
|
+
<loc>https://www.opendental.com/site/version11_0.html</loc>
|
|
4178
|
+
</url>
|
|
4179
|
+
<url>
|
|
4180
|
+
<loc>https://www.opendental.com/site/version11_1.html</loc>
|
|
4181
|
+
</url>
|
|
4182
|
+
<url>
|
|
4183
|
+
<loc>https://www.opendental.com/site/version12_0.html</loc>
|
|
4184
|
+
</url>
|
|
4185
|
+
<url>
|
|
4186
|
+
<loc>https://www.opendental.com/site/version12_1.html</loc>
|
|
4187
|
+
</url>
|
|
4188
|
+
<url>
|
|
4189
|
+
<loc>https://www.opendental.com/site/version12_2.html</loc>
|
|
4190
|
+
</url>
|
|
4191
|
+
<url>
|
|
4192
|
+
<loc>https://www.opendental.com/site/version12_3.html</loc>
|
|
4193
|
+
</url>
|
|
4194
|
+
<url>
|
|
4195
|
+
<loc>https://www.opendental.com/site/version12_4.html</loc>
|
|
4196
|
+
</url>
|
|
4197
|
+
<url>
|
|
4198
|
+
<loc>https://www.opendental.com/site/version13_1.html</loc>
|
|
4199
|
+
</url>
|
|
4200
|
+
<url>
|
|
4201
|
+
<loc>https://www.opendental.com/site/version13_2.html</loc>
|
|
4202
|
+
</url>
|
|
4203
|
+
<url>
|
|
4204
|
+
<loc>https://www.opendental.com/site/version13_3.html</loc>
|
|
4205
|
+
</url>
|
|
4206
|
+
<url>
|
|
4207
|
+
<loc>https://www.opendental.com/site/version14_1.html</loc>
|
|
4208
|
+
</url>
|
|
4209
|
+
<url>
|
|
4210
|
+
<loc>https://www.opendental.com/site/version14_2.html</loc>
|
|
4211
|
+
</url>
|
|
4212
|
+
<url>
|
|
4213
|
+
<loc>https://www.opendental.com/site/version14_3.html</loc>
|
|
4214
|
+
</url>
|
|
4215
|
+
<url>
|
|
4216
|
+
<loc>https://www.opendental.com/site/version15_1.html</loc>
|
|
4217
|
+
</url>
|
|
4218
|
+
<url>
|
|
4219
|
+
<loc>https://www.opendental.com/site/version15_2.html</loc>
|
|
4220
|
+
</url>
|
|
4221
|
+
<url>
|
|
4222
|
+
<loc>https://www.opendental.com/site/version15_3.html</loc>
|
|
4223
|
+
</url>
|
|
4224
|
+
<url>
|
|
4225
|
+
<loc>https://www.opendental.com/site/version15_4.html</loc>
|
|
4226
|
+
</url>
|
|
4227
|
+
<url>
|
|
4228
|
+
<loc>https://www.opendental.com/site/version16_1.html</loc>
|
|
4229
|
+
</url>
|
|
4230
|
+
<url>
|
|
4231
|
+
<loc>https://www.opendental.com/site/version16_2.html</loc>
|
|
4232
|
+
</url>
|
|
4233
|
+
<url>
|
|
4234
|
+
<loc>https://www.opendental.com/site/version16_3.html</loc>
|
|
4235
|
+
</url>
|
|
4236
|
+
<url>
|
|
4237
|
+
<loc>https://www.opendental.com/site/version16_4.html</loc>
|
|
4238
|
+
</url>
|
|
4239
|
+
<url>
|
|
4240
|
+
<loc>https://www.opendental.com/site/version17_1.html</loc>
|
|
4241
|
+
</url>
|
|
4242
|
+
<url>
|
|
4243
|
+
<loc>https://www.opendental.com/site/version17_2.html</loc>
|
|
4244
|
+
</url>
|
|
4245
|
+
<url>
|
|
4246
|
+
<loc>https://www.opendental.com/site/version17_3.html</loc>
|
|
4247
|
+
</url>
|
|
4248
|
+
<url>
|
|
4249
|
+
<loc>https://www.opendental.com/site/version17_4.html</loc>
|
|
4250
|
+
</url>
|
|
4251
|
+
<url>
|
|
4252
|
+
<loc>https://www.opendental.com/site/version18_1.html</loc>
|
|
4253
|
+
</url>
|
|
4254
|
+
<url>
|
|
4255
|
+
<loc>https://www.opendental.com/site/version18_2.html</loc>
|
|
4256
|
+
</url>
|
|
4257
|
+
<url>
|
|
4258
|
+
<loc>https://www.opendental.com/site/version18_3.html</loc>
|
|
4259
|
+
</url>
|
|
4260
|
+
<url>
|
|
4261
|
+
<loc>https://www.opendental.com/site/version18_4.html</loc>
|
|
4262
|
+
</url>
|
|
4263
|
+
<url>
|
|
4264
|
+
<loc>https://www.opendental.com/site/version19_1.html</loc>
|
|
4265
|
+
</url>
|
|
4266
|
+
<url>
|
|
4267
|
+
<loc>https://www.opendental.com/site/version19_2.html</loc>
|
|
4268
|
+
</url>
|
|
4269
|
+
<url>
|
|
4270
|
+
<loc>https://www.opendental.com/site/version19_3.html</loc>
|
|
4271
|
+
</url>
|
|
4272
|
+
<url>
|
|
4273
|
+
<loc>https://www.opendental.com/site/version19_4.html</loc>
|
|
4274
|
+
</url>
|
|
4275
|
+
<url>
|
|
4276
|
+
<loc>https://www.opendental.com/site/version20_1.html</loc>
|
|
4277
|
+
</url>
|
|
4278
|
+
<url>
|
|
4279
|
+
<loc>https://www.opendental.com/site/version20_2.html</loc>
|
|
4280
|
+
</url>
|
|
4281
|
+
<url>
|
|
4282
|
+
<loc>https://www.opendental.com/site/version20_3.html</loc>
|
|
4283
|
+
</url>
|
|
4284
|
+
<url>
|
|
4285
|
+
<loc>https://www.opendental.com/site/version20_4.html</loc>
|
|
4286
|
+
</url>
|
|
4287
|
+
<url>
|
|
4288
|
+
<loc>https://www.opendental.com/site/version20_5.html</loc>
|
|
4289
|
+
</url>
|
|
4290
|
+
<url>
|
|
4291
|
+
<loc>https://www.opendental.com/site/version21_1.html</loc>
|
|
4292
|
+
</url>
|
|
4293
|
+
<url>
|
|
4294
|
+
<loc>https://www.opendental.com/site/version21_2.html</loc>
|
|
4295
|
+
</url>
|
|
4296
|
+
<url>
|
|
4297
|
+
<loc>https://www.opendental.com/site/version21_3.html</loc>
|
|
4298
|
+
</url>
|
|
4299
|
+
<url>
|
|
4300
|
+
<loc>https://www.opendental.com/site/version21_4.html</loc>
|
|
4301
|
+
</url>
|
|
4302
|
+
<url>
|
|
4303
|
+
<loc>https://www.opendental.com/site/version22_1.html</loc>
|
|
4304
|
+
</url>
|
|
4305
|
+
<url>
|
|
4306
|
+
<loc>https://www.opendental.com/site/version22_2.html</loc>
|
|
4307
|
+
</url>
|
|
4308
|
+
<url>
|
|
4309
|
+
<loc>https://www.opendental.com/site/version22_3.html</loc>
|
|
4310
|
+
</url>
|
|
4311
|
+
<url>
|
|
4312
|
+
<loc>https://www.opendental.com/site/version22_4.html</loc>
|
|
4313
|
+
</url>
|
|
4314
|
+
<url>
|
|
4315
|
+
<loc>https://www.opendental.com/site/version23_1.html</loc>
|
|
4316
|
+
</url>
|
|
4317
|
+
<url>
|
|
4318
|
+
<loc>https://www.opendental.com/site/version23_2.html</loc>
|
|
4319
|
+
</url>
|
|
4320
|
+
<url>
|
|
4321
|
+
<loc>https://www.opendental.com/site/version2_1.html</loc>
|
|
4322
|
+
</url>
|
|
4323
|
+
<url>
|
|
4324
|
+
<loc>https://www.opendental.com/site/version2_5.html</loc>
|
|
4325
|
+
</url>
|
|
4326
|
+
<url>
|
|
4327
|
+
<loc>https://www.opendental.com/site/version2_8.html</loc>
|
|
4328
|
+
</url>
|
|
4329
|
+
<url>
|
|
4330
|
+
<loc>https://www.opendental.com/site/version2_9.html</loc>
|
|
4331
|
+
</url>
|
|
4332
|
+
<url>
|
|
4333
|
+
<loc>https://www.opendental.com/site/version3_0.html</loc>
|
|
4334
|
+
</url>
|
|
4335
|
+
<url>
|
|
4336
|
+
<loc>https://www.opendental.com/site/version3_1.html</loc>
|
|
4337
|
+
</url>
|
|
4338
|
+
<url>
|
|
4339
|
+
<loc>https://www.opendental.com/site/version3_4.html</loc>
|
|
4340
|
+
</url>
|
|
4341
|
+
<url>
|
|
4342
|
+
<loc>https://www.opendental.com/site/version3_5.html</loc>
|
|
4343
|
+
</url>
|
|
4344
|
+
<url>
|
|
4345
|
+
<loc>https://www.opendental.com/site/version3_6.html</loc>
|
|
4346
|
+
</url>
|
|
4347
|
+
<url>
|
|
4348
|
+
<loc>https://www.opendental.com/site/version3_7.html</loc>
|
|
4349
|
+
</url>
|
|
4350
|
+
<url>
|
|
4351
|
+
<loc>https://www.opendental.com/site/version3_8.html</loc>
|
|
4352
|
+
</url>
|
|
4353
|
+
<url>
|
|
4354
|
+
<loc>https://www.opendental.com/site/version3_9.html</loc>
|
|
4355
|
+
</url>
|
|
4356
|
+
<url>
|
|
4357
|
+
<loc>https://www.opendental.com/site/version4_0.html</loc>
|
|
4358
|
+
</url>
|
|
4359
|
+
<url>
|
|
4360
|
+
<loc>https://www.opendental.com/site/version4_1.html</loc>
|
|
4361
|
+
</url>
|
|
4362
|
+
<url>
|
|
4363
|
+
<loc>https://www.opendental.com/site/version4_2.html</loc>
|
|
4364
|
+
</url>
|
|
4365
|
+
<url>
|
|
4366
|
+
<loc>https://www.opendental.com/site/version4_3.html</loc>
|
|
4367
|
+
</url>
|
|
4368
|
+
<url>
|
|
4369
|
+
<loc>https://www.opendental.com/site/version4_4.html</loc>
|
|
4370
|
+
</url>
|
|
4371
|
+
<url>
|
|
4372
|
+
<loc>https://www.opendental.com/site/version4_5.html</loc>
|
|
4373
|
+
</url>
|
|
4374
|
+
<url>
|
|
4375
|
+
<loc>https://www.opendental.com/site/version4_6.html</loc>
|
|
4376
|
+
</url>
|
|
4377
|
+
<url>
|
|
4378
|
+
<loc>https://www.opendental.com/site/version4_7.html</loc>
|
|
4379
|
+
</url>
|
|
4380
|
+
<url>
|
|
4381
|
+
<loc>https://www.opendental.com/site/version4_8.html</loc>
|
|
4382
|
+
</url>
|
|
4383
|
+
<url>
|
|
4384
|
+
<loc>https://www.opendental.com/site/version4_9.html</loc>
|
|
4385
|
+
</url>
|
|
4386
|
+
<url>
|
|
4387
|
+
<loc>https://www.opendental.com/site/version5_0.html</loc>
|
|
4388
|
+
</url>
|
|
4389
|
+
<url>
|
|
4390
|
+
<loc>https://www.opendental.com/site/version5_1.html</loc>
|
|
4391
|
+
</url>
|
|
4392
|
+
<url>
|
|
4393
|
+
<loc>https://www.opendental.com/site/version5_2.html</loc>
|
|
4394
|
+
</url>
|
|
4395
|
+
<url>
|
|
4396
|
+
<loc>https://www.opendental.com/site/version5_3.html</loc>
|
|
4397
|
+
</url>
|
|
4398
|
+
<url>
|
|
4399
|
+
<loc>https://www.opendental.com/site/version5_4.html</loc>
|
|
4400
|
+
</url>
|
|
4401
|
+
<url>
|
|
4402
|
+
<loc>https://www.opendental.com/site/version5_5.html</loc>
|
|
4403
|
+
</url>
|
|
4404
|
+
<url>
|
|
4405
|
+
<loc>https://www.opendental.com/site/version5_6.html</loc>
|
|
4406
|
+
</url>
|
|
4407
|
+
<url>
|
|
4408
|
+
<loc>https://www.opendental.com/site/version5_7.html</loc>
|
|
4409
|
+
</url>
|
|
4410
|
+
<url>
|
|
4411
|
+
<loc>https://www.opendental.com/site/version5_8.html</loc>
|
|
4412
|
+
</url>
|
|
4413
|
+
<url>
|
|
4414
|
+
<loc>https://www.opendental.com/site/version5_9.html</loc>
|
|
4415
|
+
</url>
|
|
4416
|
+
<url>
|
|
4417
|
+
<loc>https://www.opendental.com/site/version6_0.html</loc>
|
|
4418
|
+
</url>
|
|
4419
|
+
<url>
|
|
4420
|
+
<loc>https://www.opendental.com/site/version6_1.html</loc>
|
|
4421
|
+
</url>
|
|
4422
|
+
<url>
|
|
4423
|
+
<loc>https://www.opendental.com/site/version6_2.html</loc>
|
|
4424
|
+
</url>
|
|
4425
|
+
<url>
|
|
4426
|
+
<loc>https://www.opendental.com/site/version6_3.html</loc>
|
|
4427
|
+
</url>
|
|
4428
|
+
<url>
|
|
4429
|
+
<loc>https://www.opendental.com/site/version6_4.html</loc>
|
|
4430
|
+
</url>
|
|
4431
|
+
<url>
|
|
4432
|
+
<loc>https://www.opendental.com/site/version6_5.html</loc>
|
|
4433
|
+
</url>
|
|
4434
|
+
<url>
|
|
4435
|
+
<loc>https://www.opendental.com/site/version6_6.html</loc>
|
|
4436
|
+
</url>
|
|
4437
|
+
<url>
|
|
4438
|
+
<loc>https://www.opendental.com/site/version6_7.html</loc>
|
|
4439
|
+
</url>
|
|
4440
|
+
<url>
|
|
4441
|
+
<loc>https://www.opendental.com/site/version6_8.html</loc>
|
|
4442
|
+
</url>
|
|
4443
|
+
<url>
|
|
4444
|
+
<loc>https://www.opendental.com/site/version6_9.html</loc>
|
|
4445
|
+
</url>
|
|
4446
|
+
<url>
|
|
4447
|
+
<loc>https://www.opendental.com/site/version7_0.html</loc>
|
|
4448
|
+
</url>
|
|
4449
|
+
<url>
|
|
4450
|
+
<loc>https://www.opendental.com/site/version7_1.html</loc>
|
|
4451
|
+
</url>
|
|
4452
|
+
<url>
|
|
4453
|
+
<loc>https://www.opendental.com/site/version7_2.html</loc>
|
|
4454
|
+
</url>
|
|
4455
|
+
<url>
|
|
4456
|
+
<loc>https://www.opendental.com/site/version7_3.html</loc>
|
|
4457
|
+
</url>
|
|
4458
|
+
<url>
|
|
4459
|
+
<loc>https://www.opendental.com/site/version7_4.html</loc>
|
|
4460
|
+
</url>
|
|
4461
|
+
<url>
|
|
4462
|
+
<loc>https://www.opendental.com/site/version7_5.html</loc>
|
|
4463
|
+
</url>
|
|
4464
|
+
<url>
|
|
4465
|
+
<loc>https://www.opendental.com/site/version7_6.html</loc>
|
|
4466
|
+
</url>
|
|
4467
|
+
<url>
|
|
4468
|
+
<loc>https://www.opendental.com/site/version7_7.html</loc>
|
|
4469
|
+
</url>
|
|
4470
|
+
<url>
|
|
4471
|
+
<loc>https://www.opendental.com/site/version7_8.html</loc>
|
|
4472
|
+
</url>
|
|
4473
|
+
<url>
|
|
4474
|
+
<loc>https://www.opendental.com/site/version7_9.html</loc>
|
|
4475
|
+
</url>
|
|
4476
|
+
<url>
|
|
4477
|
+
<loc>https://www.opendental.com/site/versions.html</loc>
|
|
4478
|
+
</url>
|
|
4479
|
+
<url>
|
|
4480
|
+
<loc>https://www.opendental.com/manual/videocapture.html</loc>
|
|
4481
|
+
</url>
|
|
4482
|
+
<url>
|
|
4483
|
+
<loc>https://www.opendental.com/manual/virus.html</loc>
|
|
4484
|
+
</url>
|
|
4485
|
+
<url>
|
|
4486
|
+
<loc>https://www.opendental.com/manual/virusbestpractices.html</loc>
|
|
4487
|
+
</url>
|
|
4488
|
+
<url>
|
|
4489
|
+
<loc>https://www.opendental.com/manual/vitalsignsenter.html</loc>
|
|
4490
|
+
</url>
|
|
4491
|
+
<url>
|
|
4492
|
+
<loc>https://www.opendental.com/manual/vitalsignsgrowthchart.html</loc>
|
|
4493
|
+
</url>
|
|
4494
|
+
<url>
|
|
4495
|
+
<loc>https://www.opendental.com/manual/waitingroom.html</loc>
|
|
4496
|
+
</url>
|
|
4497
|
+
<url>
|
|
4498
|
+
<loc>https://www.opendental.com/site/webforms.html</loc>
|
|
4499
|
+
</url>
|
|
4500
|
+
<url>
|
|
4501
|
+
<loc>https://www.opendental.com/manual/webformsdiagram.html</loc>
|
|
4502
|
+
</url>
|
|
4503
|
+
<url>
|
|
4504
|
+
<loc>https://www.opendental.com/manual/webformspatient.html</loc>
|
|
4505
|
+
</url>
|
|
4506
|
+
<url>
|
|
4507
|
+
<loc>https://www.opendental.com/manual/webformsretrieve.html</loc>
|
|
4508
|
+
</url>
|
|
4509
|
+
<url>
|
|
4510
|
+
<loc>https://www.opendental.com/manual/webformsupload.html</loc>
|
|
4511
|
+
</url>
|
|
4512
|
+
<url>
|
|
4513
|
+
<loc>https://www.opendental.com/manual/webinars.html</loc>
|
|
4514
|
+
</url>
|
|
4515
|
+
<url>
|
|
4516
|
+
<loc>https://www.opendental.com/site/websched.html</loc>
|
|
4517
|
+
</url>
|
|
4518
|
+
<url>
|
|
4519
|
+
<loc>https://www.opendental.com/manual/webschedadvanced.html</loc>
|
|
4520
|
+
</url>
|
|
4521
|
+
<url>
|
|
4522
|
+
<loc>https://www.opendental.com/manual/webschedapptreport.html</loc>
|
|
4523
|
+
</url>
|
|
4524
|
+
<url>
|
|
4525
|
+
<loc>https://www.opendental.com/manual/webschedasap.html</loc>
|
|
4526
|
+
</url>
|
|
4527
|
+
<url>
|
|
4528
|
+
<loc>https://www.opendental.com/manual/webschedasaphistory.html</loc>
|
|
4529
|
+
</url>
|
|
4530
|
+
<url>
|
|
4531
|
+
<loc>https://www.opendental.com/manual/webschedasappatientsees.html</loc>
|
|
4532
|
+
</url>
|
|
4533
|
+
<url>
|
|
4534
|
+
<loc>https://www.opendental.com/manual/webschedcarrierrule.html</loc>
|
|
4535
|
+
</url>
|
|
4536
|
+
<url>
|
|
4537
|
+
<loc>https://www.opendental.com/manual/webschedexistingpatientsees.html</loc>
|
|
4538
|
+
</url>
|
|
4539
|
+
<url>
|
|
4540
|
+
<loc>https://www.opendental.com/manual/webschedexistingpatsetup.html</loc>
|
|
4541
|
+
</url>
|
|
4542
|
+
<url>
|
|
4543
|
+
<loc>https://www.opendental.com/manual/webschednewpatsees.html</loc>
|
|
4544
|
+
</url>
|
|
4545
|
+
<url>
|
|
4546
|
+
<loc>https://www.opendental.com/manual/webschednewpatsetup.html</loc>
|
|
4547
|
+
</url>
|
|
4548
|
+
<url>
|
|
4549
|
+
<loc>https://www.opendental.com/manual/webschedrecallsees.html</loc>
|
|
4550
|
+
</url>
|
|
4551
|
+
<url>
|
|
4552
|
+
<loc>https://www.opendental.com/manual/webschedrecallsetup.html</loc>
|
|
4553
|
+
</url>
|
|
4554
|
+
<url>
|
|
4555
|
+
<loc>https://www.opendental.com/manual/webschedtroubleshooting.html</loc>
|
|
4556
|
+
</url>
|
|
4557
|
+
<url>
|
|
4558
|
+
<loc>https://www.opendental.com/manual/webschedverify.html</loc>
|
|
4559
|
+
</url>
|
|
4560
|
+
<url>
|
|
4561
|
+
<loc>https://www.opendental.com/manual/wiki.html</loc>
|
|
4562
|
+
</url>
|
|
4563
|
+
<url>
|
|
4564
|
+
<loc>https://www.opendental.com/manual/wikiaddedit.html</loc>
|
|
4565
|
+
</url>
|
|
4566
|
+
<url>
|
|
4567
|
+
<loc>https://www.opendental.com/manual/wikihistory.html</loc>
|
|
4568
|
+
</url>
|
|
4569
|
+
<url>
|
|
4570
|
+
<loc>https://www.opendental.com/manual/wikilists.html</loc>
|
|
4571
|
+
</url>
|
|
4572
|
+
<url>
|
|
4573
|
+
<loc>https://www.opendental.com/manual/wikimarkup.html</loc>
|
|
4574
|
+
</url>
|
|
4575
|
+
<url>
|
|
4576
|
+
<loc>https://www.opendental.com/manual/wikisearch.html</loc>
|
|
4577
|
+
</url>
|
|
4578
|
+
<url>
|
|
4579
|
+
<loc>https://www.opendental.com/manual/windowsupdates.html</loc>
|
|
4580
|
+
</url>
|
|
4581
|
+
<url>
|
|
4582
|
+
<loc>https://www.opendental.com/manual/wireless.html</loc>
|
|
4583
|
+
</url>
|
|
4584
|
+
<url>
|
|
4585
|
+
<loc>https://www.opendental.com/manual/writeoffcalculations.html</loc>
|
|
4586
|
+
</url>
|
|
4587
|
+
<url>
|
|
4588
|
+
<loc>https://www.opendental.com/manual/writeoffstoproduction.html</loc>
|
|
4589
|
+
</url>
|
|
4590
|
+
<url>
|
|
4591
|
+
<loc>https://www.opendental.com/manual/xcharge.html</loc>
|
|
4592
|
+
</url>
|
|
4593
|
+
<url>
|
|
4594
|
+
<loc>https://www.opendental.com/manual/xchargeaddcard.html</loc>
|
|
4595
|
+
</url>
|
|
4596
|
+
<url>
|
|
4597
|
+
<loc>https://www.opendental.com/manual/xchargeclinic.html</loc>
|
|
4598
|
+
</url>
|
|
4599
|
+
<url>
|
|
4600
|
+
<loc>https://www.opendental.com/manual/xchargesetup.html</loc>
|
|
4601
|
+
</url>
|
|
4602
|
+
<url>
|
|
4603
|
+
<loc>https://www.opendental.com/manual/xchargetroubleshooting.html</loc>
|
|
4604
|
+
</url>
|
|
4605
|
+
<url>
|
|
4606
|
+
<loc>https://www.opendental.com/manual/xchargevoid.html</loc>
|
|
4607
|
+
</url>
|
|
4608
|
+
<url>
|
|
4609
|
+
<loc>https://www.opendental.com/manual/zipcodes.html</loc>
|
|
4610
|
+
</url>
|
|
4611
|
+
<url>
|
|
4612
|
+
<loc>https://www.opendental.com/manual/zoom.html</loc>
|
|
4613
|
+
</url>
|
|
4614
|
+
<url>
|
|
4615
|
+
<loc>https://www.opendental.com/manual/zoomartifacts.html</loc>
|
|
4616
|
+
</url>
|
|
4617
|
+
</urlset>
|