Search found 20 matches

by poonam
Sun Apr 17, 2022 4:07 am
Forum: Main Forum
Topic: Patient notes through API
Replies: 6
Views: 3365

Re: Patient notes through API

Hi,
Could you please tell me how to resolve this error :"Developer API key does not have permission for ApiReadAll.""

Thanks,
Poonam
by poonam
Sun Mar 27, 2022 7:52 am
Forum: Main Forum
Topic: Patient notes through API
Replies: 6
Views: 3365

Re: Patient notes through API

Hi, I tried Get https://api.opendental.com/api/v1/patientNotes/13 but got an "Developer API key does not have permission for ApiReadAll." Whereas to get patient list I am using https://api.opendental.com/fhir/patient/13 and this on is working fine So how can I access the v1/api. Could you tell us th...
by poonam
Fri Mar 25, 2022 8:49 am
Forum: Main Forum
Topic: Patient notes through API
Replies: 6
Views: 3365

Re: Patient notes through API

Hi, Thank you for your response. We were using 21.2 something which i updated today to 21.4.34 version. I am doing get for endpoint https://api.opendental.com/fhir/patientNotes/13 While doing the get, I am getting error 404- text": "Resource patientNotes could not be found." So is there any other en...
by poonam
Thu Mar 24, 2022 12:23 pm
Forum: Main Forum
Topic: Patient notes through API
Replies: 6
Views: 3365

Patient notes through API

Hi, I would like to know how can I get & post patient notes through API. I tried referring to https://www.opendental.com/site/apipatientnotes.html for patient medical summary history and treatment plan but unable to get any. Also, if you can tell me correct API endpoint to fetch patient chart inform...
by poonam
Tue Mar 01, 2022 3:11 pm
Forum: API
Topic: FHIR with trial version
Replies: 34
Views: 41928

Re: FHIR with trial version

Hi,
Can we get Patient auto chart and treatment plan data through API?
Thanks,
Poonam
by poonam
Mon Jan 17, 2022 7:58 am
Forum: Developers
Topic: The remote server returned an error: (500) Internal Server Error
Replies: 6
Views: 11628

Re: The remote server returned an error: (500) Internal Server Error

Hi,
I am using simple Get request to get all patient data.

Thanks,
Poonam
by poonam
Thu Dec 30, 2021 3:13 pm
Forum: Developers
Topic: The remote server returned an error: (500) Internal Server Error
Replies: 6
Views: 11628

Slow response in Patient get API

Hi, I have set up an API to populate all the patient in the list, but the response time of this Get query is too bad. I wanted to understand that is there any way I can increase the performance? Currently it is very poor, for database of 200 patient, it is taking more than 2 minutes to get the respo...
by poonam
Wed Dec 29, 2021 7:44 am
Forum: API
Topic: Requests for new API endpoints and new fields for an existing endpoint
Replies: 21
Views: 8667

Re: Requests for new API endpoints and new fields for an existing endpoint

Hi,
I am also looking for insurance detail by PatNum, could you please tell me the exact endpoint to retrieve that.
I checked https://www.opendental.com/site/apiinssubs.html but there is no Get method for the same.

Thanks,
Poonam
by poonam
Mon Jun 28, 2021 1:44 pm
Forum: Developers
Topic: API to update appointment status
Replies: 19
Views: 24560

Re: API to update appointment status

Hi,
Can we connect your technical team to know about getting the free slots for a week time in one API call?

Thanks and regards,
Poonam
by poonam
Thu Jan 21, 2021 12:02 pm
Forum: Developers
Topic: API to update appointment status
Replies: 19
Views: 24560

Re: API to update appointment status

Hi,

Thank you for your response!
If I check the above operatory individually then I get free slot for each of them. So schedules are open I assume, but if you want to see the set up then let me know the best way to connect.

Thank you again!
by poonam
Tue Dec 29, 2020 12:31 pm
Forum: Main Forum
Topic: Email is not being sent
Replies: 1
Views: 2975

Email is not being sent

Hi,

I had set up the reminder and thank you email feature in opendental and it was working fine but lately the email feature is not working. The error message from Alert's is "EConnector email send failures".

So please let us know what to do to resolve email failure issue.

sincerely,
Poonam
by poonam
Tue Dec 29, 2020 12:06 pm
Forum: Developers
Topic: API to update appointment status
Replies: 19
Views: 24560

Re: API to update appointment status

Hi, I am trying to get all the free slots for all the operatories of a particular day using https://api.opendental.com/fhir/v2/slot?schedule=20201230L2,20201230L1,20201230L3&status=free But, I am getting for only 20201230L3 so just wanted to check am I using right endpoint with multiple parameters? ...
by poonam
Tue Oct 20, 2020 11:12 am
Forum: Developers
Topic: API to update appointment status
Replies: 19
Views: 24560

Re: API to update appointment status

Thank you for your reply!

Hope to receive the update soon on this.

Thanks,
Poonam
by poonam
Fri Oct 16, 2020 1:36 pm
Forum: Developers
Topic: API to update appointment status
Replies: 19
Views: 24560

Re: API to update appointment status

Hi Chris,

Any update on passing multiple schedule?

Thanks,
by poonam
Wed Sep 30, 2020 1:00 pm
Forum: Developers
Topic: API to update appointment status
Replies: 19
Views: 24560

Re: API to update appointment status

Hi Chris,

The version of opendental that we are using is 20.2.40.0 which was last updated on 09/10/20.

Thanks and regards,
Poonam
by poonam
Mon Sep 28, 2020 1:04 pm
Forum: Developers
Topic: API to update appointment status
Replies: 19
Views: 24560

Re: API to update appointment status

Hi Chris, Thank you for your reply! I tried using comma but I am getting response for only last schedule given in the parameters list. For eg, https://api.opendental.com/fhir/v2/slot?schedule=20200921L1,20200921L2,20200921L3&status=free For the above request I am getting response only for schedule 2...
by poonam
Tue Sep 22, 2020 9:48 am
Forum: Developers
Topic: API to update appointment status
Replies: 19
Views: 24560

Re: API to update appointment status

Hi Chris, Thank you for your response and we will update the opendental once next version will be released. Also can you help me with finding free slots from multiple operatory in single API call? For example, https://api.opendental.com/fhir/v2/slot?schedule=20200921L1&status=free here, we get free ...
by poonam
Mon Sep 14, 2020 12:03 pm
Forum: Developers
Topic: API to update appointment status
Replies: 19
Views: 24560

Re: API to update appointment status

Hi, I am trying to cancel the appointment through API call but it gives server error. I am using following body-code with PUT request for updating the appointment status. { "status": "cancelled", "priority": 5, "description": "Flo", "start": "2020-09-15T16:00:00", "end": "2020-09-15T16:45:00", "minu...
by poonam
Fri Aug 28, 2020 9:32 am
Forum: Developers
Topic: Creating an Appointment through API call
Replies: 6
Views: 9208

Re: Creating an Appointment through API call

Hi all, Kindly let me know of the above issue, that why I am not getting free slots in my response of https://api.opendental.com/fhir/v2/slot?schedule=20200923L1&status=free The response which is obtained is: { "resourceType": "Bundle", "type": "searchset", "total": 0, "entry": [] } I am guessing al...
by poonam
Thu Aug 27, 2020 9:50 am
Forum: Developers
Topic: Creating an Appointment through API call
Replies: 6
Views: 9208

Creating an Appointment through API call

Hi all, I wanted to know how to create an appointment for a specific observatory using API call. I referred the opendental document https://www.opendental.com/resources/OpenDentalFHIR19-3Spec.pdf use case 3 but still having hard time to find the tables mentioned to fetch the data. Example: https://a...