- Dec 10, 2018
-
-
Carlos Vega authored
Issue #292 and related to issue #195 . Considered update and create events as different cases. If updated, check all visit_numbers. Added tests accordingly
-
- Nov 22, 2018
-
-
Carlos Vega authored
-
- Nov 21, 2018
-
-
Carlos Vega authored
Issue #195 added tests and changed the post_save function for visit. I didn't saw a problem of concurrency but a problem of saving the visit accordingly. Maybe we need more tests
-
Carlos Vega authored
-
Carlos Vega authored
-
- Nov 20, 2018
-
-
Carlos Vega authored
fixed problem with the duration of auto created follow up visits. relative date was in days instead of months
-
Carlos Vega authored
Issue #276 changed check_nd_number_regex to receive a study and to filter out null or blank nd_numbers in the studySubjects
-
Carlos Vega authored
-
- Nov 13, 2018
-
-
Carlos Vega authored
- Add field default_delta_time_for_control_follow_up to study - Add field default_delta_time_for_follow_up_units to study - Add field default_delta_time_for_patient_follow_up to study - Alter field default_visit_duration_in_months on study - Alter field default_voucher_expiration_in_months on study
-
Carlos Vega authored
-
- Nov 12, 2018
-
-
Carlos Vega authored
-
Carlos Vega authored
-
- Nov 09, 2018
-
-
Carlos Vega authored
-
Carlos Vega authored
-
- Nov 07, 2018
-
-
Carlos Vega authored
-
Carlos Vega authored
-
Carlos Vega authored
-
- Nov 06, 2018
-
-
Carlos Vega authored
-
Carlos Vega authored
-
- Nov 05, 2018
-
-
Carlos Vega authored
-
Carlos Vega authored
-
Carlos Vega authored
-
Carlos Vega authored
added signals to Subject and StudySubjet. These signals fire after an instance is saved and check if the subject is excluded, resigned or dead and then call the methods that finish all the appointments and visits. It is safer than doing it on the forms or other parts of the code. Issue #203
-
- Nov 02, 2018
-
-
Carlos Vega authored
-
Carlos Vega authored
-
- Oct 31, 2018
-
-
Carlos Vega authored
-
Carlos Vega authored
-
Carlos Vega authored
-
- Oct 24, 2018
-
-
Carlos Vega authored
added checks for forms added check function in Study and StudySubject to avoid repeating a regex inline removed previous checks in which the regex was rewritten now the used regex is the one defined in the given study added tests and migrations changed functions in tests/functions to adapt the tests
-
- Oct 23, 2018
-
-
Carlos Vega authored
-
- Oct 12, 2018
-
-
Carlos Vega authored
added order in daily planning based on officeAvailability which considers holidays, extra_availabilities, general appointments from Appointment, and subject assesments from AppointmentTypeLink
-
- Oct 11, 2018
-
-
Carlos Vega authored
-
- Oct 10, 2018
-
-
Carlos Vega authored
removed appointments reference from model. Filter out extra availabilities for the method is_on_leave
-
Carlos Vega authored
-
Carlos Vega authored
-
- Oct 05, 2018
-
-
Carlos Vega authored
-
- Oct 03, 2018
-
-
Carlos Vega authored
-
Carlos VEGA MORENO authored
-
- Oct 01, 2018
-
-
Carlos Vega authored
Fixed problem in commit 47b22f88. Tests didn't fail on my machine. God save continuous integration. Tests passed
-
Carlos Vega authored
Changed function so the reminder is sorted as well. If no filter is provided then the reminder is all the screening number and it will be sorted with the provided order. Changed tests and the test screening numbers.
-