Uses of Enum
org.hl7.fhir.r5.model.CarePlan.CarePlanActivityKind
Packages that use CarePlan.CarePlanActivityKind
-
Uses of CarePlan.CarePlanActivityKind in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type CarePlan.CarePlanActivityKindModifier and TypeFieldDescriptionprotected Enumeration<CarePlan.CarePlanActivityKind>CarePlan.CarePlanActivityPlannedActivityDetailComponent.kindA description of the kind of resource the in-line definition of a care plan activity is representing.Methods in org.hl7.fhir.r5.model that return CarePlan.CarePlanActivityKindModifier and TypeMethodDescriptionCarePlan.CarePlanActivityPlannedActivityDetailComponent.getKind()Returns the enum constant of this type with the specified name.static CarePlan.CarePlanActivityKind[]CarePlan.CarePlanActivityKind.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r5.model that return types with arguments of type CarePlan.CarePlanActivityKindModifier and TypeMethodDescriptionCarePlan.CarePlanActivityPlannedActivityDetailComponent.getKindElement()Methods in org.hl7.fhir.r5.model with parameters of type CarePlan.CarePlanActivityKindModifier and TypeMethodDescriptionCarePlan.CarePlanActivityPlannedActivityDetailComponent.setKind(CarePlan.CarePlanActivityKind value) CarePlan.CarePlanActivityKindEnumFactory.toCode(CarePlan.CarePlanActivityKind code) CarePlan.CarePlanActivityKindEnumFactory.toSystem(CarePlan.CarePlanActivityKind code) Method parameters in org.hl7.fhir.r5.model with type arguments of type CarePlan.CarePlanActivityKindModifier and TypeMethodDescriptionCarePlan.CarePlanActivityPlannedActivityDetailComponent.setKindElement(Enumeration<CarePlan.CarePlanActivityKind> value)