Loading histream-core/src/main/java/de/sekmi/histream/Observation.java +1 −2 Original line number Original line Diff line number Diff line Loading @@ -29,9 +29,8 @@ import de.sekmi.histream.ext.ExternalSourceType; * Observation of a single event or a single fact assigned to a single patient. * Observation of a single event or a single fact assigned to a single patient. * * * TODO more details * TODO more details * TODO remove ExternalSourceType from interfaces, move to property * * * @author Raphael * @author R.W.Majeed * * */ */ public interface Observation extends ConceptValuePair{ public interface Observation extends ConceptValuePair{ Loading histream-core/src/main/java/de/sekmi/histream/inference/InferenceFactory.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -32,7 +32,7 @@ public abstract class InferenceFactory { * This is mainly useful for generating a list of concept ids for * This is mainly useful for generating a list of concept ids for * a database query. * a database query. * </p> * </p> * @param concepts * @param concepts concepts * @return iterator of concepts which replaces inferred concepts * @return iterator of concepts which replaces inferred concepts * with their corresponding dependencies. * with their corresponding dependencies. */ */ Loading histream-import/src/main/java/de/sekmi/histream/etl/FactGroupingQueue.java +0 −2 Original line number Original line Diff line number Diff line Loading @@ -20,8 +20,6 @@ import de.sekmi.histream.ext.Visit; * <li>Try with next visit, repeat</li> * <li>Try with next visit, repeat</li> * <li>Try with next patient, repeat</li> * <li>Try with next patient, repeat</li> * </ul> * </ul> * <p> * </p> * @author R.W.Majeed * @author R.W.Majeed * * */ */ Loading histream-import/src/main/java/de/sekmi/histream/etl/config/DataSource.java +2 −2 Original line number Original line Diff line number Diff line Loading @@ -107,9 +107,9 @@ public class DataSource { /** /** * If scripts are present, an instance of {@link ScriptProcessingQueue} * If scripts are present, an instance of {@link ScriptProcessingQueue} * is returned. Otherwise an instance of {@link FactGroupingQueue}. * is returned. Otherwise an instance of {@link FactGroupingQueue}. * @param factory factory * @return fact queue * @return fact queue * @throws IOException * @throws IOException error * @throws */ */ public FactGroupingQueue createFactQueue(ObservationFactory factory) throws IOException{ public FactGroupingQueue createFactQueue(ObservationFactory factory) throws IOException{ // if( true ){ // if( true ){ Loading histream-js/src/main/java/de/sekmi/histream/scripting/AbstractFacts.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -13,7 +13,7 @@ import de.sekmi.histream.ext.ExternalSourceType; * <p> * <p> * Use {@link #setObservations(List)} to specify the list * Use {@link #setObservations(List)} to specify the list * of observations. The provided list is edited in place. * of observations. The provided list is edited in place. * </> * </p> * @author R.W.Majeed * @author R.W.Majeed * * */ */ Loading Loading
histream-core/src/main/java/de/sekmi/histream/Observation.java +1 −2 Original line number Original line Diff line number Diff line Loading @@ -29,9 +29,8 @@ import de.sekmi.histream.ext.ExternalSourceType; * Observation of a single event or a single fact assigned to a single patient. * Observation of a single event or a single fact assigned to a single patient. * * * TODO more details * TODO more details * TODO remove ExternalSourceType from interfaces, move to property * * * @author Raphael * @author R.W.Majeed * * */ */ public interface Observation extends ConceptValuePair{ public interface Observation extends ConceptValuePair{ Loading
histream-core/src/main/java/de/sekmi/histream/inference/InferenceFactory.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -32,7 +32,7 @@ public abstract class InferenceFactory { * This is mainly useful for generating a list of concept ids for * This is mainly useful for generating a list of concept ids for * a database query. * a database query. * </p> * </p> * @param concepts * @param concepts concepts * @return iterator of concepts which replaces inferred concepts * @return iterator of concepts which replaces inferred concepts * with their corresponding dependencies. * with their corresponding dependencies. */ */ Loading
histream-import/src/main/java/de/sekmi/histream/etl/FactGroupingQueue.java +0 −2 Original line number Original line Diff line number Diff line Loading @@ -20,8 +20,6 @@ import de.sekmi.histream.ext.Visit; * <li>Try with next visit, repeat</li> * <li>Try with next visit, repeat</li> * <li>Try with next patient, repeat</li> * <li>Try with next patient, repeat</li> * </ul> * </ul> * <p> * </p> * @author R.W.Majeed * @author R.W.Majeed * * */ */ Loading
histream-import/src/main/java/de/sekmi/histream/etl/config/DataSource.java +2 −2 Original line number Original line Diff line number Diff line Loading @@ -107,9 +107,9 @@ public class DataSource { /** /** * If scripts are present, an instance of {@link ScriptProcessingQueue} * If scripts are present, an instance of {@link ScriptProcessingQueue} * is returned. Otherwise an instance of {@link FactGroupingQueue}. * is returned. Otherwise an instance of {@link FactGroupingQueue}. * @param factory factory * @return fact queue * @return fact queue * @throws IOException * @throws IOException error * @throws */ */ public FactGroupingQueue createFactQueue(ObservationFactory factory) throws IOException{ public FactGroupingQueue createFactQueue(ObservationFactory factory) throws IOException{ // if( true ){ // if( true ){ Loading
histream-js/src/main/java/de/sekmi/histream/scripting/AbstractFacts.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -13,7 +13,7 @@ import de.sekmi.histream.ext.ExternalSourceType; * <p> * <p> * Use {@link #setObservations(List)} to specify the list * Use {@link #setObservations(List)} to specify the list * of observations. The provided list is edited in place. * of observations. The provided list is edited in place. * </> * </p> * @author R.W.Majeed * @author R.W.Majeed * * */ */ Loading