Skip to content

Assignment2

AnthonySabbagh edited this page Aug 3, 2017 · 3 revisions

The purpose of this assignment is to add report and filter capabilities to the Patient Registration app you have built on Assignment 1.

Part 1: Create a Department Status Report

  • Generate a graph and corresponding table report to your Patient Registration app. Use Query Name = departmentStatus. This query will give you department wise count of number of patients based on patient Status i.e In-Patient, Out-Patient. Hint: Use same query for table and graph report. Also, make changes in javascript file to customize what you want to show on the x-axis, y-axis as well as for your graph title.

Related Tutorial

Part 2: Add a filter to your report page

  • Create a filter screen that allows users to report patient registrations by department and/or status.

  • Once you have successfully added filter function to your app you will see a filter button in your Department Report as shown below:

Related Tutorial

Clone this wiki locally