ISPatient.BPayReference

Description

Bill Pay reference number of the patient.

Syntax

object.BPayReference

Part Attribute Type Description
object Required
The object always implements the ISPatient interface

Return Value

string

Example

Display Bill Pay reference number of the patient.

Dim aPatient  
Dim aBPayReference

Set aPatient = Profile.SelectPatient
aBPayReference = aPatient.BPayReference
Profile.MsgBox (aBPayReference)  
Note:

In Profile Client v8 on User Interface BPayReference can be found in Patient > Alter Patient > Financial > RefNum field.

Version information

Added in v7.8.0