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