
de.sekmi.histream.etl.FactRow Maven / Gradle / Ivy
package de.sekmi.histream.etl;
import java.util.List;
import de.sekmi.histream.Observation;
/**
* Row containing parsed and processed facts from concept table
*
* @author Raphael
*
*/
public interface FactRow {
List getFacts();
String getPatientId();
String getVisitId();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy