Uses of Class
org.hl7.fhir.dstu2.model.CarePlan.CarePlanStatus
-
Packages that use CarePlan.CarePlanStatus Package Description org.hl7.fhir.dstu2.model -
-
Uses of CarePlan.CarePlanStatus in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type CarePlan.CarePlanStatus Modifier and Type Field Description protected 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.dstu2.model that return CarePlan.CarePlanStatus Modifier and Type Method Description static CarePlan.CarePlanStatusCarePlan.CarePlanStatus. fromCode(String codeString)CarePlan.CarePlanStatusCarePlan.CarePlanStatusEnumFactory. fromCode(String codeString)CarePlan.CarePlanStatusCarePlan. getStatus()static CarePlan.CarePlanStatusCarePlan.CarePlanStatus. valueOf(String name)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.dstu2.model that return types with arguments of type CarePlan.CarePlanStatus Modifier and Type Method Description Enumeration<CarePlan.CarePlanStatus>CarePlan.CarePlanStatusEnumFactory. fromType(Base code)Enumeration<CarePlan.CarePlanStatus>CarePlan. getStatusElement()Methods in org.hl7.fhir.dstu2.model with parameters of type CarePlan.CarePlanStatus Modifier and Type Method Description CarePlanCarePlan. setStatus(CarePlan.CarePlanStatus value)StringCarePlan.CarePlanStatusEnumFactory. toCode(CarePlan.CarePlanStatus code)Method parameters in org.hl7.fhir.dstu2.model with type arguments of type CarePlan.CarePlanStatus Modifier and Type Method Description CarePlanCarePlan. setStatusElement(Enumeration<CarePlan.CarePlanStatus> value)Constructor parameters in org.hl7.fhir.dstu2.model with type arguments of type CarePlan.CarePlanStatus Constructor Description CarePlan(Enumeration<CarePlan.CarePlanStatus> status)
-