Uses of Class
org.hl7.fhir.r4.model.MeasureReport.MeasureReportType
-
Packages that use MeasureReport.MeasureReportType Package Description org.hl7.fhir.r4.model -
-
Uses of MeasureReport.MeasureReportType in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type MeasureReport.MeasureReportType Modifier and Type Field Description protected Enumeration<MeasureReport.MeasureReportType>MeasureReport. typeThe type of measure report.Methods in org.hl7.fhir.r4.model that return MeasureReport.MeasureReportType Modifier and Type Method Description static MeasureReport.MeasureReportTypeMeasureReport.MeasureReportType. fromCode(String codeString)MeasureReport.MeasureReportTypeMeasureReport.MeasureReportTypeEnumFactory. fromCode(String codeString)MeasureReport.MeasureReportTypeMeasureReport. getType()static MeasureReport.MeasureReportTypeMeasureReport.MeasureReportType. valueOf(String name)Returns the enum constant of this type with the specified name.static MeasureReport.MeasureReportType[]MeasureReport.MeasureReportType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r4.model that return types with arguments of type MeasureReport.MeasureReportType Modifier and Type Method Description Enumeration<MeasureReport.MeasureReportType>MeasureReport.MeasureReportTypeEnumFactory. fromType(Base code)Enumeration<MeasureReport.MeasureReportType>MeasureReport. getTypeElement()Methods in org.hl7.fhir.r4.model with parameters of type MeasureReport.MeasureReportType Modifier and Type Method Description MeasureReportMeasureReport. setType(MeasureReport.MeasureReportType value)StringMeasureReport.MeasureReportTypeEnumFactory. toCode(MeasureReport.MeasureReportType code)StringMeasureReport.MeasureReportTypeEnumFactory. toSystem(MeasureReport.MeasureReportType code)Method parameters in org.hl7.fhir.r4.model with type arguments of type MeasureReport.MeasureReportType Modifier and Type Method Description MeasureReportMeasureReport. setTypeElement(Enumeration<MeasureReport.MeasureReportType> value)
-