predicateForVerifiableClinicalRecords(withRelevantDateWithin:)
Returns a predicate that finds verifiable health records with a relevant date within the specified range.
Declaration
class func predicateForVerifiableClinicalRecords(withRelevantDateWithin dateInterval: DateInterval) -> NSPredicateParameters
- dateInterval:
The start and end date for the predicate.
Discussion
The resulting predicate matches HKVerifiableClinicalRecord instances that have a relevantDate property within the specified date interval.