Uses of Enum
org.hl7.fhir.r4.model.MeasureReport.MeasureReportType
Packages that use MeasureReport.MeasureReportType
-
Uses of MeasureReport.MeasureReportType in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type MeasureReport.MeasureReportTypeModifier and TypeFieldDescriptionprotected Enumeration<MeasureReport.MeasureReportType>MeasureReport.typeThe type of measure report.Methods in org.hl7.fhir.r4.model that return MeasureReport.MeasureReportTypeModifier and TypeMethodDescriptionMeasureReport.getType()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.MeasureReportTypeModifier and TypeMethodDescriptionMeasureReport.MeasureReportTypeEnumFactory.fromType(PrimitiveType<?> code) MeasureReport.getTypeElement()Methods in org.hl7.fhir.r4.model with parameters of type MeasureReport.MeasureReportTypeModifier and TypeMethodDescriptionMeasureReport.setType(MeasureReport.MeasureReportType value) MeasureReport.MeasureReportTypeEnumFactory.toCode(MeasureReport.MeasureReportType code) MeasureReport.MeasureReportTypeEnumFactory.toSystem(MeasureReport.MeasureReportType code) Method parameters in org.hl7.fhir.r4.model with type arguments of type MeasureReport.MeasureReportTypeModifier and TypeMethodDescriptionMeasureReport.setTypeElement(Enumeration<MeasureReport.MeasureReportType> value)