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,