This function returns the patient's valid card with maximal ID by card name.
object.ValidCardDetails(aCardName)
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
|
aCardName |
In, Required | string |
The name of the card |
Display the number of the patient's card with maximal ID among the cards with the selected name.
Dim aPatient
Dim aValidCardDetails
Set aPatient = Profile.SelectPatient
aValidCardDetails = aPatient.ValidCardDetails("CSC").CardNumber
Profile.MsgBox (aValidCardDetails)
In Profile Client v8 on User Interface Cards can be found in
.