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