ASP.NET Core health information management system
-
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.
- ASP.NET Core 6
- Entity Framework Core
- SQL Server
- iTextPDF
Features covered:
- Client management workflow
- Program enrollment system
- PDF export functionality
- API documentation