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