Schneider connectivity #485
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Status quo
OEK, KOM, EMA, EIV are not available for intersection via schneider since they are not transmitted into the central odatx database. For the new MAUS application intersectons with this data is needed.
ToDo
Schneider has it's own issue for providing the needed data. However, the konova database needs some tweaking before this can work as expected:
All of these steps are only database related. There are no changes to be made on the code:
New schema
verschneidungstoolhas been created in databasekonova.New materialized views have been created:
intervention_all--> all EIVsintervention_recorded--> only recorded EIVscompensation_all--> all KOMscompensation_recorded--> only recorded KOMsecoaccount_all--> all OEKsecoaccount_recorded--> only recorded OEKsema_all--> all EMAsema_recorded--> only recorded EMAsUser postgres on database server now has a new cron job which runs every night at 01:00 am and refreshs all materialized views in the new schema.