Enable filtering $lastn operation by Observation effective date.

This commit is contained in:
ianmarshall 2020-06-02 16:39:06 -04:00
parent 2e709a50c0
commit bfc5f93ec8
1 changed files with 2 additions and 2 deletions

View File

@ -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() {