Click or drag to resize
PatientAccessMode Enumeration

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

Enumeration of valid PatientAccessModes

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 PatientAccessMode
Members
  Member nameValueDescription
None0 patient has no access to this type of data
Read1 patient may read this type of data
Write2 patient may read and write this type of data
Inherit3 patient access mode inherited from parent table
See Also