AccessModeRead Enumeration |
[This is preliminary documentation and is subject to change.]
Namespace: CSC.SC.TOPICA4.DynamicData
public enum AccessModeRead
Member name | Value | Description | |
---|---|---|---|
Inherit | 0 | Inherit behavior | |
All | 1 | User can read all patient data regardless on which organizational units "owns" the data | |
UsersAssociatedWithAnyPatientDataOwner | 2 | User can read data, if patient has at least one record "owned" by one of the organizational units related to user (employing or associated) | |
UsersAssociatedWithDataOwner | 3 | User can read data owned by an organizational unit related to user (employing or associated) | |
UsersAssociatedWithDataOwnerOrAncestor | 4 | User can read data owned by an organizational unit or descendants of an organizationale unit related to user | |
UsersAssociatedWithAnyPatientDataOwnerOrAncestor | 5 | User can read data, if patient has at least one record "owned" by one of the organizational units related to user (employing or associated) or descendants thereof |