-
Notifications
You must be signed in to change notification settings - Fork 134
Finance Inpatient Bill Search and Reprint
Dr M H B Ariyaratne edited this page May 22, 2026
·
1 revision
The inpatient bill search lets billing staff locate any inward bill by BHT number, patient name, date range, or bill type. From the search results you can view bill details, reprint bills, and (where authorised) initiate cancellations or adjustments.
Main Menu → Inward → Billing → Bill Search OR Main Menu → Inward → Reports → BHT Bill List
- Navigate to the inpatient bill search page.
- Enter one or more search criteria:
- BHT Number — most precise; retrieves all bills for that admission
- Patient Name — partial name search supported
- Date Range — filter by bill creation date
- Bill Type — filter by Interim, Final, Payment, Deposit, Professional, etc.
- Ward / Department — filter by ward
- Click Search.
- The results table shows: BHT, patient name, bill date, bill type, total, status.
| Field | Description |
|---|---|
| BHT Number | Unique admission identifier |
| Patient Name | Full or partial name |
| From Date / To Date | Bill creation date range |
| Bill Type | InwardBill, InwardFinalBill, InwardPaymentBill, etc. |
| Ward | Filter by ward/unit |
| Status | Active, Cancelled |
| Action | Description |
|---|---|
| View | Open the bill detail page |
| Reprint | Reprint the bill to the configured paper format |
| Cancel | Cancel the bill (authorised users only) |
| Adjustment | Apply a price adjustment (authorised users only) |
- Locate the bill via search.
- Click Reprint next to the bill.
- The system opens the appropriate print page:
- Interim bill →
inward/inward_bill_intrim_print.xhtml - Final bill → final bill print page
- Deposit receipt →
inward/bht_deposit_reprint.xhtml - Service bill → service bill print page
- Interim bill →
- Print from the browser.
To see every transaction (services, deposits, payments, adjustments, professional fees) for one admission:
- Search by BHT number.
- Click the BHT link to open the full transaction history.
- All bill types are grouped by category with running totals.
| Item | Detail |
|---|---|
| Bill search page | Inward billing search section |
| BHT deposit reprint | inward/bht_deposit_reprint.xhtml |
| Interim bill print | inward/inward_bill_intrim_print.xhtml |
| Controllers |
InwardPaymentController, BillBhtController
|
| BillType values |
InwardBill, InwardFinalBill, InwardPaymentBill
|