Create project ( Kaung-Myat-Hun ) Setup project (GerVaf / That-Zin-Min) (Kaung-Min-Htet)
Install dependencies and start server:
yarn or npm or pnpm install
npx prisma migrate dev --name init
yarn start or npm or pnpm start
Description
ဆရာဝန်ရဲ့ အချက်အလက်များ သိမ်းရန်၊ Patient နဲ့ Appointment ချိတ်ဆက်ပေးရန်
Id Int
DoctorName String
Email String
MobileNumber String
SpecialistId Int
StartDuty String
EndDuty String
APIs GET www.example.com/API/v1/doctors
ရည်ရွယ်ချက် လူနာတွေရဲ့ အချက်အလက်များသိမ်းရန်၊ Doctor နဲ့ Appointment ချိတ်ဆက်ပေးရန်
Id Int
Name String
Gender String
PhoneNumber String
Email String
BloodType String
BirthDate DateTime
Address String
APIs
Appointment data သိမ်းရန်၊ Doctor နဲ့ Patient ချိတ်ဆက်ပေးရန်
Id Int
PatientId Int
DoctorId Int
AppointmentDate DateTime
RoomId Int
TokenId String
Status String
IsCancel Boolean
APIs
လူနာရဲ့ ဆေးအချက်အလက်မှတ်တမ်းသိမ်းဆည်းရန်၊ Disease နဲ့ Patient ချိတ်ဆက်ပေးရန်
Id Int
Patient Patient
PatientID Int
StartDate DateTime
EndDate DateTime
Diagnosis String
Note String
Treatment String
APIs
ရောဂါ အချက်အလက်သိမ်းဆည်းရန်၊ Medical Record တွင် Patient နဲ့ ချိတ်ဆက်ရန်
Id Int
Name String
APIs
အထူးပြု ရောဂါကုသသော အချက်လက်ကိုသိမ်းဆည်းရန်၊ Doctor နဲ့ ချိတ်ဆက်ရန်
Id Int
Name String
Description String
APIs
အခန်းသိမ်းဆည်းရန်၊ Appointment တွင် Doctor နဲ့ Patient အားချိတ်ရန်
Id Int
Name String
APIs
Note
We will add some api example in this.