The usual payment method that the patient will use to pay.
object.UsualPaymentMethod
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
Display the usual method of payment used by the patient.
Dim aPatient
Dim aUsualPaymentMethod
Set aPatient = Profile.SelectPatient
aUsualPaymentMethod = aPatient.UsualPaymentMethod
Profile.MsgBox (aUsualPaymentMethod)
In Profile Client v8 on User Interface Usual Payment Method can be found in
.