Class Bundle.EntrySearch
- All Implemented Interfaces:
ca.uhn.fhir.model.api.ICompositeElement
,ca.uhn.fhir.model.api.IElement
,ca.uhn.fhir.model.api.IIdentifiableElement
,ca.uhn.fhir.model.api.IResourceBlock
,ca.uhn.fhir.model.api.ISupportsUndeclaredExtensions
,Serializable
,org.hl7.fhir.instance.model.api.IBase
- Enclosing class:
Bundle
Definition: Information about the search process that lead to the creation of this entry
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription<T extends ca.uhn.fhir.model.api.IElement>
List<T> getAllPopulatedChildElementsOfType
(Class<T> theType) getMode()
Gets the value(s) for mode ().ca.uhn.fhir.model.primitive.BoundCodeDt
<SearchEntryModeEnum> Gets the value(s) for mode ().getScore()
Gets the value(s) for score ().ca.uhn.fhir.model.primitive.DecimalDt
Gets the value(s) for score ().boolean
isEmpty()
setMode
(SearchEntryModeEnum theValue) Sets the value(s) for mode ()setMode
(ca.uhn.fhir.model.primitive.BoundCodeDt<SearchEntryModeEnum> theValue) Sets the value(s) for mode ()setScore
(double theValue) Sets the value for score ()setScore
(long theValue) Sets the value for score ()setScore
(ca.uhn.fhir.model.primitive.DecimalDt theValue) Sets the value(s) for score ()setScore
(BigDecimal theValue) Sets the value for score ()Methods inherited from class ca.uhn.fhir.model.api.BaseIdentifiableElement
getElementSpecificId, getId, setElementSpecificId, setId, setId
Methods inherited from class ca.uhn.fhir.model.api.BaseElement
addUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getFormatCommentsPost, getFormatCommentsPre, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, getUserData, hasFormatComment, isBaseEmpty, setUserData
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.hl7.fhir.instance.model.api.IBase
fhirType, getFormatCommentsPost, getFormatCommentsPre, getUserData, hasFormatComment, setUserData
Methods inherited from interface ca.uhn.fhir.model.api.IIdentifiableElement
getElementSpecificId, getId, setElementSpecificId, setId, setId
-
Constructor Details
-
EntrySearch
public EntrySearch()
-
-
Method Details
-
isEmpty
- Specified by:
isEmpty
in interfaceorg.hl7.fhir.instance.model.api.IBase
-
getAllPopulatedChildElementsOfType
public <T extends ca.uhn.fhir.model.api.IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType) - Specified by:
getAllPopulatedChildElementsOfType
in interfaceca.uhn.fhir.model.api.ICompositeElement
-
getModeElement
Gets the value(s) for mode (). creating it if it does not exist. Will not returnnull
.Definition: Why this entry is in the result set - whether it's included as a match or because of an _include requirement
-
getMode
Gets the value(s) for mode (). creating it if it does not exist. This method may returnnull
.Definition: Why this entry is in the result set - whether it's included as a match or because of an _include requirement
-
setMode
public Bundle.EntrySearch setMode(ca.uhn.fhir.model.primitive.BoundCodeDt<SearchEntryModeEnum> theValue) Sets the value(s) for mode ()Definition: Why this entry is in the result set - whether it's included as a match or because of an _include requirement
-
setMode
Sets the value(s) for mode ()Definition: Why this entry is in the result set - whether it's included as a match or because of an _include requirement
-
getScoreElement
Gets the value(s) for score (). creating it if it does not exist. Will not returnnull
.Definition: When searching, the server's search ranking score for the entry
-
getScore
Gets the value(s) for score (). creating it if it does not exist. This method may returnnull
.Definition: When searching, the server's search ranking score for the entry
-
setScore
Sets the value(s) for score ()Definition: When searching, the server's search ranking score for the entry
-
setScore
Sets the value for score ()Definition: When searching, the server's search ranking score for the entry
-
setScore
Sets the value for score ()Definition: When searching, the server's search ranking score for the entry
-
setScore
Sets the value for score ()Definition: When searching, the server's search ranking score for the entry
-