data changed

This commit is contained in:
CHIEFSOFT\ameye
2024-04-27 08:32:07 -04:00
parent 3ebed5e031
commit dd3e73f2dd
+8 -200
View File
@@ -128,91 +128,19 @@
}
}
},
"/digiusers/v1/dash": {
"/digiusers/v1/dash/{uid}": {
"get": {
"tags": [
"Dashboard"
],
"parameters": [
{
"name": "PatientId",
"name": "uid",
"in": "query",
"schema": {
"type": "string",
"nullable": true
}
},
{
"name": "Status",
"in": "query",
"schema": {
"type": "integer",
"format": "int32"
}
},
{
"name": "PatientIdentity",
"in": "query",
"schema": {
"type": "integer",
"format": "int32"
}
},
{
"name": "Facility",
"in": "query",
"schema": {
"type": "string",
"nullable": true
}
},
{
"name": "Channel",
"in": "query",
"schema": {
"type": "string",
"nullable": true
}
},
{
"name": "Provider",
"in": "query",
"schema": {
"type": "string",
"nullable": true
}
},
{
"name": "DateFrom",
"in": "query",
"schema": {
"type": "string",
"nullable": true
}
},
{
"name": "DateTo",
"in": "query",
"schema": {
"type": "string",
"nullable": true
}
},
{
"name": "PageNumber",
"in": "query",
"schema": {
"type": "integer",
"format": "int32"
}
},
{
"name": "PageSize",
"in": "query",
"schema": {
"type": "integer",
"format": "int32"
}
}
],
"responses": {
@@ -221,72 +149,12 @@
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/AuxService.Common.Responses.Response`1[AuxService.Common.Responses.CountModel`1[AuxFrmwrkXsd.LabResultType]]"
"$ref": "#/components/schemas/BNV.ResponseType"
}
},
"text/json": {
"schema": {
"$ref": "#/components/schemas/AuxService.Common.Responses.Response`1[AuxService.Common.Responses.CountModel`1[AuxFrmwrkXsd.LabResultType]]"
}
}
}
},
"400": {
"description": "Bad Request",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/AuxService.Common.Responses.Response`1[AuxService.Common.Responses.CountModel`1[AuxFrmwrkXsd.LabResultType]]"
}
},
"text/json": {
"schema": {
"$ref": "#/components/schemas/AuxService.Common.Responses.Response`1[AuxService.Common.Responses.CountModel`1[AuxFrmwrkXsd.LabResultType]]"
}
}
}
},
"401": {
"description": "Unauthorized",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/AuxService.Common.Responses.Response`1[AuxService.Common.Responses.CountModel`1[AuxFrmwrkXsd.LabResultType]]"
}
},
"text/json": {
"schema": {
"$ref": "#/components/schemas/AuxService.Common.Responses.Response`1[AuxService.Common.Responses.CountModel`1[AuxFrmwrkXsd.LabResultType]]"
}
}
}
},
"404": {
"description": "Not Found",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/AuxService.Common.Responses.Response`1[AuxService.Common.Responses.CountModel`1[AuxFrmwrkXsd.LabResultType]]"
}
},
"text/json": {
"schema": {
"$ref": "#/components/schemas/AuxService.Common.Responses.Response`1[AuxService.Common.Responses.CountModel`1[AuxFrmwrkXsd.LabResultType]]"
}
}
}
},
"500": {
"description": "Server Error",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/AuxService.Common.Responses.Response`1[AuxService.Common.Responses.CountModel`1[AuxFrmwrkXsd.LabResultType]]"
}
},
"text/json": {
"schema": {
"$ref": "#/components/schemas/AuxService.Common.Responses.Response`1[AuxService.Common.Responses.CountModel`1[AuxFrmwrkXsd.LabResultType]]"
"$ref": "#/components/schemas/BNV.ResponseType"
}
}
}
@@ -419,14 +287,14 @@
}
}
},
"/digiusers/v1/loan/loanlist": {
"/digiusers/v1/loan/loanlist/{uid}": {
"get": {
"tags": [
"Loan"
],
"parameters": [
{
"name": "Id",
"name": "uid",
"in": "path",
"required": true,
"schema": {
@@ -441,72 +309,12 @@
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/AuxService.Common.Responses.Response`1[AuxFrmwrkXsd.LabResultType2]"
"$ref": "#/components/schemas/BNV.ResponseType"
}
},
"text/json": {
"schema": {
"$ref": "#/components/schemas/AuxService.Common.Responses.Response`1[AuxFrmwrkXsd.LabResultType2]"
}
}
}
},
"400": {
"description": "Bad Request",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/AuxService.Common.Responses.Response`1[AuxFrmwrkXsd.LabResultType2]"
}
},
"text/json": {
"schema": {
"$ref": "#/components/schemas/AuxService.Common.Responses.Response`1[AuxFrmwrkXsd.LabResultType2]"
}
}
}
},
"401": {
"description": "Unauthorized",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/AuxService.Common.Responses.Response`1[AuxFrmwrkXsd.LabResultType2]"
}
},
"text/json": {
"schema": {
"$ref": "#/components/schemas/AuxService.Common.Responses.Response`1[AuxFrmwrkXsd.LabResultType2]"
}
}
}
},
"404": {
"description": "Not Found",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/AuxService.Common.Responses.Response`1[AuxFrmwrkXsd.LabResultType2]"
}
},
"text/json": {
"schema": {
"$ref": "#/components/schemas/AuxService.Common.Responses.Response`1[AuxFrmwrkXsd.LabResultType2]"
}
}
}
},
"500": {
"description": "Server Error",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/AuxService.Common.Responses.Response`1[AuxFrmwrkXsd.LabResultType2]"
}
},
"text/json": {
"schema": {
"$ref": "#/components/schemas/AuxService.Common.Responses.Response`1[AuxFrmwrkXsd.LabResultType2]"
"$ref": "#/components/schemas/BNV.ResponseType"
}
}
}