Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Visit Summary added to Active visits widget #28

Merged
merged 10 commits into from
Aug 3, 2021
Prev Previous commit
Next Next commit
Translations added
  • Loading branch information
vasharma05 committed Jul 29, 2021
commit e9cdd40442063d8450e22606ed039e45a439fa62
11 changes: 10 additions & 1 deletion packages/esm-active-visits-app/translations/en.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
{
"activeVisits": "Active Visits",
"age": "Age",
"allEncounters": "All Encounters",
"diagnoses": "Diagnoses",
"dose": "Dose",
"encounterType": "Encounter Type",
"gender": "Gender",
"IDNumber": "ID Number",
"medications": "Medications",
"name": "Name",
"noDiagnosesFound": "No diagnoses found",
"noEncountersFound": "No encounters found",
"noMedicationsFound": "No medications found",
@@ -13,8 +18,12 @@
"noVisitsFound": "No visits found",
"orderDurationAndUnit": "for {duration} {durationUnit}",
"orderIndefiniteDuration": "Indefinite duration",
"provider": "Provider",
"refills": "Refills",
"tests": "Tests",
"thereIsNoInformationToDisplayHere": "There is no information to display here",
"visitSummary": "Visit Summary"
"time": "Time",
"visitStartTime": "Visit Time",
"visitSummary": "Visit Summary",
"visitType": "Visit Type"
}