ISPatient.UsualPaymentMethod

Description

The usual payment method that the patient will use to pay.

Syntax

object.UsualPaymentMethod

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

Return Value

TSPaymentMethod

Example

Display the usual method of payment used by the patient.

Dim aPatient  
Dim aUsualPaymentMethod

Set aPatient = Profile.SelectPatient
aUsualPaymentMethod = aPatient.UsualPaymentMethod
Profile.MsgBox (aUsualPaymentMethod)  
Note:

In Profile Client v8 on User Interface Usual Payment Method can be found in Patient > Alter Patient > Financial > Method field.

Version information

Added in v8.3.0