Modified Appointment module
This commit is contained in:
parent
33421a3d2a
commit
6a241003db
@ -1462,14 +1462,36 @@
|
|||||||
"allowAnonymous": false,
|
"allowAnonymous": false,
|
||||||
"implementFrom": "HospitalManagementSystem.Patients.PatientAppService"
|
"implementFrom": "HospitalManagementSystem.Patients.PatientAppService"
|
||||||
},
|
},
|
||||||
"GetExportPatientRecordAsync": {
|
"GetExportPatientRecordAsyncByPatientId": {
|
||||||
"uniqueName": "GetExportPatientRecordAsync",
|
"uniqueName": "GetExportPatientRecordAsyncByPatientId",
|
||||||
"name": "GetExportPatientRecordAsync",
|
"name": "GetExportPatientRecordAsync",
|
||||||
"httpMethod": "GET",
|
"httpMethod": "GET",
|
||||||
"url": "api/app/patient/export-patient-record",
|
"url": "api/app/patient/export-patient-record/{patientId}",
|
||||||
"supportedVersions": [],
|
"supportedVersions": [],
|
||||||
"parametersOnMethod": [],
|
"parametersOnMethod": [
|
||||||
"parameters": [],
|
{
|
||||||
|
"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": {
|
"returnValue": {
|
||||||
"type": "HospitalManagementSystem.Dto.FileDownloadDto",
|
"type": "HospitalManagementSystem.Dto.FileDownloadDto",
|
||||||
"typeSimple": "HospitalManagementSystem.Dto.FileDownloadDto"
|
"typeSimple": "HospitalManagementSystem.Dto.FileDownloadDto"
|
||||||
@ -5609,6 +5631,18 @@
|
|||||||
"enumValues": null,
|
"enumValues": null,
|
||||||
"genericArguments": null,
|
"genericArguments": null,
|
||||||
"properties": [
|
"properties": [
|
||||||
|
{
|
||||||
|
"name": "Id",
|
||||||
|
"jsonName": null,
|
||||||
|
"type": "System.Guid",
|
||||||
|
"typeSimple": "string",
|
||||||
|
"isRequired": false,
|
||||||
|
"minLength": null,
|
||||||
|
"maxLength": null,
|
||||||
|
"minimum": null,
|
||||||
|
"maximum": null,
|
||||||
|
"regex": null
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "FirstName",
|
"name": "FirstName",
|
||||||
"jsonName": null,
|
"jsonName": null,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user