Modified Appointment module

This commit is contained in:
Sk Shaifat Murshed 2025-02-07 17:52:09 +05:30
parent 33421a3d2a
commit 6a241003db

View File

@ -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,