![](/hapi-fhir/images/logos/raccoon-forwards.png)
Uses of Enum
org.hl7.fhir.r4.model.Location.LocationMode
Packages that use Location.LocationMode
-
Uses of Location.LocationMode in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Location.LocationModeModifier and TypeFieldDescriptionprotected Enumeration
<Location.LocationMode> Location.mode
Indicates whether a resource instance represents a specific location or a class of locations.Methods in org.hl7.fhir.r4.model that return Location.LocationModeModifier and TypeMethodDescriptionstatic Location.LocationMode
Location.getMode()
static Location.LocationMode
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.r4.model that return types with arguments of type Location.LocationModeModifier and TypeMethodDescriptionLocation.LocationModeEnumFactory.fromType
(PrimitiveType<?> code) Location.getModeElement()
Methods in org.hl7.fhir.r4.model with parameters of type Location.LocationModeModifier and TypeMethodDescriptionLocation.setMode
(Location.LocationMode value) Location.LocationModeEnumFactory.toCode
(Location.LocationMode code) Location.LocationModeEnumFactory.toSystem
(Location.LocationMode code) Method parameters in org.hl7.fhir.r4.model with type arguments of type Location.LocationModeModifier and TypeMethodDescriptionLocation.setModeElement
(Enumeration<Location.LocationMode> value)