Class Iti81SearchParameters

  • All Implemented Interfaces:
    org.openehealth.ipf.commons.ihe.fhir.FhirSearchParameters

    public class Iti81SearchParameters
    extends Object
    implements org.openehealth.ipf.commons.ihe.fhir.FhirSearchParameters
    • 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)  
    • Constructor Detail

      • 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 Detail

      • getPatientIdParam

        public List<ca.uhn.fhir.rest.param.TokenParam> getPatientIdParam()
        Specified by:
        getPatientIdParam in interface org.openehealth.ipf.commons.ihe.fhir.FhirSearchParameters
      • 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