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.
object.IsPrivacyCheck
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
bool
Display IsPrivacyCheck for the patient.
Dim aPatient
Dim aIsPrivacyCheck
Set aPatient = Profile.SelectPatient
aIsPrivacyCheck = aPatient.IsPrivacyCheck
Profile.MsgBox (aIsPrivacyCheck)
In Profile Client v8 on User Interface the Override normal defaults checkbox can be checked in
.