From dd3e73f2dd06898ddd504db58003679c0ab6eb34 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Sat, 27 Apr 2024 08:32:07 -0400 Subject: [PATCH] data changed --- public/apidoc/digifi.json | 208 ++------------------------------------ 1 file changed, 8 insertions(+), 200 deletions(-) diff --git a/public/apidoc/digifi.json b/public/apidoc/digifi.json index 9f6a264..ca414e2 100644 --- a/public/apidoc/digifi.json +++ b/public/apidoc/digifi.json @@ -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" } } }