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