ISPatient.HasCSCard

Description

Returns True if the patient has a valid CSC card.

Syntax

object.HasCSCard

Part Attribute Type Description
object Required
The object always implements the ISPatient interface
Restriction: This property is readonly.

Return Value

bool

Example

Display HasCSCard for the patient.

Dim aPatient
Dim aCSCard

Set aPatient = Profile.SelectPatient
aCSCard = aPatient.HasCSCard
Profile.MsgBox("The patient has CSCard: " & aCSCard)  
Note:

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

Version information

Added in v8.4.10