Skip to content

A patient manager written in ASP.NET to help private local doctors from my town to manage their patients registers.

Notifications You must be signed in to change notification settings

angelroma/House_PM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

House PM

A patient manager written in ASP.NET to help private local doctors from my town to manage their patients registers.

Technical Characteristics

The current project has been developed in ASP.NET enviroment. I've added a business and a repository layer to improve logic and there is a basic client to test WCF services. So basically this proyect includes:

  • MVC model with 2 extra layers. (Business and Repository layers)
  • WCF services for a single domain class.
  • A basic client to test APIs.
  • Doctor, Assistant and Admins roles.
  • Restrictions and security.
  • 3 Tables in SQL server.
  • Code-First approach