The date and time of the expiration the patient's password for Accession login.
object.PasswordExpirationDate
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
DateTime
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)
In Profile Client v8 on User Interface Password Expiration Date cannot be found.