cancelCohortGeneration: Cancel generation of Cohort id.

View source: R/AutoGeneratedDefinitions.R

cancelCohortGenerationR Documentation

Cancel generation of Cohort id.

Description

Cancel generation of Cohort id.

Usage

cancelCohortGeneration(cohortId, baseUrl, sourceKey)

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".

sourceKey

The source key for a CDM instance in WebAPI, as defined in the Configuration page

Details

Cancel the generation of Cohort id in the WebApi.

Value

A tibble with job status information.

Examples

## Not run: 
cancelCohortGeneration(cohortId = 13242,
                       baseUrl = "http://server.org:80/WebAPI",
                       sourceKey = "HCUP")

## End(Not run)

OHDSI/ROhdsiWebApi documentation built on March 15, 2023, 1:23 p.m.