Cancel generation of Cohort id.
cancelCohortGeneration(cohortId, baseUrl, sourceKey)
An integer id representing the id that uniquely identifies a Cohort definition in a WebApi instance.
The base URL for the WebApi instance, for example: "http://server.org:80/WebAPI".
The source key for a CDM instance in WebAPI, as defined in the Configuration page
A tibble with job status information.
Cancel the generation of Cohort id in the WebApi.
if (FALSE) {
cancelCohortGeneration(cohortId = 13242,
baseUrl = "http://server.org:80/WebAPI",
sourceKey = "HCUP")
}