Concepts: Concepts

ConceptsR Documentation

Concepts

Description

Concepts object, inheriting from ConceptLibraryClient::Endpoint - allows querying of concepts/ endpoints

Value

Response object

Response object

Response object

Response object

Super class

ConceptLibraryClient::Endpoint -> Concepts

Methods

Public methods

Inherited methods

Method get()

Queries concepts/, with optional query parameters

Usage
Concepts$get(...)
Arguments
...

(list) List of optional parameters


Method get_versions()

Queries concepts/id/get-versions/

Usage
Concepts$get_versions(concept_id)
Arguments
concept_id

(string) Id of entity to query


Method get_detail()

Queries concepts/id/detail/ or concepts/id/version/id/detail/

Usage
Concepts$get_detail(concept_id, version_id = NA)
Arguments
concept_id

(string) Id of entity to query

version_id

(integer) Version id of entity to query


Method get_codelist()

Queries concepts/id/export/codes/ or concepts/id/version/id/export/codes/

Usage
Concepts$get_codelist(concept_id, version_id = NA)
Arguments
concept_id

(string) Id of entity to query

version_id

(integer) Version id of entity to query


Method clone()

The objects of this class are cloneable with this method.

Usage
Concepts$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


SwanseaUniversityMedical/ConceptLibraryClient documentation built on April 14, 2025, 12:45 p.m.