Jack Meyer
Jack Meyer
## 🚀 Feature Proposal Need the ability to: * Request new inventory * Accept a new inventory delivery * View/Track current inventory * Run reports on the inventory ## Linked...
## 🚀 Feature Proposal * Need a way to be able to check a patient in for their appointment, * Then be able to facilitate the appointment, * Then mark...
## 🚀 Feature Proposal There should be a new button added to the patient visits page which allows a user to make a new imaging request quickly. This button should...
React scripts was recently upgraded to v4.0.0. This issue is to track and finish migrating HospitalRun to react-scripts v4.0.x. Dependabot couldn't do this on its own due to a failing...
## 🚀 Feature Proposal HospitalRun can be "downloaded" as a progressive web app. When the application loads, it displays a white screen. To provide a more native-like experience, the application...
## 🚀 Feature Proposal Create a `useUpdatePatient` hook which will update a patient and remove all related redux code for getting a patient by id. ## Motivation - remove redux...
## 🚀 Feature Proposal This feature is to create a `useCreatePatient` react-query mutation which will create a patient. ## Motivation - removing redux ## Technical Notes - this will follow...
## 🚀 Feature Proposal When the sidebar collapses or expands, I would like the setting saved so that when I refresh the page or when I use a different device,...
## 🚀 Feature Proposal An administration module is where settings for the entire healthcare facility can be managed. Initial features will include: - Ability to define incident categories and incident...
## 🚀 Feature Proposal By default, patients should be sorted by given name ascending. ## Motivation The list should not be sorted in a random way. ## Blocked by #1969