A unique sequential number of the patient.
object.PatientCode
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
string
Display the patient's file number.
Dim aPatient
Dim aPatientCode
Set aPatient = Profile.SelectPatient
aPatientCode = aPatient.PatientCode
Profile.MsgBox (aPatientCode)
In Profile Client v8 on User Interface Patient Code can be found in
.