The method of notification, preferred by the patient.
object.PreferredNotificationMethod
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
Display the patient's preferred notification method.
Dim aPatient
Dim aPreferredNotificationMethod
Set aPatient = Profile.SelectPatient
aPreferredNotificationMethod = aPatient.PreferredNotificationMethod
Profile.MsgBox (aPreferredNotificationMethod)
In Profile Client v8 on User Interface Preferred Notification Method can be found in
.