ISPatient.PatientCodes

Description

An optional field that may be used to identify groups of patients using a coding system customised by the organisation.

Syntax

object.PatientCodes

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

Return Value

string

Example

Display the content of the Patient Codes field.

Dim aPatient  
Dim aPatientCodes   

Set aPatient = Profile.SelectPatient
aPatientCodes = aPatient.PatientCodes
Profile.MsgBox (aPatientCodes)    
Note:

In Profile Client v8 on User Interface Patient Codes can be found in Patient > Alter Patient > Organisation > Patient Codes field.

Version information

Added in v7.8.0