public static class Bundle.EntrySearch extends BaseIdentifiableElement implements 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 IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
String |
getMode()
Gets the value(s) for mode ().
|
BoundCodeDt<SearchEntryModeEnum> |
getModeElement()
Gets the value(s) for mode ().
|
BigDecimal |
getScore()
Gets the value(s) for score ().
|
DecimalDt |
getScoreElement()
Gets the value(s) for score ().
|
boolean |
isEmpty() |
Bundle.EntrySearch |
setMode(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(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, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, isBaseEmptyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetElementSpecificId, getId, setElementSpecificId, setId, setIdpublic EntrySearch()
public <T extends IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ICompositeElementpublic 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(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 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(DecimalDt 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(double 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–2016 University Health Network. All rights reserved.