Package ca.uhn.fhir.jpa.model.search
Class DateSearchIndexData
java.lang.Object
ca.uhn.fhir.jpa.model.search.DateSearchIndexData
-
Constructor Summary
ConstructorDescriptionDateSearchIndexData
(Date theLowerBoundDate, int theLowerBoundOrdinal, Date theUpperBoundDate, int theUpperBoundOrdinal) -
Method Summary
Modifier and TypeMethodDescriptionint
int
-
Constructor Details
-
DateSearchIndexData
public DateSearchIndexData(Date theLowerBoundDate, int theLowerBoundOrdinal, Date theUpperBoundDate, int theUpperBoundOrdinal)
-
-
Method Details
-
getLowerBoundDate
-
getLowerBoundOrdinal
-
getUpperBoundDate
-
getUpperBoundOrdinal
-