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