Support for time stamps in Encounter

tmccormi wrote on Thursday, July 11, 2013:

The following code is being offered by Ensoftek to support real time stamps in encounter records. Currently the time was hard coded to 00:00:00. Older encounters with that time stamp will just show the date, but new encounters will show both. Several specialty types need this level of information.

–Tony

tmccormi wrote on Monday, July 15, 2013:

Brady / Kevin - any other feed back on this?
–Tony

sunsetsystems wrote on Monday, July 15, 2013:

Tony, I’m glad y’all are working on this.

Now there are other places where encounters are created. A quick search on ‘New Patient Encounter’ turns up these:

library/sl_eob.inc.php
library/encounter_events.inc.php
patients/add_edit_event_user.php

Another concern would be reports and other logic that assume times are zero… they shouldn’t, but I’d be surprised if none do. Plenty of testing is key here.

Thanks!

Rod
http://www.sunsetsystems.com/

tmccormi wrote on Monday, July 15, 2013:

Good input, Thanks!