Package com.lantanagroup.link.db.mappers
Class PatientMeasureReportMapper
java.lang.Object
com.lantanagroup.link.db.mappers.BaseMapper<PatientMeasureReport>
com.lantanagroup.link.db.mappers.PatientMeasureReportMapper
- All Implemented Interfaces:
org.springframework.jdbc.core.RowMapper<PatientMeasureReport>
-
Nested Class Summary
Nested classes/interfaces inherited from class com.lantanagroup.link.db.mappers.BaseMapper
BaseMapper.Parameters, BaseMapper.Row -
Field Summary
Fields inherited from class com.lantanagroup.link.db.mappers.BaseMapper
fhirContext, objectMapper -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected PatientMeasureReportprotected org.springframework.jdbc.core.namedparam.SqlParameterSourceMethods inherited from class com.lantanagroup.link.db.mappers.BaseMapper
mapRow, toModel, toParameters
-
Constructor Details
-
PatientMeasureReportMapper
public PatientMeasureReportMapper()
-
-
Method Details
-
doToModel
- Specified by:
doToModelin classBaseMapper<PatientMeasureReport>- Throws:
SQLException
-
doToParameters
protected org.springframework.jdbc.core.namedparam.SqlParameterSource doToParameters(PatientMeasureReport model) - Specified by:
doToParametersin classBaseMapper<PatientMeasureReport>
-