Package org.robovm.apple.healthkit
Class HKFHIRResourceType
java.lang.Object
org.robovm.rt.bro.GlobalValueSupplier<T>
org.robovm.apple.foundation.GlobalValueEnumeration<NSString>
org.robovm.apple.healthkit.HKFHIRResourceType
public class HKFHIRResourceType extends GlobalValueEnumeration<NSString>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHKFHIRResourceType.AsListMarshalerstatic classHKFHIRResourceType.Marshalerstatic classHKFHIRResourceType.Values -
Field Summary
Fields Modifier and Type Field Description static HKFHIRResourceTypeAllergyIntolerancestatic HKFHIRResourceTypeConditionstatic HKFHIRResourceTypeCoveragestatic HKFHIRResourceTypeImmunizationstatic HKFHIRResourceTypeMedicationDispensestatic HKFHIRResourceTypeMedicationOrderstatic HKFHIRResourceTypeMedicationRequeststatic HKFHIRResourceTypeMedicationStatementstatic HKFHIRResourceTypeObservationstatic HKFHIRResourceTypeProcedure -
Method Summary
Modifier and Type Method Description static HKFHIRResourceTypevalueOf(NSString value)Methods inherited from class org.robovm.apple.foundation.GlobalValueEnumeration
equals, isAvailable, toString, value
-
Field Details
-
AllergyIntolerance
- Since:
- Available in iOS 12.0 and later.
-
Condition
- Since:
- Available in iOS 12.0 and later.
-
Coverage
- Since:
- Available in iOS 14.0 and later.
-
Immunization
- Since:
- Available in iOS 12.0 and later.
-
MedicationDispense
- Since:
- Available in iOS 12.0 and later.
-
MedicationOrder
- Since:
- Available in iOS 12.0 and later.
-
MedicationRequest
- Since:
- Available in iOS 14.0 and later.
-
MedicationStatement
- Since:
- Available in iOS 12.0 and later.
-
Observation
- Since:
- Available in iOS 12.0 and later.
-
Procedure
- Since:
- Available in iOS 12.0 and later.
-
-
Method Details
-
valueOf
-