Bill Pay reference number of the patient.
object.BPayReference
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
string
Display Bill Pay reference number of the patient.
Dim aPatient
Dim aBPayReference
Set aPatient = Profile.SelectPatient
aBPayReference = aPatient.BPayReference
Profile.MsgBox (aBPayReference)
In Profile Client v8 on User Interface BPayReference can be found in
.