Class Iti66ListSearchParameters
java.lang.Object
org.openehealth.ipf.commons.ihe.fhir.FhirSearchAndSortParameters<ListResource>
org.openehealth.ipf.commons.ihe.fhir.iti66.Iti66SearchParameters<ListResource>
org.openehealth.ipf.commons.ihe.fhir.iti66.Iti66ListSearchParameters
- All Implemented Interfaces:
FhirSearchParameters
- Since:
- 4.8
-
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()getCode()getDate()voidset_id(TokenParam _id) setAuthor(ReferenceAndListParam author) voidsetAuthorFamilyName(StringParam authorFamilyName) voidsetAuthorGivenName(StringParam authorGivenName) voidsetCode(TokenOrListParam code) voidsetDate(DateRangeParam date) voidsetDesignationType(TokenOrListParam designationType) voidsetIdentifier(TokenParam identifier) voidsetIncludeSpec(Set<Include> includeSpec) voidsetPatientIdentifier(TokenParam patientIdentifier) voidsetPatientReference(ReferenceParam patientReference) voidsetSortSpec(SortSpec sortSpec) voidsetSourceId(TokenOrListParam sourceId) voidsetStatus(TokenOrListParam status) toString()Methods inherited from class org.openehealth.ipf.commons.ihe.fhir.FhirSearchAndSortParameters
noop, sort
-
Method Details
-
setAuthor
- Specified by:
setAuthorin classIti66SearchParameters<ListResource>
-
getPatientIdParam
-
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<ListResource>- Parameters:
paramName- sort parameter- Returns:
- comparator
-
builder
-
toString
-
getDate
-
setDate
-
getCode
-
setCode
-
getDesignationType
-
setDesignationType
-
getSourceId
-
setSourceId
-
getStatus
-
setStatus
-
getIdentifier
-
setIdentifier
-
get_id
-
set_id
-
getPatientReference
-
setPatientReference
-
getPatientIdentifier
-
setPatientIdentifier
-
getAuthorFamilyName
-
setAuthorFamilyName
-
getAuthorGivenName
-
setAuthorGivenName
-
getSortSpec
- Specified by:
getSortSpecin classFhirSearchAndSortParameters<ListResource>- Returns:
- the sort specification as requested by the client
-
setSortSpec
-
getIncludeSpec
-
setIncludeSpec
-
getFhirContext
- Specified by:
getFhirContextin interfaceFhirSearchParameters- Specified by:
getFhirContextin classIti66SearchParameters<ListResource>
-