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