Intersection
Last updated
Last updated
The Intersection()
function produces a concept set that contains the concepts that a part of all given concept sets in the parameters.
Read general information about Concepts and Ontology
This function is NOT SQL compatible. For more information about SQL compatibility, see our documentation.
Returns a concept set with the concepts that occur in each concept set provided in the parameter list.
An unknownconceptset value is returned if any of the conceptsets in the list is unknown, or if there is no concept available in all sets in the parameterlist.
Name | Type | Required | Description |
---|---|---|---|
| list of concepts | 2 or more sets of concepts (or a single concept) combined with the List() function as parameterlist. |