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

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

Models - Patient.cs #30

Closed Albino-Warren-BSCS32E1 closed 4 weeks ago

Albino-Warren-BSCS32E1 commented 1 month ago

Create a model for the representation of patient details, including personal information, contact information, and medical details.

When a new patient registers at the hospital, the Patient model ensures that all necessary information (like FirstName, LastName, EmailAddress, PhoneNo, BloodGroup, Gender, DateOfBirth, and Address) is provided.