An optional field that may be used to identify groups of patients using a coding system customised by the organisation.
object.PatientCodes
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
string
Display the content of the Patient Codes field.
Dim aPatient
Dim aPatientCodes
Set aPatient = Profile.SelectPatient
aPatientCodes = aPatient.PatientCodes
Profile.MsgBox (aPatientCodes)
In Profile Client v8 on User Interface Patient Codes can be found in
.