This function checks if there is a patient with the specified email.
object.HasPatientWithEmail(aEMail)
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatientUtils interface |
|
aEMail |
In, Required | string |
The email of the patient |
bool
Display HasPatientWithEmail for the patient utils.
Dim aPatientUtils
Dim aEmail
Dim aMessage
Set aPatientUtils = Profile.PatientUtils
aEmail = "820624@mail.ru"
aMessage = "There is a patient with Email '" & aEmail & "': " &_
aPatientUtils.HasPatientWithEmail(aEmail)
Profile.MsgBox(aMessage)
In Profile Client v8 on User Interface Email can be found in
.