ISPatient.OptOutSharing

Description

This property is True if the patient's partition is out of the partitions synchronization. On IHNA User Interface synchronized partitions can be found in MSO/Synchronization.

Syntax

object.OptOutSharing

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

Return Value

bool

Example

Display OptOutSharing for the patient.

Dim aPatient  
Dim aOptOutSharing

Set aPatient = Profile.SelectPatient 
aOptOutSharing = aPatient.OptOutSharing
Profile.MsgBox(aOptOutSharing)   
Note:

Version information

Added in v7.8.0