Uses of Class
com.ibm.fhir.model.type.code.SearchEntryMode
-
Packages that use SearchEntryMode Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.type.code -
-
Uses of SearchEntryMode in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return SearchEntryMode Modifier and Type Method Description SearchEntryModeBundle.Entry.Search. getMode()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.Methods in com.ibm.fhir.model.resource with parameters of type SearchEntryMode Modifier and Type Method Description Bundle.Entry.Search.BuilderBundle.Entry.Search.Builder. mode(SearchEntryMode 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. -
Uses of SearchEntryMode in com.ibm.fhir.model.type.code
Fields in com.ibm.fhir.model.type.code declared as SearchEntryMode Modifier and Type Field Description static SearchEntryModeSearchEntryMode. INCLUDEIncludestatic SearchEntryModeSearchEntryMode. MATCHMatchstatic SearchEntryModeSearchEntryMode. OUTCOMEOutcomeMethods in com.ibm.fhir.model.type.code that return SearchEntryMode Modifier and Type Method Description SearchEntryModeSearchEntryMode.Builder. build()static SearchEntryModeSearchEntryMode. of(SearchEntryMode.ValueSet value)Factory method for creating SearchEntryMode objects from a passed enum value.static SearchEntryModeSearchEntryMode. of(String value)Factory method for creating SearchEntryMode objects from a passed string value.
-