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