GithubHelp home page GithubHelp logo

tanjera / infirmary-integrated-ehr Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 1.27 MB

Electronic health record simulator for training healthcare professionals.

License: Apache License 2.0

PHP 27.28% JavaScript 0.18% Blade 72.53% CSS 0.01%

infirmary-integrated-ehr's People

Contributors

tanjera avatar

Watchers

 avatar

infirmary-integrated-ehr's Issues

Implement Application Settings

For customization of entire application, including:

  • Default role & license for new users
  • Enable/disable self-registration
  • Time zone
    • Will need to apply/interpolate to all displayed timestamps/datetimes

Implement Medication Administration Record (MAR)

  • Handling PRN doses (to be done in memory, not database!)
    • Remove creation of 'prn' doses in database at MARController->populateDoses()
    • On MAR view, 'prn' doses to show as due (or eligible) now
      • Unless they have been given in the order period
      • ... in which case, next dose populates as due at the end of the time period
  • Ability to mark doses as given, not given, etc.
    • Need to create a Route to a new View
    • Link the text or div in the dose to the routed view
  • Clicking on Order (left column) goes to a history of all doses
    • Index all Doses for the Order and display

Bugs to Test For

  • Doses at end of hour (e.g. @ 2300) rendering in the previous (e.g. 2200) column
    • Likely due to seconds field; will be irrelevant when $at_time pulls from datetime input field
    • Range end times set to 59M59S in 1911902... needs testing once $at_time fully implemented

Implement Note Attachments

For uploading files (.pdf, .jpg, .png, etc)

  • Add a space on the notes/create route for adding the attachment.
  • Add a space to view/download on the notes/view route.

Implement index/iterating NoteAttachments with Note

Will need to list the file names and link to the download:

NoteAttachment::$name is the original file name (a readable usable name, e.g. 7yr-old-femur-fracture-v0-f6ioix8dhprc1.webp)

NoteController->get_attachment($req) uses the filepath from NoteAttachment::$filepath (e.g. note_attachments/AIppy3bLYFsksJT0WHZRmM4LkjEvIQINTAuloWkk.webp) to redirect to a file download

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.