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:
  • Constructor Details

  • Method Details

    • isEmpty

      public boolean isEmpty()
      Specified by:
      isEmpty in interface org.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 interface ca.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 return null.

      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 return null.

      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

      public ca.uhn.fhir.model.primitive.DecimalDt getScoreElement()
      Gets the value(s) for score (). creating it if it does not exist. Will not return null.

      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 return null.

      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

      Sets the value for score ()

      Definition: When searching, the server's search ranking score for the entry