Package dev.dsf.fhir.dao.jdbc
Class HistroyDaoJdbc
java.lang.Object
dev.dsf.fhir.dao.jdbc.HistroyDaoJdbc
- All Implemented Interfaces:
HistoryDao,org.springframework.beans.factory.InitializingBean
public class HistroyDaoJdbc
extends Object
implements HistoryDao, org.springframework.beans.factory.InitializingBean
-
Constructor Summary
ConstructorsConstructorDescriptionHistroyDaoJdbc(DataSource dataSource, ca.uhn.fhir.context.FhirContext fhirContext, BinaryDaoJdbc binaryDao) -
Method Summary
Modifier and TypeMethodDescriptionvoidca.uhn.fhir.parser.IParserreadHistory(HistoryIdentityFilter filter, PageAndCount pageAndCount, List<AtParameter> atParameters, SinceParameter sinceParameter, Class<? extends org.hl7.fhir.r4.model.Resource> resource) readHistory(HistoryIdentityFilter filter, PageAndCount pageAndCount, List<AtParameter> atParameters, SinceParameter sinceParameter, Class<? extends org.hl7.fhir.r4.model.Resource> resource, UUID id) readHistory(List<HistoryIdentityFilter> filters, PageAndCount pageAndCount, List<AtParameter> atParameters, SinceParameter sinceParameter)
-
Constructor Details
-
HistroyDaoJdbc
public HistroyDaoJdbc(DataSource dataSource, ca.uhn.fhir.context.FhirContext fhirContext, BinaryDaoJdbc binaryDao)
-
-
Method Details
-
afterPropertiesSet
- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Throws:
Exception
-
readHistory
public History readHistory(List<HistoryIdentityFilter> filters, PageAndCount pageAndCount, List<AtParameter> atParameters, SinceParameter sinceParameter) throws SQLException - Specified by:
readHistoryin interfaceHistoryDao- Throws:
SQLException
-
readHistory
public History readHistory(HistoryIdentityFilter filter, PageAndCount pageAndCount, List<AtParameter> atParameters, SinceParameter sinceParameter, Class<? extends org.hl7.fhir.r4.model.Resource> resource) throws SQLException - Specified by:
readHistoryin interfaceHistoryDao- Throws:
SQLException
-
readHistory
public History readHistory(HistoryIdentityFilter filter, PageAndCount pageAndCount, List<AtParameter> atParameters, SinceParameter sinceParameter, Class<? extends org.hl7.fhir.r4.model.Resource> resource, UUID id) throws SQLException - Specified by:
readHistoryin interfaceHistoryDao- Throws:
SQLException
-
getJsonParser
public ca.uhn.fhir.parser.IParser getJsonParser()
-