Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 SQL 的初学者。我在我的数据库中创建了 3 个表:“DOCTORID”、“PATIENTS”、“VISITS”。为简单起见,我在这些表中只有一对多的关系:一位医生有很多患者,一位患者可以有很多次就诊……在我的表“访问”中。
如何获得每位患者的链接并添加或创建新就诊?每次访问都会有一些字段,例如:主诉、生命体征。我需要我的访问自动获得今天的日期和时间。我想添加新的访问并验证或阅读过去的访问。
在我的“患者”表中,患者 ID 是 $id。
谢谢
作为概述,访问将包含:
Visit_ID、Patient_ID、Doctor_ID、 Chief_complaint、vital_signs、时间戳