ISPatient.VersionCode

Description

The version code of the patient's health card.

Syntax

object.VersionCode

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

Return Value

string

Example

Display the version code of the patient's health card.

Dim aPatient  
Dim aVersionCode

Set aPatient = Profile.SelectPatient
aVersionCode = aPatient.VersionCode
Profile.MsgBox (aVersionCode)   
Note: Version Code is available only for Ontario databases.

In Profile Client v8 on User Interface Version Code can be found in Patient > Alter Patient > General > OHN third field.

Version information

Added in v7.8.0