共用方式為


HKQuery.GetPredicateForClinicalRecords 方法

定義

多載

GetPredicateForClinicalRecords(HKFhirResourceType)

建立並傳回指定資源類型的 Fast Healthcare 互通性資源記錄述詞。

GetPredicateForClinicalRecords(HKSource, HKFhirResourceType, String)

為指定的查詢參數建立並傳回 Fast Healthcare 互通性資源記錄的述詞。

GetPredicateForClinicalRecords(HKFhirResourceType)

建立並傳回指定資源類型的 Fast Healthcare 互通性資源記錄述詞。

[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

參數

resourceType
HKFhirResourceType

要為其產生查詢述詞的資源類型。

傳回

指定資源類型的 Fast Healthcare 互通性資源記錄述詞。

屬性

適用於

GetPredicateForClinicalRecords(HKSource, HKFhirResourceType, String)

為指定的查詢參數建立並傳回 Fast Healthcare 互通性資源記錄的述詞。

[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

參數

source
HKSource

述詞的 HealthKit 來源。

resourceType
HKFhirResourceType

要為其產生查詢述詞的資源類型。

identifier
String

記錄識別碼。

傳回

快速醫療保健互通性資源的述詞記錄或指定的查詢參數。

屬性

適用於