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