Our use case is pulling all narratives across a couple of our practices, for the purpose of doing quality control on the narratives being submitted to insurance. Is there an existing API or sample query that would allow us to do this? I didn't see any queries for this on the query examples page: https://opendentalsoft.com:1943/ODQuery ... yList.aspx
Some of our practices are using DXC and some are using NEA. Are narratives added through DXC stored in the Open Dental database?
Thanks!
Is there an existing API or query we can use for accessing narratives?
Re: Is there an existing API or query we can use for accessing narratives?
Good Afternoon gBrown,
Claim attachments are stored in A to Z Folder and not in the database. You can use Documents GET and then Documents POST DownloadSftp to find and retrieve these attachments. See https://www.opendental.com/site/apidocuments.html for more information.
You can also use Queries PUT ShortQuery to search the claimattach table to determine if a claim has any attachments.
For DXC specifically, you will need to ensure that the ClaimConnect Clearinghouse is set to allow DXC Attachments to be saved to the image module. See https://www.opendental.com/manual232/ec ... nnect.html for more information.
Claim attachments are stored in A to Z Folder and not in the database. You can use Documents GET and then Documents POST DownloadSftp to find and retrieve these attachments. See https://www.opendental.com/site/apidocuments.html for more information.
You can also use Queries PUT ShortQuery to search the claimattach table to determine if a claim has any attachments.
For DXC specifically, you will need to ensure that the ClaimConnect Clearinghouse is set to allow DXC Attachments to be saved to the image module. See https://www.opendental.com/manual232/ec ... nnect.html for more information.
Re: Is there an existing API or query we can use for accessing narratives?
Thank you DerekR, that is very helpful information.