The type of the payer that will pay all or a portion of the patient's invoices.
object.UsualPayerType
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
Display the type of the payer that will pay the patient's invoices.
Dim aPatient
Dim aUsualPayerType
Set aPatient = Profile.SelectPatient
aUsualPayerType = aPatient.UsualPayerType
Profile.MsgBox (aUsualPayerType)
In Profile Client v8 on User Interface Usual Payer Type can be found in
.int to TSPayerType
in v8.3.0