ISPatient.CSC

Description

The patient's Community Services Card number.

Syntax

object.CSC

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

Return Value

string

Example

Display the patient's Community Services Card number.

Dim aPatient  
Dim aCSC

Set aPatient = Profile.SelectPatient
aCSC = aPatient.CSC
Profile.MsgBox (aCSC)    
Note: Only for New Zealand.

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

Version information

Added in v7.8.0