ISPatient.UsualPayerId

Description

Identifier of the payer that will pay all or a portion of the patient's invoices.

Syntax

object.UsualPayerId

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

Return Value

int

Example

Display ID of the payer that will pay the patient's invoices.

Dim aPatient  
Dim aUsualPayerId

Set aPatient = Profile.SelectPatient
aUsualPayerId = aPatient.UsualPayerId
Profile.MsgBox (aUsualPayerId)  
Note:

In Profile Client v8 on User Interface Usual Payer Id cannot be found.

Version information

Added in v7.8.0