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