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

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

There is a newer version: 0.7
Show newest version
package de.sekmi.histream.etl;

import de.sekmi.histream.Observation;
import de.sekmi.histream.ext.ExternalSourceType;
import de.sekmi.histream.ext.Patient;

public interface PatientLookup {

	public Patient lookupPatient(Patient localData, ExternalSourceType localSource);
	public void assignPatient(Observation fact, Patient patient);
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy