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