Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 1.31 KB

README.md

File metadata and controls

36 lines (28 loc) · 1.31 KB

Title:

Patient Registration System

Description:

This project implements a patient registration system using Django, a Python web development framework. It allows users to register new patient information, update it, and delete it as needed. The project provides an intuitive interface for interacting with patient data stored in the database.

Table of Contents:

  1. Usage
  2. Tools Used
  3. Results and Achievements

Usage:

Once the application is running, follow these steps:

  • Access the patient registration page.
  • Fill out the form with the patient's information.
  • Click "Register" to save the patient's information.
  • Update patient information if necessary.
  • Delete patient information if it's no longer relevant.

Tools Used:

  • Python
  • Django
  • HTML
  • CSS
  • Bootstrap

Results and Achievements:

This project has achieved the following:

  • Implementation of a fully functional patient registration system.
  • Intuitive and user-friendly interface for registering, updating, and deleting patient information.
  • Integration of message handling to provide feedback to the user.
  • Efficient database handling to store and manage patient information.

hospital_app (1)