Click or drag to resize
AccessModeRead Enumeration

[This is preliminary documentation and is subject to change.]

Specifies the security model for read operations

Namespace: CSC.SC.TOPICA4.DynamicData
Assembly: CSC.SC.TOPICA4.DynamicData (in CSC.SC.TOPICA4.DynamicData.dll) Version: 4.30.6239.27195
Syntax
C#
public enum AccessModeRead
Members
  Member nameValueDescription
Inherit0 Inherit behavior
All1 User can read all patient data regardless on which organizational units "owns" the data
UsersAssociatedWithAnyPatientDataOwner2 User can read data, if patient has at least one record "owned" by one of the organizational units related to user (employing or associated)
UsersAssociatedWithDataOwner3 User can read data owned by an organizational unit related to user (employing or associated)
UsersAssociatedWithDataOwnerOrAncestor4 User can read data owned by an organizational unit or descendants of an organizationale unit related to user
UsersAssociatedWithAnyPatientDataOwnerOrAncestor5 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
See Also