mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-02-24 06:45:17 +00:00
Change string name
This commit is contained in:
parent
84da932187
commit
be429299de
@ -278,7 +278,7 @@ public class EmpiStorageInterceptorIT extends BaseEmpiR4Test {
|
||||
Patient p = new Patient();
|
||||
EmpiHelperR4.OutcomeAndLogMessageWrapper messageWrapper = myEmpiHelper.createWithLatch(p);
|
||||
p.setId(messageWrapper.getDaoMethodOutcome().getId());
|
||||
addExternalEID(p, "zoop");
|
||||
addExternalEID(p, "external eid");
|
||||
myEmpiHelper.updateWithLatch(p);
|
||||
setPreventEidUpdates(false);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user