Uses of Class
org.hl7.fhir.dstu2.model.CarePlan.CarePlanActivityStatus
-
Packages that use CarePlan.CarePlanActivityStatus Package Description org.hl7.fhir.dstu2.model -
-
Uses of CarePlan.CarePlanActivityStatus in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type CarePlan.CarePlanActivityStatus Modifier and Type Field Description protected Enumeration<CarePlan.CarePlanActivityStatus>CarePlan.CarePlanActivityDetailComponent. statusIdentifies what progress is being made for the specific activity.Methods in org.hl7.fhir.dstu2.model that return CarePlan.CarePlanActivityStatus Modifier and Type Method Description static CarePlan.CarePlanActivityStatusCarePlan.CarePlanActivityStatus. fromCode(String codeString)CarePlan.CarePlanActivityStatusCarePlan.CarePlanActivityStatusEnumFactory. fromCode(String codeString)CarePlan.CarePlanActivityStatusCarePlan.CarePlanActivityDetailComponent. getStatus()static CarePlan.CarePlanActivityStatusCarePlan.CarePlanActivityStatus. valueOf(String name)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.CarePlanActivityStatus Modifier and Type Method Description Enumeration<CarePlan.CarePlanActivityStatus>CarePlan.CarePlanActivityStatusEnumFactory. fromType(Base code)Enumeration<CarePlan.CarePlanActivityStatus>CarePlan.CarePlanActivityDetailComponent. getStatusElement()Methods in org.hl7.fhir.dstu2.model with parameters of type CarePlan.CarePlanActivityStatus Modifier and Type Method Description CarePlan.CarePlanActivityDetailComponentCarePlan.CarePlanActivityDetailComponent. setStatus(CarePlan.CarePlanActivityStatus value)StringCarePlan.CarePlanActivityStatusEnumFactory. toCode(CarePlan.CarePlanActivityStatus code)Method parameters in org.hl7.fhir.dstu2.model with type arguments of type CarePlan.CarePlanActivityStatus Modifier and Type Method Description CarePlan.CarePlanActivityDetailComponentCarePlan.CarePlanActivityDetailComponent. setStatusElement(Enumeration<CarePlan.CarePlanActivityStatus> value)
-