Class ObservationSearchParameters
java.lang.Object
org.openehealth.ipf.commons.ihe.fhir.FhirSearchAndSortParameters<Observation>
org.openehealth.ipf.commons.ihe.fhir.pcc44.ObservationSearchParameters
- All Implemented Interfaces:
FhirSearchParameters
- Since:
- 3.6
- Author:
- Christian Ohr
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected Optional<Comparator<Observation>> comparatorFor(String paramName) Returns aComparatorto sort resources of type T by given sort parameter name.get_id()getCode()getDate()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<Observation>- Parameters:
paramName- sort parameter- Returns:
- comparator
-
builder
-
toString
-
getDate
-
getCategory
-
getCode
-
getPatientIdParam
-
getPatientReference
-
get_id
-
getSortSpec
- Specified by:
getSortSpecin classFhirSearchAndSortParameters<T extends DomainResource>- Returns:
- the sort specification as requested by the client
-
getIncludeSpec
-
getRevIncludeSpec
-
getFhirContext
-