I have the following project that seeks to organize and control the flow of attention in a waiting room.
The cycle begins when a patient arrives at the institution, takes turns in application A and that shift is saved on the server. From application B, I can see and work with the information that was previously generated and call those shifts to the input table through a visualizer that is on an external PC.
My question is how can I make that information that I am manipulating be sent directly to that viewer?
Attached photo of the model.
The application that issues the turns is made in Windows Forms with C #, just like the client applications.