Uses of Class
org.hl7.fhir.r5.model.MeasureReport.SubmitDataUpdateType
-
Packages that use MeasureReport.SubmitDataUpdateType Package Description org.hl7.fhir.r5.model -
-
Uses of MeasureReport.SubmitDataUpdateType in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type MeasureReport.SubmitDataUpdateType Modifier and Type Field Description protected Enumeration<MeasureReport.SubmitDataUpdateType>MeasureReport. dataUpdateTypeIndicates whether the data submitted in an data-exchange report represents a snapshot or incremental update.Methods in org.hl7.fhir.r5.model that return MeasureReport.SubmitDataUpdateType Modifier and Type Method Description static MeasureReport.SubmitDataUpdateTypeMeasureReport.SubmitDataUpdateType. fromCode(String codeString)MeasureReport.SubmitDataUpdateTypeMeasureReport.SubmitDataUpdateTypeEnumFactory. fromCode(String codeString)MeasureReport.SubmitDataUpdateTypeMeasureReport. getDataUpdateType()static MeasureReport.SubmitDataUpdateTypeMeasureReport.SubmitDataUpdateType. valueOf(String name)Returns the enum constant of this type with the specified name.static MeasureReport.SubmitDataUpdateType[]MeasureReport.SubmitDataUpdateType. 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 MeasureReport.SubmitDataUpdateType Modifier and Type Method Description Enumeration<MeasureReport.SubmitDataUpdateType>MeasureReport.SubmitDataUpdateTypeEnumFactory. fromType(Base code)Enumeration<MeasureReport.SubmitDataUpdateType>MeasureReport. getDataUpdateTypeElement()Methods in org.hl7.fhir.r5.model with parameters of type MeasureReport.SubmitDataUpdateType Modifier and Type Method Description MeasureReportMeasureReport. setDataUpdateType(MeasureReport.SubmitDataUpdateType value)StringMeasureReport.SubmitDataUpdateTypeEnumFactory. toCode(MeasureReport.SubmitDataUpdateType code)StringMeasureReport.SubmitDataUpdateTypeEnumFactory. toSystem(MeasureReport.SubmitDataUpdateType code)Method parameters in org.hl7.fhir.r5.model with type arguments of type MeasureReport.SubmitDataUpdateType Modifier and Type Method Description MeasureReportMeasureReport. setDataUpdateTypeElement(Enumeration<MeasureReport.SubmitDataUpdateType> value)
-