Api-PWA/DocuMed.Api/Controllers
Amir Hossein Khademi 1a813edf6a Update to .NET 9, add patient features, and refactor
Updated target framework to .NET 9 across multiple projects and updated package references. Refactored `HospitalController` to use MediatR commands. Introduced new patient-related functionalities including new API endpoints, commands, queries, and DTOs. Removed user-related properties from medical history mappings. Added new handlers for patient creation, retrieval, and section updates.
2025-01-12 11:22:32 +03:30
..
AuthController.cs config project and add identity 2023-10-19 21:28:09 +03:30
CityController.cs add version 1.2.1.0 2023-11-18 13:02:16 +03:30
HealthController.cs add version 1.2.1.0 2023-11-18 13:02:16 +03:30
HomeController.cs add version 1.3.1.0 2023-11-26 12:32:58 +03:30
HospitalController.cs Update to .NET 9, add patient features, and refactor 2025-01-12 11:22:32 +03:30
MedicalHistoryController.cs Refactor services and add MediatR for medical histories 2024-12-27 09:53:55 +03:30
MedicalHistoryTemplateController.cs add version 1.3.1.0 2023-11-26 12:32:58 +03:30
PatientController.cs Update to .NET 9, add patient features, and refactor 2025-01-12 11:22:32 +03:30
SectionController.cs Change DATABASE 2024-09-28 12:34:36 +03:30
UniversityController.cs Change DATABASE 2024-09-28 12:34:36 +03:30
UserController.cs complete profile and authurize 2023-10-22 15:51:11 +03:30