Hospital Management System မှာ အဓိက ရည်ရွယ်ချက်က ဆေးရုံမှာပြသချင်တဲ့ လူနာက ကြိုတင် ရက်ချိန်းယူလို့ရအောင် Hospital ဘက်က ဖုန်းနဲ့ လက်ခံပြီး ရက်ချိန်းတွေကို မှတ်သားနိုင်ဖို့ ဒီ System ကိုရေးသားထားခြင်းဖြစ်ပါတယ်
Tech Stack
Frontend Repository ကို ဒီ Link မှာ ကြည့်လို့ရပါတယ် Backend Repository ကို ဒီ Link ကနေ စမ်းလို့ရပါတယ်
ပါ၀င်တဲ့ Table တွေကတော့
- Doctor
- Patient
- Appointment
- Medical Record
- Disease
- Specialist
- Room
Contributors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Contributors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Description
Hospital Management System ကို ကိုလင်းရဲ့ ဦးဆောင်မှုဖြင့် စတင်ခဲ့ပြီး တစ်လအတွင်းပြီးနိုင်လောက်သည်အထိ scope သတ်မှတ်ခဲ့ပါတယ်။ HMS က ဆေးရုံရဲ့ လုပ်ငန်းဆောင်တာအချို့ကို လုပ်ဆောင်ရမှာ လွယ်ကူစေရန် ရည်ရွယ်ခဲ့ပါတယ်။ HMS တွင် လူနာတွေရဲ့ အချက်အလက်တွေ၊ ဆရာဝန်တွေရဲ့ အချက်အလက် တွေ၊ သိမ်းဆည်းထားနိုင်ပြီး လျှင်မြန်စွာ ရှာဖွေကြည့်ရှုနိုင်ပါတယ်။ HMS တွင် လူနာအချက်အသစ်လုပ်ခြင်း၊ လူနာအချက်အလက်ပြင်ဆင်ခြင်းစတဲ့ patient management ကို လွယ်ကူစွာလုပ်ဆောင်နိုင်ပါတယ်။ ဆရာဝန်နှင့် ပြသလိုလျှင်လည်း ရက်ချိန်းများလည်း လုပ်ဆောင်နိုင်ပါသည်။
ဆရာဝန်ရဲ့ အချက်အလက်များ သိမ်းရန်၊ Patient နဲ့ Appointment ချိတ်ဆက်ပေးရန်
Id Int
DoctorName String
Email String
MobileNumber String
SpecialistId Int
StartDuty String
EndDuty String
လူနာတွေရဲ့ အချက်အလက်များသိမ်းရန်၊ Doctor နဲ့ Appointment ချိတ်ဆက်ပေးရန်
Id Int
Name String
Gender String
PhoneNumber String
Email String
BloodType String
BirthDate DateTime
Address String
Appointment data သိမ်းရန်၊ Doctor နဲ့ Patient ချိတ်ဆက်ပေးရန်
Id Int
PatientId Int
DoctorId Int
AppointmentDate DateTime
RoomId Int
TokenId String
Status String
IsCancel Boolean
လူနာရဲ့ ဆေးအချက်အလက်မှတ်တမ်းသိမ်းဆည်းရန်၊ Disease နဲ့ Patient ချိတ်ဆက်ပေးရန်
Id Int
Patient Patient
PatientID Int
StartDate DateTime
EndDate DateTime
Diagnosis String
Note String
Treatment String
ရောဂါ အချက်အလက်သိမ်းဆည်းရန်၊ Medical Record တွင် Patient နဲ့ ချိတ်ဆက်ရန်
Id Int
Name String
အထူးပြု ရောဂါကုသသော အချက်လက်ကိုသိမ်းဆည်းရန်၊ Doctor နဲ့ ချိတ်ဆက်ရန်
Id Int
Name String
Description String
အခန်းသိမ်းဆည်းရန်၊ Appointment တွင် Doctor နဲ့ Patient အားချိတ်ရန်
Id Int
Name String