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 classIti81SearchParameters.Iti81SearchParametersBuilder
-
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
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Iti81SearchParameters.Iti81SearchParametersBuilderbuilder()ca.uhn.fhir.rest.param.StringAndListParamgetAddress()ca.uhn.fhir.rest.param.TokenAndListParamgetAltid()ca.uhn.fhir.rest.param.TokenAndListParamgetEntityId()ca.uhn.fhir.rest.param.TokenAndListParamgetEntityRole()ca.uhn.fhir.rest.param.TokenAndListParamgetEntityType()ca.uhn.fhir.context.FhirContextgetFhirContext()Set<ca.uhn.fhir.model.api.Include>getIncludeSpec()ca.uhn.fhir.rest.param.DateRangeParamgetInterval()ca.uhn.fhir.rest.param.TokenAndListParamgetOutcome()ca.uhn.fhir.rest.param.TokenAndListParamgetPatientId()List<ca.uhn.fhir.rest.param.TokenParam>getPatientIdParam()ca.uhn.fhir.rest.api.SortSpecgetSortSpec()ca.uhn.fhir.rest.param.StringAndListParamgetSource()ca.uhn.fhir.rest.param.TokenAndListParamgetSubtype()ca.uhn.fhir.rest.param.TokenAndListParamgetType()ca.uhn.fhir.rest.param.StringAndListParamgetUser()voidsetAddress(ca.uhn.fhir.rest.param.StringAndListParam address)voidsetAltid(ca.uhn.fhir.rest.param.TokenAndListParam altid)voidsetEntityId(ca.uhn.fhir.rest.param.TokenAndListParam entityId)voidsetEntityRole(ca.uhn.fhir.rest.param.TokenAndListParam entityRole)voidsetEntityType(ca.uhn.fhir.rest.param.TokenAndListParam entityType)voidsetIncludeSpec(Set<ca.uhn.fhir.model.api.Include> includeSpec)voidsetInterval(ca.uhn.fhir.rest.param.DateRangeParam interval)voidsetOutcome(ca.uhn.fhir.rest.param.TokenAndListParam outcome)voidsetPatientId(ca.uhn.fhir.rest.param.TokenAndListParam patientId)voidsetSortSpec(ca.uhn.fhir.rest.api.SortSpec sortSpec)voidsetSource(ca.uhn.fhir.rest.param.StringAndListParam source)voidsetSubtype(ca.uhn.fhir.rest.param.TokenAndListParam subtype)voidsetType(ca.uhn.fhir.rest.param.TokenAndListParam type)voidsetUser(ca.uhn.fhir.rest.param.StringAndListParam user)StringtoString()
-
-
-
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:
getPatientIdParamin interfaceorg.openehealth.ipf.commons.ihe.fhir.FhirSearchParameters
-
builder
public static Iti81SearchParameters.Iti81SearchParametersBuilder builder()
-
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:
getIncludeSpecin interfaceorg.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:
getFhirContextin interfaceorg.openehealth.ipf.commons.ihe.fhir.FhirSearchParameters
-
-