Search found 15 matches

by rasheemo
Tue Jan 11, 2022 9:44 am
Forum: API
Topic: Database Integrity
Replies: 6
Views: 8492

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?
by rasheemo
Thu Dec 03, 2020 10:51 am
Forum: Developers
Topic: Fetching appointments via API causing timeouts
Replies: 1
Views: 4870

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?

Image
by rasheemo
Thu Nov 26, 2020 5:26 am
Forum: Advanced Topics
Topic: Uploading PDFs to patient's file
Replies: 13
Views: 17547

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...
by rasheemo
Sat Nov 21, 2020 10:06 am
Forum: Advanced Topics
Topic: Uploading PDFs to patient's file
Replies: 13
Views: 17547

Re: Uploading PDFs to patient's file

jordansparks wrote:
Fri Nov 20, 2020 8:30 am
I think we might be able to add that today to the head, and maybe backport to beta if it looks extremely safe.
Thanks Jordan! and that would work only for offices on the latest version of OD whenever you roll this out i assume
by rasheemo
Fri Nov 20, 2020 8:17 am
Forum: Advanced Topics
Topic: Uploading PDFs to patient's file
Replies: 13
Views: 17547

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...
by rasheemo
Thu Nov 19, 2020 11:55 am
Forum: Advanced Topics
Topic: Uploading PDFs to patient's file
Replies: 13
Views: 17547

Re: Uploading PDFs to patient's file

drtech wrote:
Thu Nov 19, 2020 11:27 am
just drag it to the folder you want or right click and change the category from the properties window
We're uploading the PDFs programmatically and there's no API for this
by rasheemo
Wed Nov 18, 2020 9:02 pm
Forum: Advanced Topics
Topic: Uploading PDFs to patient's file
Replies: 13
Views: 17547

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
by rasheemo
Tue Nov 10, 2020 8:09 am
Forum: Advanced Topics
Topic: Uploading PDFs to patient's file
Replies: 13
Views: 17547

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
by rasheemo
Tue Nov 10, 2020 7:58 am
Forum: Advanced Topics
Topic: Uploading PDFs to patient's file
Replies: 13
Views: 17547

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!
by rasheemo
Sat Jun 06, 2020 11:21 am
Forum: Developers
Topic: Read or Writing Patient Forms to/from Open Dental?
Replies: 1
Views: 3161

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?
by rasheemo
Thu Jun 04, 2020 9:44 am
Forum: Developers
Topic: Test server keeps disconnecting? (eConnector not running)
Replies: 5
Views: 6430

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...
by rasheemo
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: 20128

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...
by rasheemo
Wed May 27, 2020 6:07 am
Forum: Developers
Topic: Looking to hire a developer to help with db Queries
Replies: 0
Views: 9456

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 ...