ISPatient.IsWebPassword

Description

This function checks if the selected password is correct for the patient to login Accession.

Syntax

object.IsWebPassword(aPassword)

Part Attribute Type Description
object Required
The object always implements the ISPatient interface
aPassword In, Required
string
The password to check

Return Value

bool

Returns "True" if the selected password is correct for the patient to login Accession.

Example

Display IsWebPassword for the patient.

Dim aPatient  
Dim aIsWebPassword

Set aPatient = Profile.SelectPatient
aIsWebPassword = aPatient.IsWebPassword("123")  
Profile.MsgBox (aIsWebPassword)  
Note:

In Profile Client v8 on User Interface Web Password can be generated in Patient > Alter Patient > Internet > Logon Password field.

Version information

Added in v7.8.0