-
Notifications
You must be signed in to change notification settings - Fork 134
Finance Payment Methods Overview
Dr M H B Ariyaratne edited this page May 22, 2026
·
1 revision
A payment method defines how a patient or payer settles a bill — cash, card, cheque, insurance credit, e-wallet, and so on. HMIS supports 19 distinct payment methods that can appear on any bill type (OPD, inpatient, pharmacy, channelling). Understanding payment methods is essential for cashier operations, reporting, and reconciliation.
| Payment Method | Description |
|---|---|
| Cash | Physical currency; affects the cashier's drawer cash balance |
| Card | Debit or credit card; recorded but does not add to cash drawer |
| Credit | Billed to an insurance or credit company for later settlement |
| Cheque | Paper cheque; tracked with cheque number and bank |
| Slip | Bank pay slip / deposit slip |
| Voucher | Pre-purchased voucher (e.g., gift voucher, welfare voucher) |
| IOU | Deferred internal payment (staff IOU) |
| Agent | Payment collected via an agent or third party |
| eWallet | Mobile wallet payment (e.g., eZ Cash, FriMi) |
| PatientDeposit | Deducted from an existing patient deposit balance |
| PatientPoints | Loyalty points redeemed |
| OnlineSettlement | Payment settled via online transfer |
| Staff | Staff-specific payment arrangement |
| Staff_Welfare | Staff welfare fund payment |
| MultiplePaymentMethods | Split payment across two or more methods |
| OnCall | On-call arrangement (deferred to payroll) |
| OnlineBookingAgent | Payment via online booking platform |
| None | No payment (zero-value bills, write-offs) |
- Cash flows into the cashier's drawer and appears in the physical cash tally at shift end.
- Card, Cheque, Slip, eWallet appear in the non-cash section of cashier summaries.
- Credit creates a receivable against the insurance/credit company — tracked separately in CC management.
- PatientDeposit draws down the patient's deposit balance without generating a new cash collection.
- MultiplePaymentMethods split a single bill across two or more methods — each sub-payment is tracked individually.
- When collecting a bill, select Multiple Payment Methods.
- Enter the amount for each method (e.g., Rs 5,000 Cash + Rs 3,000 Card).
- The total must equal the bill amount.
- The system records a separate payment record for each method.
Payment methods available at your facility depend on the payment scheme configured for each service or ward. See Payment Schemes for details.
| Item | Detail |
|---|---|
| Enum |
com.divudi.core.data.PaymentMethod (19 values) |
| Split payment |
MultiplePaymentMethods type triggers multi-line payment entry |
| Related | Payment Schemes, OPD Discount Rules |