getConceptSetInfo: Get a concept set's name from concept Id for a WebAPI

Description Usage Arguments Details Value Examples

View source: R/WebApiConceptSet.R

Description

Get a concept set's name from concept Id for a WebAPI

Usage

1
getConceptSetInfo(baseUrl, conceptSetId)

Arguments

baseUrl

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

conceptSetId

The concept set id in Atlas.

Details

Get a concept set's name from concept Id for a WebAPI

Value

A list object with native and parsed

Examples

1
2
3
4
5
6
## Not run: 
# This will obtain name of the concept set

getConceptSetInfo(baseUrl = "http://server.org:80/WebAPI", conceptSetId = 100)

## End(Not run)

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