Search found 122 matches
- Wed Apr 09, 2025 4:00 pm
- Forum: API
- Topic: API Chart Ortho
- Replies: 3
- Views: 4942
Re: API Chart Ortho
Yes, please add it to development.
- Tue Apr 08, 2025 9:23 pm
- Forum: API
- Topic: Issue with Posting PreAuth Claim
- Replies: 8
- Views: 7145
Re: Issue with Posting PreAuth Claim
Hello, I selected procedures from the Active Treatment Plan and attempted to create a Pre-Auth claim, but encountered the same error: "Cannot create a PreAuth claim with procedures from a saved treatment plan." I’ve attached the relevant screenshots. Could you please guide us on this matter? This is...
- Fri Apr 04, 2025 3:52 am
- Forum: API
- Topic: API Chart Ortho
- Replies: 3
- Views: 4942
API Chart Ortho
Hello,
How would I be able to GET, POST, and PUT any items related to API Ortho Chart. I see in the API you can do it for normal chart here - https://opendental.com/site/apichartmodules.html
But, we are looking for Ortho Chart. Let us know.
How would I be able to GET, POST, and PUT any items related to API Ortho Chart. I see in the API you can do it for normal chart here - https://opendental.com/site/apichartmodules.html
But, we are looking for Ortho Chart. Let us know.
- Wed Mar 05, 2025 9:22 pm
- Forum: API
- Topic: Issue with Posting PreAuth Claim
- Replies: 8
- Views: 7145
Re: Issue with Posting PreAuth Claim
Good morning, You are attempting to use a procedure with an incorrect status. From our schema : PrecedureLog.ProcStatus.png As the error message indicates, you cannot use procedures that are of type TP. I am already checking the ProcStatus=1 in my query. Still, I see this error. Also, the ProcNum f...
- Thu Feb 27, 2025 3:45 am
- Forum: API
- Topic: Issue with Posting PreAuth Claim
- Replies: 8
- Views: 7145
Re: Issue with Posting PreAuth Claim
Thanks for the previous help.
One more question I have is, how can I find the Pri Ins Amount shown in the treatment plans module for an active treatment plan?
If you can help me with the query or the API, it will be very helpful.
Thanks in advance.
One more question I have is, how can I find the Pri Ins Amount shown in the treatment plans module for an active treatment plan?
If you can help me with the query or the API, it will be very helpful.
Thanks in advance.
- Mon Feb 10, 2025 4:22 am
- Forum: API
- Topic: Issue with Posting PreAuth Claim
- Replies: 8
- Views: 7145
Re: Issue with Posting PreAuth Claim
Hello API Team, Can you please help me with this process, as are development has stalled unless we get clarity.
- Wed Jan 29, 2025 8:12 pm
- Forum: API
- Topic: Data mismatch in Software vs. API
- Replies: 3
- Views: 3217
Re: Data mismatch in Software vs. API
[Forum moderators have deleted the contents of this post as it contained PHI.]
- Wed Jan 29, 2025 4:43 am
- Forum: API
- Topic: Data mismatch in Software vs. API
- Replies: 3
- Views: 3217
Data mismatch in Software vs. API
Hi Team, I recently observed that for a patient when I checked the FamFinUrgNote in the Open Dental software, there was no Note present in the accounts module, but for the same patient when I tried getting the data using the GET API, the FamFinUrgNote was showing up. Ideally, it should be the same o...
- Tue Jan 14, 2025 10:47 pm
- Forum: API
- Topic: Issue with Posting PreAuth Claim
- Replies: 8
- Views: 7145
Issue with Posting PreAuth Claim
Hello, I tried posting a pre-auth claim using the Claim POST API, with the below Request Object, patNum=38663, procNums=[1704688], claimType='PreAuth', insSubNum=35025, patRelat='Self' The request object is as expected by the POST API, but I am getting the below error, 400 Bad Request: ""Cannot crea...
- Thu Oct 24, 2024 2:03 pm
- Forum: API
- Topic: PUT API for ProcTPs
- Replies: 4
- Views: 11466
Re: PUT API for ProcTPs
Do you know roughly when this could be done? I recognize that you have huge list of changes to be done on the API, but we just wanted to plan accordingly on our end.
- Fri Oct 11, 2024 4:39 am
- Forum: API
- Topic: How to retrieve Open Dental's calculated insurance and patient portions?
- Replies: 18
- Views: 35936
Re: How to retrieve Open Dental's calculated insurance and patient portions?
Good afternoon, I would recommend a query to obtain this information. One of the advantages of this would be the ability to grab the information easily for list of patients. Calculations for populating the text boxes in your screenshot: AnnualMax - This is directly from the Benefit table (benefit.M...
- Thu Oct 10, 2024 3:27 am
- Forum: API
- Topic: PUT API for ProcTPs
- Replies: 4
- Views: 11466
PUT API for ProcTPs
Hi Team,
In the ProcTPs API, there is no PUT API at present. I request you to please add this to your development list. I want to PUT discounts for patients on the pre-payments done.
Thanks.
In the ProcTPs API, there is no PUT API at present. I request you to please add this to your development list. I want to PUT discounts for patients on the pre-payments done.
Thanks.
- Thu Oct 03, 2024 10:26 pm
- Forum: API
- Topic: Fetching the balance amount from the treatment plan
- Replies: 1
- Views: 7697
Fetching the balance amount from the treatment plan
Hi Team,
Please provide me some guidance on how to fetch the balance amount from the treatment plan module of Open Dental software.
Please provide me some guidance on how to fetch the balance amount from the treatment plan module of Open Dental software.
- Thu Oct 03, 2024 6:01 am
- Forum: API
- Topic: How to download Medical history PDF file
- Replies: 5
- Views: 19580
Re: How to download Medical history PDF file
Hi Team,
I tried to make a connection using PuTTY & also using FileZilla, but I am getting a network error saying "Network error: Connection refused"
What should be the problem here? Please help.
I tried to make a connection using PuTTY & also using FileZilla, but I am getting a network error saying "Network error: Connection refused"
What should be the problem here? Please help.
- Wed Sep 25, 2024 3:26 am
- Forum: API
- Topic: How to download Medical history PDF file
- Replies: 5
- Views: 19580
Re: How to download Medical history PDF file
Good Morning,
I checked it with my IT team and they told me that the user I am using has full permissions for the AtoZ folder in the dental office machine, still, I am getting the same error.
Please help.
I checked it with my IT team and they told me that the user I am using has full permissions for the AtoZ folder in the dental office machine, still, I am getting the same error.
Please help.
- Wed Sep 11, 2024 12:02 am
- Forum: API
- Topic: Error in procedurelog API
- Replies: 1
- Views: 10890
Error in procedurelog API
Hi Team,
While trying to update ProvNum in a procedurelog, I am getting this error from the API response,
""ProvNum is invalid. Provider is not associated with the claimproc's clinic.""
Can you please explain why I am getting this error & why I cannot update the ProvNum for a procedurelog?
Thanks,
While trying to update ProvNum in a procedurelog, I am getting this error from the API response,
""ProvNum is invalid. Provider is not associated with the claimproc's clinic.""
Can you please explain why I am getting this error & why I cannot update the ProvNum for a procedurelog?
Thanks,
- Tue Sep 03, 2024 3:46 am
- Forum: API
- Topic: How to download Medical history PDF file
- Replies: 5
- Views: 19580
How to download Medical history PDF file
Hi Team, How can I download the sheet document into a PDF document? While trying to use the DownloadSftp I am getting this error, "Unable to save file. Connecting to ###.###.###.### has failed with user: ********\r\nNo connection could be made because the target machine actively refused it" Please s...
- Sun Jul 21, 2024 10:27 pm
- Forum: API
- Topic: Statement generation for patient
- Replies: 9
- Views: 23877
Re: Statement generation for patient
I request you to please add the statement GET API to your development list, and also using that API, will I be able to generate a PDF file of that statement for a specific patient? I mean will that statement response contain the statement text, as we have receipt text in the payments GET?
- Sun Jul 21, 2024 10:22 pm
- Forum: API
- Topic: PUT API to update prosthesis of procedurelog
- Replies: 1
- Views: 7363
PUT API to update prosthesis of procedurelog
Hi Team,
Is there a way to update the "Prosthesis" field of a procedurelog? In the PUT API request body documented in the API specification, I can't see the prosthesis parameter, can you please let me know if the API is under development or if there is another way to do it?
Thanks.
Is there a way to update the "Prosthesis" field of a procedurelog? In the PUT API request body documented in the API specification, I can't see the prosthesis parameter, can you please let me know if the API is under development or if there is another way to do it?
Thanks.
- Wed Jul 17, 2024 2:43 am
- Forum: API
- Topic: Statement generation for patient
- Replies: 9
- Views: 23877
Statement generation for patient
Hi Team,
Can you please guide me with an API or query on generating the latest statement document for a given patient number?
Can you please guide me with an API or query on generating the latest statement document for a given patient number?
- Fri Jun 21, 2024 1:52 am
- Forum: API
- Topic: eConnector shutting off automatically
- Replies: 1
- Views: 7292
eConnector shutting off automatically
Hi Team,
I have noticed that around 6:00 pm to 6:30 pm the eConnector automatically shuts off. This has happened many a time in the last one month. Please help me with this issue.
I have noticed that around 6:00 pm to 6:30 pm the eConnector automatically shuts off. This has happened many a time in the last one month. Please help me with this issue.
- Thu May 30, 2024 9:35 am
- Forum: API
- Topic: Merged patient notification
- Replies: 1
- Views: 7850
Merged patient notification
Hello Open Dental,
How can I get a notice on which patient account number is merged and which patient accounts are not merged. I can get archived from Patient Status. But in Open Dental Archived and merged are separate.
https://opendental.com/site/apipatients.html
How can I get a notice on which patient account number is merged and which patient accounts are not merged. I can get archived from Patient Status. But in Open Dental Archived and merged are separate.
https://opendental.com/site/apipatients.html
- Tue May 28, 2024 8:11 pm
- Forum: API
- Topic: Poayment post question
- Replies: 8
- Views: 20714
Re: Poayment post question
Yes, our request is to PUT ProcessStatus to OnlineProcessed
- Tue May 28, 2024 8:15 am
- Forum: API
- Topic: Poayment post question
- Replies: 8
- Views: 20714
Re: Poayment post question
We want to make the PUT function for the online payment for Xcharge, Global Payments, etc.
- Mon May 27, 2024 6:47 am
- Forum: API
- Topic: API Recalls
- Replies: 4
- Views: 15721
Re: API Recalls
Also, can you add API Recalls POST function for the follow database fields "PatNum": 38, "DateDue": "2022-09-09", "DatePrevious": "0001-01-01", "RecallInterval": "6m1d", "RecallStatus": 142, "recallStatus": "Mailed Postcard", "Note": "", "IsDisabled": "false", "DateTStamp": "2021-07-21 10:05:47", "R...
- Mon May 27, 2024 6:37 am
- Forum: API
- Topic: Poayment post question
- Replies: 8
- Views: 20714
Re: Poayment post question
Can Open Dental API add a parameter for Payment PUT for "ProcessStatus": "OfficeProcessed", etc. Please let me know.
- Thu May 16, 2024 6:59 pm
- Forum: API
- Topic: API Recalls
- Replies: 4
- Views: 15721
API Recalls
I wanted to add a few things to API Recalls development list.
PUT fuction in API Recalls for:
"IsDisabled"
"DisableUntilBalance":
"DisableUntilDate":
Could you let me know if you can add this?
PUT fuction in API Recalls for:
"IsDisabled"
"DisableUntilBalance":
"DisableUntilDate":
Could you let me know if you can add this?
- Thu May 16, 2024 11:31 am
- Forum: API
- Topic: Intial versus replacement reason
- Replies: 3
- Views: 7623
Re: Intial versus replacement reason
Yes, I am aware of this. But, there is not way to do POST or PUT for Prosthesis and DateOriginalProsth. Is there a way you can add this to development?
- Thu May 16, 2024 11:05 am
- Forum: API
- Topic: Intial versus replacement reason
- Replies: 3
- Views: 7623
Intial versus replacement reason
Some dental codes have initial or replacement reason attached to each code.
Under prosthesis replacement, you will see the selection here under Procedure edit.
https://opendental.com/manual/procedureedit.html
Is there a way to get initialg or replacement info in API (GET, PUT, and POST)?
Under prosthesis replacement, you will see the selection here under Procedure edit.
https://opendental.com/manual/procedureedit.html
Is there a way to get initialg or replacement info in API (GET, PUT, and POST)?
- Tue Apr 30, 2024 5:39 am
- Forum: Main Forum
- Topic: Fetching outstanding balance of a patient
- Replies: 0
- Views: 38437
Fetching outstanding balance of a patient
Hi Team,
I want to know how I can fetch a patient's outstanding balance. Please guide me on this.
I want to know how I can fetch a patient's outstanding balance. Please guide me on this.
- Thu Apr 25, 2024 3:33 am
- Forum: API
- Topic: Need help in getting Subscriber's Birthdate
- Replies: 2
- Views: 7036
Re: Need help in getting Subscriber's Birthdate
I got it. Thanks.
- Tue Apr 23, 2024 5:34 am
- Forum: API
- Topic: Need help in getting Subscriber's Birthdate
- Replies: 2
- Views: 7036
Need help in getting Subscriber's Birthdate
Hi Team, I want to know, how I can get the Subscriber's Birthdate from the Patient Registration form. I tried using GET [/sheets] & [/sheetfield], but I got this response, { "SheetFieldNum": 17835860, "SheetNum": 126029, "FieldType": "StaticText", "FieldName": "", "FieldValue": "Subscriber’s Birthda...
- Sat Mar 30, 2024 1:51 pm
- Forum: API
- Topic: Pharmacy GET & POST
- Replies: 3
- Views: 5583
Re: Pharmacy GET & POST
Well, I guess that is just the full list of pharmacy for the database in open dental. I was thinking how to GET and POST the pharamacy to the patient's acct so it populates on eRX.
- Sat Mar 30, 2024 1:34 pm
- Forum: API
- Topic: Custom logtext for audit trails
- Replies: 3
- Views: 6253
Re: Custom logtext for audit trails
Is it possible to add this to your development list?
- Sat Mar 30, 2024 1:30 pm
- Forum: API
- Topic: Pharmacy GET & POST
- Replies: 3
- Views: 5583
Pharmacy GET & POST
Hello API Team,
Is there a way to get Pharmacy GET, PUT & POST. I tried to find it in API specification, but I could not. We would like to POST or PUT pharmacy information for patients. How can we do this?
Thanks,
Is there a way to get Pharmacy GET, PUT & POST. I tried to find it in API specification, but I could not. We would like to POST or PUT pharmacy information for patients. How can we do this?
Thanks,
- Tue Mar 19, 2024 7:26 am
- Forum: API
- Topic: Database connection issue
- Replies: 1
- Views: 4408
Database connection issue
Hi Team, Today, while submitting an SQL query in the PUT API of open dental, it returned the below response message with an HTTP status code of 400, ""Error submitting query. Unable to connect to any of the specified MySQL hosts."" Please help me understand the issue & how I can prevent this from ha...
- Mon Mar 18, 2024 10:01 am
- Forum: API
- Topic: Posting TP procedurelog without appointment number
- Replies: 1
- Views: 3546
Posting TP procedurelog without appointment number
Hi Team,
I have a requirement where I have to create treatment plan procedurelog but the condition is that it should not be attached to any appointment. Is it possible to have a treatment procedurelog with no appointment attached to it?
Please guide me on this.
I have a requirement where I have to create treatment plan procedurelog but the condition is that it should not be attached to any appointment. Is it possible to have a treatment procedurelog with no appointment attached to it?
Please guide me on this.
- Mon Mar 18, 2024 9:59 am
- Forum: API
- Topic: Custom logtext for audit trails
- Replies: 3
- Views: 6253
Custom logtext for audit trails
Hi Team,
Is there a possibility of setting a custom logtext for the API audit trails? if possible can you please provide some reference for the same?
Is there a possibility of setting a custom logtext for the API audit trails? if possible can you please provide some reference for the same?
- Mon Mar 18, 2024 9:55 am
- Forum: API
- Topic: Need help for Benefits PUT API
- Replies: 1
- Views: 4007
Need help for Benefits PUT API
Hi Team, Suppose there's a wrongly entered benefit with a limitation of "3 times per benefit year" for a specific frequency under an insurance plan, and if I want to update it to "Every 3 Years" using benefit PUT API, how to do it? I tried it using the benefit PUT API, and provided below request obj...
- Tue Feb 06, 2024 6:26 am
- Forum: API
- Topic: Fam Urgent Fin Note:
- Replies: 1
- Views: 4284
Fam Urgent Fin Note:
I would like to get "Fam Urgent Fin Note" which is in the Account module to have the ability to GET, POST, and DELETE. Where is this located in API Specfics.
- Tue Jan 02, 2024 8:36 am
- Forum: API
- Topic: Issue with Claims API
- Replies: 1
- Views: 4098
Issue with Claims API
Hi Team, I am trying to POST below json object to the Claims API, { "patNum": 3062, "procNums": [1503483, 1503484, 1503485], "claimType": "P" } But I faced this error in response with a 400 Bad request, "ProcNum(s) 1503483, 1503484, 1503485 are invalid for this patient." Please explain what does thi...
- Mon Dec 18, 2023 6:10 pm
- Forum: API
- Topic: Adjustments to insurance benefits
- Replies: 3
- Views: 6421
Re: Adjustments to insurance benefits
I did see the documenation here on this URL.
https://www.opendental.com/site/apiclaimprocs.html
ClaimProcs InsAdjust
But, I am looking for ClaimProcs GET InsAdjust (not the PUT or POST). How can I get this?
https://www.opendental.com/site/apiclaimprocs.html
ClaimProcs InsAdjust
But, I am looking for ClaimProcs GET InsAdjust (not the PUT or POST). How can I get this?
- Mon Dec 11, 2023 10:20 am
- Forum: API
- Topic: Payment POST question
- Replies: 10
- Views: 12916
Re: Payment POST question
Would the payment PUT be for Putting ProcessStatus as accepted online pending payment to processed payment. Right now, it says as pending and it can only be done manually.
- Mon Dec 04, 2023 4:59 am
- Forum: API
- Topic: Issue with planType field
- Replies: 1
- Views: 4167
Issue with planType field
Hi team,
In the response model of GET /familymodules there are two fields planType & PlanType. can you please help me understand the possible values for both fields & how I can get 'PPO Fixed Benefit' value out of any of these two fields?
Thanks.
In the response model of GET /familymodules there are two fields planType & PlanType. can you please help me understand the possible values for both fields & how I can get 'PPO Fixed Benefit' value out of any of these two fields?
Thanks.
- Tue Nov 28, 2023 6:33 pm
- Forum: API
- Topic: API ProcTPs question
- Replies: 10
- Views: 13611
Re: API ProcTPs question
Thank you for this. I did see this in beta version. Would it be possible to add IsDateProthEst POST and Prosthesis POST.
- Tue Nov 28, 2023 8:39 am
- Forum: API
- Topic: Adjustments to insurance benefits
- Replies: 3
- Views: 6421
Adjustments to insurance benefits
Hello,
How can we get the GET and POST / PUT function for Adjustments to insurance benefits under the API protocol?
https://opendental.com/manual/adjinsbenefits.html
How can we get the GET and POST / PUT function for Adjustments to insurance benefits under the API protocol?
https://opendental.com/manual/adjinsbenefits.html
- Tue Nov 28, 2023 8:37 am
- Forum: API
- Topic: ProcTPs POST
- Replies: 7
- Views: 8376
Re: ProcTPs POST
If a patient is eligible for whitening or night guards, we would like to add this code into his treatment plan so the front desk/doctors and discuss the treatment plan and estimates. So, we want to add D9944 code to the patients treatment plan and then have the ability to put priorities and phase th...
- Mon Nov 27, 2023 9:14 am
- Forum: API
- Topic: ProcTPs POST
- Replies: 7
- Views: 8376
Re: ProcTPs POST
We need it associated with individual PATNUM accts. How can we do that?
- Mon Nov 27, 2023 8:52 am
- Forum: API
- Topic: ProcTPs POST
- Replies: 7
- Views: 8376
Re: ProcTPs POST
How can we POST TP codes for select PATNUMs?
- Mon Nov 27, 2023 3:59 am
- Forum: API
- Topic: ProcTPs POST
- Replies: 7
- Views: 8376
ProcTPs POST
Hello Open Dental,
Can you enable a function for ProcTPs POST. We would like to add procedure codes to certain PATNUMs thru the API.
Thank you.
Can you enable a function for ProcTPs POST. We would like to add procedure codes to certain PATNUMs thru the API.
Thank you.
- Tue Nov 07, 2023 2:01 am
- Forum: API
- Topic: Regarding special characters and spaces in APIs
- Replies: 1
- Views: 3807
Regarding special characters and spaces in APIs
Hello Team, I am using Patient's simple GET API: "GET /patients/Simple?LName=smi&FName=eter&Birthdate=1976-05-24" While incorporating this into my Java code, I encountered a scenario where there was a space in the first name. My code automatically converted that space into '%20', which resulted in i...
- Tue Sep 26, 2023 3:55 am
- Forum: API
- Topic: Regarding API Subscription
- Replies: 3
- Views: 4634
Re: Regarding API Subscription
Good morning, I am writing to inquire about the available options for filtering appointment data in the subscribed polling-seconds time. Currently, we are receiving a large number of appointments, including cases where a user simply double-clicks to view an appointment from the UI. I noticed there i...
- Fri Sep 22, 2023 3:17 am
- Forum: API
- Topic: Regarding API Subscription
- Replies: 3
- Views: 4634
Regarding API Subscription
Hello team, We have reviewed the API subscription and event documentation and have successfully subscribed to receive appointments. However, we are receiving batches of 1000 appointments every 5 seconds, even when there is no change in the response. Could you please guide us on how to listen for eve...
- Thu Sep 07, 2023 5:43 am
- Forum: API
- Topic: Bad request
- Replies: 1
- Views: 3900
Bad request
Hello API team. I am getting an error on our API request. It says “ : 400 Bad Request: ""Error. This is most likely a version issue. The version that the customer is using might be too old to support the API method used."" Do we need to upgrade our version?
- Wed Aug 16, 2023 9:22 am
- Forum: API
- Topic: New API Request
- Replies: 16
- Views: 20154
Re: New API Request
Is there a way to create Claim Finalize POST and PUT functions? It is helpful when a claim has $0 of estimated payment, and offices do not want to send a claim just to get a denial.
- Wed Aug 09, 2023 6:50 pm
- Forum: API
- Topic: New API Request
- Replies: 16
- Views: 20154
Re: New API Request
A few questions regarding Claims Post. 1) Will Claims POST allow the API service to skip codes that are marked as "do not bill” codes or $0 procedure codes when posting a claim? 2) Will Claims POST posting and finalizing a claim whereby the total insurance estimate comes to $0 for insurance estimate...
- Fri Jul 28, 2023 11:51 am
- Forum: API
- Topic: Payment POST question
- Replies: 10
- Views: 12916
Re: Payment POST question
Its really automate ProcessStatus as accepted online pending payment to processed payment. Right now, it says as pending and it can only be done manually.
- Fri Jul 28, 2023 8:11 am
- Forum: API
- Topic: Payment POST question
- Replies: 10
- Views: 12916
Re: Payment POST question
Payment PUT would be for these fields.
"PayType": 69,
"payType": "Check",
"CheckNum": "12798",
"BankBranch": "20-6",
"PayNote": "",
"DateEntry": "2022-06-24",
"Receipt": "",
"PaymentSource": "None",
"ProcessStatus": "OfficeProcessed",
"IsCcCompleted": "false",
"PayType": 69,
"payType": "Check",
"CheckNum": "12798",
"BankBranch": "20-6",
"PayNote": "",
"DateEntry": "2022-06-24",
"Receipt": "",
"PaymentSource": "None",
"ProcessStatus": "OfficeProcessed",
"IsCcCompleted": "false",
- Thu Jul 27, 2023 6:24 pm
- Forum: API
- Topic: Payment POST question
- Replies: 10
- Views: 12916
Re: Payment POST question
Does the API allow Payment PUT to edit an existing payment that has been posted by the dental team. Is there a way to add this to the development list?
https://opendental.com/site/apipayments.html
https://opendental.com/site/apipayments.html
- Mon Jul 24, 2023 12:39 pm
- Forum: API
- Topic: Payment POST question
- Replies: 10
- Views: 12916
Payment POST question
Does the API allow payment post via the local program link bridge? For example, if a practice uses Global Payments (Xcharge), then can the API user run a Payment POST using xcharge as the payment tool? Or does the payment POST will allow us to post if we have a third party connection for merchant pr...
- Thu Jul 20, 2023 12:39 pm
- Forum: API
- Topic: Insurance: Relationship to subscriber
- Replies: 1
- Views: 3299
Insurance: Relationship to subscriber
Is there a way to add the GET and POST function for Relationship to subscriber
https://opendental.com/site/apiinssubs.html
https://opendental.com/site/apiinssubs.html
- Thu Jul 20, 2023 12:27 pm
- Forum: API
- Topic: Completed codes update questions
- Replies: 8
- Views: 11360
Re: Completed codes update questions
Thank you for the message. Yes, we would like the enhancement feature for enhance our existing ClaimProcs GET to all the ClaimProcs by the 'ProcNum', and ProcedureLogs GET (Single)
- Tue Jul 18, 2023 9:24 pm
- Forum: API
- Topic: Completed codes update questions
- Replies: 8
- Views: 11360
Re: Completed codes update questions
Also we want to update ClaimProc for that also the API doc do not have facility to get ClaimProc using 'ClaimProcNum'. It would be great if you could provide that also. If it requires all other data to update ClaimProc and not just single field.
Thank you.
Thank you.
- Tue Jul 18, 2023 9:11 pm
- Forum: API
- Topic: Completed codes update questions
- Replies: 8
- Views: 11360
Re: Completed codes update questions
Good morning, We can add ProcedureLogs GET (Single) to our development list. It would return the single procedurelog associated with the specified procnum. However if your goal is to update an existing procedure you will only need the procnum, which it sounds like you already have. Can you please c...
- Tue Jul 18, 2023 6:19 am
- Forum: API
- Topic: Completed codes update questions
- Replies: 8
- Views: 11360
Completed codes update questions
Hello API Team. We are looking to update a completed appt provider and amount with a GET, PUT and POST option. For example, if the dental office completed a code for Missed appt (D9986), then we would like to change the amount and provider on the completed account module. In the API documentation, w...
- Wed Jul 12, 2023 2:10 am
- Forum: API
- Topic: Relation between provider and employee tables
- Replies: 1
- Views: 3376
Relation between provider and employee tables
Hello Team, I want your guidance on, what is the direct relationship between employee table and provider table. We tried thinking of a connection via email or ProvNum, but no success. Also tried via FName and LName, but it is again not fetching proper data if there present a preferred name in provid...
- Tue Jul 11, 2023 11:07 pm
- Forum: API
- Topic: Not getting all commlogs in GET API
- Replies: 2
- Views: 5056
Re: Not getting all commlogs in GET API
Good morning,
Following your suggestions, I get the required data in 'emailmessage' table.
Thank you,
Following your suggestions, I get the required data in 'emailmessage' table.
Thank you,
- Tue Jul 11, 2023 5:43 am
- Forum: API
- Topic: Not getting all commlogs in GET API
- Replies: 2
- Views: 5056
Not getting all commlogs in GET API
Hello Team, We are trying to fetch data from commlogs, whether the an email is sent or not to patient. And we found that we are able to see the list in the patient-->account section, but the same logs are not visible if we try to fetch using user query or using GET-API ("/commlogs?PatNum="). In fact...
- Thu Jul 06, 2023 2:56 pm
- Forum: API
- Topic: API for web forms
- Replies: 6
- Views: 10271
Re: API for web forms
Can you put in development for IsWebForm GET?
- Thu Jul 06, 2023 2:44 pm
- Forum: API
- Topic: API for web forms
- Replies: 6
- Views: 10271
Re: API for web forms
Sending email notifications that a form has been received from the URL.
- Thu Jul 06, 2023 12:31 pm
- Forum: API
- Topic: API for web forms
- Replies: 6
- Views: 10271
API for web forms
Where in the API can we find out if a sheet was submitted via web or in-person? Some patients can click the patient forms and fill it out and some do it from eClipboard and some is done with front office submission by click Add in forms button. How can the API find out which method the form was subm...
- Sun Jul 02, 2023 6:37 pm
- Forum: API
- Topic: Confirmation status
- Replies: 6
- Views: 10901
Re: Confirmation status
Is there a way to add GET histappointments, PUT or POST histappointments as well. I do recognize that we do can a short query on histappointments appts , but we can not change the histappointments status. Or, is there a way to change the histappointments confirmation status
- Fri Jun 30, 2023 8:09 am
- Forum: API
- Topic: Some Data We Can Not Found in Query #43132
- Replies: 5
- Views: 9322
Re: Some Data We Can Not Found in Query #43132
Yes, please add it to SheetFields GET
- Fri Jun 30, 2023 7:26 am
- Forum: API
- Topic: Some Data We Can Not Found in Query #43132
- Replies: 5
- Views: 9322
Re: Some Data We Can Not Found in Query #43132
For the MISC, I did find it in the database schema and it's under Reportable Name. But, how would I get this in the API Sheets? I do not see the reportable name in the API sheets. Or would it be in another API table?
- Fri Jun 30, 2023 7:25 am
- Forum: API
- Topic: API ProcTPs question
- Replies: 10
- Views: 13611
Re: API ProcTPs question
No, its fine to keep your list as you have it. I was just inquiring about POST function and whether that was feasible.
- Thu Jun 29, 2023 10:56 pm
- Forum: Main Forum
- Topic: Regarding Web form response
- Replies: 0
- Views: 11541
Regarding Web form response
Dear Team, I want to know where do we store the responses of all forms. Specifically I am looking for responses of form 'Release of Dental Records'. In the database I was able to get the date and the type of sheet a particular patient filled, But I need the information filled by patient in that form...
- Thu Jun 29, 2023 7:10 pm
- Forum: API
- Topic: API ProcTPs question
- Replies: 10
- Views: 13611
Re: API ProcTPs question
Were you able to research the feasibility/workflow of adding procedurecodes/procedurelogs POST?
- Tue Jun 27, 2023 9:29 pm
- Forum: API
- Topic: API query error message
- Replies: 4
- Views: 7239
Re: API query error message
That query is working fine if I run it in User Query window of Open Dental, but if I try running it in PUT ShortQuery method API then it is giving unauthorized as error. Good morning beacondental, Depending on how you are sending your API request, the application/program/client may have trouble par...
- Tue Jun 27, 2023 6:56 am
- Forum: API
- Topic: API query error message
- Replies: 4
- Views: 7239
Re: API query error message
That query is working fine if I run it in User Query window of Open Dental, but if I try running it in PUT ShortQuery method API then it is giving unauthorized as error.
- Mon Jun 26, 2023 7:50 am
- Forum: API
- Topic: API query error message
- Replies: 4
- Views: 7239
API query error message
Under API query, I am getting an error saying 'Unauthorized' if I run Dentist KPI (QR41564) query in my local machine. We tried but has not worked for us. See attached error message. Please help and let me know the issue.
- Wed Jun 21, 2023 5:28 am
- Forum: Main Forum
- Topic: Seeking help to get data
- Replies: 1
- Views: 5737
Seeking help to get data
Hello Team, We are working on an automation email service for Summary of Records Released by Clinic. For that we need data of the field 'Reason for Releasing Records' submitted by a form(I have attached the form's image), we tried finding relation based on the table documentation provided by the tea...
- Thu Jun 15, 2023 3:58 am
- Forum: API
- Topic: Some Data We Can Not Found in Query #43132
- Replies: 5
- Views: 9322
Some Data We Can Not Found in Query #43132
Hello Sir/Ma'am, I am working on an email service of 'Summary of records release by clinic' and use Query #43132, in that I need to find the reason why the patient is changing or moving to some other clinic e.g: 21711-Richard F. (Choosing another doctor) here the reason is choosing another doc. This...
- Wed Jun 14, 2023 7:03 pm
- Forum: API
- Topic: Claim create
- Replies: 9
- Views: 14078
Re: Claim create
Wanted to follow up to see what the progress was for this function for Claim Post. Also, I did want to clarify my earlier question regarding DXC attachments. Currently, attachments are available to send via dental change in Open Dental. We would like to the ability to add attachments to the Claim Po...
- Tue Jun 13, 2023 8:03 am
- Forum: API
- Topic: API Query timeout
- Replies: 7
- Views: 12565
Re: API Query timeout
When we run a sample run on the local work stations, a 1800 line query takes about 2 minutes and 10 seconds. And even when we split the query or split the clinic to run only one clinic, it still does the same time.
- Tue Jun 13, 2023 7:30 am
- Forum: API
- Topic: API Query timeout
- Replies: 7
- Views: 12565
Re: API Query timeout
We have tried both ways for query that has 1800 lines of code and it gets timeout. Is it possible to request to do 120 seconds timeout on your end? This will give ample time for slightly complex queries.
- Sat Jun 10, 2023 10:35 pm
- Forum: API
- Topic: API ProcTPs question
- Replies: 10
- Views: 13611
Re: API ProcTPs question
Yes, please do add Prosthesis (and probably DateOriginalProsth and IsDateProsthEst) to procedurelogs. We would need the GET and POST functions for all these date sets.
- Wed Jun 07, 2023 11:27 am
- Forum: API
- Topic: API ProcTPs question
- Replies: 10
- Views: 13611
API ProcTPs question
I was looking to get the prosthesis replacement GET function in ProcTPs. I don't see it here in this link. Would it be somewhere else?
https://www.opendental.com/site/apiproctps.html
https://www.opendental.com/site/apiproctps.html
- Tue Jun 06, 2023 7:51 pm
- Forum: API
- Topic: Income transfer manager
- Replies: 5
- Views: 9491
Re: Income transfer manager
Is there a way to run the income transfer manager thru the API short query?
- Tue Jun 06, 2023 1:26 pm
- Forum: API
- Topic: Patient portal API
- Replies: 3
- Views: 7354
Re: Patient portal API
We would need the patients username. The use case it that many times patients can not get into their patient records and need to be emailed the usernames. The API will allow the username to be emailed.
- Mon Jun 05, 2023 6:49 pm
- Forum: API
- Topic: Patient portal API
- Replies: 3
- Views: 7354
Patient portal API
Hello Open Dental. Is there a way to GET the API for Username for open dental patient portal?
- Mon Jun 05, 2023 6:38 pm
- Forum: API
- Topic: Question on DiscountPlanSubs DELETE
- Replies: 1
- Views: 4734
Question on DiscountPlanSubs DELETE
I see that DiscountPlanSubs DELETE is a new feature. When reading the online explanation, I had a clarification. Is this DELETE function such that API users are dropping the discount plan? Or is it deleting the discount plans in List.
- Wed May 31, 2023 4:53 am
- Forum: API
- Topic: API Query timeout
- Replies: 7
- Views: 12565
Re: API Query timeout
Dear OpenDental Team, 1) Which Queries method are you trying to use: Queries POST or Queries PUT ShortQuery? -> We are using the PUT ShortQuery method API 2) Is the query you are running via the API and in Open Dental identical to the same database? -> Yes 3) How long does the query take to execute ...
- Tue May 30, 2023 3:50 am
- Forum: API
- Topic: API Query timeout
- Replies: 7
- Views: 12565
API Query timeout
Hello API Team, We are trying to run API queries, but they are timing out after 60 seconds. Is there a way to change this as when we run the query in Open Dental, it works fine.
- Mon May 22, 2023 12:02 pm
- Forum: API
- Topic: EOB attachments
- Replies: 7
- Views: 11451
Re: EOB attachments
Yes, we would need to download the EOB files and get the info on the files? Thank you.
- Sun May 21, 2023 7:12 pm
- Forum: API
- Topic: Outstanding insurance claims
- Replies: 1
- Views: 5217
Outstanding insurance claims
We would like to know if we could add to the development of GET and POST functions for Status History information like custom track status, claim error code, and notes. It is found here in open dental. https://opendental.com/manual/claimtabstatus.html
- Sat May 20, 2023 7:25 am
- Forum: API
- Topic: EOB attachments
- Replies: 7
- Views: 11451
Re: EOB attachments
Is there a way to GET an API call for the the stored files in the OpenDentImages\EOBs folder and eobattach table and claimpayment table?
- Fri May 19, 2023 11:21 am
- Forum: API
- Topic: EOB attachments
- Replies: 7
- Views: 11451
EOB attachments
Is there a way to GET EOBs attached to primary or secondary claims. We were looking to get the files that were attached.
- Tue May 16, 2023 6:29 pm
- Forum: API
- Topic: Request benefits in family module
- Replies: 13
- Views: 18768
Re: Request benefits in family module
In this method "ClaimProcs PUT InsAdjust", it does not allow DELETE and GET fuction.
- Tue May 16, 2023 8:26 am
- Forum: API
- Topic: API Security permission
- Replies: 4
- Views: 8338
Re: API Security permission
Yes, please add the GETs function for these request.
- Tue May 16, 2023 7:49 am
- Forum: API
- Topic: Request benefits in family module
- Replies: 13
- Views: 18768
Re: Request benefits in family module
As an additional request on API benefits tab, we would like to get the GET, POST, DELETE for Adjustments to Insurance benefits.
https://opendental.com/manual/adjinsbenefits.html
https://opendental.com/manual/adjinsbenefits.html
- Tue May 16, 2023 6:28 am
- Forum: API
- Topic: API Security permission
- Replies: 4
- Views: 8338
API Security permission
For API security permission, it would be helpful to get all the items available in the security table. Items like user ID, employee associated, User groups, hidden or not hidden, provider link, dosespot ID, clinic attached, etc.
https://www.opendental.com/site/apisecurity.html
https://www.opendental.com/site/apisecurity.html
- Mon May 15, 2023 9:21 am
- Forum: API
- Topic: Patient merge
- Replies: 2
- Views: 5511
Re: Patient merge
Well, we often get front desk to create a new patient without checking prior history that we do have that patient on file. We would like to auto merge if the patient does match name/dob. There are lots of finished features in open dental that would be great to have in the API (whereby staff does not...
- Fri May 12, 2023 12:57 pm
- Forum: API
- Topic: Patient merge
- Replies: 2
- Views: 5511
Patient merge
Is it possible to have an API for patient merge capability. PUT OR POST merge for patient duplicates. This is located in Open Dental under Tools, Misc Tools, and then Patient merge.
- Fri May 12, 2023 12:30 pm
- Forum: API
- Topic: New API Request
- Replies: 16
- Views: 20154
Re: New API Request
I am referring to DXC tab attachments. We wanted an API protocol for get and post attachments to DXC tab.
- Fri May 12, 2023 8:17 am
- Forum: API
- Topic: New API Request
- Replies: 16
- Views: 20154
Re: New API Request
It would be great if Claim PUT or Claim POST can have the ability to attach xrays, periocharts, doc narratives to the claim. We would like to the ability to edit attachments and add attachments.
- Thu May 11, 2023 8:28 pm
- Forum: API
- Topic: Claim create
- Replies: 9
- Views: 14078
Re: Claim create
It would be great if Claim PUT or Claim POST can have the ability to attach items to the claim. Currently, attachments are available to send via dental change in Open Dental. We would like to the ability to edit attachments and add attachments.
- Thu May 11, 2023 1:54 pm
- Forum: API
- Topic: Request benefits in family module
- Replies: 13
- Views: 18768
Re: Request benefits in family module
Yes, please do add GET etrans, GET etransmessagetext, and GET insverifies to your development list.
- Thu May 11, 2023 11:26 am
- Forum: API
- Topic: Request benefits in family module
- Replies: 13
- Views: 18768
Re: Request benefits in family module
I guess the question outstanding is the following: Is there a way for the api to ping "request benefits" to see if a plan is active and not get results that a staff member clicked "Now" When you put Getinsverity, then you are just getting the info a staff member manually modified by clicking now or ...
- Wed May 10, 2023 12:18 pm
- Forum: API
- Topic: Request benefits in family module
- Replies: 13
- Views: 18768
Re: Request benefits in family module
Please do add GET etrans, GET etransmessagetext, and GET insverifies to your development list.
- Wed May 10, 2023 11:35 am
- Forum: API
- Topic: Request benefits in family module
- Replies: 13
- Views: 18768
Re: Request benefits in family module
Yes, we are talking about eBenefits under "Request benefits." Is there a way to do an API call and request results from the 271 response.
As well as, is there a way to GET and POST for eligibility date verified and benefits date verified.
As well as, is there a way to GET and POST for eligibility date verified and benefits date verified.
- Tue May 09, 2023 7:24 pm
- Forum: API
- Topic: Request benefits in family module
- Replies: 13
- Views: 18768
Request benefits in family module
Within family module, open dental has "Request benefits" - is there a way to get an API for request benefits feature and retrieve results of the 271 normal response from Dentalxchange. This is to see if it's active coverage or not (and maybe benefit information) under 271 normal response. As of now,...
- Tue May 09, 2023 3:35 pm
- Forum: API
- Topic: Program links
- Replies: 3
- Views: 6881
Re: Program links
What would you mean by "their database"
- Tue May 09, 2023 12:55 pm
- Forum: API
- Topic: Program links
- Replies: 3
- Views: 6881
Program links
Hello Open Dental, We understand that API documents (https://www.opendental.com/site/apidocuments.html) has the ability to get and post images saved to open dental images module. But, with program links, we link to Kodak xrays with Open Dental patnum ID. Is there a way thru the open dental API to ge...
- Mon May 08, 2023 10:50 am
- Forum: API
- Topic: Confirmation status
- Replies: 6
- Views: 10901
Re: Confirmation status
We are you wanting to know what confirmation statuses a single appointment has had over time.
- Sun May 07, 2023 6:40 pm
- Forum: API
- Topic: Confirmation status
- Replies: 6
- Views: 10901
Confirmation status
In open dental, users are allowed to create confirmation status for appt (e.g., unconfirmed, text, confirmed, READY, etc.). We would like to get the history of confirmation status thru the API. Is this possible?
- Sun May 07, 2023 4:38 pm
- Forum: API
- Topic: Claim create
- Replies: 9
- Views: 14078
Re: Claim create
For Claims POST, it would be great if you could do the claim post for Claims and Preauth as well. So both options for postings.
- Sat May 06, 2023 6:08 pm
- Forum: API
- Topic: Database maintenance
- Replies: 1
- Views: 5012
Database maintenance
Is there a way to do database maintenance thru the API protocol. So, we can Get results from database maintenance and then post fixes as necessary.
- Tue May 02, 2023 7:09 pm
- Forum: API
- Topic: Claim create
- Replies: 9
- Views: 14078
Re: Claim create
When you say "under development", then is it expected to be released in the next one month or so? Or longer?
- Tue May 02, 2023 11:01 am
- Forum: API
- Topic: Claim create
- Replies: 9
- Views: 14078
Claim create
Hello Open Dental API Team,
Is it possible in open dental API to create a claim based on unsent claims. What exact link should I review to create a new claim (I think it should be the post function), but just wanted to clarify.
Is it possible in open dental API to create a claim based on unsent claims. What exact link should I review to create a new claim (I think it should be the post function), but just wanted to clarify.
- Thu Apr 27, 2023 6:57 pm
- Forum: API
- Topic: Sheets for payment receipts
- Replies: 1
- Views: 5769
Sheets for payment receipts
Hello Open dental API, I wanted to see if your API allows download of payment receipts based on payment date. So, the sheet PDF would be extracted and saved on our hosting via the API. Also, would we be able to access the scanned/imported images folders in Imaging module of Open dental. Basically, b...
- Wed Mar 15, 2023 9:41 am
- Forum: API
- Topic: RefAttaches API functionality not working
- Replies: 2
- Views: 4154
Re: RefAttaches API functionality not working
Got it. We are on Version 22.3.48. We will upgrade once we get a stable version to use.
- Wed Mar 15, 2023 8:46 am
- Forum: API
- Topic: RefAttaches API functionality not working
- Replies: 2
- Views: 4154
RefAttaches API functionality not working
Below API functionality not working. GET RefAttaches API functionality not working. it gives the error message "refattaches GET is not a valid method." with HTTP status code 400. GET /refattaches?PatNum= API functionality not working. it gives the error message "refattaches GET is not a valid method...