On Monday 25 September 2006 07:50, Dr Hugh Nelson wrote: > 1. must have some way to trigger specific patient record opening in EHR > from waiting room / appointments screen - either by appending a > demographic line to a "patients.in" file, or some other mechanism ( as > happens between current appointment/billing systems and current > prescribing programs)
Appointments are stored in a Postgres database. Postgres does asynchronous notification - meaning you can plug in whatever wants to get notified of whatever happens in the database > 2. must be able to indicate kind of appointment - eg. for dressing, or > vaccination, or antenatal, etc. Specs require that receptionists can a) create tags (text, +/- icon) b) can assign tags (any number of) to appointments > 3. would be nice to be able to adjust timing of appointments - some > doctors like 10 minutes, some 15, some 20 minute slots ( no software I > know of does this effectively.) why, our prototype does (the one I paid the bounty for at wxWidgets.org, but am not using now that I decided to go RoR all the way) Of course. Default time slots for A-D level cons or "tags" per doctor go without saying, granularity 1 minute increment Horst _______________________________________________ Gpcg_talk mailing list [email protected] http://ozdocit.org/cgi-bin/mailman/listinfo/gpcg_talk
