Identifier of the payer that will pay all or a portion of the patient's invoices.
object.UsualPayerId
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
int
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)
In Profile Client v8 on User Interface Usual Payer Id cannot be found.