invokeCohortGeneration: Invoke generation of Cohort id.

View source: R/AutoGeneratedDefinitions.R

invokeCohortGenerationR Documentation

Invoke generation of Cohort id.

Description

Invoke generation of Cohort id.

Usage

invokeCohortGeneration(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

Invoke the generation of Cohort id in the WebApi.

Value

A tibble with job status information.

Examples

## Not run: 
invokeCohortGeneration(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.