diff --git a/api-reference/user-app/records/records.yaml b/api-reference/user-app/records/records.yaml index a1c3fe34..c48043a7 100644 --- a/api-reference/user-app/records/records.yaml +++ b/api-reference/user-app/records/records.yaml @@ -560,6 +560,11 @@ paths: required: true schema: $ref: "#/components/schemas/DocumentTypeQueryParam" + - in: query + name: task + required: true + schema: + $ref: "#/components/schemas/TaskQueryParam" requestBody: required: true content: @@ -682,6 +687,18 @@ components: - in - iv - sc + TaskQueryParam: + type: string + description: | + Specifies the type orc process need to be done for the document being uploaded. + The following values are allowed: + - `smart`: Create Smart Report + - `pii`: Extract Personal Identifiable Information + - `classification`: To classing the document + enum: + - smart + - pii + - classification FileUploadRequest: type: object diff --git a/eka-medai/technologies/lab-report.mdx b/eka-medai/technologies/lab-report.mdx index 42ddb0e0..268f9dc6 100644 --- a/eka-medai/technologies/lab-report.mdx +++ b/eka-medai/technologies/lab-report.mdx @@ -18,9 +18,6 @@ such as test names, results, units, and reference ranges. Designed specifically > We currently handle LOINC linking for 1400+ lab investigations that cover the majority of commonly performed lab investigations in India. > [List of LOINC linkable tests](https://ekacare.notion.site/726b13df13ea4409b0cd30c6f3a80315?v=dcd10c722d3149d880ae889b06f4820a) -<<<<<<< HEAD -Example** -======= @@ -388,7 +385,6 @@ Example** ->>>>>>> main ## Use Cases