This commit is contained in:
Tadgh 2020-06-30 14:53:54 -07:00
parent 072f3a422a
commit 1b7e5b75f1
2 changed files with 13 additions and 0 deletions

View File

@ -19,6 +19,8 @@
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir-server-empi</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>

View File

@ -0,0 +1,11 @@
package ca.uhn.fhir.jpa.empi.batch;
import org.junit.Test;
public class EmpiBatchTest {
@Test
public void testEmpiBatch() {
}
}