Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

Medical record management system, Study Guides, Projects, Research of Computer Fundamentals

Jwhjjmmmamnbvsvbnndbbvsbbsnbsvgddhbdbhdh

Typology: Study Guides, Projects, Research

2022/2023

Uploaded on 04/27/2023

tanaya-bedase
tanaya-bedase 🇮🇳

1 document

1 / 15

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
LOVELY PROFESSIONAL UNIVERSITY
COMPUTER AND SCIENCE TECHNOLOGY
CSE 101: COMPUTER PROGRAMMING
TOPIC: MEDICINE RECORD MANAGEMENT SYSTEM
Submitted By: Submitted To:
Name: Pranjal Thakur Ms. Amandeep Kaur
Reg No: 12214116
Roll No: 31
Section: K22EN
pf3
pf4
pf5
pf8
pf9
pfa
pfd
pfe
pff

Partial preview of the text

Download Medical record management system and more Study Guides, Projects, Research Computer Fundamentals in PDF only on Docsity!

LOVELY PROFESSIONAL UNIVERSITY

COMPUTER AND SCIENCE TECHNOLOGY

CSE 101: COMPUTER PROGRAMMING

TOPIC: MEDICINE RECORD MANAGEMENT SYSTEM

Submitted By: Submitted To: Name: Pranjal Thakur Ms. Amandeep Kaur Reg No: 12214116 Roll No: 31 Section: K22EN

MEDICINE RECORD MANAGEMENT SYSTEM

DESCRIPTION:

The Project aims to create a database of medicine records using the C programming language. The program will provide various functionalities to the user to manage the database effectively. The user will be able to add, delete, search and update the medicine records as per their requirements. The program will have five modules to provide different functionalities to the user. The modules are:

  1. Display Medicine Details: This module will display all the medicine records available in the databases to the user. It will provide the medicine name, price, quantity, manufacturer and other relevant details.
  2. Add New Medicine: This module will allow the user to add a new medicine record to the database. The user will need to provide the medicine name, price, quantity, manufacturer and other relevant details.
  3. Delete Medicine Details: This module will allow the user to delete a medicine record from the database. The user will

MODULE DESCRIPTION

Detailed description of the modules:

  1. Display Medicine Details: This module will retrieve and display all the medicine details stored in the database. It can either display the details of all medicines or let the user select a particular medicine to view its details. The system will display the medicine’s name, price, quantity, manufacturer and other relevant details. This module is useful for reviewing the entire list of medicines in the database or checking the details of a particular medicine.
  2. Add New Medicine: This module will allow the user to add a new medicine to the database. The system will prompt the user to enter the medicine’s details, such as its name, price, manufacturer, quantity. Once the user has entered all the details, the system will store them in the database. This module is useful for adding new medicine to the database.
  3. Delete Medicine Details: This module will allow the user to delete the details of a medicine from the database. The user will enter the medicine’s name they want to delete, and the system will search for it in the database. If found, the system will prompt the user to confirm the deletion of the medicine. If the user confirms the deletion, the system will remove the

medicine’s details from the database. This module is useful for removing unwanted or expired medicines from the details.

  1. Search a particular medicine: This module will allow the user to search for a particular medicine in the database. The user will enter the name of the medicine they want to search, and the system will search for it in the database. If found, the system will display all the details of that medicine, such as its name, price, quantity etc. This module is useful for quickly finding the details of a specific medicine.
  2. Update Medicine Details: This module will allow the user to update the details of a medicine in the database. The user will enter the name of the medicine they want to update, and the system will search for it in the database. If found, the system will display all the details of that medicine, and the user can then update any of the details they want to change. Once the user has made the changes, the system will store the updated details in the database. This module is useful for correcting any errors in the medicine’s details or updating the information about s particular medicine. Overall these modules will allow the user to manage medicine database efficiently by adding, deleting , searching and updating medicine details as required.

SOURCE CODE

OUTPUT SNAPSHOTS

INTRO:

OUTPUT:

DISPLAY MEDICINE:

OUTPUT:

DELETION OF A MEDICINE:

OUTPUT:

SEARCHING OF A MEDICINE:

OUTPUT: