ISPatient.IsPrivacyCheck

Description

This property is True if the Override normal defaults checkbox is checked, what means that the patient's privacy is default in, overriding the provider's.

Syntax

object.IsPrivacyCheck

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

Return Value

bool

Example

Display IsPrivacyCheck for the patient.

Dim aPatient  
Dim aIsPrivacyCheck

Set aPatient = Profile.SelectPatient
aIsPrivacyCheck = aPatient.IsPrivacyCheck
Profile.MsgBox (aIsPrivacyCheck)    
Note:

In Profile Client v8 on User Interface the Override normal defaults checkbox can be checked in Patient > Alter Patient > Organisation.

Version information

Added in v7.8.0