-
Notifications
You must be signed in to change notification settings - Fork 105
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
Design patient registry #377
Design patient registry #377
Conversation
…I GRID for Patients Registries
Update the condition of comparaison for billing service and debtors groups update the rank for the deletion for the unit subsidy
"MONTHS" : "mois", | ||
"YEAR_OLD" : "an", | ||
"YEARS_OLD" : "ans", | ||
"PAGE_TITLE" : "Recherche des patients" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Normalement, nous appelons cette clé "TITLE".
@lomamech, je viens de terminer un examen préliminaire. Your tests are very good! The module has clean code, and looks like the module requested in #336. Here are the fixes that need to take place before this lands in
After these fixes, I'll run the tests on my local machine and merge into |
Update translate files Using patient registry instead patient search Remove method getDate instead the using of angular-moment Fix some comment
|
.state('/patients/search/:patientID?', { | ||
controller: 'patientRecords', | ||
templateUrl: '/partials/patients/search/search.html' | ||
.state('/patients/registry/', { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Parfait!
LGTM! |
References #336. |
@jniles