HII-C / patient_viewer

Angular Patient Viewer Application
7 stars 4 forks source link

Review design ideas for historical trends tool #39

Open kaaniboy opened 5 years ago

kaaniboy commented 5 years ago

1) Brainstorm design ideas for the historical trends tool. In particular, we want a nice way of displaying when a patient started and finishing taking medications. This document contains some useful prototypes.

2) Take some time to interact with and understand the existing functionality of the historical trends page in the Patient Viewer application.

3) Review the functionality of the ngx-charts library that we are using in the application, and see if it allows for the type of visualizations we want to create (potentially bubble chart).

therealpaulgg commented 5 years ago

https://swimlane.gitbook.io/ngx-charts/examples/bar-charts

kaaniboy commented 5 years ago

Potential Libraries: https://doc.daypilot.org/gantt/angular/ Google Charts Timeline: https://developers.google.com/chart/interactive/docs/gallery/timeline

Approach for using Google Charts in Angular: http://anthonygiretti.com/2017/10/12/using-google-charts-in-angular-4-project-part-2/

https://stackoverflow.com/questions/45044101/how-do-i-put-a-google-chart-in-angular-4