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:
FhirSearchParameters
public class Iti66DocumentManifestSearchParameters
extends Iti66SearchParameters<org.hl7.fhir.r4.model.DocumentManifest>
- Since:
- 3.6
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Optional<Comparator<org.hl7.fhir.r4.model.DocumentManifest>>
comparatorFor
(String paramName) Returns aComparator
to sort resources of type T by given sort parameter name.get_id()
getType()
void
set_id
(TokenParam _id) setAuthor
(ReferenceAndListParam author) void
setAuthorFamilyName
(StringParam authorFamilyName) void
setAuthorGivenName
(StringParam authorGivenName) void
setCreated
(DateRangeParam created) void
setIdentifier
(TokenParam identifier) void
setIncludeSpec
(Set<Include> includeSpec) void
setPatientIdentifier
(TokenParam patientIdentifier) void
setPatientReference
(ReferenceParam patientReference) void
setSortSpec
(SortSpec sortSpec) void
setSource
(TokenOrListParam source) void
setStatus
(TokenOrListParam status) void
setType
(TokenOrListParam type) toString()
Methods inherited from class org.openehealth.ipf.commons.ihe.fhir.FhirSearchAndSortParameters
noop, sort
-
Method Details
-
comparatorFor
Description copied from class:FhirSearchAndSortParameters
Returns aComparator
to sort resources of type T by given sort parameter name. This default implementation keeps the current order, i.e. to implement actual sorting you MUST overwrite this method.- Overrides:
comparatorFor
in classFhirSearchAndSortParameters<org.hl7.fhir.r4.model.DocumentManifest>
- Parameters:
paramName
- sort parameter- Returns:
- comparator
-
setAuthor
- Specified by:
setAuthor
in classIti66SearchParameters<org.hl7.fhir.r4.model.DocumentManifest>
-
getPatientIdParam
-
builder
public static Iti66DocumentManifestSearchParameters.Iti66DocumentManifestSearchParametersBuilder builder() -
toString
-
getCreated
-
setCreated
-
getType
-
setType
-
getSource
-
setSource
-
getStatus
-
setStatus
-
getIdentifier
-
setIdentifier
-
get_id
-
set_id
-
getPatientReference
-
setPatientReference
-
getPatientIdentifier
-
setPatientIdentifier
-
getAuthorFamilyName
-
setAuthorFamilyName
-
getAuthorGivenName
-
setAuthorGivenName
-
getSortSpec
- Specified by:
getSortSpec
in classFhirSearchAndSortParameters<org.hl7.fhir.r4.model.DocumentManifest>
- Returns:
- the sort specification as requested by the client
-
setSortSpec
-
getIncludeSpec
-
setIncludeSpec
-
getFhirContext
- Specified by:
getFhirContext
in interfaceFhirSearchParameters
- Specified by:
getFhirContext
in classIti66SearchParameters<org.hl7.fhir.r4.model.DocumentManifest>
-