Skip to content

Commit

Permalink
Improve patient finding functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcameron committed Jan 7, 2021
1 parent 8db9590 commit a4495c7
Show file tree
Hide file tree
Showing 14 changed files with 1,135 additions and 110 deletions.
4 changes: 4 additions & 0 deletions client/src/i18n/en/form.json
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,7 @@
"DISTRIBUTED": "Distributed",
"DISTRIBUTE" : "Distribute",
"DOB": "Date of Birth",
"DOB_ABBREV": "DOB",
"DOCUMENT": "Document",
"DUE": "Payment Due",
"EDIT": "Edit",
Expand Down Expand Up @@ -535,6 +536,8 @@
"LOCKED": "Locked",
"LOGIN": "Login",
"LONGITUDE": "Longitude",
"LOOKUP_BY_NAME": "By Name",
"LOOKUP_BY_ID": "By ID",
"LOSS_ACCOUNT": "Loss Account",
"LOT": "Lot",
"MALE": "Male",
Expand Down Expand Up @@ -761,6 +764,7 @@
"UNIT_PRICE": "Unit Price",
"UNIT_VOLUME": "Volume",
"UNIT_WEIGHT": "Weight",
"UNKNOWN": "Unknown",
"UNLOCKED": "Unlocked",
"UNTIL_DATE": "Until the date",
"UNTIL_PERIOD": "Until the period",
Expand Down
12 changes: 9 additions & 3 deletions client/src/i18n/en/patient_reg.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,23 @@
{
"PATIENT_REG": {
"CARD": "Patient Card",
"CHOOSE_MATCH": "Possible Matches (choose one or modify the search)",
"ENTITY" : "Patient",
"FICHE" : "Patient Information",
"HAS_MULTIPLE_PATIENTS" : "Caution! Multiple patients matched that criteria. The first one was chosen automatically.",
"FIND_DUPLICATE_PATIENTS" : "Find Duplicate Patients",
"HAS_MULTIPLE_PATIENTS" : "Caution! Multiple patients matched that criteria.",
"IDENTITY": "Patient Identity",
"ID_REQUIRED": "A patient reference or hospital file number is required",
"LOOKUP_RETURNING_PATIENT" : "Lookup Returning Patient",
"MARGINAL_MATCH" : "Marginal match for name = '{{ name }}' <b>({{ score | number : 1}}%)</b>!",
"MATCH": "Match",
"NAME_REQUIRED": "Name required",
"NO_DUPLICATES_DETECTED" : "No duplicates detected in the database.",
"NO_PATIENTS_FOUND" : "No patients found matching that criteria. Did you enter the values correctly?",
"PAGE_TITLE": "Patient Registration",
"PATIENT_DETAILS": "Patient Details",
"REMOVE_PREVIOUS_ASSIGNMENT" : "Remove all patient groups already assigned to these patients.",
"SUCCESS": "Patient Registered Successfully",
"FIND_DUPLICATE_PATIENTS" : "Find Duplicate Patients",
"NO_DUPLICATES_DETECTED" : "No duplicates detected in the database."
"VERIFY_IDENTITY" : "Double-check the identity before using!"
}
}
4 changes: 4 additions & 0 deletions client/src/i18n/fr/form.json
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,7 @@
"DISTRIBUTED": "Répartie",
"DISTRIBUTE" : "Répartir",
"DOB": "Date de Naissance",
"DOB_ABBREV": "DDN",
"DOCUMENT": "Document",
"DUE": "Paiement dû",
"EDIT": "Éditer",
Expand Down Expand Up @@ -539,6 +540,8 @@
"LOCKED": "Bloqué(e)",
"LOGIN": "Login",
"LONGITUDE": "Longitude",
"LOOKUP_BY_ID": "Par ID",
"LOOKUP_BY_NAME": "Par nom",
"LOSS_ACCOUNT": "Compte perte",
"LOT": "Lot",
"MALE": "Homme",
Expand Down Expand Up @@ -762,6 +765,7 @@
"UNIT_PRICE": "Prix unitaire",
"UNIT_VOLUME": "Volume",
"UNIT_WEIGHT": "Poids",
"UNKNOWN": "Inconnue",
"UNLOCKED": "Non Bloqué(e)",
"UNTIL_DATE": "jusqu'à la date",
"UNTIL_PERIOD": "jusqu'à la periode",
Expand Down
12 changes: 9 additions & 3 deletions client/src/i18n/fr/patient_reg.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,23 @@
{
"PATIENT_REG": {
"CARD": "Fiche du patient",
"CHOOSE_MATCH": "Correspondances possibles (choisissez-en une ou modifiez la recherche)",
"ENTITY" : "Patient",
"FICHE" : "Fiche du Patient",
"HAS_MULTIPLE_PATIENTS" : "Attention! Plusieurs patients correspondaient à ces critères. Le premier a été choisi automatiquement.",
"FIND_DUPLICATE_PATIENTS" : "Trouver des patients en double",
"HAS_MULTIPLE_PATIENTS" : "Attention! Plusieurs patients correspondaient à ces critères.",
"IDENTITY": "Identité du patient",
"ID_REQUIRED": "Une référence patient ou un numéro fiche est requis",
"LOOKUP_RETURNING_PATIENT" : "Rechercher l'enregistrement de patient",
"MARGINAL_MATCH" : "Correspondance marginale par nom = '{{ name }}' ({{ score | number : 1}}%)!",
"MATCH": "Égal",
"NAME_REQUIRED": "Un nom est requis",
"NO_DUPLICATES_DETECTED" : "Aucun doublon détecté dans la base de données.",
"NO_PATIENTS_FOUND" : "Aucun patient n'a été trouvé correspondant aux critères. Avez-vous entré les valeurs correctement?",
"PAGE_TITLE": "Enregistrement des Patients",
"PATIENT_DETAILS": "Détails Patient",
"REMOVE_PREVIOUS_ASSIGNMENT" : "Supprimer tous les groupes déjà assignés à ces patients",
"SUCCESS": "Patient enregistré avec succès",
"FIND_DUPLICATE_PATIENTS" : "Trouver des patients en double",
"NO_DUPLICATES_DETECTED" : "Aucun doublon détecté dans la base de données."
"VERIFY_IDENTITY" : "Vérifiez l'identité avant de l'utiliser!"
}
}
Loading

0 comments on commit a4495c7

Please sign in to comment.