ISPatient.PatientCode

Description

A unique sequential number of the patient.

Syntax

object.PatientCode

Part Attribute Type Description
object Required
The object always implements the ISPatient interface

Return Value

string

Example

Display the patient's file number.

Dim aPatient  
Dim aPatientCode

Set aPatient = Profile.SelectPatient
aPatientCode = aPatient.PatientCode
Profile.MsgBox (aPatientCode)   
Note: Within profile it is called the File Num.

In Profile Client v8 on User Interface Patient Code can be found in Patient > Alter Patient > General > File Num field.

Version information

Added in v7.8.0