Class SearchParameterMap

    • Constructor Detail

      • SearchParameterMap

        public SearchParameterMap()
      • SearchParameterMap

        public SearchParameterMap​(String theName,
                                  ca.uhn.fhir.model.api.IQueryParameterType theParam)
    • Method Detail

      • getSummaryMode

        public ca.uhn.fhir.rest.api.SummaryEnum getSummaryMode()
      • setSummaryMode

        public void setSummaryMode​(ca.uhn.fhir.rest.api.SummaryEnum theSummaryMode)
      • getSearchTotalMode

        public ca.uhn.fhir.rest.api.SearchTotalModeEnum getSearchTotalMode()
      • setSearchTotalMode

        public void setSearchTotalMode​(ca.uhn.fhir.rest.api.SearchTotalModeEnum theSearchTotalMode)
      • add

        public void add​(String theName,
                        ca.uhn.fhir.model.api.IQueryParameterAnd<?> theAnd)
      • add

        public void add​(String theName,
                        ca.uhn.fhir.model.api.IQueryParameterOr<?> theOr)
      • values

        public Collection<List<List<ca.uhn.fhir.model.api.IQueryParameterType>>> values()
      • addInclude

        public void addInclude​(ca.uhn.fhir.model.api.Include theInclude)
      • addRevInclude

        public void addRevInclude​(ca.uhn.fhir.model.api.Include theInclude)
      • getCount

        public Integer getCount()
      • setCount

        public void setCount​(Integer theCount)
      • getIncludes

        public Set<ca.uhn.fhir.model.api.Include> getIncludes()
      • setIncludes

        public void setIncludes​(Set<ca.uhn.fhir.model.api.Include> theIncludes)
      • getLastUpdated

        public ca.uhn.fhir.rest.param.DateRangeParam getLastUpdated()
      • setLastUpdated

        public void setLastUpdated​(ca.uhn.fhir.rest.param.DateRangeParam theLastUpdated)
      • getLoadSynchronousUpTo

        public Integer getLoadSynchronousUpTo()
      • getRevIncludes

        public Set<ca.uhn.fhir.model.api.Include> getRevIncludes()
      • setRevIncludes

        public void setRevIncludes​(Set<ca.uhn.fhir.model.api.Include> theRevIncludes)
      • getSort

        public ca.uhn.fhir.rest.api.SortSpec getSort()
      • setSort

        public void setSort​(ca.uhn.fhir.rest.api.SortSpec theSort)
      • isAllParametersHaveNoModifier

        public boolean isAllParametersHaveNoModifier()
      • isLoadSynchronous

        public boolean isLoadSynchronous()
      • setLoadSynchronous

        public SearchParameterMap setLoadSynchronous​(boolean theLoadSynchronous)
      • toNormalizedQueryString

        public String toNormalizedQueryString​(ca.uhn.fhir.context.FhirContext theCtx)
      • clean

        public void clean()
      • get

        public List<List<ca.uhn.fhir.model.api.IQueryParameterType>> get​(String theName)
      • containsKey

        public boolean containsKey​(String theName)
      • isEmpty

        public boolean isEmpty()
      • remove

        public List<List<ca.uhn.fhir.model.api.IQueryParameterType>> remove​(String theName)