ISPatient.PasswordExpirationDate

Description

The date and time of the expiration the patient's password for Accession login.

Syntax

object.PasswordExpirationDate

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

Return Value

DateTime

Example

Display the date and time of the expiration the patient's password.

Dim aPatient  
Dim aPasswordExpirationDate

Set aPatient = Profile.SelectPatient
aPatient.PasswordExpirationDate = #12/22/2018 19:48#
aPasswordExpirationDate = aPatient.PasswordExpirationDate
Profile.MsgBox (aPasswordExpirationDate)  
Note:

In Profile Client v8 on User Interface Password Expiration Date cannot be found.

Version information

Added in v7.8.0