EOB attachments
-
- Posts: 122
- Joined: Wed Mar 15, 2023 8:43 am
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.
Re: EOB attachments
The API is not able to get EOBs attached to individual claims. EOBs are stored in the OpenDentImages\EOBs folder, and utilize the eobattach table which links them with the claimpayment table. A claim payment can be made for multiple claims, and thus there is no direct correlation between the EOB’s and a single claim.
-
- Posts: 122
- Joined: Wed Mar 15, 2023 8:43 am
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?
Re: EOB attachments
We can create EOBAttaches GET that will get EOB attachment information by ClaimPaymentNum. This will get you the filename of the EOB you are after. I have added this to our development list.
Do you need to also download the EOB files, or just get the file information?
Do you need to also download the EOB files, or just get the file information?
-
- Posts: 122
- Joined: Wed Mar 15, 2023 8:43 am
Re: EOB attachments
Yes, we would need to download the EOB files and get the info on the files? Thank you.
Re: EOB attachments
We have added downloading EOBs to our development list. As with downloading other files via the API, this new method will use an Sftp site hosted by the developer. See Documents POST DownloadSftp, Queries POST, and Sheets POST DownloadSftp for reference.
The information in the eobattach table, such as the filename, is enough information for some workstation applications to open and load the EOB themselves.
Other applications, such as web or cloud implementations, will need to use the Sftp option instead.
The information in the eobattach table, such as the filename, is enough information for some workstation applications to open and load the EOB themselves.
Other applications, such as web or cloud implementations, will need to use the Sftp option instead.
Re: EOB attachments
EobAttaches GET is now complete.
This method is available in version 23.3.8. Please see: EobAttaches for more information.
This method is available in version 23.3.8. Please see: EobAttaches for more information.
Re: EOB attachments
EobAttaches POST DownloadSftp is now complete.
This method is now available in version 23.3.12. Please see: EobAttaches for more information.
This method is now available in version 23.3.12. Please see: EobAttaches for more information.