Class PatientEverythingParameters

java.lang.Object
ca.uhn.fhir.jpa.api.dao.PatientEverythingParameters

public final class PatientEverythingParameters extends Object
  • Constructor Details

  • Method Details

    • getCount

      public org.hl7.fhir.instance.model.api.IPrimitiveType<Integer> getCount()
    • getOffset

      public org.hl7.fhir.instance.model.api.IPrimitiveType<Integer> getOffset()
    • getLastUpdated

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

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

      public ca.uhn.fhir.rest.param.StringAndListParam getContent()
    • getNarrative

      public ca.uhn.fhir.rest.param.StringAndListParam getNarrative()
    • getFilter

      public ca.uhn.fhir.rest.param.StringAndListParam getFilter()
    • getTypes

      public ca.uhn.fhir.rest.param.StringAndListParam getTypes()
    • getMdmExpand

      public boolean getMdmExpand()
    • setCount

      public void setCount(org.hl7.fhir.instance.model.api.IPrimitiveType<Integer> theCount)
    • setOffset

      public void setOffset(org.hl7.fhir.instance.model.api.IPrimitiveType<Integer> theOffset)
    • setLastUpdated

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

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

      public void setContent(ca.uhn.fhir.rest.param.StringAndListParam theContent)
    • setNarrative

      public void setNarrative(ca.uhn.fhir.rest.param.StringAndListParam theNarrative)
    • setFilter

      public void setFilter(ca.uhn.fhir.rest.param.StringAndListParam theFilter)
    • setTypes

      public void setTypes(ca.uhn.fhir.rest.param.StringAndListParam theTypes)
    • setMdmExpand

      public void setMdmExpand(Boolean myMdmExpand)