Search found 10 matches
- Thu Nov 07, 2024 6:30 am
- Forum: API
- Topic: API Event/Subscription - Tooth initial table support
- Replies: 9
- Views: 14986
Re: API Event/Subscription - Tooth initial table support
Hello, I updated the Open Dental software and was able to fetch tooth initials data. Would you know how to get the tooth nomenclature ? I read that it was related to the preferences but I could not find the "PrefName" associated with this config when calling the preferences GET endpoint. Or maybe th...
- Wed Nov 06, 2024 2:00 pm
- Forum: API
- Topic: API Event/Subscription - Tooth initial table support
- Replies: 9
- Views: 14986
Re: API Event/Subscription - Tooth initial table support
Hi, Thanks again for your response. I am wondering how to edit and save tooth initial information via the Desktop App so that I can use the GET endpoint to retrieve this information. At the moment I just get a 404 Not Found when trying to GET /toothinitials. I tried to play with the ToothChart from ...
- Tue Nov 05, 2024 7:23 am
- Forum: API
- Topic: API Event/Subscription - Tooth initial table support
- Replies: 9
- Views: 14986
Re: API Event/Subscription - Tooth initial table support
Than you for your reply.
I do understand your point and why going with the GET endpoint might be a better solution.
I do understand your point and why going with the GET endpoint might be a better solution.
- Mon Nov 04, 2024 6:35 am
- Forum: API
- Topic: API Event/Subscription - Tooth initial table support
- Replies: 9
- Views: 14986
- Mon Sep 16, 2024 6:25 am
- Forum: API
- Topic: API Event/Subscription - Tooth initial table support
- Replies: 9
- Views: 14986
Re: API Event/Subscription - Tooth initial table support
Yes indeed those items are accessible via the API. But my goal would be to implement a synchronization between my system and the open dental system. I already did something similar for patient info using the Database events system.
Thanks
Thanks
- Fri Sep 13, 2024 10:10 am
- Forum: API
- Topic: API Event/Subscription - Tooth initial table support
- Replies: 9
- Views: 14986
API Event/Subscription - Tooth initial table support
The table involving information about missing tooth etc is not yet supported by the API subscription/Database event system. Would you be able to add support for this ?
- Wed Jul 10, 2024 12:08 pm
- Forum: API
- Topic: Subscriptions and Events Questions
- Replies: 5
- Views: 8978
Re: API Guide – Subscriptions and Events
Alright, I'll keep that in mind ;) When using the Open Dental desktop app, I've noticed a behavior related to creating a new patient that involves event triggering: Adding a New Patient: 1) Upon entering basic patient information and clicking the "Add" button, an event is triggered. This event inclu...
API Setup
I'm looking to generate a new API Key for a customer. Currently, the process involves manually creating the key within the developer portal. My question is: Is there a way to generate new API Keys directly via an API call, eliminating the need for manual creation? (I have not seen anything like this...
- Fri Jul 05, 2024 11:24 am
- Forum: API
- Topic: Subscriptions and Events Questions
- Replies: 5
- Views: 8978
Re: API Guide – Subscriptions and Events
Thanks for your quick reply, that's very clear. I'm planning to use the Subscriptions feature to synchronize patient data between my system and Open Dental. This makes the Database Event System crucial for ensuring data consistency. My last question is: Is there a way to receive notifications whenev...
- Thu Jul 04, 2024 6:43 am
- Forum: API
- Topic: Subscriptions and Events Questions
- Replies: 5
- Views: 8978
Subscriptions and Events Questions
Hi, The example suggests that an event fired whenever a record is created or edited. In my case I'm working with the Patient table. If I get it well, an event should be fired anytime I create/edit a patient record via the API or via the Open Dental App. If a patient is deleted through the app (it is...