Uses of Class
org.hl7.fhir.r4b.utils.GuideParameterCode
-
Packages that use GuideParameterCode Package Description org.hl7.fhir.r4b.utils -
-
Uses of GuideParameterCode in org.hl7.fhir.r4b.utils
Methods in org.hl7.fhir.r4b.utils that return GuideParameterCode Modifier and Type Method Description static GuideParameterCodeGuideParameterCode. fromCode(String codeString)GuideParameterCodeGuideParameterCode.GuideParameterCodeEnumFactory. fromCode(String codeString)static GuideParameterCodeGuideParameterCode. valueOf(String name)Returns the enum constant of this type with the specified name.static GuideParameterCode[]GuideParameterCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r4b.utils that return types with arguments of type GuideParameterCode Modifier and Type Method Description Enumeration<GuideParameterCode>GuideParameterCode.GuideParameterCodeEnumFactory. fromType(Base code)Methods in org.hl7.fhir.r4b.utils with parameters of type GuideParameterCode Modifier and Type Method Description StringGuideParameterCode.GuideParameterCodeEnumFactory. toCode(GuideParameterCode code)StringGuideParameterCode.GuideParameterCodeEnumFactory. toSystem(GuideParameterCode code)
-