Clean demographics syntax, add Patient modulenew_demographics_progress_snapshot
commit0a9dc612bd88280133e8d6aed0996b098a38dffe
authorRobert Down <robertdown@live.com>
Tue, 12 May 2015 04:21:03 +0000 (12 00:21 -0400)
committerRobert Down <robertdown@live.com>
Sat, 16 May 2015 02:21:05 +0000 (15 22:21 -0400)
tree198f869f20bb3e09ef2807914b2ca2abefd39df4
parente0b28722eb89c122c370e9c4228581bd35b4f0d5
Clean demographics syntax, add Patient module

Start cleaning the demogaphics html syntax by separating as much of the
PHP logic from the HTML. Also add a new Patient module that will hold
all logic related to a patient.
interface/patient_file/summary/demographics.php
library/Patient/src/Entity.php [new file with mode: 0644]
library/Patient/src/Patient.php [new file with mode: 0644]
library/Patient/tests/Patient.php [new file with mode: 0644]