All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.sekmi.histream.etl.FactRow Maven / Gradle / Ivy

There is a newer version: 0.7
Show newest version
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