wip
This commit is contained in:
parent
072f3a422a
commit
1b7e5b75f1
|
@ -19,6 +19,8 @@
|
|||
<dependency>
|
||||
<groupId>ca.uhn.hapi.fhir</groupId>
|
||||
<artifactId>hapi-fhir-server-empi</artifactId>
|
||||
|
||||
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
|
|
@ -0,0 +1,11 @@
|
|||
package ca.uhn.fhir.jpa.empi.batch;
|
||||
|
||||
import org.junit.Test;
|
||||
|
||||
public class EmpiBatchTest {
|
||||
|
||||
@Test
|
||||
public void testEmpiBatch() {
|
||||
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue