Uses of Class
org.hl7.fhir.dstu2016may.model.Measure.MeasurePopulationType
-
Packages that use Measure.MeasurePopulationType Package Description org.hl7.fhir.dstu2016may.model -
-
Uses of Measure.MeasurePopulationType in org.hl7.fhir.dstu2016may.model
Fields in org.hl7.fhir.dstu2016may.model with type parameters of type Measure.MeasurePopulationType Modifier and Type Field Description protected Enumeration<Measure.MeasurePopulationType>Measure.MeasureGroupPopulationComponent. typeThe type of population criteria.Methods in org.hl7.fhir.dstu2016may.model that return Measure.MeasurePopulationType Modifier and Type Method Description static Measure.MeasurePopulationTypeMeasure.MeasurePopulationType. fromCode(String codeString)Measure.MeasurePopulationTypeMeasure.MeasurePopulationTypeEnumFactory. fromCode(String codeString)Measure.MeasurePopulationTypeMeasure.MeasureGroupPopulationComponent. getType()static Measure.MeasurePopulationTypeMeasure.MeasurePopulationType. valueOf(String name)Returns the enum constant of this type with the specified name.static Measure.MeasurePopulationType[]Measure.MeasurePopulationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.dstu2016may.model that return types with arguments of type Measure.MeasurePopulationType Modifier and Type Method Description Enumeration<Measure.MeasurePopulationType>Measure.MeasurePopulationTypeEnumFactory. fromType(Base code)Enumeration<Measure.MeasurePopulationType>Measure.MeasureGroupPopulationComponent. getTypeElement()Methods in org.hl7.fhir.dstu2016may.model with parameters of type Measure.MeasurePopulationType Modifier and Type Method Description Measure.MeasureGroupPopulationComponentMeasure.MeasureGroupPopulationComponent. setType(Measure.MeasurePopulationType value)StringMeasure.MeasurePopulationTypeEnumFactory. toCode(Measure.MeasurePopulationType code)StringMeasure.MeasurePopulationTypeEnumFactory. toSystem(Measure.MeasurePopulationType code)Method parameters in org.hl7.fhir.dstu2016may.model with type arguments of type Measure.MeasurePopulationType Modifier and Type Method Description Measure.MeasureGroupPopulationComponentMeasure.MeasureGroupPopulationComponent. setTypeElement(Enumeration<Measure.MeasurePopulationType> value)Constructor parameters in org.hl7.fhir.dstu2016may.model with type arguments of type Measure.MeasurePopulationType Constructor Description MeasureGroupPopulationComponent(Enumeration<Measure.MeasurePopulationType> type, Identifier identifier, StringType criteria)Constructor
-