Hospital No | {{patient.PatientCode}} | IP No | {{patient.IPNumber}} | Invoice Date | {{patient.InvoiceDateTime | DanpheDateTime:'format':'YYYY.MM.DD'}} |
---|---|---|---|---|---|
Name | {{patient.PatName}} | Age/Gender | {{patient.Age}} /{{patient.Gender}} | Invoice Time | {{patient.InvoiceDateTime | DanpheDateTime:'format':'HH:mm'}} |
Address | {{patient.Address}} | Admitted Doctor | {{patient.AdmittedDoctor}} | Admission Date | {{patient.AdmissionDate | DanpheDateTime:'format':'YYYY.MM.DD HH:mm'}} |
Ward | {{patient.Ward}} | Bed No | {{patient.BedNo}} | Discharge Date | {{patient.DischargeDate | DanpheDateTime:'format':'YYYY.MM.DD HH:mm'}} |
Bill Date | Description | Qty | Amount | Discount | VAT | Total |
---|---|---|---|---|---|---|
{{itm.billDate | DanpheDateTime:'format':'YYYY.MM.DD HH:mm'}} | {{itm.description}} | {{itm.qty}} | {{itm.amount}} | {{itm.discount}} | {{itm.vat}} | {{itm.total}} |
Sub Total | {{rpt.calculationpart.qty}} | {{rpt.calculationpart.amount}} | {{rpt.calculationpart.discount}} | {{rpt.calculationpart.vat}} | {{rpt.calculationpart.total}} |
AMOUNT | {{dischargeBillBreakupRPT.amount}} |
DISCOUNT | {{dischargeBillBreakupRPT.discount}} |
TAXABLE | {{dischargeBillBreakupRPT.taxable}} |
VAT | {{dischargeBillBreakupRPT.vat}} |
TOTAL | {{dischargeBillBreakupRPT.total}} |