ISPatient.BPayDetail

Description

Bill Pay account number of the patient.

Syntax

object.BPayDetail

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

Return Value

string

Example

Display Bill Pay account number of the patient.

Dim aPatient  
Dim aBPayDetail

Set aPatient = Profile.SelectPatient
aBPayDetail = aPatient.BPayDetail
Profile.MsgBox (aBPayDetail)  
Note:

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

Version information

Added in v7.8.0