Class ConditionSearchParameters
java.lang.Object
org.openehealth.ipf.commons.ihe.fhir.FhirSearchAndSortParameters<Condition>
org.openehealth.ipf.commons.ihe.fhir.pcc44.ConditionSearchParameters
- 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<Condition>> comparatorFor(String paramName) Returns aComparatorto sort resources of type T by given sort parameter name.get_id()voidsetCategory(TokenAndListParam category) voidsetClinicalStatus(TokenOrListParam clinicalStatus) 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<Condition>- Parameters:
paramName- sort parameter- Returns:
- comparator
-
builder
-
toString
-
getCategory
-
setCategory
-
getClinicalStatus
-
setClinicalStatus
-
getPatientIdParam
-
getPatientReference
-
get_id
-
getSortSpec
- Specified by:
getSortSpecin classFhirSearchAndSortParameters<T extends DomainResource>- Returns:
- the sort specification as requested by the client
-
getIncludeSpec
-
getRevIncludeSpec
-
getFhirContext
-