Dental Clinic UML Diagram

Subscribe our YouTube channel for latest project videos and tutorials Click Here

Posted By freeproject on March 18, 2018

Dental Clinic Activity Diagram

Posted By freeproject on March 13, 2018

This is the Activity UML diagram of Dental Clinic which shows the flows between the activity of Nurses, Patient, Medicines, Dental Problems, Doctors. The main activity involved in this UML Activity Diagram of Dental Clinic are as follows:

  • Nurses Activity
  • Patient Activity
  • Medicines Activity
  • Dental Problems Activity
  • Doctors Activity

Features of the Activity UML diagram of Dental Clinic

  • Admin User can search Nurses, view description of a selected Nurses, add Nurses, update Nurses and delete Nurses.
  • Its shows the activity flow of editing, adding and updating of Patient
  • User will be able to search and generate report of Medicines, Dental Problems, Doctors
  • All objects such as ( Nurses, Patient, Doctors) are interlinked
  • Its shows the full description and flow of Nurses, Dental Problems, Doctors, Medicines, Patient
Dental Clinic Activity Diagram

Dental Clinic Class Diagram

Posted By freeproject on August 2, 2017

Dental Clinic Class Diagram describes the structure of a Dental Clinic classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Dental Clinic are Problems, Patient, Doctors, Nurses, Appointments, Medicines.

Classes of Dental Clinic Class Diagram:

  • Problems Class : Manage all the operations of Problems
  • Patient Class : Manage all the operations of Patient
  • Doctors Class : Manage all the operations of Doctors
  • Nurses Class : Manage all the operations of Nurses
  • Appointments Class : Manage all the operations of Appointments
  • Medicines Class : Manage all the operations of Medicines

Classes and their attributes of Dental Clinic Class Diagram:

  • Problems Attributes : problem_id, problem_name, problem_type, problem_description
  • Patient Attributes : patient_id, patient_name, patient_mobile, patient_email, patient_username, patient_password, patient_address,
  • Doctors Attributes : doctor_id, doctor_name, doctor_specialist, doctor_mobile, doctor_email, doctor_username, doctor_password, doctor_address
  • Nurses Attributes : nurse_id, nurse_name, nurse_duty_hour, nurse_mobile, nurse_email, nurse_username, nurse_password, nurse_address,
  • Appointments Attributes : appointment_id, appointment_doctor_id, appointment_number, appointment_type, appointment_date, appointment_description
  • Medicines Attributes : medicine_id, medicine_name, medicine_company, medicine_composition, medicine_cost, medicine_type, medicine_dose, medicine_description

Classes and their methods of Dental Clinic Class Diagram:

  • Problems Methods : addProblems(), editProblems(), deleteProblems(), updateProblems(), saveProblems(), searchProblems()
  • Patient Methods : addPatient(), editPatient(), deletePatient(), updatePatient(), savePatient(), searchPatient()
  • Doctors Methods : addDoctors(), editDoctors(), deleteDoctors(), updateDoctors(), saveDoctors(), searchDoctors()
  • Nurses Methods : addNurses(), editNurses(), deleteNurses(), updateNurses(), saveNurses(), searchNurses()
  • Appointments Methods : addAppointments(), editAppointments(), deleteAppointments(), updateAppointments(), saveAppointments(), searchAppointments()
  • Medicines Methods : addMedicines(), editMedicines(), deleteMedicines(), updateMedicines(), saveMedicines(), searchMedicines()

Class Diagram of Dental Clinic :

Class Diagram Image: 
Dental Clinic Class Diagram

Dental Clinic Component Diagram

Posted By freeproject on February 8, 2018

This is a Component diagram of Dental Clinic which shows components, provided and required interfaces, ports, and relationships between the Nurses, Dental Problems, Patient, Doctors and Appointments. This type of diagrams is used in Component-Based Development (CBD) to describe systems with Service-Oriented Architecture (SOA). Dental Clinic UML component diagram, describes the organization and wiring of the physical components in a system.

Components of UML Component Diagram of Dental Clinic:

  • Nurses Component
  • Dental Problems Component
  • Patient Component
  • Doctors Component
  • Appointments Component

Featues of Dental Clinic Component Diagram:

  • You can show the models the components of Dental Clinic.
  • Model the database schema of Dental Clinic
  • Model the executables of an application of Dental Clinic
  • Model the system's source code of Dental Clinic
Component Diagram: 

Dental Clinic ER Diagram

Posted By freeproject on July 17, 2017

This ER (Entity Relationship) Diagram represents the model of Dental Clinic Entity. The entity-relationship diagram of Dental Clinic shows all the visual instrument of database tables and the relations between Patient, Nurses, Problems, Medicines etc. It used structure data and to define the relationships between structured data groups of Dental Clinic functionalities. The main entities of the Dental Clinic are Problems, Patient, Doctors, Nurses, Appointments and Medicines.

Dental Clinic entities and their attributes :

  • Problems Entity : Attributes of Problems are problem_id, problem_name, problem_type, problem_description
  • Patient Entity : Attributes of Patient are patient_id, patient_name, patient_mobile, patient_email, patient_username, patient_password, patient_address,
  • Doctors Entity : Attributes of Doctors are doctor_id, doctor_name, doctor_specialist, doctor_mobile, doctor_email, doctor_username, doctor_password, doctor_address
  • Nurses Entity : Attributes of Nurses are nurse_id, nurse_name, nurse_duty_hour, nurse_mobile, nurse_email, nurse_username, nurse_password, nurse_address,
  • Appointments Entity : Attributes of Appointments are appointment_id, appointment_doctor_id, appointment_number, appointment_type, appointment_date, appointment_description
  • Medicines Entity : Attributes of Medicines are medicine_id, medicine_name, medicine_company, medicine_composition, medicine_cost, medicine_type, medicine_dose, medicine_description

Description of Dental Clinic Database :

  • The details of Problems is store into the Problems tables respective with all tables
  • Each entity (Medicines, Doctors, Appointments, Patient, Problems) contains primary key and unique keys.
  • The entity Doctors, Appointments has binded with Problems, Patient entities with foreign key
  • There is one-to-one and one-to-many relationships available between Appointments, Nurses, Medicines, Problems
  • All the entities Problems, Appointments, Doctors, Medicines are normalized and reduce duplicacy of records
  • We have implemented indexing on each tables of Dental Clinic tables for fast query execution.
Dental Clinic ER Diagram

Dental Clinic Sequence Diagram

Posted By freeproject on January 31, 2018

This is the UML sequence diagram of Dental Clinic which shows the interaction between the objects of Doctors, Patient, Medicines, Dental Problems, Nurses. The instance of class objects involved in this UML Sequence Diagram of Dental Clinic are as follows:

  • Doctors Object
  • Patient Object
  • Medicines Object
  • Dental Problems Object
  • Nurses Object

This is the UML sequence diagram of Dental Clinic which shows the interaction between the objects of Doctors, Patient, Medicines, Dental Problems, Nurses. The instance of class objects involved in this UML Sequence Diagram of Dental Clinic are as follows:

  • Doctors Object
  • Patient Object
  • Medicines Object
  • Dental Problems Object
  • Nurses Object

Dental Clinic Use Case Diagram

Posted By freeproject on July 24, 2017

This Use Case Diagram is a graphic depiction of the interactions among the elements of Dental Clinic. It represents the methodology used in system analysis to identify, clarify, and organize system requirements of Dental Clinic. The main actors of Dental Clinic in this Use Case Diagram are: Super Admin, System User, Doctor, Patient, who perform the different type of use cases such as Manage Dental Problems, Manage Patient, Manage Doctors, Manage Nurses, Manage Appointments, Manage Medicines, Manage Users and Full Dental Clinic Operations. Major elements of the UML use case diagram of Dental Clinic are shown on the picture below.

The relationships between and among the actors and the use cases of Dental Clinic:

  • Super Admin Entity : Use cases of Super Admin are Manage Dental Problems, Manage Patient, Manage Doctors, Manage Nurses, Manage Appointments, Manage Medicines, Manage Users and Full Dental Clinic Operations
  • System User Entity : Use cases of System User are Manage Dental Problems, Manage Patient, Manage Doctors, Manage Nurses, Manage Appointments, Manage Medicines
  • Doctor Entity : Use cases of Doctor are Check Appointments, Add Patient Problems, Create Prescriptions, Check History
  • Patient Entity : Use cases of Patient are Create Appointments, Search Doctors, Make Payments, Check Appointment History

Use Case Diagram of Dental Clinic :

Dental Clinic Use Case Diagram

Project Category

Call FreeProjectz WhatsApp FreeProjectz