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