Uses of Class
org.hl7.fhir.dstu3.model.codesystems.CarePlanStatus
-
Packages that use CarePlanStatus Package Description org.hl7.fhir.dstu3.model.codesystems -
-
Uses of CarePlanStatus in org.hl7.fhir.dstu3.model.codesystems
Methods in org.hl7.fhir.dstu3.model.codesystems that return CarePlanStatus Modifier and Type Method Description static CarePlanStatusCarePlanStatus. fromCode(String codeString)CarePlanStatusCarePlanStatusEnumFactory. fromCode(String codeString)static CarePlanStatusCarePlanStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static CarePlanStatus[]CarePlanStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.dstu3.model.codesystems with parameters of type CarePlanStatus Modifier and Type Method Description StringCarePlanStatusEnumFactory. toCode(CarePlanStatus code)StringCarePlanStatusEnumFactory. toSystem(CarePlanStatus code)
-