Lab Test Report List
Use the labTestReports
query to get the list of all lab test reports created within the TeleWellness Portal.
This query must be executed within the member
query.
Required Argument
Argument Name | Type | Description |
| ID | Unique b64 Member ID. Execute the |
Available fields
The following fields will be displayed in the response:
Field Name | Type | Description |
| id | Lab test report ID |
| String | Lab test report name |
| Boolean | True if the report is visible. Otherwise, it displays false |
| URL | Lab test report url |
| String | Lab test report status. Possible values: |
| DateTime | Date and time when the lab test report was created. |
Status field description
Status name | Description |
| Lab test report created |
| The order was placed with lab |
| The kit was shipped to the client |
| There is a problem with the kit |
| The results are returned to the lab |
| The lab tests results are ready |
| There’s processing after the results are ready. |
Example
Last updated