Skip to content
Snippets Groups Projects
Commit 3b700683 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

redcap integration fixed

parent d8de4418
No related branches found
No related tags found
1 merge request!1Appointments dev
...@@ -113,6 +113,7 @@ public class Main { ...@@ -113,6 +113,7 @@ public class Main {
private List<AppointmentEntry> processRedCapAppointments(String agendaFile) throws Exception{ private List<AppointmentEntry> processRedCapAppointments(String agendaFile) throws Exception{
RedcapParser parser = new RedcapParser(); RedcapParser parser = new RedcapParser();
parser.setSubjectDao(subjectDao);
return parser.parse(agendaFile); return parser.parse(agendaFile);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment