Class Iti66DocumentManifestSearchParameters
java.lang.Object
org.openehealth.ipf.commons.ihe.fhir.FhirSearchAndSortParameters<DocumentManifest>
org.openehealth.ipf.commons.ihe.fhir.iti66.Iti66SearchParameters<DocumentManifest>
org.openehealth.ipf.commons.ihe.fhir.iti66.Iti66DocumentManifestSearchParameters
- All Implemented Interfaces:
FhirSearchParameters
- Since:
- 3.6
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()comparatorFor(String paramName) Returns aComparatorto sort resources of type T by given sort parameter name.get_id()getType()voidset_id(TokenParam _id) setAuthor(ReferenceAndListParam author) voidsetAuthorFamilyName(StringParam authorFamilyName) voidsetAuthorGivenName(StringParam authorGivenName) voidsetCreated(DateRangeParam created) voidsetIdentifier(TokenParam identifier) voidsetIncludeSpec(Set<Include> includeSpec) voidsetPatientIdentifier(TokenParam patientIdentifier) voidsetPatientReference(ReferenceParam patientReference) voidsetSortSpec(SortSpec sortSpec) voidsetSource(TokenOrListParam source) voidsetStatus(TokenOrListParam status) voidsetType(TokenOrListParam type) toString()Methods inherited from class org.openehealth.ipf.commons.ihe.fhir.FhirSearchAndSortParameters
noop, sort
-
Method Details
-
comparatorFor
Description copied from class:FhirSearchAndSortParametersReturns aComparatorto 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:
comparatorForin classFhirSearchAndSortParameters<DocumentManifest>- Parameters:
paramName- sort parameter- Returns:
- comparator
-
setAuthor
- Specified by:
setAuthorin classIti66SearchParameters<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:
getSortSpecin classFhirSearchAndSortParameters<DocumentManifest>- Returns:
- the sort specification as requested by the client
-
setSortSpec
-
getIncludeSpec
-
setIncludeSpec
-
getFhirContext
- Specified by:
getFhirContextin interfaceFhirSearchParameters- Specified by:
getFhirContextin classIti66SearchParameters<DocumentManifest>
-