-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
12 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,28 @@ | ||
{ | ||
"action": "ACTION", | ||
"admitted": "Admitted Bodies", | ||
"allprovider": "All Providers", | ||
"allactiveprovider": "Active Providers", | ||
"alldueprovider": "License Due for Renewal", | ||
"allexpiredprovider": "Expired License", | ||
"active": "Active Providers", | ||
"activet": "Total Active Providers", | ||
"all": "All Providers", | ||
"allt": "Numbers of all Providers", | ||
"body-type": "BODY TYPE", | ||
"cause": "CAUSE OF DEATH", | ||
"compartment": "COMPARTMENT", | ||
"created": "CREATED BY", | ||
"date": "LICENSE EXPIRY DATE", | ||
"license":"LICENCE NUMBER", | ||
"date-created": "DATE CREATED", | ||
"date-of-admission": "DATE OF ADMISSION", | ||
"date-of-death": "DATE OF DEATH", | ||
"discharge": "Discharge Bodies", | ||
"enroll": "REGISTER PROVIDER", | ||
"id": "IDENTIFIER", | ||
"provider": "Providers Management", | ||
"providerSummary": "Providers Summary", | ||
"inactive": "InActive Providers", | ||
"inactivet": "Total InActive Providers", | ||
"license": "LICENCE NUMBER", | ||
"licenseDue": "License Due", | ||
"licenseDuet": "Total with License Due for Renewal", | ||
"morgue": "Provider Management", | ||
"name": "NAME", | ||
"paid": "paid bill", | ||
"paid-bill": "Print Paid Bill", | ||
"pending": "Pending Bills", | ||
"pending-bill": "Send the Bill", | ||
"queue": "Admission Queue", | ||
"providersSummary": "Providers Summary", | ||
"received-by": "RECEIVED BY", | ||
"revenue": "Revenue", | ||
"viewReport": "View Report", | ||
"all":"All Providers", | ||
"allt":"Numbers of all Providers", | ||
"activet":"Total Active Providers", | ||
"active":"Active Providers", | ||
"inactive":"InActive Providers", | ||
"inactivet":"Total InActive Providers", | ||
"licenseDue":"License Due", | ||
"licenseDuet":"Total with License Due for Renewal" | ||
"viewReport": "View Report" | ||
} |