Type of Email, preferred by the patient for communication.
object.PreferredEMailType
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
Display the patient's preferred email type.
Dim aPatient
Dim aPreferredEMailType
Set aPatient = Profile.SelectPatient
aPreferredEMailType = aPatient.PreferredEMailType
Profile.MsgBox (aPreferredEMailType)
In Profile Client v8 on User Interface Preferred EMail Type can be found in
.