Class DiagnosticReportSearchParameters
java.lang.Object
org.openehealth.ipf.commons.ihe.fhir.FhirSearchAndSortParameters<T>
org.openehealth.ipf.commons.ihe.fhir.pcc44.DiagnosticReportSearchParameters
- All Implemented Interfaces:
FhirSearchParameters
- Since:
- 3.6
- Author:
- Christian Ohr
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected Optional<Comparator<org.hl7.fhir.r4.model.DiagnosticReport>>
comparatorFor
(String paramName) Returns aComparator
to sort resources of type T by given sort parameter name.get_id()
getCode()
getDate()
void
setCategory
(TokenOrListParam category) void
setCode
(TokenOrListParam code) void
setDate
(DateRangeParam date) toString()
Methods inherited from class org.openehealth.ipf.commons.ihe.fhir.FhirSearchAndSortParameters
noop, sort
-
Method Details
-
comparatorFor
protected Optional<Comparator<org.hl7.fhir.r4.model.DiagnosticReport>> comparatorFor(String paramName) 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.DiagnosticReport>
- Parameters:
paramName
- sort parameter- Returns:
- comparator
-
builder
-
toString
-
getCategory
-
setCategory
-
getCode
-
setCode
-
getDate
-
setDate
-
getPatientIdParam
-
getPatientReference
-
get_id
-
getSortSpec
- Specified by:
getSortSpec
in classFhirSearchAndSortParameters<T extends org.hl7.fhir.r4.model.DomainResource>
- Returns:
- the sort specification as requested by the client
-
getIncludeSpec
-
getRevIncludeSpec
-
getFhirContext
-