HII-C / patient_viewer

Angular Patient Viewer Application
7 stars 4 forks source link

Hover to display all allergies in patient information #24

Open rnshah9 opened 6 years ago

rnshah9 commented 6 years ago

Currently, the patient information displays "Multiple" if the patient has multiple allergies. The user should be able to hover over the text and view exactly what those allergies are in a hover box.

kristytaing commented 6 years ago

Here's what we've created so far:

When we ran the file, we got this error:

Error: Can't resolve all parameters for AllergyHoverComponent: ([object Object], ?)

Which seems to have something to do with the dependency injection in patient.component.ts

rnshah9 commented 6 years ago

Additionally, we need to add a delay to the hover functionality as well as an option to click to display instantaneously.

kristytaing commented 6 years ago

change "multiple" to "..." or some other indication that the user needs to hover @rnshah9