Uses of Class
org.hl7.fhir.dstu2016may.model.Measure.MeasureScoring
-
Packages that use Measure.MeasureScoring Package Description org.hl7.fhir.dstu2016may.model -
-
Uses of Measure.MeasureScoring in org.hl7.fhir.dstu2016may.model
Fields in org.hl7.fhir.dstu2016may.model with type parameters of type Measure.MeasureScoring Modifier and Type Field Description protected Enumeration<Measure.MeasureScoring>Measure. scoringThe measure scoring type, e.g.Methods in org.hl7.fhir.dstu2016may.model that return Measure.MeasureScoring Modifier and Type Method Description static Measure.MeasureScoringMeasure.MeasureScoring. fromCode(String codeString)Measure.MeasureScoringMeasure.MeasureScoringEnumFactory. fromCode(String codeString)Measure.MeasureScoringMeasure. getScoring()static Measure.MeasureScoringMeasure.MeasureScoring. valueOf(String name)Returns the enum constant of this type with the specified name.static Measure.MeasureScoring[]Measure.MeasureScoring. 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.MeasureScoring Modifier and Type Method Description Enumeration<Measure.MeasureScoring>Measure.MeasureScoringEnumFactory. fromType(Base code)Enumeration<Measure.MeasureScoring>Measure. getScoringElement()Methods in org.hl7.fhir.dstu2016may.model with parameters of type Measure.MeasureScoring Modifier and Type Method Description MeasureMeasure. setScoring(Measure.MeasureScoring value)StringMeasure.MeasureScoringEnumFactory. toCode(Measure.MeasureScoring code)StringMeasure.MeasureScoringEnumFactory. toSystem(Measure.MeasureScoring code)Method parameters in org.hl7.fhir.dstu2016may.model with type arguments of type Measure.MeasureScoring Modifier and Type Method Description MeasureMeasure. setScoringElement(Enumeration<Measure.MeasureScoring> value)
-