Class Iti66ListSearchParameters
java.lang.Object
org.openehealth.ipf.commons.ihe.fhir.FhirSearchAndSortParameters<T>
org.openehealth.ipf.commons.ihe.fhir.iti66.Iti66SearchParameters<org.hl7.fhir.r4.model.ListResource>
org.openehealth.ipf.commons.ihe.fhir.iti66.Iti66ListSearchParameters
- All Implemented Interfaces:
org.openehealth.ipf.commons.ihe.fhir.FhirSearchParameters
public class Iti66ListSearchParameters
extends Iti66SearchParameters<org.hl7.fhir.r4.model.ListResource>
- Since:
- 4.8
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Optional<Comparator<org.hl7.fhir.r4.model.ListResource>>comparatorFor(String paramName) ca.uhn.fhir.rest.param.TokenParamget_id()ca.uhn.fhir.rest.param.StringParamca.uhn.fhir.rest.param.StringParamca.uhn.fhir.rest.param.TokenOrListParamgetCode()ca.uhn.fhir.rest.param.DateRangeParamgetDate()ca.uhn.fhir.rest.param.TokenOrListParamca.uhn.fhir.context.FhirContextca.uhn.fhir.rest.param.TokenParamSet<ca.uhn.fhir.model.api.Include>ca.uhn.fhir.rest.param.TokenParamList<ca.uhn.fhir.rest.param.TokenParam>ca.uhn.fhir.rest.param.ReferenceParamca.uhn.fhir.rest.api.SortSpecca.uhn.fhir.rest.param.TokenOrListParamca.uhn.fhir.rest.param.TokenOrListParamvoidset_id(ca.uhn.fhir.rest.param.TokenParam _id) setAuthor(ca.uhn.fhir.rest.param.ReferenceAndListParam author) voidsetAuthorFamilyName(ca.uhn.fhir.rest.param.StringParam authorFamilyName) voidsetAuthorGivenName(ca.uhn.fhir.rest.param.StringParam authorGivenName) voidsetCode(ca.uhn.fhir.rest.param.TokenOrListParam code) voidsetDate(ca.uhn.fhir.rest.param.DateRangeParam date) voidsetDesignationType(ca.uhn.fhir.rest.param.TokenOrListParam designationType) voidsetIdentifier(ca.uhn.fhir.rest.param.TokenParam identifier) voidsetIncludeSpec(Set<ca.uhn.fhir.model.api.Include> includeSpec) voidsetPatientIdentifier(ca.uhn.fhir.rest.param.TokenParam patientIdentifier) voidsetPatientReference(ca.uhn.fhir.rest.param.ReferenceParam patientReference) voidsetSortSpec(ca.uhn.fhir.rest.api.SortSpec sortSpec) voidsetSourceId(ca.uhn.fhir.rest.param.TokenOrListParam sourceId) voidsetStatus(ca.uhn.fhir.rest.param.TokenOrListParam status) toString()Methods inherited from class org.openehealth.ipf.commons.ihe.fhir.FhirSearchAndSortParameters
noop, sort
-
Method Details
-
setAuthor
- Specified by:
setAuthorin classIti66SearchParameters<org.hl7.fhir.r4.model.ListResource>
-
getPatientIdParam
-
comparatorFor
- Overrides:
comparatorForin classorg.openehealth.ipf.commons.ihe.fhir.FhirSearchAndSortParameters<org.hl7.fhir.r4.model.ListResource>
-
builder
-
toString
-
getDate
public ca.uhn.fhir.rest.param.DateRangeParam getDate() -
setDate
public void setDate(ca.uhn.fhir.rest.param.DateRangeParam date) -
getCode
public ca.uhn.fhir.rest.param.TokenOrListParam getCode() -
setCode
public void setCode(ca.uhn.fhir.rest.param.TokenOrListParam code) -
getDesignationType
public ca.uhn.fhir.rest.param.TokenOrListParam getDesignationType() -
setDesignationType
public void setDesignationType(ca.uhn.fhir.rest.param.TokenOrListParam designationType) -
getSourceId
public ca.uhn.fhir.rest.param.TokenOrListParam getSourceId() -
setSourceId
public void setSourceId(ca.uhn.fhir.rest.param.TokenOrListParam sourceId) -
getStatus
public ca.uhn.fhir.rest.param.TokenOrListParam getStatus() -
setStatus
public void setStatus(ca.uhn.fhir.rest.param.TokenOrListParam status) -
getIdentifier
public ca.uhn.fhir.rest.param.TokenParam getIdentifier() -
setIdentifier
public void setIdentifier(ca.uhn.fhir.rest.param.TokenParam identifier) -
get_id
public ca.uhn.fhir.rest.param.TokenParam get_id() -
set_id
public void set_id(ca.uhn.fhir.rest.param.TokenParam _id) -
getPatientReference
public ca.uhn.fhir.rest.param.ReferenceParam getPatientReference() -
setPatientReference
public void setPatientReference(ca.uhn.fhir.rest.param.ReferenceParam patientReference) -
getPatientIdentifier
public ca.uhn.fhir.rest.param.TokenParam getPatientIdentifier() -
setPatientIdentifier
public void setPatientIdentifier(ca.uhn.fhir.rest.param.TokenParam patientIdentifier) -
getAuthorFamilyName
public ca.uhn.fhir.rest.param.StringParam getAuthorFamilyName() -
setAuthorFamilyName
public void setAuthorFamilyName(ca.uhn.fhir.rest.param.StringParam authorFamilyName) -
getAuthorGivenName
public ca.uhn.fhir.rest.param.StringParam getAuthorGivenName() -
setAuthorGivenName
public void setAuthorGivenName(ca.uhn.fhir.rest.param.StringParam authorGivenName) -
getSortSpec
public ca.uhn.fhir.rest.api.SortSpec getSortSpec()- Specified by:
getSortSpecin classorg.openehealth.ipf.commons.ihe.fhir.FhirSearchAndSortParameters<org.hl7.fhir.r4.model.ListResource>
-
setSortSpec
public void setSortSpec(ca.uhn.fhir.rest.api.SortSpec sortSpec) -
getIncludeSpec
-
setIncludeSpec
-
getFhirContext
public ca.uhn.fhir.context.FhirContext getFhirContext()- Specified by:
getFhirContextin interfaceorg.openehealth.ipf.commons.ihe.fhir.FhirSearchParameters- Specified by:
getFhirContextin classIti66SearchParameters<org.hl7.fhir.r4.model.ListResource>
-