
Uses of Enum
org.hl7.fhir.dstu2.model.CarePlan.CarePlanActivityStatus
Packages that use CarePlan.CarePlanActivityStatus
-
Uses of CarePlan.CarePlanActivityStatus in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type CarePlan.CarePlanActivityStatusModifier and TypeFieldDescriptionprotected Enumeration
<CarePlan.CarePlanActivityStatus> CarePlan.CarePlanActivityDetailComponent.status
Identifies what progress is being made for the specific activity.Methods in org.hl7.fhir.dstu2.model that return CarePlan.CarePlanActivityStatusModifier and TypeMethodDescriptionCarePlan.CarePlanActivityDetailComponent.getStatus()
Returns the enum constant of this type with the specified name.static CarePlan.CarePlanActivityStatus[]
CarePlan.CarePlanActivityStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.dstu2.model that return types with arguments of type CarePlan.CarePlanActivityStatusMethods in org.hl7.fhir.dstu2.model with parameters of type CarePlan.CarePlanActivityStatusModifier and TypeMethodDescriptionCarePlan.CarePlanActivityDetailComponent.setStatus
(CarePlan.CarePlanActivityStatus value) CarePlan.CarePlanActivityStatusEnumFactory.toCode
(CarePlan.CarePlanActivityStatus code) Method parameters in org.hl7.fhir.dstu2.model with type arguments of type CarePlan.CarePlanActivityStatusModifier and TypeMethodDescriptionCarePlan.CarePlanActivityDetailComponent.setStatusElement
(Enumeration<CarePlan.CarePlanActivityStatus> value)