geminidomino wrote on Wednesday, December 19, 2007:
I’m trying to do some customization around billing/claims, and I’ve hit a bit of a wall in the claims and billing tables. Mostly, I’m trying, rather unsuccessfully, to go through the code to find out what the various values in the ‘status’ field mean. It occurred to me that the field might line up with the values in the claim_status_codes.php file, but that doesn’t seem to be the case, since there are several unprocessed encounters with status ‘1’, which would be “Processed as Primary”.
If anyone is familiar with this end of the project, I’d appreciate the pointers.
Here’s what I’ve managed to guess at so far:
billing.bill_process:
1 - FREEB_GENERATE_NOPRINT
2 - FREEB_FINISHED_PROCESSING
3 - FREEB_PROCESSING_ERROR
4 - ???
5 - FREEB_GENERATE_PRINT
billing.status:
1 - ???
2 - BILLING_BILLED_COMPLETE
3 - ???
4 - BILLING_CLAIM_CLOSED
5 - BILLING_CLAIM_CANCELED
claims.status: ???