![](/hapi-fhir/images/logos/raccoon-forwards.png)
Uses of Enum
org.hl7.fhir.r4.model.CarePlan.CarePlanStatus
Packages that use CarePlan.CarePlanStatus
-
Uses of CarePlan.CarePlanStatus in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type CarePlan.CarePlanStatusModifier and TypeFieldDescriptionprotected Enumeration
<CarePlan.CarePlanStatus> CarePlan.status
Indicates whether the plan is currently being acted upon, represents future intentions or is now a historical record.Methods in org.hl7.fhir.r4.model that return CarePlan.CarePlanStatusModifier and TypeMethodDescriptionstatic CarePlan.CarePlanStatus
CarePlan.getStatus()
static CarePlan.CarePlanStatus
Returns the enum constant of this type with the specified name.static CarePlan.CarePlanStatus[]
CarePlan.CarePlanStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r4.model that return types with arguments of type CarePlan.CarePlanStatusModifier and TypeMethodDescriptionCarePlan.CarePlanStatusEnumFactory.fromType
(PrimitiveType<?> code) CarePlan.getStatusElement()
Methods in org.hl7.fhir.r4.model with parameters of type CarePlan.CarePlanStatusModifier and TypeMethodDescriptionCarePlan.setStatus
(CarePlan.CarePlanStatus value) CarePlan.CarePlanStatusEnumFactory.toCode
(CarePlan.CarePlanStatus code) CarePlan.CarePlanStatusEnumFactory.toSystem
(CarePlan.CarePlanStatus code) Method parameters in org.hl7.fhir.r4.model with type arguments of type CarePlan.CarePlanStatusModifier and TypeMethodDescriptionCarePlan.setStatusElement
(Enumeration<CarePlan.CarePlanStatus> value) Constructor parameters in org.hl7.fhir.r4.model with type arguments of type CarePlan.CarePlanStatusModifierConstructorDescriptionCarePlan
(Enumeration<CarePlan.CarePlanStatus> status, Enumeration<CarePlan.CarePlanIntent> intent, Reference subject) Constructor