skip
skip()
Section titled “skip()”Category: Collection
Returns all items except the first n items in a collection
Signature
Section titled “Signature”- Return type:
collection - Parameters:
numinteger— Number of items to skip
Examples
Section titled “Examples”Patient.name.skip(1)Bundle.entry.skip(2)