Class Iti81SearchParameters

java.lang.Object
org.openehealth.ipf.commons.ihe.fhir.iti81.Iti81SearchParameters
All Implemented Interfaces:
org.openehealth.ipf.commons.ihe.fhir.FhirSearchParameters

public class Iti81SearchParameters extends Object implements org.openehealth.ipf.commons.ihe.fhir.FhirSearchParameters
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Iti81SearchParameters(ca.uhn.fhir.rest.param.DateRangeParam interval, ca.uhn.fhir.rest.param.StringAndListParam address, ca.uhn.fhir.rest.param.TokenAndListParam patientId, ca.uhn.fhir.rest.param.TokenAndListParam entityId, ca.uhn.fhir.rest.param.TokenAndListParam entityType, ca.uhn.fhir.rest.param.TokenAndListParam entityRole, ca.uhn.fhir.rest.param.StringAndListParam source, ca.uhn.fhir.rest.param.TokenAndListParam type, ca.uhn.fhir.rest.param.StringAndListParam user, ca.uhn.fhir.rest.param.TokenAndListParam subtype, ca.uhn.fhir.rest.param.TokenAndListParam outcome, ca.uhn.fhir.rest.param.TokenAndListParam altid, ca.uhn.fhir.rest.api.SortSpec sortSpec, Set<ca.uhn.fhir.model.api.Include> includeSpec, ca.uhn.fhir.context.FhirContext fhirContext)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    ca.uhn.fhir.rest.param.StringAndListParam
     
    ca.uhn.fhir.rest.param.TokenAndListParam
     
    ca.uhn.fhir.rest.param.TokenAndListParam
     
    ca.uhn.fhir.rest.param.TokenAndListParam
     
    ca.uhn.fhir.rest.param.TokenAndListParam
     
    ca.uhn.fhir.context.FhirContext
     
    Set<ca.uhn.fhir.model.api.Include>
     
    ca.uhn.fhir.rest.param.DateRangeParam
     
    ca.uhn.fhir.rest.param.TokenAndListParam
     
    ca.uhn.fhir.rest.param.TokenAndListParam
     
    List<ca.uhn.fhir.rest.param.TokenParam>
     
    ca.uhn.fhir.rest.api.SortSpec
     
    ca.uhn.fhir.rest.param.StringAndListParam
     
    ca.uhn.fhir.rest.param.TokenAndListParam
     
    ca.uhn.fhir.rest.param.TokenAndListParam
     
    ca.uhn.fhir.rest.param.StringAndListParam
     
    void
    setAddress(ca.uhn.fhir.rest.param.StringAndListParam address)
     
    void
    setAltid(ca.uhn.fhir.rest.param.TokenAndListParam altid)
     
    void
    setEntityId(ca.uhn.fhir.rest.param.TokenAndListParam entityId)
     
    void
    setEntityRole(ca.uhn.fhir.rest.param.TokenAndListParam entityRole)
     
    void
    setEntityType(ca.uhn.fhir.rest.param.TokenAndListParam entityType)
     
    void
    setIncludeSpec(Set<ca.uhn.fhir.model.api.Include> includeSpec)
     
    void
    setInterval(ca.uhn.fhir.rest.param.DateRangeParam interval)
     
    void
    setOutcome(ca.uhn.fhir.rest.param.TokenAndListParam outcome)
     
    void
    setPatientId(ca.uhn.fhir.rest.param.TokenAndListParam patientId)
     
    void
    setSortSpec(ca.uhn.fhir.rest.api.SortSpec sortSpec)
     
    void
    setSource(ca.uhn.fhir.rest.param.StringAndListParam source)
     
    void
    setSubtype(ca.uhn.fhir.rest.param.TokenAndListParam subtype)
     
    void
    setType(ca.uhn.fhir.rest.param.TokenAndListParam type)
     
    void
    setUser(ca.uhn.fhir.rest.param.StringAndListParam user)
     
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • Iti81SearchParameters

      public Iti81SearchParameters(ca.uhn.fhir.rest.param.DateRangeParam interval, ca.uhn.fhir.rest.param.StringAndListParam address, ca.uhn.fhir.rest.param.TokenAndListParam patientId, ca.uhn.fhir.rest.param.TokenAndListParam entityId, ca.uhn.fhir.rest.param.TokenAndListParam entityType, ca.uhn.fhir.rest.param.TokenAndListParam entityRole, ca.uhn.fhir.rest.param.StringAndListParam source, ca.uhn.fhir.rest.param.TokenAndListParam type, ca.uhn.fhir.rest.param.StringAndListParam user, ca.uhn.fhir.rest.param.TokenAndListParam subtype, ca.uhn.fhir.rest.param.TokenAndListParam outcome, ca.uhn.fhir.rest.param.TokenAndListParam altid, ca.uhn.fhir.rest.api.SortSpec sortSpec, Set<ca.uhn.fhir.model.api.Include> includeSpec, ca.uhn.fhir.context.FhirContext fhirContext)
  • Method Details

    • getPatientIdParam

      public List<ca.uhn.fhir.rest.param.TokenParam> getPatientIdParam()
      Specified by:
      getPatientIdParam in interface org.openehealth.ipf.commons.ihe.fhir.FhirSearchParameters
    • builder

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getInterval

      public ca.uhn.fhir.rest.param.DateRangeParam getInterval()
    • setInterval

      public void setInterval(ca.uhn.fhir.rest.param.DateRangeParam interval)
    • getAddress

      public ca.uhn.fhir.rest.param.StringAndListParam getAddress()
    • setAddress

      public void setAddress(ca.uhn.fhir.rest.param.StringAndListParam address)
    • getPatientId

      public ca.uhn.fhir.rest.param.TokenAndListParam getPatientId()
    • setPatientId

      public void setPatientId(ca.uhn.fhir.rest.param.TokenAndListParam patientId)
    • getEntityId

      public ca.uhn.fhir.rest.param.TokenAndListParam getEntityId()
    • setEntityId

      public void setEntityId(ca.uhn.fhir.rest.param.TokenAndListParam entityId)
    • getEntityType

      public ca.uhn.fhir.rest.param.TokenAndListParam getEntityType()
    • setEntityType

      public void setEntityType(ca.uhn.fhir.rest.param.TokenAndListParam entityType)
    • getEntityRole

      public ca.uhn.fhir.rest.param.TokenAndListParam getEntityRole()
    • setEntityRole

      public void setEntityRole(ca.uhn.fhir.rest.param.TokenAndListParam entityRole)
    • getSource

      public ca.uhn.fhir.rest.param.StringAndListParam getSource()
    • setSource

      public void setSource(ca.uhn.fhir.rest.param.StringAndListParam source)
    • getType

      public ca.uhn.fhir.rest.param.TokenAndListParam getType()
    • setType

      public void setType(ca.uhn.fhir.rest.param.TokenAndListParam type)
    • getUser

      public ca.uhn.fhir.rest.param.StringAndListParam getUser()
    • setUser

      public void setUser(ca.uhn.fhir.rest.param.StringAndListParam user)
    • getSubtype

      public ca.uhn.fhir.rest.param.TokenAndListParam getSubtype()
    • setSubtype

      public void setSubtype(ca.uhn.fhir.rest.param.TokenAndListParam subtype)
    • getOutcome

      public ca.uhn.fhir.rest.param.TokenAndListParam getOutcome()
    • setOutcome

      public void setOutcome(ca.uhn.fhir.rest.param.TokenAndListParam outcome)
    • getAltid

      public ca.uhn.fhir.rest.param.TokenAndListParam getAltid()
    • setAltid

      public void setAltid(ca.uhn.fhir.rest.param.TokenAndListParam altid)
    • getSortSpec

      public ca.uhn.fhir.rest.api.SortSpec getSortSpec()
    • setSortSpec

      public void setSortSpec(ca.uhn.fhir.rest.api.SortSpec sortSpec)
    • getIncludeSpec

      public Set<ca.uhn.fhir.model.api.Include> getIncludeSpec()
      Specified by:
      getIncludeSpec in interface org.openehealth.ipf.commons.ihe.fhir.FhirSearchParameters
    • setIncludeSpec

      public void setIncludeSpec(Set<ca.uhn.fhir.model.api.Include> includeSpec)
    • getFhirContext

      public ca.uhn.fhir.context.FhirContext getFhirContext()
      Specified by:
      getFhirContext in interface org.openehealth.ipf.commons.ihe.fhir.FhirSearchParameters