Uses of Enum
org.hl7.fhir.r4.model.CarePlan.CarePlanIntent
-
Uses of CarePlan.CarePlanIntent in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected Enumeration
<CarePlan.CarePlanIntent> CarePlan.intent
Indicates the level of authority/intentionality associated with the care plan and where the care plan fits into the workflow chain.Modifier and TypeMethodDescriptionstatic CarePlan.CarePlanIntent
CarePlan.getIntent()
static CarePlan.CarePlanIntent
Returns the enum constant of this type with the specified name.static CarePlan.CarePlanIntent[]
CarePlan.CarePlanIntent.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionCarePlan.CarePlanIntentEnumFactory.fromType
(PrimitiveType<?> code) CarePlan.getIntentElement()
Modifier and TypeMethodDescriptionCarePlan.setIntent
(CarePlan.CarePlanIntent value) CarePlan.CarePlanIntentEnumFactory.toCode
(CarePlan.CarePlanIntent code) CarePlan.CarePlanIntentEnumFactory.toSystem
(CarePlan.CarePlanIntent code) Modifier and TypeMethodDescriptionCarePlan.setIntentElement
(Enumeration<CarePlan.CarePlanIntent> value)