HII-C / patient_viewer

Angular Patient Viewer Application
7 stars 4 forks source link

Adjust demographics spacing #15

Open yozair opened 6 years ago

yozair commented 6 years ago

Adjust layout position, use reference from prototype picture Move timeline below, add all of the content displayed in the prototype demographics to the actual app

Add the clear all selections button and previous selections button to the tool palette

Get rid of the shopping cart icon from the tool palette

screen shot 2018-03-02 at 4 31 53 pm
kaaniboy commented 6 years ago

@mattbudiman This issue involves modifying pug files and CSS styles (primarily in home.pug, toolbar.pug, patient.pug, and main.sass). The changes can be made incrementally and don't need to be done all at once.

Let me know if you run into any issues or have any questions.

kaaniboy commented 6 years ago

@mattbudiman "Reason for Encounter" is accessible as a property of the FHIR Encounter resource. More information can be found here.

kristytaing commented 6 years ago

Abbreviate things further in the header: ex.

Rose Jones F, MRN:####, 68 yrs (05/07/1948) Allergies: multiple

mattbudiman commented 6 years ago

@kaaniboy How exactly should I go about implementing functionality to display "Reason for Visit"? Where do I even begin?

yozair commented 6 years ago

You can start by having the first couple words of the sentence with “…” . Then have the same functionality as the allergies (hover to get the full sentence)

I hope that helps. Also instead of the blue link style just have it normal text. The hover should happen fast, that way the user can learn quickly that it is a hover to look for more details.

Please let me know if you have anymore questions!

Yael

On Apr 11, 2018, at 2:00 PM, Matthew Budiman notifications@github.com wrote:

@kaaniboy https://github.com/kaaniboy How exactly should I go about implementing functionality to display "Reason for Visit"? Where do I even begin?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/HII-C/patient_viewer/issues/15#issuecomment-380594145, or mute the thread https://github.com/notifications/unsubscribe-auth/AeftNvCmqBg51Xy4xFxQwbma7cGjUI9sks5tnm8BgaJpZM4SaqPW.

preston commented 6 years ago

Re: @yozair's comment, that sounds like all CSS, such as text-overflow: ellipsis; and link style.

mattbudiman commented 6 years ago

@yozair oh, I meant like the process of actually retrieving the data from the database, but yeah, I'll also look into that ellipses functionality