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.
object.OptOutSharing
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
bool
Display OptOutSharing for the patient.
Dim aPatient
Dim aOptOutSharing
Set aPatient = Profile.SelectPatient
aOptOutSharing = aPatient.OptOutSharing
Profile.MsgBox(aOptOutSharing)