-
read and modify config_db.py
-
run setup_db.py to set up a table named "privacy_server"
The table in your database is with relation:
( patient_id, policy, last_modified ):
-
patient_id:
the unique identifier, long type by default
-
policy:
patient's privacy policy, json type by default
-
last_modified:
last_time that the policy is modified