sort
sort()
Section titled “sort()”Category: Collection
Returns the collection sorted by the specified criteria (placeholder implementation)
Signature
Section titled “Signature”- Return type:
collection - Parameters:
criteriaexpression— Expression to sort by (optional)
Examples
Section titled “Examples”Patient.name.sort()Bundle.entry.sort(resource.id)