Uses of Class
org.hl7.fhir.r4.model.MeasureReport.MeasureReportStatus
-
Packages that use MeasureReport.MeasureReportStatus Package Description org.hl7.fhir.r4.model -
-
Uses of MeasureReport.MeasureReportStatus in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type MeasureReport.MeasureReportStatus Modifier and Type Field Description protected Enumeration<MeasureReport.MeasureReportStatus>MeasureReport. statusThe MeasureReport status.Methods in org.hl7.fhir.r4.model that return MeasureReport.MeasureReportStatus Modifier and Type Method Description static MeasureReport.MeasureReportStatusMeasureReport.MeasureReportStatus. fromCode(String codeString)MeasureReport.MeasureReportStatusMeasureReport.MeasureReportStatusEnumFactory. fromCode(String codeString)MeasureReport.MeasureReportStatusMeasureReport. getStatus()static MeasureReport.MeasureReportStatusMeasureReport.MeasureReportStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static MeasureReport.MeasureReportStatus[]MeasureReport.MeasureReportStatus. 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.MeasureReportStatus Modifier and Type Method Description Enumeration<MeasureReport.MeasureReportStatus>MeasureReport.MeasureReportStatusEnumFactory. fromType(Base code)Enumeration<MeasureReport.MeasureReportStatus>MeasureReport. getStatusElement()Methods in org.hl7.fhir.r4.model with parameters of type MeasureReport.MeasureReportStatus Modifier and Type Method Description MeasureReportMeasureReport. setStatus(MeasureReport.MeasureReportStatus value)StringMeasureReport.MeasureReportStatusEnumFactory. toCode(MeasureReport.MeasureReportStatus code)StringMeasureReport.MeasureReportStatusEnumFactory. toSystem(MeasureReport.MeasureReportStatus code)Method parameters in org.hl7.fhir.r4.model with type arguments of type MeasureReport.MeasureReportStatus Modifier and Type Method Description MeasureReportMeasureReport. setStatusElement(Enumeration<MeasureReport.MeasureReportStatus> value)Constructor parameters in org.hl7.fhir.r4.model with type arguments of type MeasureReport.MeasureReportStatus Constructor Description MeasureReport(Enumeration<MeasureReport.MeasureReportStatus> status, Enumeration<MeasureReport.MeasureReportType> type, CanonicalType measure, Period period)Constructor
-