Uses of Enum
org.hl7.fhir.r4.model.Bundle.SearchEntryMode
Packages that use Bundle.SearchEntryMode
-
Uses of Bundle.SearchEntryMode in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Bundle.SearchEntryModeModifier and TypeFieldDescriptionprotected Enumeration<Bundle.SearchEntryMode>Bundle.BundleEntrySearchComponent.modeWhy this entry is in the result set - whether it's included as a match or because of an _include requirement, or to convey information or warning information about the search process.Methods in org.hl7.fhir.r4.model that return Bundle.SearchEntryModeModifier and TypeMethodDescriptionstatic Bundle.SearchEntryModeBundle.BundleEntrySearchComponent.getMode()static Bundle.SearchEntryModeReturns the enum constant of this type with the specified name.static Bundle.SearchEntryMode[]Bundle.SearchEntryMode.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 Bundle.SearchEntryModeMethods in org.hl7.fhir.r4.model with parameters of type Bundle.SearchEntryModeModifier and TypeMethodDescriptionBundle.BundleEntrySearchComponent.setMode(Bundle.SearchEntryMode value) Bundle.SearchEntryModeEnumFactory.toCode(Bundle.SearchEntryMode code) Bundle.SearchEntryModeEnumFactory.toSystem(Bundle.SearchEntryMode code) Method parameters in org.hl7.fhir.r4.model with type arguments of type Bundle.SearchEntryModeModifier and TypeMethodDescriptionBundle.BundleEntrySearchComponent.setModeElement(Enumeration<Bundle.SearchEntryMode> value)