Uses of Class
org.hl7.fhir.dstu3.model.codesystems.CarePlanIntent
-
Packages that use CarePlanIntent Package Description org.hl7.fhir.dstu3.model.codesystems -
-
Uses of CarePlanIntent in org.hl7.fhir.dstu3.model.codesystems
Methods in org.hl7.fhir.dstu3.model.codesystems that return CarePlanIntent Modifier and Type Method Description static CarePlanIntentCarePlanIntent. fromCode(String codeString)CarePlanIntentCarePlanIntentEnumFactory. fromCode(String codeString)static CarePlanIntentCarePlanIntent. valueOf(String name)Returns the enum constant of this type with the specified name.static CarePlanIntent[]CarePlanIntent. 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 CarePlanIntent Modifier and Type Method Description StringCarePlanIntentEnumFactory. toCode(CarePlanIntent code)StringCarePlanIntentEnumFactory. toSystem(CarePlanIntent code)
-