Uses of Class
org.hl7.fhir.dstu3.model.codesystems.ObservationParamcode
-
Packages that use ObservationParamcode Package Description org.hl7.fhir.dstu3.model.codesystems -
-
Uses of ObservationParamcode in org.hl7.fhir.dstu3.model.codesystems
Methods in org.hl7.fhir.dstu3.model.codesystems that return ObservationParamcode Modifier and Type Method Description static ObservationParamcodeObservationParamcode. fromCode(String codeString)ObservationParamcodeObservationParamcodeEnumFactory. fromCode(String codeString)static ObservationParamcodeObservationParamcode. valueOf(String name)Returns the enum constant of this type with the specified name.static ObservationParamcode[]ObservationParamcode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.dstu3.model.codesystems with parameters of type ObservationParamcode Modifier and Type Method Description StringObservationParamcodeEnumFactory. toCode(ObservationParamcode code)StringObservationParamcodeEnumFactory. toSystem(ObservationParamcode code)
-