The 4.1.2 release has a bug with the date field for the Vitals Signs Form.
When creating a fresh entry on http://demo.open-emr.org:2099
The date field is populated with “1901-12-13 12:45” instead of the current date.
On my system the date field is populated with
“639890-04-06 00:30”
The difference is probably due to differing PHP versions between my system and the demo site.
This commit appears to be the problem. What seems to be happening is that the date string is being passed in as
20130819152701 which is being interpreted as elapsed number of milliseconds since epoch rather than years/months/day/hours/minutes/seconds.
This is bad, it has stopped me from entering encounters. I have to have a fix soon or I’m in trouble. I am chasing this myself.
Kevin - you think this is PHP version related? I get 1979-10-09 10:30
- By the way, your allscripts interface is so hot, we just love it.
Kim
Don’t forget to checkout the “Fee Sheet Enhancements” that I wrote for 4.1.2.
Try out the review button on the fee sheet, or click on a CPT code for the improved “justification” method.
Not quite sure how the Review button will be used, but the “Top Ten” list of ICD-9 codes is a nice feature. Even though I know these codes by heart, it will make the transition to ICD-10 easier. Thanks.