Commit Graph

11 Commits (b3ca3c51ea14b0b0bf32b500dd188f5a298f430b)

Author SHA1 Message Date
Amir Hossein Khademi b3ca3c51ea Refactor services and add MediatR for medical histories
- Updated MedicalHistoryController to use MediatR for commands/queries
- Refactored methods in MedicalHistoryController to use expression-bodied members
- Added HospitalId property to CurrentUserService
- Removed UniversityId claims handling from JwtService
- Updated AccountService to handle Student entities with UniversityId and SectionId
- Removed IMedicalHistoryService interface and its implementation
- Removed UniversityId and SectionId handling from UserService
- Added SectionId property to SignUpRequestDto
- Refactored MedicalHistory entity to remove personal information properties
- Added CreateMedicalHistoryCommand, UpdateMedicalHistoryCommand, and DeleteMedicalHistoryCommand
- Added command handlers for medical history commands
2024-12-27 09:53:55 +03:30
Amir Hossein Khademi ae1e8859c0 Change DATABASE 2024-09-28 12:34:36 +03:30
Amir Hossein Khademi d115064753 add version 1.3.2.1
add PublicPrintingPage , add code to medical history
2023-11-28 14:18:00 +03:30
Amir Hossein Khademi e9ff13793d add version 1.2.1.0
add healthcontroller , fix doci bugs , fix edit medical history , add day filter in home page
2023-11-18 13:02:16 +03:30
Amir Hossein Khademi 52b3a9ec89 complete editing medical history and add ga 2023-11-05 16:14:13 +03:30
Amir Hossein Khademi bb63cbab02 add version 0.1.0.2 2023-10-28 23:57:28 +03:30
Amir Hossein Khademi cc8aa32447 complete editing templates 2023-10-24 12:45:25 +03:30
Amir Hossein Khademi 24b92acd4b complete create medical history template 2023-10-24 10:43:48 +03:30
Amir Hossein Khademi 867b7be19d complete profile and authurize 2023-10-22 15:51:11 +03:30
Amir Hossein Khademi 378e4c19c0 complete authentication 2023-10-20 19:40:23 +03:30
Amir Hossein Khademi b27d2c56da config project and add identity 2023-10-19 21:28:09 +03:30