ULM Development (Simple Billing System)

Job ID: 35747288

Budget: ₹600 – ₹1,200 INR

I will need a simple billing system for a hospital. It will require:
- UML class diagram
- Code to test the program with test cases
- Short explanation of how it works

Structure of project:
1. . Create a Person class with first name and last name as data members. Add appropriate
constructors and member functions to initialize, access, and manipulate the data members.

Design the class Doctor, inherited from the class Person, with an additional data member to store a
doctor’s specialization. Add appropriate constructors and member functions to initialize, access,
and manipulate the data members.

Design the class HospitalBill with data members to store a patient’s ID and a patient’s hospital
charges, such as pharmacy charges for medicine, doctor’s fee, and room charges.
Add appropriate
constructors and member functions to initialize, access, and manipulate the data members.
c. Design the class Patient, inherited from the class Person, with additional data members to store a
patient’s ID, age, date of birth, attending physician’s name, the date when the patient was admitted
in the hospital, and the date when the patient was discharged from the hospital. (Use the
class Date Type to store the date of birth, admit date, discharge date. The class Doctor stores the
attending physician’s name. So put some thinking into the relationships.) Add appropriate
constructors and member functions to initialize, access, and manipulate the data members.
Write a program to test your classes

This is not too big of a project, do let me know if you are able to take on this project if you are keen to take it up!
Related categories: Programming Backend Development