This function checks if the selected password is correct for the patient to login Accession.
object.IsWebPassword(aPassword)
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
|
aPassword |
In, Required | string |
The password to check |
bool
Display IsWebPassword for the patient.
Dim aPatient
Dim aIsWebPassword
Set aPatient = Profile.SelectPatient
aIsWebPassword = aPatient.IsWebPassword("123")
Profile.MsgBox (aIsWebPassword)
In Profile Client v8 on User Interface Web Password can be generated in
.