Uses of Enum Class
org.hl7.fhir.r5.model.MeasureReport.MeasureReportType
Packages that use MeasureReport.MeasureReportType
-
Uses of MeasureReport.MeasureReportType in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type MeasureReport.MeasureReportTypeModifier and TypeFieldDescriptionprotected Enumeration<MeasureReport.MeasureReportType>MeasureReport.typeThe type of measure report.Methods in org.hl7.fhir.r5.model that return MeasureReport.MeasureReportTypeModifier and TypeMethodDescriptionMeasureReport.getType()Returns the enum constant of this class with the specified name.static MeasureReport.MeasureReportType[]MeasureReport.MeasureReportType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hl7.fhir.r5.model that return types with arguments of type MeasureReport.MeasureReportTypeModifier and TypeMethodDescriptionMeasureReport.MeasureReportTypeEnumFactory.fromType(PrimitiveType<?> code) MeasureReport.getTypeElement()Methods in org.hl7.fhir.r5.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.r5.model with type arguments of type MeasureReport.MeasureReportTypeModifier and TypeMethodDescriptionMeasureReport.setTypeElement(Enumeration<MeasureReport.MeasureReportType> value) Constructors in org.hl7.fhir.r5.model with parameters of type MeasureReport.MeasureReportTypeModifierConstructorDescriptionMeasureReport(MeasureReport.MeasureReportStatus status, MeasureReport.MeasureReportType type, Period period) Constructor