Update Lab Test Report
Use the updateLabTestReport
to update a lab test report assigned to a user.
Available Arguments
Argument | Type | Description |
---|---|---|
| ID! | Unique ID of the lab test. Execute the |
| String | Test report name. |
| datetime | Date and time of the report. |
| String | Laboratory name. |
| Upload | URL of the lab test report. |
| Boolean |
|
| String | Text shown in the alert. |
| AlertAction |
|
| AlertStatus |
|
| String | Video URL to show in the report. |
Available Fields
Field Name | Type | Description |
---|---|---|
| Boolean | True if the lab test report has been updated successfully. Otherwise, Flase |
| String | Description of the result. |
| Object | Object that returns the list of lab test report fields. |
Example 1
Example 2 with Lab Alerts
Example 3 with video URL
Last updated