LTHTR-DST / hdruk_avoidable_admissions

HDRUK Data Science Collaboration on Avoidable Admissions in the NHS.
https://lthtr-dst.github.io/hdruk_avoidable_admissions/
MIT License
6 stars 5 forks source link

Patient ID should accept strings #17

Closed MattStammers closed 1 year ago

MattStammers commented 1 year ago

By coercing patient ID to only accept integers we are reducing security. We should allow it to accept strings as well

vvcb commented 1 year ago

Fixed by #21