Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 30d88f63 authored by Guillaume Thomazon's avatar Guillaume Thomazon
Browse files
parent 62b88195
No related branches found
No related tags found
No related merge requests found
......@@ -2,8 +2,6 @@ package net.ihe.gazelle.proxy.dao;
import java.util.Date;
import javax.persistence.Column;
import net.ihe.gazelle.hql.HQLQueryBuilder;
import net.ihe.gazelle.hql.paths.HQLSafePathBasic;
import net.ihe.gazelle.hql.restrictions.HQLRestrictions;
......@@ -189,8 +187,6 @@ public class MessageFilterStandard<T extends AbstractMessage> implements Message
dicomRequestedSopClassUID);
addEq(dicomMessageQuery.infoCommandField(), dicomCommandField);
}
}
private <V> void addEq(HQLSafePathBasic<V> path, V value) {
......
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