ISPatient.PrivacyId

Description

Identifier of the selected privacy role.

Syntax

object.PrivacyId

Part Attribute Type Description
object Required
The object always implements the ISPatient interface

Return Value

int

Example

Display ID of the selected privacy role.

Dim aPatient  
Dim aPrivacyId

Set aPatient = Profile.SelectPatient
aPrivacyId = aPatient.PrivacyId
Profile.MsgBox (aPrivacyId)  
Note:

In Profile Client v8 on User Interface Privacy Role can be selected in Patient > Alter Patient > Organisation > Override normal defaults field.

Version information

Added in v7.8.0