resolveConceptSet | R Documentation |
Resolve a concept set to the included standard concept IDs
resolveConceptSet(conceptSetDefinition, baseUrl, vocabularySourceKey = NULL)
conceptSetDefinition |
A concept set definition, for example as obtained through the |
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. |
Resolve a concept set to the included standard concept IDs
A vector of standard concept ids.
## Not run: conceptSetDefinition <- getConceptSetDefinition(conceptSetId = 282, baseUrl = "http://server.org:80/WebAPI") 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.