GSoC Journey: Week 8

Rushi Chaudhari
2 min readJul 23, 2019

--

At last, the task of creating a UI is completed 😁. New UI supports the user to enter the gender, birth date, and range of patient's age for searching the patients. Here is some screenshot of new UI:

Here you can filter the patient’s search result with the patient’s gender.

UI screenshot 1

To search or filter the patient’s search result with a range of age or birth date, the user needs to check the checkbox. It provides you two options, either you can enter a range of age or birth date of a patient. To choose the one this option, the user has to select an appropriate radio button.

Search or filter the result with a range of age.
Search or filter the result with a birthdate.

Also, I added a new dependency of the patient search criteria module in the core apps module. Now to search the patient by name or ID, the core apps module uses the REST resources of the patient search criteria module. At this point, UI only supports to search a patient by nameOrId and nameOrIdAndGender. In the upcoming week, I will add the remaining search services in the module.😁

--

--