Modified Appointment module
This commit is contained in:
parent
33421a3d2a
commit
6a241003db
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user