public final class PropositionFactHandler extends FactHandler
TEMP_OBSERVATION_COMPLETE_TABLE, TEMP_OBSERVATION_TABLE| Constructor and Description |
|---|
PropositionFactHandler(org.arp.javautil.sql.ConnectionSpec connSpec,
org.protempa.dest.table.Link[] links,
String propertyName,
String start,
String finish,
String unitsPropertyName,
String[] potentialDerivedPropIds,
Metadata metadata,
org.protempa.KnowledgeSourceCache cache,
RejectedFactHandlerFactory rejectedFactHandlerFactory) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
handleRecord(PatientDimension patient,
VisitDimension visit,
ProviderDimension provider,
org.protempa.proposition.Proposition encounterProp,
Map<org.protempa.proposition.Proposition,List<org.protempa.proposition.Proposition>> forwardDerivations,
Map<org.protempa.proposition.Proposition,List<org.protempa.proposition.Proposition>> backwardDerivations,
Map<org.protempa.proposition.UniqueId,org.protempa.proposition.Proposition> references,
Set<org.protempa.proposition.Proposition> derivedPropositions) |
String |
toString() |
getFinishConfig, getPropertyName, getStartConfig, getUnitsPropertyName, handleFinishDate, handleStartDate, handleUnits, insert, populateObxFactsetParametersgetConnection, importTimestamppublic PropositionFactHandler(org.arp.javautil.sql.ConnectionSpec connSpec,
org.protempa.dest.table.Link[] links,
String propertyName,
String start,
String finish,
String unitsPropertyName,
String[] potentialDerivedPropIds,
Metadata metadata,
org.protempa.KnowledgeSourceCache cache,
RejectedFactHandlerFactory rejectedFactHandlerFactory)
throws SQLException
SQLExceptionpublic void handleRecord(PatientDimension patient, VisitDimension visit, ProviderDimension provider, org.protempa.proposition.Proposition encounterProp, Map<org.protempa.proposition.Proposition,List<org.protempa.proposition.Proposition>> forwardDerivations, Map<org.protempa.proposition.Proposition,List<org.protempa.proposition.Proposition>> backwardDerivations, Map<org.protempa.proposition.UniqueId,org.protempa.proposition.Proposition> references, Set<org.protempa.proposition.Proposition> derivedPropositions) throws InvalidFactException
handleRecord in class FactHandlerInvalidFactExceptionpublic void close()
throws SQLException
close in interface AutoCloseableclose in class FactHandlerSQLExceptionCopyright © 2012–2017 Emory University. All rights reserved.