Usage
parents(
conceptIds,
include_self = FALSE,
SNOMED = getSNOMED(),
TRANSITIVE = NULL,
...
)ancestors(
conceptIds,
include_self = FALSE,
SNOMED = getSNOMED(),
TRANSITIVE = NULL,
...
)
children(
conceptIds,
include_self = FALSE,
SNOMED = getSNOMED(),
TRANSITIVE = NULL,
...
)
descendants(
conceptIds,
include_self = FALSE,
SNOMED = getSNOMED(),
TRANSITIVE = NULL,
...
)