Uses of Enum
org.hl7.fhir.r4.model.CarePlan.CarePlanStatus
-
Uses of CarePlan.CarePlanStatus in org.hl7.fhir.r4.model
Modifier 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.Modifier 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.Modifier and TypeMethodDescriptionCarePlan.CarePlanStatusEnumFactory.fromType
(PrimitiveType<?> code) CarePlan.getStatusElement()
Modifier and TypeMethodDescriptionCarePlan.setStatus
(CarePlan.CarePlanStatus value) CarePlan.CarePlanStatusEnumFactory.toCode
(CarePlan.CarePlanStatus code) CarePlan.CarePlanStatusEnumFactory.toSystem
(CarePlan.CarePlanStatus code) Modifier and TypeMethodDescriptionCarePlan.setStatusElement
(Enumeration<CarePlan.CarePlanStatus> value) ModifierConstructorDescriptionCarePlan
(Enumeration<CarePlan.CarePlanStatus> status, Enumeration<CarePlan.CarePlanIntent> intent, Reference subject) Constructor