Andrew Cameron wrote: > How do you restrict access to the main patient db but still allow web access > the the appointments ? > Seems scarey to me. >
The way we do it is to use a proxy. Our firewall forwards port 80 to an e-smith server which runs the practice site. A cron job on that machine does a periodic wget of an asp page generated on my XP workstation, saving it as a static html page in the relevant directory of the e-smith server. It's been working well for about a year for us - nil downtime so far. We aren't doing online bookings until I can workout how to identify the person making the appt. Tony _______________________________________________ Gpcg_talk mailing list [email protected] http://ozdocit.org/cgi-bin/mailman/listinfo/gpcg_talk
