Files
streamline-emr/docker/streamline-src/resources/lang/en/streamline_bills.php
T
alec.turner a424394109 Build modified streamline images
The official image from streamline does not currently work for the arm64
platform. As a temporary measure, the source code and docker build scripts
have been lifted from the official images and are used to build locally.

Some additional modifications are made to reduce overall image size, these
are documented in docker/README.md
2024-03-10 16:17:50 -07:00

41 lines
1.3 KiB
PHP
Executable File

<?php
return [
'streamline_bills' => 'Stre@mline Bills',
'home' => 'Home',
'finance_home' => 'Finance Home',
'date' => 'Date',
'details' => 'Details',
'processed_by' => 'Processed By',
'date_type' => 'Date Type',
'select' => 'select',
'today' => 'TODAY',
'yesterday' => 'YESTERDAY',
'custom_date' => 'CUSTOM DATE',
'date_range' => 'DATE RANGE',
'date_on' => 'Date On',
'end_date' => 'End Date',
'submit' => 'submit',
'delete' => 'Delete',
'save_bill' => 'Save Bill',
'cost_per_patient_annually' => 'Cost Per Patient Annually',
'number_of_patients' => 'Number of Patients',
'no_results_found' => 'No Results found...',
'recorded_by' => 'Recorded by',
'first_visit' => 'First Visit',
'patient_number' => 'Patient Number',
'patient_name' => 'Patient Name',
'print' => 'Print',
'action' => 'Action',
'total' => 'Total',
'view_invoice' => 'View Invoice',
'generated_by' => 'Generated by',
'generate_bill' => 'Generate Bill',
'amount_paid' => 'Amount Paid',
'time_frame' => 'Time Frame',
'amount_to_be_paid' => 'Amount To Be Paid',
'generated_bill' => 'Generate Bill',
'billing_date' => 'Billing Date',
'to' => 'To',
'bill_generated' => 'Bill Generated',
];