Access Rights for records in EWA Insight
There are several access rights available depending on what functions and how wide out in the healthtrust the user should be able to operate.
Viewing records
To be able to view records in Insight the access right should be written to the database via JSON file with the help of the migration tool
Access Right | Requires federated login configuration? | Description |
---|---|---|
AllJournalView | No | Can view all organization and departments journals |
OrganizationJournalView | No | Can view organization journals |
DepartmentJournalView | No | Can view department journals |
UserJournalView | No | Can view own journals |
Editing records
To be able to edit records in Insight the access right should be written to the database via JSON file with the help of the migration tool
Access Right | Requires federated login configuration? | Description |
---|---|---|
AllJournalEdit | No | Can edit all organization and departments journals |
OrganizationJournalEdit | No | Can edit organization journals |
DepartmentJournalEdit | No | Can edit department journals |
UserJournalEdit | No | Can edit own journals |
Printing records
To be able to print records in Insight the access right should be written to the database via JSON file with the help of the migration tool
Access Right | Requires federated login configuration? | Description |
---|---|---|
AllJournalPrint | No | Can print all organization and departments journals |
OrganizationJournalPrint | No | Can print organization journals |
DepartmentJournalPrint | No | Can print department journals |
UserJournalPrint | No | Can print own journals |
Deleting records
To be able to delete records in Insight the access right should be written to the database via JSON file with the help of the migration tool
Access Right | Requires federated login configuration? | Description |
---|---|---|
AllJournalDelete | No | Can delete all organization and departments journals |
OrganizationJournalDelete | No | Can delete organization journals |
DepartmentJournalDelete | No | Can delete department journals |
Completing records
To be able to complete records in Insight the access right should be written to the database via JSON file with the help of the migration tool
Access Right | Requires federated login configuration? | Description |
---|---|---|
AllJournalComplete | No | Can complete all organization and departments journals |
OrganizationJournalComplete | No | Can complete organization journals |
DepartmentJournalComplete | No | Can complete department journals |
UserJournalComplete | No | Can complete own journals |