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