Uses of Class
org.hl7.fhir.r4.model.Bundle.SearchEntryMode
-
Packages that use Bundle.SearchEntryMode Package Description org.hl7.fhir.r4.model -
-
Uses of Bundle.SearchEntryMode in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Bundle.SearchEntryMode Modifier and Type Field Description protected 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.SearchEntryMode Modifier and Type Method Description static Bundle.SearchEntryModeBundle.SearchEntryMode. fromCode(String codeString)Bundle.SearchEntryModeBundle.SearchEntryModeEnumFactory. fromCode(String codeString)Bundle.SearchEntryModeBundle.BundleEntrySearchComponent. getMode()static Bundle.SearchEntryModeBundle.SearchEntryMode. valueOf(String name)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.Methods in org.hl7.fhir.r4.model that return types with arguments of type Bundle.SearchEntryMode Modifier and Type Method Description Enumeration<Bundle.SearchEntryMode>Bundle.SearchEntryModeEnumFactory. fromType(Base code)Enumeration<Bundle.SearchEntryMode>Bundle.BundleEntrySearchComponent. getModeElement()Methods in org.hl7.fhir.r4.model with parameters of type Bundle.SearchEntryMode Modifier and Type Method Description Bundle.BundleEntrySearchComponentBundle.BundleEntrySearchComponent. setMode(Bundle.SearchEntryMode value)StringBundle.SearchEntryModeEnumFactory. toCode(Bundle.SearchEntryMode code)StringBundle.SearchEntryModeEnumFactory. toSystem(Bundle.SearchEntryMode code)Method parameters in org.hl7.fhir.r4.model with type arguments of type Bundle.SearchEntryMode Modifier and Type Method Description Bundle.BundleEntrySearchComponentBundle.BundleEntrySearchComponent. setModeElement(Enumeration<Bundle.SearchEntryMode> value)
-