Structure DB tables

hasan_3

New member
Local time
Today, 11:30
Joined
Apr 9, 2020
Messages
3
What is the best way to structure DB tables for the attached picture?
 

Attachments

  • 111.jpg
    111.jpg
    506.2 KB · Views: 165
Like:

TSymptoms table
1 ,Fever
2 shortness of breath


TMedNotes tbl
PatientID,medNoteNum, Date,DayPer,Result
123, 1, 1/1/2020, Evening,0

TMedExam tbl
PatientID,Date,Comordities,covid,....etc


TPatient tbl
PatientID,FirstN,LastN,address,...etc.
 
Thanks for your help

I didn't get the Result field in TMedNotes tbl

I need to collect data for 3 days only for 3 periods each day
 
Use at least 3 tables for the image, using the best way to configure DB tables.
1-Staff Information
2-Symptoms
3-days
Your staff master table will be associated with your main table in rechargeable tables.
 

Users who are viewing this thread

Back
Top Bottom