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