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