Get generation results
getResults(id, baseUrl, category)
An integer id representing the id that uniquely identifies a definition for the category in a WebApi instance.
The base URL for the WebApi instance, for example: "http://server.org:80/WebAPI".
These are the categories in WebApi. The valid string options are 'conceptSet', 'cohort', 'characterization', 'pathway, 'incidenceRate', 'estimation', 'prediction'.
Returns the result objects for a given id and category from the WebApi.
Get the results objects from WebApi for a definition of a certain category in WebApi.
if (FALSE) {
getResults(id = 282, category = "cohort", baseUrl = "http://server.org:80/WebAPI")
}