Get generation information for Cohort id.

getCohortGenerationInformation(cohortId, baseUrl)

Arguments

cohortId

An integer id representing the id that uniquely identifies a Cohort definition in a WebApi instance.

baseUrl

The base URL for the WebApi instance, for example: "http://server.org:80/WebAPI".

Value

An R object representing the Cohort definition

Details

Get generation (execution) information about Cohort for a cohortId.

Examples

if (FALSE) {
getCohortGenerationInformation(cohortId = 13242, baseUrl = "http://server.org:80/WebAPI")
}