-
Notifications
You must be signed in to change notification settings - Fork 253
Database Profiles
Caleb S edited this page Sep 9, 2020
·
4 revisions
This feature is still early days and is likely to change over time, but this documents how it currently stands.
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.
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
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