This function checks if the patient's specified IHN password is valid.
object.IsValidIHNPassword(aPassword)
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
|
aPassword |
In, Required | string |
The password to check |
bool
Display IsValidIHNPassword for the patient.
Dim aPatient
Dim aIsValidIHNPassword
Set aPatient = Profile.SelectPatient
aIsValidIHNPassword = aPatient.IsValidIHNPassword("1234")
Profile.MsgBox (aIsValidIHNPassword)
In Profile Client v8 on User Interface IHN Password can be found in
.