Make insurance file type configurable per entity (pdf vs tif)

CAMBS, RMI, CONSENSIO, and INLAND always export TIFs into the daily date
folder instead of PDFs, so engine.ps1's hardcoded "*.pdf" filter silently
found nothing to upload (no error, just "No PDFs" for every practice).
Added optional entity.json field "insurance_file_type" (defaults to "pdf"
when omitted, so existing entities are unaffected); the PT STMT split logic
already worked on filename regardless of extension, so no other changes
needed.
This commit is contained in:
2026-07-05 19:45:53 -05:00
parent 86bbe685c7
commit 1c26d85751
3 changed files with 9 additions and 6 deletions
+1
View File
@@ -1,5 +1,6 @@
{
"workflow": "insurance+patient",
"insurance_file_type": "pdf",
"ftps": {
"host": "ftp.example.com",