ISPatient.FileNum

Description

A unique sequential number of the patient.

Syntax

object.FileNum

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 aFileNum

Set aPatient = Profile.SelectPatient 
aFileNum = aPatient.FileNum
Profile.MsgBox (aFileNum)  
Note: It is also called the Patient Code.

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

Version information

Added in v7.8.0