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