Returns True if the patient has a valid CSC card.
object.HasCSCard
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
bool
Display HasCSCard for the patient.
Dim aPatient
Dim aCSCard
Set aPatient = Profile.SelectPatient
aCSCard = aPatient.HasCSCard
Profile.MsgBox("The patient has CSCard: " & aCSCard)
In Profile Client v8 on User Interface CSCard can be found in
.