slogan621 / tscharts-station

(Deprecated) Android tablet app used by clinic stations to check in/out patients, and access digital medical records. Used by a tscharts-based clinic (see tscharts repo for backend).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handle failure to read medical history better

slogan621 opened this issue · comments

On failure, create a new med history object, populate yo, and record that the med history is new. If dirty, make sure to create, not update, then clear new flag so that subsequent changes reflected in an update.

Resolved with commit f649303