Get ConceptSet id definition.
getConceptSetDefinition(conceptSetId, baseUrl)
An integer id representing the id that uniquely identifies a ConceptSet definition in a WebApi instance.
The base URL for the WebApi instance, for example: "http://server.org:80/WebAPI".
An R object representing the ConceptSet definition
Obtain the ConceptSet definition from WebAPI for a given ConceptSet id
if (FALSE) {
getConceptSetDefinition(conceptSetId = 13242, baseUrl = "http://server.org:80/WebAPI")
}