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