ISPatient.ForceWebPassChange

Description

This property is True if the patient is required to change his/her password at the next login.

Syntax

object.ForceWebPassChange

Part Attribute Type Description
object Required
The object always implements the ISPatient interface

Return Value

bool

Example

Display ForceWebPassChange for the patient.

Dim aPatient  
Dim aForceWebPassChange

Set aPatient = Profile.SelectPatient
aForceWebPassChange = aPatient.ForceWebPassChange
Profile.MsgBox (aForceWebPassChange)  
Note:

In Profile Client v8 on User Interface the Force password change checkbox can be checked in Patient > Alter Patient > Internet.

Version information

Added in v7.8.0