Uses of Enum Class
org.hl7.fhir.r5.model.MeasureReport.SubmitDataUpdateType
Packages that use MeasureReport.SubmitDataUpdateType
-
Uses of MeasureReport.SubmitDataUpdateType in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type MeasureReport.SubmitDataUpdateTypeModifier and TypeFieldDescriptionprotected Enumeration<MeasureReport.SubmitDataUpdateType>MeasureReport.dataUpdateTypeIndicates whether the data submitted in a data-exchange report represents a snapshot or incremental update.Methods in org.hl7.fhir.r5.model that return MeasureReport.SubmitDataUpdateTypeModifier and TypeMethodDescriptionMeasureReport.getDataUpdateType()Returns the enum constant of this class with the specified name.static MeasureReport.SubmitDataUpdateType[]MeasureReport.SubmitDataUpdateType.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.SubmitDataUpdateTypeModifier and TypeMethodDescriptionMeasureReport.SubmitDataUpdateTypeEnumFactory.fromType(PrimitiveType<?> code) MeasureReport.getDataUpdateTypeElement()Methods in org.hl7.fhir.r5.model with parameters of type MeasureReport.SubmitDataUpdateTypeModifier and TypeMethodDescriptionMeasureReport.setDataUpdateType(MeasureReport.SubmitDataUpdateType value) MeasureReport.SubmitDataUpdateTypeEnumFactory.toCode(MeasureReport.SubmitDataUpdateType code) MeasureReport.SubmitDataUpdateTypeEnumFactory.toSystem(MeasureReport.SubmitDataUpdateType code) Method parameters in org.hl7.fhir.r5.model with type arguments of type MeasureReport.SubmitDataUpdateTypeModifier and TypeMethodDescriptionMeasureReport.setDataUpdateTypeElement(Enumeration<MeasureReport.SubmitDataUpdateType> value)