Class Iti66SearchParameters
java.lang.Object
org.openehealth.ipf.commons.ihe.fhir.FhirSearchAndSortParameters<org.hl7.fhir.r4.model.DocumentManifest>
org.openehealth.ipf.commons.ihe.fhir.iti66.Iti66SearchParameters
- All Implemented Interfaces:
org.openehealth.ipf.commons.ihe.fhir.FhirSearchParameters
public class Iti66SearchParameters
extends org.openehealth.ipf.commons.ihe.fhir.FhirSearchAndSortParameters<org.hl7.fhir.r4.model.DocumentManifest>
- Since:
- 3.6
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionIti66SearchParameters(ca.uhn.fhir.rest.param.DateRangeParam created, ca.uhn.fhir.rest.param.StringParam authorFamilyName, ca.uhn.fhir.rest.param.StringParam authorGivenName, ca.uhn.fhir.rest.param.TokenOrListParam type, ca.uhn.fhir.rest.param.TokenOrListParam source, ca.uhn.fhir.rest.param.TokenOrListParam status, ca.uhn.fhir.rest.param.TokenParam identifier, ca.uhn.fhir.rest.param.ReferenceParam patientReference, ca.uhn.fhir.rest.param.TokenParam patientIdentifier, ca.uhn.fhir.rest.param.TokenParam _id, 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 TypeMethodDescriptionbuilder()Optional<Comparator<org.hl7.fhir.r4.model.DocumentManifest>>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.DateRangeParamca.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.TokenOrListParamca.uhn.fhir.rest.param.TokenOrListParamgetType()voidset_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) voidsetCreated(ca.uhn.fhir.rest.param.DateRangeParam created) 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) voidsetSource(ca.uhn.fhir.rest.param.TokenOrListParam source) voidsetStatus(ca.uhn.fhir.rest.param.TokenOrListParam status) voidsetType(ca.uhn.fhir.rest.param.TokenOrListParam type) toString()Methods inherited from class org.openehealth.ipf.commons.ihe.fhir.FhirSearchAndSortParameters
noop, sort
-
Constructor Details
-
Iti66SearchParameters
public Iti66SearchParameters(ca.uhn.fhir.rest.param.DateRangeParam created, ca.uhn.fhir.rest.param.StringParam authorFamilyName, ca.uhn.fhir.rest.param.StringParam authorGivenName, ca.uhn.fhir.rest.param.TokenOrListParam type, ca.uhn.fhir.rest.param.TokenOrListParam source, ca.uhn.fhir.rest.param.TokenOrListParam status, ca.uhn.fhir.rest.param.TokenParam identifier, ca.uhn.fhir.rest.param.ReferenceParam patientReference, ca.uhn.fhir.rest.param.TokenParam patientIdentifier, ca.uhn.fhir.rest.param.TokenParam _id, ca.uhn.fhir.rest.api.SortSpec sortSpec, Set<ca.uhn.fhir.model.api.Include> includeSpec, ca.uhn.fhir.context.FhirContext fhirContext)
-
-
Method Details
-
getPatientIdParam
-
setAuthor
-
comparatorFor
- Overrides:
comparatorForin classorg.openehealth.ipf.commons.ihe.fhir.FhirSearchAndSortParameters<org.hl7.fhir.r4.model.DocumentManifest>
-
builder
-
toString
-
getCreated
public ca.uhn.fhir.rest.param.DateRangeParam getCreated() -
setCreated
public void setCreated(ca.uhn.fhir.rest.param.DateRangeParam created) -
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) -
getType
public ca.uhn.fhir.rest.param.TokenOrListParam getType() -
setType
public void setType(ca.uhn.fhir.rest.param.TokenOrListParam type) -
getSource
public ca.uhn.fhir.rest.param.TokenOrListParam getSource() -
setSource
public void setSource(ca.uhn.fhir.rest.param.TokenOrListParam source) -
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) -
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) -
get_id
public ca.uhn.fhir.rest.param.TokenParam get_id() -
set_id
public void set_id(ca.uhn.fhir.rest.param.TokenParam _id) -
getSortSpec
public ca.uhn.fhir.rest.api.SortSpec getSortSpec()- Specified by:
getSortSpecin classorg.openehealth.ipf.commons.ihe.fhir.FhirSearchAndSortParameters<org.hl7.fhir.r4.model.DocumentManifest>
-
setSortSpec
public void setSortSpec(ca.uhn.fhir.rest.api.SortSpec sortSpec) -
getIncludeSpec
-
setIncludeSpec
-
getFhirContext
public ca.uhn.fhir.context.FhirContext getFhirContext()
-