jcgharvey / vsm-svr

0 stars 1 forks source link

Creating a patient without a dob or last_check_in will break the web app #9

Closed bighuggies closed 11 years ago

bighuggies commented 11 years ago

When serializing patient data to JSON the app assumes that the dob and last_check_in fields exist on the patient record, even though they are nullable (see to_dict() in patient.py)