This function creates a new payment of the patient.
object.MakePayment()
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
Create a new payment of the patient with the specified amount, date and the selected provider.
Dim aPatient
Dim aPayment
Set aPatient = Profile.SelectPatient
set aPayment = aPatient.MakePayment
aPayment.Amount = 15
aPayment.Date = now
aPayment.PaymentProviderId = CurrentUserId
aPayment.Save
Profile.MsgBox("New payment was created successfully!")
In Profile Client v8 on User Interface Payment can be created in
or in .