ISPatient.ValidCardDetails

Description

This function returns the patient's valid card with maximal ID by card name.

Syntax

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

Return Value

ISPatientCard

Returns the patient's valid card with maximal ID by card name.

Example

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)  
Note:

In Profile Client v8 on User Interface Cards can be found in Patient > Alter Patient > Financial > Health Plans and Cards.

Version information

Added in v7.8.0