
Uses of Enum Class
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.statusIndicates 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.CarePlanStatusCarePlan.getStatus()static CarePlan.CarePlanStatusReturns the enum constant of this class with the specified name.static CarePlan.CarePlanStatus[]CarePlan.CarePlanStatus.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.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