Click or drag to resize

ActPolicies Property

Gets or sets the security policy instances associated with the act

Namespace:  SanteDB.Core.Model.Acts
Assembly:  SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax
public List<SecurityPolicyInstance> Policies { get; set; }

Property Value

Type: ListSecurityPolicyInstance

Implements

ISecurablePolicies
Remarks
This property allows authors to tag an act with a particular security policy. Here the security policies may be something akin to "Taboo information" or "Research Only". From there the SanteDB policy decision point will determine whether or not the particular piece of data should be exposed or masked based on user credentials.
See Also