Netcare Access is a behavioral health organization in Central Ohio, focused on delivering critical mental health and substance use support services to residents of Ohio. Netcare Access provides continuous, community-oriented care, including 24/7 crisis support, specialized assessments, residential services, and forensic evaluations for the county's court systems.
Our mission is to empower healthcare providers with streamlined access to comprehensive patient insights and reports, fostering improved care coordination and efficiency. Through a user-centered, accessible interface, our app facilitates seamless navigation across patient data, from detailed individual profiles to aggregate HR reports. We aim to support healthcare teams in delivering exceptional, informed care, enhancing both patient outcomes and provider workflows
Users start on the Login page, entering their credentials to access the app. After logging in, they arrive at the Home dashboard, where a central Search bar allows quick access to patient records by entering keywords or identifiers.
A sidebar on the left offers easy navigation to features like the HR_Report section for comprehensive HR data. Selecting "Patient Overview" presents a list of all patient profiles, with options to click into detailed Single Patient Overviews for individual medical information.
The app’s clear, intuitive layout helps healthcare providers efficiently manage patient data and generate reports, supporting organized, effective care.
Follow these steps to set up the project on your local machine.
Before you begin, ensure that you have the following installed:
- Python: Download and install the latest version of Python from python.org.
- pip: Python's package installer, which typically comes pre-installed with Python. You can verify by running
pip --version.
First, clone the repository to your local machine using the following command:
$ git clone https://github.com/cc459/Predictive-Analysis.git
$ cd Team-1
For Mac/Linux:
$ python3 -m venv venv
For Windows:
$ python -m venv venv
For Mac/Linux:
$ source venv/bin/activate
For Windows:
$ venv\Scripts\activate
If the activation is successful, you should see (venv) at the start of your terminal prompt.
With the virtual environment active, install all necessary dependencies:
$ pip install -r requirements.txt
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.0/install.sh | bash
nvm install 22
node -v # should print `v22.11.0`
npm -v # should print `10.9.0`
First, clone the repository to your local machine using the following command:
$ git clone (https://github.com/cfgcolumbus24/Team-1.git)
npm install
npm run dev
Once you're done working, you can deactivate the virtual environment by running
$ deactivate
If you add new packages during development, please update the requirements.txt file:
$ pip freeze > requirements.txt
This ensures that anyone else working on the project will have access to the updated dependencies.
- how user would use the website