Skip to content
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

(report) hospital patient check-in report #522

Closed
jniles opened this issue Jun 22, 2016 · 1 comment · Fixed by #621
Closed

(report) hospital patient check-in report #522

jniles opened this issue Jun 22, 2016 · 1 comment · Fixed by #621
Assignees

Comments

@jniles
Copy link
Contributor

jniles commented Jun 22, 2016

After the work done by @sfount to create a patient check-in implementation (#477), we now have a database with patient checkin data. The next step is to develop a report that effectively communicates what this data means.

Hospital Patient Check-In Report
I propose we create a "Hospital Patient Check-in" report that shows the number of patient check-ins over time for the entire hospital. Technical design:

  1. Show maximum of one year at a time.
  2. Group patient checkins by day, week, month, or quarter.
  3. The report should be available as either a table or a graph, but never both at the same time.

This will add another report that can validate that our application is behaving properly.

@jniles jniles added this to the Medical/Hospital Impementation milestone Jun 22, 2016
@jniles jniles changed the title (report) create hospital patient check-in report (report) hospital patient check-in report Jun 22, 2016
@jniles jniles self-assigned this Jul 29, 2016
@jniles
Copy link
Contributor Author

jniles commented Jul 29, 2016

I'll take a first look at this implementation.

jniles referenced this issue in jniles/bhima Aug 4, 2016
This commit finalizes and completes the patient checkin report.  The
report shows patient checkins over time, with a nice header to give
information about both the enterprise and the patient in question.

Closes #522.
jniles referenced this issue in jniles/bhima Aug 4, 2016
This commit finalizes and completes the patient checkin report.  The
report shows patient checkins over time, with a nice header to give
information about both the enterprise and the patient in question.

Closes #522.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant