getCohortSpecification: Get the cohort definition expression for a cohort Id from...

Description Usage Arguments Details Value Examples

View source: R/WebApiCohortDefinition.R

Description

Get the cohort definition expression for a cohort Id from WebAPI

Usage

1
getCohortSpecification(baseUrl, cohortId)

Arguments

baseUrl

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

cohortId

An integer indicating which cohort definition to fetch.

Details

Get the cohort definition expression for a cohort Id from WebAPI

Value

Get the cohort definition expression for a cohort Id from WebAPI

Examples

1
2
3
4
5
6
## Not run: 
# Get the cohort definition expression for a cohort Id from WebAPI:

getCohortSpecification(baseUrl = "http://server.org:80/WebAPI", cohortId = 282)

## End(Not run)

gowthamrao/StudyManagement documentation built on March 9, 2020, 10:48 p.m.