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