Uses of Enum
org.hl7.fhir.r4.model.Bundle.SearchEntryMode
-
Uses of Bundle.SearchEntryMode in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected Enumeration
<Bundle.SearchEntryMode> Bundle.BundleEntrySearchComponent.mode
Why 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.Modifier and TypeMethodDescriptionstatic Bundle.SearchEntryMode
Bundle.BundleEntrySearchComponent.getMode()
static Bundle.SearchEntryMode
Returns 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.Modifier and TypeMethodDescriptionBundle.SearchEntryModeEnumFactory.fromType
(PrimitiveType<?> code) Bundle.BundleEntrySearchComponent.getModeElement()
Modifier and TypeMethodDescriptionBundle.BundleEntrySearchComponent.setMode
(Bundle.SearchEntryMode value) Bundle.SearchEntryModeEnumFactory.toCode
(Bundle.SearchEntryMode code) Bundle.SearchEntryModeEnumFactory.toSystem
(Bundle.SearchEntryMode code) Modifier and TypeMethodDescriptionBundle.BundleEntrySearchComponent.setModeElement
(Enumeration<Bundle.SearchEntryMode> value)