mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-27 14:54:05 -06:00
vault backup: 2022-09-08 14:42:49
This commit is contained in:
parent
829f05e8ea
commit
f5e3cb339f
@ -7,10 +7,11 @@ tags:
|
||||
VISIT(doctor_id, patient_id, patient_name, date_time, diagnosis, treat_code, charge)
|
||||
1. No
|
||||
|
||||
Should split into different entities
|
||||
PATIENT(patient_id, patient_name)
|
||||
VISIT(patient_id, doctor_id, date_time, diagnosis, treat_code, charge)
|
||||
|
||||
2. No
|
||||
|
||||
TREATMENT(treat_code, charge)
|
||||
PATIENT(patient_id, patient_name)
|
||||
VISIT(patient_id, doctor_id, date_time, diagnosis, treat_code)
|
||||
|
||||
2.
|
||||
Loading…
Reference in New Issue
Block a user