Search found 15 matches
- Tue Jan 11, 2022 9:44 am
- Forum: API
- Topic: Database Integrity
- Replies: 6
- Views: 18158
Re: Database Integrity
Hey Jordan! Will you ensure we have APIs available for working with data in secured tables? Example I know vendors like Flex writes heavily into payments table and there arent any APIs that replaces all the functionality. So what will happen there?
- Thu Dec 03, 2020 10:51 am
- Forum: Developers
- Topic: Fetching appointments via API causing timeouts
- Replies: 1
- Views: 6438
Fetching appointments via API causing timeouts
If I filter by passing a status="booked" param, I get the results just fine, but i'm trying to get all the appointments as a one time upload into our system. How do we increase the timeout on the API or what other way can we do this to prevent timeouts?


- Thu Nov 26, 2020 5:26 am
- Forum: Advanced Topics
- Topic: Uploading PDFs to patient's file
- Replies: 13
- Views: 25437
Re: Uploading PDFs to patient's file
Another issue we're facing: not all patients will have a folder designated in the file directory right off the bat. And there's no default naming convention for a folder that maps back to a patient. meaning we would have to go into open dental manually to create a default folder for a patient, and T...
- Sat Nov 21, 2020 10:06 am
- Forum: Advanced Topics
- Topic: Uploading PDFs to patient's file
- Replies: 13
- Views: 25437
Re: Uploading PDFs to patient's file
Thanks Jordan! and that would work only for offices on the latest version of OD whenever you roll this out i assumejordansparks wrote: ↑Fri Nov 20, 2020 8:30 amI think we might be able to add that today to the head, and maybe backport to beta if it looks extremely safe.
- Fri Nov 20, 2020 8:17 am
- Forum: Advanced Topics
- Topic: Uploading PDFs to patient's file
- Replies: 13
- Views: 25437
Re: Uploading PDFs to patient's file
Correct. You can't specify the folder. I think it ends up in the first folder. So you could organize the folders with your "in" folder at the top, if that's how it's normally used. I'll think about some sort of special prefix or suffix that could be added to the filename to designate destination fo...
- Thu Nov 19, 2020 11:55 am
- Forum: Advanced Topics
- Topic: Uploading PDFs to patient's file
- Replies: 13
- Views: 25437
- Wed Nov 18, 2020 9:02 pm
- Forum: Advanced Topics
- Topic: Uploading PDFs to patient's file
- Replies: 13
- Views: 25437
Re: Uploading PDFs to patient's file
Thanks Jordan. How would we specify which folder in the patient's chart we want the PDF to go in without touching the db? Seems like it just goes to a default folder in the patient's chart and can't be categorized
- Tue Nov 10, 2020 8:09 am
- Forum: Advanced Topics
- Topic: Uploading PDFs to patient's file
- Replies: 13
- Views: 25437
Re: Uploading PDFs to patient's file
I remember being pointed to the sheets table, but I don't see reference to folders at all there
- Tue Nov 10, 2020 7:58 am
- Forum: Advanced Topics
- Topic: Uploading PDFs to patient's file
- Replies: 13
- Views: 25437
Uploading PDFs to patient's file
Is a .dll plugin the only way to accomplish this or can you read the folder list from the DB and write files in with a DB insert? I looked at the query list and couldn't find anything related to this.
Thanks in advance!
Thanks in advance!
- Mon Aug 10, 2020 7:48 am
- Forum: Developers
- Topic: Writing to the db is discouraged, but the API is very barebones, what do I do?
- Replies: 15
- Views: 32681
Re: Writing to the db is discouraged, but the API is very barebones, what do I do?
Hi Jordan, what would be a "dangerous" table example?
- Tue Jun 09, 2020 9:33 am
- Forum: Developers
- Topic: Test server keeps disconnecting? (eConnector not running)
- Replies: 5
- Views: 10305
Re: Test server keeps disconnecting? (eConnector not running)
Any ETA? It's still down
- Sat Jun 06, 2020 11:21 am
- Forum: Developers
- Topic: Read or Writing Patient Forms to/from Open Dental?
- Replies: 1
- Views: 4941
Read or Writing Patient Forms to/from Open Dental?
Hey guys,
I noticed the API doesnt have anything regarding patient forms. How would we access them programmatically?
I noticed the API doesnt have anything regarding patient forms. How would we access them programmatically?
- Thu Jun 04, 2020 9:44 am
- Forum: Developers
- Topic: Test server keeps disconnecting? (eConnector not running)
- Replies: 5
- Views: 10305
Test server keeps disconnecting? (eConnector not running)
Hey guys, My team is using this endpoint: https://api.opendental.com/fhir/v2 It works sometimes, other times throws this error: { "resourceType": "OperationOutcome", "issue": [ { "severity": "error", "code": "exception", "details": { "text": "The office's eConnector is not running. Please contact th...
- Tue Jun 02, 2020 8:16 pm
- Forum: Developers
- Topic: Writing to the db is discouraged, but the API is very barebones, what do I do?
- Replies: 15
- Views: 32681
Writing to the db is discouraged, but the API is very barebones, what do I do?
Hey guys, for example the Patient API doesnt include things like insurance info, their current status (in room, unconfirmed, etc) etc so I feel like I don't have a choice. What are the best practices when the API is not adequate? I really hate the idea of writing to the db and queries are more compl...
- Wed May 27, 2020 6:07 am
- Forum: Developers
- Topic: Looking to hire a developer to help with db Queries
- Replies: 0
- Views: 11952
Looking to hire a developer to help with db Queries
Hey guys, We are developing some software that integrated with OD, and I realized the API does not have all the data we need, so looks like we'll need to plug in directly with the database and that does not seem like a trivial task.. does anyone know where I can find a developer experienced with OD ...