Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions api-reference/user-app/records/records.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down
4 changes: 0 additions & 4 deletions eka-medai/technologies/lab-report.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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**
=======

<ResponseField name="Example">
<img className="block h-32 dark:hidden" src="/images/eka_example_lab_report.jpg" />
Expand Down Expand Up @@ -388,7 +385,6 @@ Example**
</ResponseField>
</Expandable>
</ResponseField>
>>>>>>> main


## Use Cases
Expand Down