exclude
exclude()
Section titled “exclude()”Category: Collection
Returns a collection with all items from the input except those that match the argument
Signature
Section titled “Signature”- Return type:
collection - Parameters:
othercollection— Collection of items to exclude
Examples
Section titled “Examples”(1 | 2 | 3).exclude(2)Patient.telecom.exclude(Patient.telecom.where(system = 'email'))