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