BSCS-32E1-HOSPITAL-MANAGEMENT-SYSTEM / ELEC2024_HOSPITAL_BSCS_32E1

Elective 3 - Hospital Management System
0 stars 1 forks source link

Model - Doctor.cs #26

Closed Albino-Warren-BSCS32E1 closed 3 weeks ago

Albino-Warren-BSCS32E1 commented 1 month ago

Create a model for the representation of doctor details, including personal information, contact information, professional qualifications, and departmental assignments.

When a new doctor joins the hospital, the Doctor model ensures that all necessary information (like FirstName, LastName, EmailAddress, Designation, DepartmentId, ContactNo, Specialization, Gender, BloodGroup, and Status) is provided.