From 6a241003db616d25b1d54b6d5554c93d65a723c0 Mon Sep 17 00:00:00 2001 From: Sk Shaifat Murshed Date: Fri, 7 Feb 2025 17:52:09 +0530 Subject: [PATCH] Modified Appointment module --- angular/src/app/proxy/generate-proxy.json | 44 ++++++++++++++++++++--- 1 file changed, 39 insertions(+), 5 deletions(-) diff --git a/angular/src/app/proxy/generate-proxy.json b/angular/src/app/proxy/generate-proxy.json index a97a232..dad0237 100644 --- a/angular/src/app/proxy/generate-proxy.json +++ b/angular/src/app/proxy/generate-proxy.json @@ -1462,14 +1462,36 @@ "allowAnonymous": false, "implementFrom": "HospitalManagementSystem.Patients.PatientAppService" }, - "GetExportPatientRecordAsync": { - "uniqueName": "GetExportPatientRecordAsync", + "GetExportPatientRecordAsyncByPatientId": { + "uniqueName": "GetExportPatientRecordAsyncByPatientId", "name": "GetExportPatientRecordAsync", "httpMethod": "GET", - "url": "api/app/patient/export-patient-record", + "url": "api/app/patient/export-patient-record/{patientId}", "supportedVersions": [], - "parametersOnMethod": [], - "parameters": [], + "parametersOnMethod": [ + { + "name": "patientId", + "typeAsString": "System.Guid, System.Private.CoreLib", + "type": "System.Guid", + "typeSimple": "string", + "isOptional": false, + "defaultValue": null + } + ], + "parameters": [ + { + "nameOnMethod": "patientId", + "name": "patientId", + "jsonName": null, + "type": "System.Guid", + "typeSimple": "string", + "isOptional": false, + "defaultValue": null, + "constraintTypes": [], + "bindingSourceId": "Path", + "descriptorName": "" + } + ], "returnValue": { "type": "HospitalManagementSystem.Dto.FileDownloadDto", "typeSimple": "HospitalManagementSystem.Dto.FileDownloadDto" @@ -5609,6 +5631,18 @@ "enumValues": null, "genericArguments": null, "properties": [ + { + "name": "Id", + "jsonName": null, + "type": "System.Guid", + "typeSimple": "string", + "isRequired": false, + "minLength": null, + "maxLength": null, + "minimum": null, + "maximum": null, + "regex": null + }, { "name": "FirstName", "jsonName": null,