
GetResults
The “GetResults” API method allows client applications to retrieve the result message from TridentCare. This method accepts the following parameters and returns the response as mentioned below.
The response message contains one result per request. However, the result message contains a field “more_results” to notify there are pending results to be read with the provided parameter values.
Request
The parameter values should be sent as query parameters.
GET: https://tridentapimanagement.azureapi.net/api/results/getresult? Integration=EMR&TridentSub=MBX&FacilityID=1440
Response:
Upon successful validation the API method returns the JSON result message, which will contain the following sections as part of a successful API response.
Result Header: Contains patient information.
Result Detail: Contains orders and repeated observations information.
• Order Observation: It is repeated and contains patient’s order information.
• Observations: It is repeated and contains patient’s actual result information.
Result Notes: It is repeated, optional and contains result notes information.
In case of any failures, an appropriate error message will be returned.
Note: Please refer the “Data and Parameter” section for field level information’s.
Failure Messages:
In case of any issue in the request, client application will receive an error message with Error Code and Error Description. Please refer below table for various error codes and descriptions.