Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 957 Bytes

File metadata and controls

30 lines (22 loc) · 957 Bytes

HealthSystem

ASP.NET Core health information management system

Features

  • Client management-Register a new client in the system. -View a client's profile, including the programs they are enrolled in.

  • Health program enrollment-Create a health program – e.g., TB

-Enroll a client in one or more programs.

-Search for a client from a list of registered clients.

  • PDF reporting
  • REST API-Expose the client profile via an API, so that other systems can retrieve this information.

Technologies

  • ASP.NET Core 6
  • Entity Framework Core
  • SQL Server
  • iTextPDF

    📊 System Presentation

Download PowerPoint

Features covered:

  • Client management workflow
  • Program enrollment system
  • PDF export functionality
  • API documentation