-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve patient finding functionality
- Loading branch information
Showing
14 changed files
with
1,135 additions
and
110 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
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,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!" | ||
} | ||
} |
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
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,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!" | ||
} | ||
} |
Oops, something went wrong.