The version code of the patient's health card.
object.VersionCode
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
string
Display the version code of the patient's health card.
Dim aPatient
Dim aVersionCode
Set aPatient = Profile.SelectPatient
aVersionCode = aPatient.VersionCode
Profile.MsgBox (aVersionCode)
In Profile Client v8 on User Interface Version Code can be found in
.