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