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