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