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