Uses of Class
org.hl7.fhir.r4.model.codesystems.MeasureReportStatus
-
Packages that use MeasureReportStatus Package Description org.hl7.fhir.r4.model.codesystems -
-
Uses of MeasureReportStatus in org.hl7.fhir.r4.model.codesystems
Methods in org.hl7.fhir.r4.model.codesystems that return MeasureReportStatus Modifier and Type Method Description static MeasureReportStatusMeasureReportStatus. fromCode(String codeString)MeasureReportStatusMeasureReportStatusEnumFactory. fromCode(String codeString)static MeasureReportStatusMeasureReportStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static MeasureReportStatus[]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.codesystems with parameters of type MeasureReportStatus Modifier and Type Method Description StringMeasureReportStatusEnumFactory. toCode(MeasureReportStatus code)StringMeasureReportStatusEnumFactory. toSystem(MeasureReportStatus code)
-