Skip to content

all

Category: Collection

Returns true if the given expression evaluates to true for all items in the collection

  • Return type: boolean
  • Parameters:
    • criteria expression — Boolean expression to evaluate for each item
Patient.name.all(use = 'official')
Bundle.entry.all(resource.exists())