Table of Contents |
---|
General
The aim of this job is to form actual report about number of encounters created by exact legal entity. Data in the report updates once a day, old data deletes.
Job logic
...
Once a day job:
Gets encounters count for each legal entity from the Mongo DB
Generates csv-file with results
Truncates old data in the encounters_report table
Exports csv-file with new data to the encounters_report table
View report
It is recomended to use encounters_report_view
(view in report db) to access report data, or use it as a source in a Power BI app.