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

Multiple referrals #353

Open
wants to merge 27 commits into
base: multiple-episodes-branch
Choose a base branch
from
Open

Commits on May 16, 2022

  1. Remove the field employment from the referral

    fredkingham committed May 16, 2022
    Configuration menu
    Copy the full SHA
    07d25b0 View commit details
    Browse the repository at this point in the history
  2. Changes employment into a singleton and removers the ability to edit …

    …in the panel so it behaves like other singletons
    fredkingham committed May 16, 2022
    Configuration menu
    Copy the full SHA
    1904150 View commit details
    Browse the repository at this point in the history
  3. Renames summary to referrals

    fredkingham committed May 16, 2022
    Configuration menu
    Copy the full SHA
    6e0eb2a View commit details
    Browse the repository at this point in the history
  4. Iterate over different episodes as different referrals in the UI unde…

    …r the panel referrals
    fredkingham committed May 16, 2022
    Configuration menu
    Copy the full SHA
    b424b2a View commit details
    Browse the repository at this point in the history

Commits on May 17, 2022

  1. Adds in a custom javascript controller to order the referrals by the …

    …most recent first
    fredkingham committed May 17, 2022
    Configuration menu
    Copy the full SHA
    c39fc7d View commit details
    Browse the repository at this point in the history
  2. Adds a migration to make a new episodes from patients with multiple r…

    …eferrals and makes sure that the deletion of the employment field in bloods happens after
    fredkingham committed May 17, 2022
    Configuration menu
    Copy the full SHA
    3869adc View commit details
    Browse the repository at this point in the history
  3. Only show the clinic information if there is any clinic information t…

    …o show
    fredkingham committed May 17, 2022
    Configuration menu
    Copy the full SHA
    1aa2a1b View commit details
    Browse the repository at this point in the history
  4. Adds the ability to delete an episode

    fredkingham committed May 17, 2022
    Configuration menu
    Copy the full SHA
    6c22fe8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9721dac View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3508727 View commit details
    Browse the repository at this point in the history
  7. Fix the cancel button on the delete episode modal, and fix the error …

    …message if the deletion fails
    fredkingham committed May 17, 2022
    Configuration menu
    Copy the full SHA
    4ca2b7e View commit details
    Browse the repository at this point in the history
  8. Adds in the add episode (or add referral) flow

    fredkingham committed May 17, 2022
    Configuration menu
    Copy the full SHA
    50c4f8c View commit details
    Browse the repository at this point in the history
  9. Change referrals to be a singleton

    fredkingham committed May 17, 2022
    Configuration menu
    Copy the full SHA
    028e440 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'v1.30' into multiple-referrals

    fredkingham committed May 17, 2022
    Configuration menu
    Copy the full SHA
    4017e12 View commit details
    Browse the repository at this point in the history
  11. the create singletons signals do not fire in the migrations when we c…

    …reate an episode so manually call them
    fredkingham committed May 17, 2022
    Configuration menu
    Copy the full SHA
    861af8f View commit details
    Browse the repository at this point in the history

Commits on May 18, 2022

  1. Configuration menu
    Copy the full SHA
    4be56f8 View commit details
    Browse the repository at this point in the history
  2. Invert the order of the referrals so the first one would be 3/3 and s…

    …econd 2/3 etc
    fredkingham committed May 18, 2022
    Configuration menu
    Copy the full SHA
    4fc0cfb View commit details
    Browse the repository at this point in the history
  3. Shrink the referral bar and make the buttons look like the links in t…

    …he left hand menu
    fredkingham committed May 18, 2022
    Configuration menu
    Copy the full SHA
    7c3b106 View commit details
    Browse the repository at this point in the history
  4. Adds a missing migration to rbhl that changes the choice 'no relevant…

    …' to 'not relevant'
    fredkingham committed May 18, 2022
    Configuration menu
    Copy the full SHA
    94b8252 View commit details
    Browse the repository at this point in the history
  5. Adds consistency tokens to singletons that have been imported via imp…

    …ort scripts rather than the front end
    fredkingham committed May 18, 2022
    Configuration menu
    Copy the full SHA
    9587bf4 View commit details
    Browse the repository at this point in the history
  6. Add a full list of everything that will be deleted when you delete a …

    …referral and add a sum check before they can delete it
    fredkingham committed May 18, 2022
    Configuration menu
    Copy the full SHA
    b955cd2 View commit details
    Browse the repository at this point in the history
  7. After we create an episode, open the edit item modal

    fredkingham committed May 18, 2022
    Configuration menu
    Copy the full SHA
    3d6c077 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e90fc35 View commit details
    Browse the repository at this point in the history
  9. Fix up the lab views to work correctly with the reference to employme…

    …nt now being a foreign key of episode
    fredkingham committed May 18, 2022
    Configuration menu
    Copy the full SHA
    3d79585 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2022

  1. if they patient does not have any tests make sure we don't fail when …

    …we're doing the test ordering
    fredkingham committed May 27, 2022
    Configuration menu
    Copy the full SHA
    dccdaf6 View commit details
    Browse the repository at this point in the history
  2. Make the add clinic data button small

    fredkingham committed May 27, 2022
    Configuration menu
    Copy the full SHA
    13f23db View commit details
    Browse the repository at this point in the history
  3. change the multiple episode load to use multiple referral dates when …

    …looking at what referral to apply to a clinic log
    fredkingham committed May 27, 2022
    Configuration menu
    Copy the full SHA
    0b5b8a7 View commit details
    Browse the repository at this point in the history