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