Class Bundle.EntrySearch
- java.lang.Object
-
- ca.uhn.fhir.model.api.BaseElement
-
- ca.uhn.fhir.model.api.BaseIdentifiableElement
-
- ca.uhn.fhir.model.dstu2.resource.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
public static class Bundle.EntrySearch extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Block class for child element: Bundle.entry.search ()Definition: Information about the search process that lead to the creation of this entry
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EntrySearch()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T extends ca.uhn.fhir.model.api.IElement>
List<T>getAllPopulatedChildElementsOfType(Class<T> theType)StringgetMode()Gets the value(s) for mode ().ca.uhn.fhir.model.primitive.BoundCodeDt<SearchEntryModeEnum>getModeElement()Gets the value(s) for mode ().BigDecimalgetScore()Gets the value(s) for score ().ca.uhn.fhir.model.primitive.DecimalDtgetScoreElement()Gets the value(s) for score ().booleanisEmpty()Bundle.EntrySearchsetMode(SearchEntryModeEnum theValue)Sets the value(s) for mode ()Bundle.EntrySearchsetMode(ca.uhn.fhir.model.primitive.BoundCodeDt<SearchEntryModeEnum> theValue)Sets the value(s) for mode ()Bundle.EntrySearchsetScore(double theValue)Sets the value for score ()Bundle.EntrySearchsetScore(long theValue)Sets the value for score ()Bundle.EntrySearchsetScore(ca.uhn.fhir.model.primitive.DecimalDt theValue)Sets the value(s) for score ()Bundle.EntrySearchsetScore(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
-
-
-
-
Constructor Detail
-
EntrySearch
public EntrySearch()
-
-
Method Detail
-
isEmpty
public boolean isEmpty()
- Specified by:
isEmptyin 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:
getAllPopulatedChildElementsOfTypein interfaceca.uhn.fhir.model.api.ICompositeElement
-
getModeElement
public ca.uhn.fhir.model.primitive.BoundCodeDt<SearchEntryModeEnum> 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
public String 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
public Bundle.EntrySearch setMode(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
-
getScoreElement
public ca.uhn.fhir.model.primitive.DecimalDt 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
public BigDecimal 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
public Bundle.EntrySearch setScore(ca.uhn.fhir.model.primitive.DecimalDt theValue)
Sets the value(s) for score ()Definition: When searching, the server's search ranking score for the entry
-
setScore
public Bundle.EntrySearch setScore(long theValue)
Sets the value for score ()Definition: When searching, the server's search ranking score for the entry
-
setScore
public Bundle.EntrySearch setScore(double theValue)
Sets the value for score ()Definition: When searching, the server's search ranking score for the entry
-
setScore
public Bundle.EntrySearch setScore(BigDecimal theValue)
Sets the value for score ()Definition: When searching, the server's search ranking score for the entry
-
-