Create a Lab Test Report
Use the createLabTestReport
mutation to create a lab test report.
Required Argument
Available fields
The following fields will be displayed in the response:
Example
Because it is not possible to upload files in the GraphQL playground, the following example creates a lab test report using the Postman tool.
Step 1. Create the mutation
Define the variables and their corresponding values:
Note: Replace the memberId
with your personal information.
SET UP POSTMAN
Step 2: Add the URL server, select the POST method and add the Header
POST
https://production.suggestic.com/cp/graphql
Headers
Step 3: Add the Body information
Click on the form-data
option within the Body option and add the following 3 Key values:
operations: Add the mutation defined in step 1.
map: Map the files to your mutation.
0: Choose the file type to upload your PDF file.
POST
https://production.suggestic.com/cp/graphql
Request Body
The response will be:
Within the TeleWellness Portal, the created lab test is displayed as follows:
Last updated