Ανάπτυξη παραθυρικής εφαρμογής .NET ιατρικών φακέλων ασθενών
Windows application development in .NET for medical patient envelopes
View/ Open
Keywords
.NET ; C# ; Ιατρικός φάκελος ; ADO.NET ; WCFAbstract
The issue of diploma thesis is the development of a desktop medical application where the user's doctor will be able to record patient data and their visits where they can process them and make different conclusions. It also developed a very simple application that the doctor can have on his laptop and he can find and process basic patient information without having the database on the computer running the application. The technologies which used are C # and more specifically the .NET Framework. The applications were developed with Visual Studio 2015 and are Windows Form Application. The database we used to store our data is MS SQL Server. The connection of our database with the application was done with ADO.NET as we also used WCF technology to be able to communicate from our remote application to the server.