The number of the patient's cards, that entitle to a special rate or discount.
object.Count
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatientCards interface |
int
Display the number of the patient's cards.
Dim aPatient
Dim aCards
Dim aCard
Dim aMessage
Set aPatient = Profile.SelectPatient
set aCards = aPatient.Cards
aMessage = "Cards Count = " & aCards.Count
Profile.MsgBox(aMessage)
In Profile Client v8 on User Interface Cards can be found in
.