Add changelog

This commit is contained in:
Tadgh 2021-03-10 15:00:54 -05:00
parent 412cf003b0
commit 75f756b49f
3 changed files with 1 additions and 3 deletions

View File

@ -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."

View File

@ -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;

View File

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