Skip to content

Repository files navigation

Netcare Access Team 1

Netcare Access

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.

Care Connect Mission Statement

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

How users interact with Care Connect

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.

Getting Started

Follow these steps to set up the project on your local machine.

Prerequisites

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.

Installation

1. Clone the repository

First, clone the repository to your local machine using the following command:

$ git clone https://github.com/cc459/Predictive-Analysis.git

2. Navigate into the project directory

$ cd Team-1

3. Create a virtual environment

For Mac/Linux:

$ python3 -m venv venv

For Windows:

$ python -m venv venv

4. Activate the virtual environment

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.

5. Install the required packages

With the virtual environment active, install all necessary dependencies:

$ pip install -r requirements.txt

Running the User Interface

1. Install Vite, Node.js, and React

Node.js
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`

2. Clone GitHub

First, clone the repository to your local machine using the following command:

$ git clone (https://github.com/cfgcolumbus24/Team-1.git)

3. Run with Node.js

npm install
npm run dev

Notes

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

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages