Uses of Package
care.smith.top.top_phenotypic_query.c2reasoner.functions.set

  • Class
    Description
    The function CutFirst cuts the temporally first element of the given arguments list and returns the resulting list.
    The function CutLast cuts the temporally last element of the given arguments list and returns the resulting list.
    The function Empty returns 'true' if the argument expression contains no values, otherwise 'false'.
    The function Exists returns 'true' if the argument expression contains values, otherwise 'false'.
    The function Filter reduces the number of elements in a list (1st argument) based on a value range or date range restriction.
    The function In return 'true' if the given value (1st argument) lies in a given range (2nd argument), otherwise 'false'.
    The function Li combines its argument expressions to one expression containing multiple values.
    The function RefValues reduces the number of elements in a list (1st argument) based on a date range restriction.
    The function Union combines its argument expressions to one expression containing multiple values.
    The function Vals combines its argument expressions to one expression containing multiple values.