Enable filtering $lastn operation by Observation effective date.
This commit is contained in:
parent
2e709a50c0
commit
bfc5f93ec8
|
@ -37,9 +37,9 @@ public class LastNElasticsearchSvcMultipleObservationsIT {
|
||||||
|
|
||||||
private final Map<String, Map<String, List<Date>>> createdPatientObservationMap = new HashMap<>();
|
private final Map<String, Map<String, List<Date>>> createdPatientObservationMap = new HashMap<>();
|
||||||
|
|
||||||
private FhirContext myFhirContext = FhirContext.forR4();
|
private final FhirContext myFhirContext = FhirContext.forR4();
|
||||||
|
|
||||||
static private Calendar baseObservationDate = new GregorianCalendar();
|
static private final Calendar baseObservationDate = new GregorianCalendar();
|
||||||
|
|
||||||
@BeforeClass
|
@BeforeClass
|
||||||
public static void beforeClass() {
|
public static void beforeClass() {
|
||||||
|
|
Loading…
Reference in New Issue