Uses of Interface
com.ibm.fhir.persistence.jdbc.dto.ExtractedParameterValue
-
-
Uses of ExtractedParameterValue in com.ibm.fhir.persistence.jdbc.dao.api
Method parameters in com.ibm.fhir.persistence.jdbc.dao.api with type arguments of type ExtractedParameterValue Modifier and Type Method Description Resource
ResourceDAO. insert(Resource resource, List<ExtractedParameterValue> parameters, ParameterDAO parameterDao)
Inserts the passed Resource DTO and its associated search parameters to the appropriate FHIR resource tables. -
Uses of ExtractedParameterValue in com.ibm.fhir.persistence.jdbc.dao.impl
Method parameters in com.ibm.fhir.persistence.jdbc.dao.impl with type arguments of type ExtractedParameterValue Modifier and Type Method Description Resource
ResourceDAOImpl. insert(Resource resource, List<ExtractedParameterValue> parameters, ParameterDAO parameterDao)
-
Uses of ExtractedParameterValue in com.ibm.fhir.persistence.jdbc.derby
Method parameters in com.ibm.fhir.persistence.jdbc.derby with type arguments of type ExtractedParameterValue Modifier and Type Method Description Resource
DerbyResourceDAO. insert(Resource resource, List<ExtractedParameterValue> parameters, ParameterDAO parameterDao)
Inserts the passed FHIR Resource and associated search parameters to a Derby or PostgreSql FHIR database.long
DerbyResourceDAO. storeResource(String tablePrefix, List<ExtractedParameterValue> parameters, String p_logical_id, byte[] p_payload, Timestamp p_last_updated, boolean p_is_deleted, String p_source_key, Integer p_version, Connection conn, ParameterDAO parameterDao)
Store the resource in the database, creating a new logical_resource entry if this is the first version of this resource, or creating a new resource entry if this a new version of an existing logical resource. -
Uses of ExtractedParameterValue in com.ibm.fhir.persistence.jdbc.dto
Classes in com.ibm.fhir.persistence.jdbc.dto that implement ExtractedParameterValue Modifier and Type Class Description class
CompositeParmVal
This class defines the Data Transfer Object representing a row in the X_DATE_VALUES tables.class
DateParmVal
This class defines the Data Transfer Object representing a row in the X_DATE_VALUES tables.class
LocationParmVal
This class defines the Data Transfer Object representing a row in the X_LATLNG_VALUES tables.class
NumberParmVal
This class defines the Data Transfer Object representing a row in the X_NUMBER_VALUES tables.class
QuantityParmVal
This class defines the Data Transfer Object representing a row in the X_QUANTITY_VALUES tables.class
ReferenceParmVal
class
StringParmVal
This class defines the Data Transfer Object representing a row in the X_STR_VALUES tables.class
TokenParmVal
This class defines the Data Transfer Object representing a row in the X_TOKEN_VALUES tables.class
UriParmVal
Methods in com.ibm.fhir.persistence.jdbc.dto that return types with arguments of type ExtractedParameterValue Modifier and Type Method Description List<ExtractedParameterValue>
CompositeParmVal. getComponent()
Methods in com.ibm.fhir.persistence.jdbc.dto with parameters of type ExtractedParameterValue Modifier and Type Method Description void
CompositeParmVal. addComponent(ExtractedParameterValue... component)
Method parameters in com.ibm.fhir.persistence.jdbc.dto with type arguments of type ExtractedParameterValue Modifier and Type Method Description void
CompositeParmVal. setComponent(List<ExtractedParameterValue> components)
-
Uses of ExtractedParameterValue in com.ibm.fhir.persistence.jdbc.postgresql
Method parameters in com.ibm.fhir.persistence.jdbc.postgresql with type arguments of type ExtractedParameterValue Modifier and Type Method Description Resource
PostgreSqlResourceDAO. insert(Resource resource, List<ExtractedParameterValue> parameters, ParameterDAO parameterDao)
Inserts the passed FHIR Resource and associated search parameters to a postgresql FHIR database. -
Uses of ExtractedParameterValue in com.ibm.fhir.persistence.jdbc.util
Methods in com.ibm.fhir.persistence.jdbc.util that return types with arguments of type ExtractedParameterValue Modifier and Type Method Description List<ExtractedParameterValue>
JDBCParameterBuildingVisitor. getResult()
-