Lookup Source Relations

lookup_source_relations(
  sourceId,
  vocabulary,
  includeRelationLabels = NULL,
  includeAdditionalRelationLabels = NULL,
  includeObsolete = NULL,
  includeSuppressible = NULL,
  pageNumber = NULL,
  pageSize = NULL
)

Arguments

includeRelationLabels

(optional) One or more relation labels

includeAdditionalRelationLabels

(optional) One or more relation attribute

includeObsolete

(optional) Include content that is obsolete according to the content provider or NLM.

includeSuppressible

(optional) Include content that is suppressible according to NLM Editors.

pageNumber

(optional) Whole number that specifies which page of results to fetch.

pageSize

(optional) Whole number that specifies the number of results to include per page.

Details

'/content/current/source/LNC/44255-8/relations'path Retrieves relationships of LOINC code 44255-8 and returns a JSON Object classType of AtomClusterRelation

See also