You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# query = f"SELECT customer_id, username FROM Customer WHERE username='charles' AND password='weng';"
# query = f"SELECT patient_id FROM Patient WHERE patient_id='1' AND password='weng';"
query = f"SELECT patient_id, pacemaker_dependent, incision_location, pacemaker_manufacturer, magnet_response, image_path FROM Patient ORDER BY patient_id DESC;"