Skip to content

skip

Category: Collection

Returns all items except the first n items in a collection

  • Return type: collection
  • Parameters:
    • num integer — Number of items to skip
Patient.name.skip(1)
Bundle.entry.skip(2)