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