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