So get the IP address of the remote system that's hosting the records. If you have the name, for instance
Electronic Medical Records (EMR) Software | Find the Best EHR Systems do this:
Code:
C:\bin>ping -a medicalrecords.com
Pinging medicalrecords.com [96.126.104.166] with 32 bytes of data:
Reply from 96.126.104.166: bytes=32 time=55ms TTL=55
Reply from 96.126.104.166: bytes=32 time=53ms TTL=55
Reply from 96.126.104.166: bytes=32 time=52ms TTL=55
Reply from 96.126.104.166: bytes=32 time=52ms TTL=55
Ping statistics for 96.126.104.166:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 52ms, Maximum = 55ms, Average = 53ms
Now start using the records system and have a cmd.exe "command prompt" open. Issue the command "ping -t x.x.x.x (being the ip you found before)" See if it drops off when they stop responding