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