SDCTools is a react-enabled app to assist and reinforce accuracy and correctness for practitioners to record patient data through an easy-to-use and intuitive process. The application serves as a middleman to redesign "pen and paper" structure of the SDC form for versatility and minimization of human errors. We utilize and redesigned information from SDC standards that medical practitioners often refer to when they start their diagnosis, and syndicate this information in a way that is mobile, flexible and modern.
- Run
npm install
in both frontend/ and backend/ folders. - Then simultaneously buidling and starting the frontend and backend development servers by running:
npm run dev
Start by following the instructions in the Contributing Guide section above to install dependencies and run the application development server. When you load up the app in your browser, you should see the application Home screen.
As a form filler, you have the ability to choose the form and patient to conduct your diagnosis:
From there you can select the form and patient you need.
In the case of not finding the form that you require, you can directly upload the SDC form in XML type to be saved in database to be used instantly and available for everyone else.
Once you selected your form and the patient in question, you can create a new draft to be filled out. After completing the form, you can save it for future references. And that particular form will be associated with 1 patient.
To access a previously saved form, we can simply go to the patient's profile and search for their related forms.
Many of the tools being used in the industry are old and are not flexible. We went out to try and develop a solution that is easy to use and adapt, even for the freshest of practitioners. We also want a good grade.