HKQuery.GetPredicateForClinicalRecords Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GetPredicateForClinicalRecords(HKFhirResourceType) |
Creates and returns a predicate for a Fast Healthcare Interoperability Resources record of the specified resource type. |
GetPredicateForClinicalRecords(HKSource, HKFhirResourceType, String) |
Creates and returns a predicate for a Fast Healthcare Interoperability Resources record for the specified query parameters. |
GetPredicateForClinicalRecords(HKFhirResourceType)
Creates and returns a predicate for a Fast Healthcare Interoperability Resources record of the specified resource type.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public static Foundation.NSPredicate GetPredicateForClinicalRecords (HealthKit.HKFhirResourceType resourceType);
static member GetPredicateForClinicalRecords : HealthKit.HKFhirResourceType -> Foundation.NSPredicate
Parameters
- resourceType
- HKFhirResourceType
The resource type for which to generate a query predicate.
Returns
A predicate for a Fast Healthcare Interoperability Resources record of the specified resource type.
- Attributes
Applies to
GetPredicateForClinicalRecords(HKSource, HKFhirResourceType, String)
Creates and returns a predicate for a Fast Healthcare Interoperability Resources record for the specified query parameters.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public static Foundation.NSPredicate GetPredicateForClinicalRecords (HealthKit.HKSource source, HealthKit.HKFhirResourceType resourceType, string identifier);
static member GetPredicateForClinicalRecords : HealthKit.HKSource * HealthKit.HKFhirResourceType * string -> Foundation.NSPredicate
Parameters
- source
- HKSource
The HealthKit source for the predicate.
- resourceType
- HKFhirResourceType
The resource type for which to generate a query predicate.
- identifier
- String
The record identifier.
Returns
A predicate for a Fast Healthcare Interoperability Resources record oor the specified query parameters.
- Attributes