Add changelog
This commit is contained in:
parent
412cf003b0
commit
75f756b49f
|
@ -1,4 +1,4 @@
|
||||||
---
|
---
|
||||||
type: add
|
type: add
|
||||||
issue: 2445
|
issue: 2445
|
||||||
title: "Support has been added for patient level Bulk export. This can be done via the `/Patient/$export` endpoint."
|
title: "Support has been added for patient level Bulk export. This can be done via the `/Patient/$export` endpoint. Also, support has been added for setting Cache-Control header to no-cache for Bulk Export requests."
|
||||||
|
|
|
@ -45,7 +45,6 @@ import org.hl7.fhir.instance.model.api.IPrimitiveType;
|
||||||
import org.hl7.fhir.r4.model.InstantType;
|
import org.hl7.fhir.r4.model.InstantType;
|
||||||
import org.slf4j.Logger;
|
import org.slf4j.Logger;
|
||||||
import org.springframework.beans.factory.annotation.Autowired;
|
import org.springframework.beans.factory.annotation.Autowired;
|
||||||
import sun.misc.Cache;
|
|
||||||
|
|
||||||
import javax.servlet.http.HttpServletResponse;
|
import javax.servlet.http.HttpServletResponse;
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
|
|
|
@ -1079,7 +1079,6 @@ public class BulkDataExportSvcImplR4Test extends BaseJpaR4Test {
|
||||||
createObservationWithIndex(index, null);
|
createObservationWithIndex(index, null);
|
||||||
createImmunizationWithIndex(index, null);
|
createImmunizationWithIndex(index, null);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private DaoMethodOutcome createPatientWithIndex(int i) {
|
private DaoMethodOutcome createPatientWithIndex(int i) {
|
||||||
|
|
Loading…
Reference in New Issue