Uses of Class
org.hl7.fhir.r5.model.Location.LocationMode
-
Packages that use Location.LocationMode Package Description org.hl7.fhir.r5.model -
-
Uses of Location.LocationMode in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type Location.LocationMode Modifier and Type Field Description protected Enumeration<Location.LocationMode>
Location. mode
Indicates whether a resource instance represents a specific location or a class of locations.Methods in org.hl7.fhir.r5.model that return Location.LocationMode Modifier and Type Method Description static Location.LocationMode
Location.LocationMode. fromCode(String codeString)
Location.LocationMode
Location.LocationModeEnumFactory. fromCode(String codeString)
Location.LocationMode
Location. getMode()
static Location.LocationMode
Location.LocationMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static Location.LocationMode[]
Location.LocationMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r5.model that return types with arguments of type Location.LocationMode Modifier and Type Method Description Enumeration<Location.LocationMode>
Location.LocationModeEnumFactory. fromType(Base code)
Enumeration<Location.LocationMode>
Location. getModeElement()
Methods in org.hl7.fhir.r5.model with parameters of type Location.LocationMode Modifier and Type Method Description Location
Location. setMode(Location.LocationMode value)
String
Location.LocationModeEnumFactory. toCode(Location.LocationMode code)
String
Location.LocationModeEnumFactory. toSystem(Location.LocationMode code)
Method parameters in org.hl7.fhir.r5.model with type arguments of type Location.LocationMode Modifier and Type Method Description Location
Location. setModeElement(Enumeration<Location.LocationMode> value)
-