supersetOf
supersetOf()
Section titled “supersetOf()”Category: Collection
Returns true if this collection is a superset of the other collection
Signature
Section titled “Signature”- Return type:
boolean - Parameters:
othercollection— Collection to compare against
Examples
Section titled “Examples”(1 | 2 | 3).supersetOf(1 | 2)Patient.telecom.supersetOf(Patient.telecom.where(system = 'phone'))