Uses of Class
com.ibm.fhir.model.type.code.LocationMode
-
Packages that use LocationMode Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.type.code -
-
Uses of LocationMode in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return LocationMode Modifier and Type Method Description LocationModeLocation. getMode()Indicates whether a resource instance represents a specific location or a class of locations.Methods in com.ibm.fhir.model.resource with parameters of type LocationMode Modifier and Type Method Description Location.BuilderLocation.Builder. mode(LocationMode mode)Indicates whether a resource instance represents a specific location or a class of locations. -
Uses of LocationMode in com.ibm.fhir.model.type.code
Fields in com.ibm.fhir.model.type.code declared as LocationMode Modifier and Type Field Description static LocationModeLocationMode. INSTANCEInstancestatic LocationModeLocationMode. KINDKindMethods in com.ibm.fhir.model.type.code that return LocationMode Modifier and Type Method Description LocationModeLocationMode.Builder. build()static LocationModeLocationMode. of(LocationMode.ValueSet value)Factory method for creating LocationMode objects from a passed enum value.static LocationModeLocationMode. of(String value)Factory method for creating LocationMode objects from a passed string value.
-