Database Profiles - DIGI-UW/OpenELIS-Global-2 GitHub Wiki
This feature is still early days and is likely to change over time, but this documents how it currently stands.
Profiles
Only some tables support being "profiled". These tables are currently:
- Organization
- Test
When a table is profiled, all the entities you wish to have must already exist in the database. The action that is done through these urls is simply activating all entities that match the provided input and deactivating all others. This action can currently only be done by the admin user.
Applying Organization Profiles
URL: https://{server-address}/OpenELIS-Global/OrganizationProfile
Steps:
- Compile a comma or new line delimited list of all organizations that are to be/stay activated (must match the current name exactly as specified in the "name" column in clinlims.organization)
- Save file as a csv
- Upload the file at the above url and save the changes
- Confirm that only your organizations are activated
Applying Test Profiles
URL: https://{server-address}/OpenELIS-Global/TestProfile
Steps:
- Compile a comma or new line delimited list of all tests that are to be/stay activated (can match either the french or english value of the name, but must be exact)
- Save file as a csv
- Upload the file at the above url and save the changes
- Confirm that only your tests are activated