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