View source: R/getConceptSetDefinitionBySourceKey.R
getConceptSetDefinitionBySourceKey | R Documentation |
Fetch concept set definition from WebAPI by SourceKey
getConceptSetDefinitionBySourceKey( conceptSetId, baseUrl, vocabularySourceKey = NULL )
conceptSetId |
the id of the concept set to retrieve. |
baseUrl |
The base URL for the WebApi instance, for example: "http://server.org:80/WebAPI". |
vocabularySourceKey |
The source key of the Vocabulary. By default, the priority Vocabulary is used. |
Fetches a concept set definition from WebAPI by SourceKey. If SourceKey is not specified, the priority vocabulary will be used.
An R object representing the ConceptSet definition
## Not run: conceptSetDefinition <- getConceptSetDefinitionBySourceKey(conceptSetId = 282, baseUrl = "http://server.org:80/WebAPI", vocabularySourceKey = "MY_VOCAB") conceptIds <- resolveConceptSet(conceptSetDefinition = conceptSetDefinition, baseUrl = "http://server.org:80/WebAPI") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.