HKClinicalTypeIdentifier Enum

Definition

Enumerates clinical record type identifiers.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 5, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum HKClinicalTypeIdentifier
type HKClinicalTypeIdentifier = 
Inheritance
HKClinicalTypeIdentifier
Attributes

Fields

AllergyRecord 0

Indicates an allergy record.

ConditionRecord 1

Indicates a record for a medical condition.

ImmunizationRecord 2

Indicates an immunization record.

LabResultRecord 3

Indicates a lab result record.

MedicationRecord 4

Indicates a record of medication

ProcedureRecord 5

Indicates a record of a procedure.

VitalSignRecord 6

Indicates a record of a vital sign.

Applies to