public static class Bundle.EntrySearch extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Definition: Information about the search process that lead to the creation of this entry
| Constructor and Description |
|---|
EntrySearch() |
| Modifier and Type | Method and Description |
|---|---|
<T extends ca.uhn.fhir.model.api.IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
String |
getMode()
Gets the value(s) for mode ().
|
ca.uhn.fhir.model.primitive.BoundCodeDt<SearchEntryModeEnum> |
getModeElement()
Gets the value(s) for mode ().
|
BigDecimal |
getScore()
Gets the value(s) for score ().
|
ca.uhn.fhir.model.primitive.DecimalDt |
getScoreElement()
Gets the value(s) for score ().
|
boolean |
isEmpty() |
Bundle.EntrySearch |
setMode(ca.uhn.fhir.model.primitive.BoundCodeDt<SearchEntryModeEnum> theValue)
Sets the value(s) for mode ()
|
Bundle.EntrySearch |
setMode(SearchEntryModeEnum theValue)
Sets the value(s) for mode ()
|
Bundle.EntrySearch |
setScore(BigDecimal theValue)
Sets the value for score ()
|
Bundle.EntrySearch |
setScore(ca.uhn.fhir.model.primitive.DecimalDt theValue)
Sets the value(s) for score ()
|
Bundle.EntrySearch |
setScore(double theValue)
Sets the value for score ()
|
Bundle.EntrySearch |
setScore(long theValue)
Sets the value for score ()
|
getElementSpecificId, getId, setElementSpecificId, setId, setIdaddUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getFormatCommentsPost, getFormatCommentsPre, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, hasFormatComment, isBaseEmptyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic EntrySearch()
public boolean isEmpty()
isEmpty in interface org.hl7.fhir.instance.model.api.IBasepublic <T extends ca.uhn.fhir.model.api.IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ca.uhn.fhir.model.api.ICompositeElementpublic ca.uhn.fhir.model.primitive.BoundCodeDt<SearchEntryModeEnum> getModeElement()
null.
Definition: Why this entry is in the result set - whether it's included as a match or because of an _include requirement
public String getMode()
null.
Definition: Why this entry is in the result set - whether it's included as a match or because of an _include requirement
public Bundle.EntrySearch setMode(ca.uhn.fhir.model.primitive.BoundCodeDt<SearchEntryModeEnum> theValue)
Definition: Why this entry is in the result set - whether it's included as a match or because of an _include requirement
public Bundle.EntrySearch setMode(SearchEntryModeEnum theValue)
Definition: Why this entry is in the result set - whether it's included as a match or because of an _include requirement
public ca.uhn.fhir.model.primitive.DecimalDt getScoreElement()
null.
Definition: When searching, the server's search ranking score for the entry
public BigDecimal getScore()
null.
Definition: When searching, the server's search ranking score for the entry
public Bundle.EntrySearch setScore(ca.uhn.fhir.model.primitive.DecimalDt theValue)
Definition: When searching, the server's search ranking score for the entry
public Bundle.EntrySearch setScore(double theValue)
Definition: When searching, the server's search ranking score for the entry
public Bundle.EntrySearch setScore(long theValue)
Definition: When searching, the server's search ranking score for the entry
public Bundle.EntrySearch setScore(BigDecimal theValue)
Definition: When searching, the server's search ranking score for the entry
Copyright © 2014–2018 University Health Network. All rights reserved.