Uses of Class
org.hl7.fhir.r5.model.Enumerations.MeasureImprovementNotation
-
Packages that use Enumerations.MeasureImprovementNotation Package Description org.hl7.fhir.r5.model -
-
Uses of Enumerations.MeasureImprovementNotation in org.hl7.fhir.r5.model
Methods in org.hl7.fhir.r5.model that return Enumerations.MeasureImprovementNotation Modifier and Type Method Description static Enumerations.MeasureImprovementNotationEnumerations.MeasureImprovementNotation. fromCode(String codeString)Enumerations.MeasureImprovementNotationEnumerations.MeasureImprovementNotationEnumFactory. fromCode(String codeString)static Enumerations.MeasureImprovementNotationEnumerations.MeasureImprovementNotation. valueOf(String name)Returns the enum constant of this type with the specified name.static Enumerations.MeasureImprovementNotation[]Enumerations.MeasureImprovementNotation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r5.model that return types with arguments of type Enumerations.MeasureImprovementNotation Modifier and Type Method Description Enumeration<Enumerations.MeasureImprovementNotation>Enumerations.MeasureImprovementNotationEnumFactory. fromType(Base code)Methods in org.hl7.fhir.r5.model with parameters of type Enumerations.MeasureImprovementNotation Modifier and Type Method Description StringEnumerations.MeasureImprovementNotationEnumFactory. toCode(Enumerations.MeasureImprovementNotation code)StringEnumerations.MeasureImprovementNotationEnumFactory. toSystem(Enumerations.MeasureImprovementNotation code)
-