FreeHealth / freehealth

Free and open source Electronic Health Record
https://freehealth.io
Other
44 stars 16 forks source link

EHR: tokens returning a date should do so in ISO date time format #23

Open jeromecc opened 8 years ago

jeromecc commented 8 years ago

Patient.Age.DateOfBirth returns something like "Sun Apr 01 1928 01:00:00 GMT+0300 (EEST)" which is quite difficult to work with and convert to other locales. Let's use ISO Date Time format for:

In addition DToB (Date Time of Birth) should be recorded in UTC...