Class Iti66DocumentManifestSearchParameters
java.lang.Object
org.openehealth.ipf.commons.ihe.fhir.FhirSearchAndSortParameters<T>
org.openehealth.ipf.commons.ihe.fhir.iti66.Iti66SearchParameters<org.hl7.fhir.r4.model.DocumentManifest>
org.openehealth.ipf.commons.ihe.fhir.iti66.Iti66DocumentManifestSearchParameters
- All Implemented Interfaces:
org.openehealth.ipf.commons.ihe.fhir.FhirSearchParameters
public class Iti66DocumentManifestSearchParameters
extends Iti66SearchParameters<org.hl7.fhir.r4.model.DocumentManifest>
- Since:
- 3.6
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
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
-
Method Details
-
comparatorFor
- Overrides:
comparatorForin classorg.openehealth.ipf.commons.ihe.fhir.FhirSearchAndSortParameters<org.hl7.fhir.r4.model.DocumentManifest>
-
setAuthor
public Iti66DocumentManifestSearchParameters setAuthor(ca.uhn.fhir.rest.param.ReferenceAndListParam author) - Specified by:
setAuthorin classIti66SearchParameters<org.hl7.fhir.r4.model.DocumentManifest>
-
getPatientIdParam
-
builder
public static Iti66DocumentManifestSearchParameters.Iti66DocumentManifestSearchParametersBuilder builder() -
toString
-
getCreated
public ca.uhn.fhir.rest.param.DateRangeParam getCreated() -
setCreated
public void setCreated(ca.uhn.fhir.rest.param.DateRangeParam created) -
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) -
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.DocumentManifest>
-
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.DocumentManifest>
-