What is replication?
Replication is a program that applies changes to the data at one location, and applies those changes to the data at another. This allows 2 or more clinics that have the same data to see and edit information between each other over an internet connection. This also includes patient links, and can optionally allow for settings management between offices.
How does it work?
Whenever something is added or changed in the main VE program and data, that information is stored in a log file on the clinic server. Replication will read through these log files in sequence, and apply them to the other locations in a Replication group. One location (The ReplicationMaster) will apply all of the changes from the other locations (Remotes) to itself, then resend those changes to the remotes. This is all done through the same type of connection that VE uses to connect to clinic servers.
What is needed to replicate?