From aec173f9f4035e1c8fc343c1d9eb50242a0ddcf0 Mon Sep 17 00:00:00 2001 From: Sandipan Mitra Date: Fri, 7 Feb 2025 17:37:35 +0530 Subject: [PATCH] dto modified changes --- .../patient-record.component.html | 3 +- .../patient-record.component.ts | 9 +- angular/src/app/proxy/doctors/dto/index.ts | 1 + angular/src/app/proxy/doctors/dto/models.ts | 15 + .../src/app/proxy/patients/patient.service.ts | 4 +- angular/src/app/proxy/shared/index.ts | 1 + .../src/app/proxy/shared/shared.service.ts | 34 + .../proxy/volo/abp/domain/entities/models.ts | 2 +- .../Doctors/Dto/DoctorDto.cs | 1 + .../Patients/PatientAppService.cs | 18 +- ...dchanges_patient_patientrecord.Designer.cs | 2544 +++++++++++++++++ ...1305_fieldchanges_patient_patientrecord.cs | 122 + ..._nullablechanges_patientrecord.Designer.cs | 2541 ++++++++++++++++ ...207101309_nullablechanges_patientrecord.cs | 72 + 14 files changed, 5354 insertions(+), 13 deletions(-) create mode 100644 angular/src/app/proxy/doctors/dto/index.ts create mode 100644 angular/src/app/proxy/doctors/dto/models.ts create mode 100644 angular/src/app/proxy/shared/index.ts create mode 100644 angular/src/app/proxy/shared/shared.service.ts create mode 100644 aspnet-core/src/HospitalManagementSystem.EntityFrameworkCore/Migrations/20250207071305_fieldchanges_patient_patientrecord.Designer.cs create mode 100644 aspnet-core/src/HospitalManagementSystem.EntityFrameworkCore/Migrations/20250207071305_fieldchanges_patient_patientrecord.cs create mode 100644 aspnet-core/src/HospitalManagementSystem.EntityFrameworkCore/Migrations/20250207101309_nullablechanges_patientrecord.Designer.cs create mode 100644 aspnet-core/src/HospitalManagementSystem.EntityFrameworkCore/Migrations/20250207101309_nullablechanges_patientrecord.cs diff --git a/angular/src/app/patients/patient-record/patient-record.component.html b/angular/src/app/patients/patient-record/patient-record.component.html index 4bba532..cbc603e 100644 --- a/angular/src/app/patients/patient-record/patient-record.component.html +++ b/angular/src/app/patients/patient-record/patient-record.component.html @@ -239,7 +239,8 @@