Commit Graph

25 Commits (master)

Author SHA1 Message Date
Amir Hossein Khademi 3fb22c8c48 Upgrade to version 1.4.1.1 with .NET 8.0 support
- Updated application version from 1.3.2.1 to 1.4.1.1.
- Dockerfile now uses .NET 8.0 for runtime and SDK.
- Added new API endpoints in HospitalController for sections by hospital ID.
- Modified UniversityController to retrieve hospitals instead of sections.
- Enhanced DocuMed.Api.csproj with new using directives for commands and queries.
- Updated AccountService and UserService to handle hospital IDs and sections.
- Introduced HospitalId and ProfileType properties in various DTOs.
- Updated RestApiWrapper to include new REST API interfaces for hospitals and AI.
- Enhanced MedicalHistoryTemplate components with AI interaction features.
- Modified CSS files to include new styles and animations.
- Introduced new classes and interfaces for AI interactions, including AiController and MetisMessage.
- Updated ProfilePage to support hospital selection and related logic.
- Revised API endpoints for hospitals and universities for improved data management.
2025-04-29 10:58:16 +03:30
Amir Hossein Khademi ab56bf3c20 Downgrade target frameworks and update dependencies
- Downgraded target frameworks from net9.0 to net8.0 in multiple projects.
- Updated package references to older versions across various projects.
- Added and updated using directives in several files for better dependency management.
- Modified `Student` entity to make `SectionId` nullable and updated related methods.
- Introduced new migration files to reflect schema changes in the database.
- Added new `ValidationException` and `ValidationBehavior` classes for improved validation handling.
- Updated `launchUrl` in `launchSettings.json` to include `/swagger/v1`.
- Reformatted constructor parameters in `Patient.cs` for better readability.
- Removed `Sections` property from `University.cs`.
- Changed `PatientId` and `Patient` properties in `MedicalHistory.cs` to internal.
2025-01-12 12:16:24 +03:30
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
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 1ceb063d14 chore ( UpdatePackages ) 2024-09-27 15:11:03 +03:30
Amir Hossein Khademi 20499a61a0 update to .net 8 2023-12-24 12:24:56 +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 303a62f009 add version 1.3.1.1
add send verify code
2023-11-26 14:37:23 +03:30
Amir Hossein Khademi 23c5b09451 add version 1.3.1.0
fix new bugs , add question dialog , add remove for mh and mht
2023-11-26 12:32:58 +03:30
Amir Hossein Khademi f9b29fc024 add home page 2023-11-21 15:13:50 +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 466f41e6a9 add version 0.1.0.3 2023-11-05 18:22:52 +03:30
Amir Hossein Khademi 52b3a9ec89 complete editing medical history and add ga 2023-11-05 16:14:13 +03:30
Amir Hossein Khademi 99648676b3 edit connection string 2023-10-29 00:20:59 +03:30
Amir Hossein Khademi 2c56d41c03 change appsetting production 2023-10-29 00:16:29 +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
Amir Hossein Khademi 07e19e7118 add configs 2023-10-10 18:01:21 +03:30
Amir Hossein Khademi be609347ed Add project files. 2023-10-10 17:02:38 +03:30
Amir Hossein Khademi 3bc1fc9ff6 Add .gitattributes and .gitignore. 2023-10-10 17:02:34 +03:30