Click here to Skip to main content
15,910,981 members

Comments by demotis (Top 1 by date)

demotis 16-Dec-11 12:29pm View    
We use a RichTextBox to allow users to enter details about a patients encounter (medical records software) currently if two users (doctor and nurse for example) are in the same notes at the same time we have to choose who gets to save. Currently we create a diff and merge the last saved with the current changes, and this works well. However it would be nice to see changes as they are being entered, and so that the last to exit can just save as it would be current with any changes in real-time.