Uses of Class
org.linuxforhealth.fhir.persistence.jdbc.dto.ExtractedParameterValue
-
-
Uses of ExtractedParameterValue in org.linuxforhealth.fhir.persistence.jdbc.citus
Method parameters in org.linuxforhealth.fhir.persistence.jdbc.citus with type arguments of type ExtractedParameterValue Modifier and Type Method Description Resource
CitusResourceDAO. insert(Resource resource, java.util.List<ExtractedParameterValue> parameters, java.lang.String parameterHashB64, ParameterDAO parameterDao, java.lang.Integer ifNoneMatch)
-
Uses of ExtractedParameterValue in org.linuxforhealth.fhir.persistence.jdbc.dao
Method parameters in org.linuxforhealth.fhir.persistence.jdbc.dao with type arguments of type ExtractedParameterValue Modifier and Type Method Description Resource
EraseResourceDAO. insert(Resource resource, java.util.List<ExtractedParameterValue> parameters, java.lang.String parameterHashB64, ParameterDAO parameterDao, java.lang.Integer ifNoneMatch)
Resource
ReindexResourceDAO. insert(Resource resource, java.util.List<ExtractedParameterValue> parameters, java.lang.String parameterHashB64, ParameterDAO parameterDao, java.lang.Integer ifNoneMatch)
void
ReindexResourceDAO. updateParameters(java.lang.String tablePrefix, java.util.List<ExtractedParameterValue> parameters, java.lang.String parameterHashB64, java.lang.String logicalId, long logicalResourceId)
Reindex the resource by deleting existing parameters and replacing them with those passed in. -
Uses of ExtractedParameterValue in org.linuxforhealth.fhir.persistence.jdbc.dao.api
Method parameters in org.linuxforhealth.fhir.persistence.jdbc.dao.api with type arguments of type ExtractedParameterValue Modifier and Type Method Description Resource
ResourceDAO. insert(Resource resource, java.util.List<ExtractedParameterValue> parameters, java.lang.String parameterHashB64, ParameterDAO parameterDao, java.lang.Integer ifNoneMatch)
Inserts the passed Resource DTO and its associated search parameters to the appropriate FHIR resource tables. -
Uses of ExtractedParameterValue in org.linuxforhealth.fhir.persistence.jdbc.derby
Method parameters in org.linuxforhealth.fhir.persistence.jdbc.derby with type arguments of type ExtractedParameterValue Modifier and Type Method Description Resource
DerbyResourceDAO. insert(Resource resource, java.util.List<ExtractedParameterValue> parameters, java.lang.String parameterHashB64, ParameterDAO parameterDao, java.lang.Integer ifNoneMatch)
long
DerbyResourceDAO. storeResource(java.lang.String tablePrefix, java.util.List<ExtractedParameterValue> parameters, java.lang.String p_logical_id, java.io.InputStream p_payload, java.sql.Timestamp p_last_updated, boolean p_is_deleted, java.lang.String p_source_key, java.lang.Integer p_version, java.lang.String p_parameterHashB64, java.sql.Connection conn, ParameterDAO parameterDao, java.lang.Integer ifNoneMatch, java.lang.String resourcePayloadKey, java.util.concurrent.atomic.AtomicInteger outInteractionStatus, java.util.concurrent.atomic.AtomicInteger outIfNoneMatchVersion, java.lang.String[] outCurrentParameterHash)
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 org.linuxforhealth.fhir.persistence.jdbc.dto
Subclasses of ExtractedParameterValue in org.linuxforhealth.fhir.persistence.jdbc.dto Modifier and Type Class Description class
CompositeParmVal
This class defines the Data Transfer Object representing a composite parameter.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
DTO representing external and local reference parametersclass
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.Methods in org.linuxforhealth.fhir.persistence.jdbc.dto that return types with arguments of type ExtractedParameterValue Modifier and Type Method Description java.util.List<ExtractedParameterValue>
CompositeParmVal. getComponent()
Methods in org.linuxforhealth.fhir.persistence.jdbc.dto with parameters of type ExtractedParameterValue Modifier and Type Method Description void
CompositeParmVal. addComponent(ExtractedParameterValue... component)
int
ExtractedParameterValue. compareTo(ExtractedParameterValue o)
protected int
CompositeParmVal. compareToInner(ExtractedParameterValue o)
protected int
DateParmVal. compareToInner(ExtractedParameterValue o)
protected abstract int
ExtractedParameterValue. compareToInner(ExtractedParameterValue o)
Additional extracted parameter value comparisions when the same class.protected int
LocationParmVal. compareToInner(ExtractedParameterValue o)
protected int
NumberParmVal. compareToInner(ExtractedParameterValue o)
protected int
QuantityParmVal. compareToInner(ExtractedParameterValue o)
protected int
ReferenceParmVal. compareToInner(ExtractedParameterValue o)
protected int
StringParmVal. compareToInner(ExtractedParameterValue o)
protected int
TokenParmVal. compareToInner(ExtractedParameterValue o)
Method parameters in org.linuxforhealth.fhir.persistence.jdbc.dto with type arguments of type ExtractedParameterValue Modifier and Type Method Description void
CompositeParmVal. setComponent(java.util.List<ExtractedParameterValue> components)
-
Uses of ExtractedParameterValue in org.linuxforhealth.fhir.persistence.jdbc.impl
Method parameters in org.linuxforhealth.fhir.persistence.jdbc.impl with type arguments of type ExtractedParameterValue Modifier and Type Method Description protected void
FHIRPersistenceJDBCImpl. addCanonicalCompositeParam(java.util.List<ExtractedParameterValue> allParameters)
Augment the given allParameters list with internal parameters that represent the relationship between the url and version parameters.protected void
FHIRPersistenceJDBCImpl. addCompartmentParams(java.util.List<ExtractedParameterValue> allParameters, java.lang.String resourceType, java.lang.String resourceId)
Augment the given allParameters list with internal parameters that represent the relationship between the fhirResource and its compartments. -
Uses of ExtractedParameterValue in org.linuxforhealth.fhir.persistence.jdbc.postgres
Method parameters in org.linuxforhealth.fhir.persistence.jdbc.postgres with type arguments of type ExtractedParameterValue Modifier and Type Method Description Resource
PostgresResourceDAO. insert(Resource resource, java.util.List<ExtractedParameterValue> parameters, java.lang.String parameterHashB64, ParameterDAO parameterDao, java.lang.Integer ifNoneMatch)
Resource
PostgresResourceNoProcDAO. insert(Resource resource, java.util.List<ExtractedParameterValue> parameters, java.lang.String parameterHashB64, ParameterDAO parameterDao, java.lang.Integer ifNoneMatch)
long
PostgresResourceNoProcDAO. storeResource(java.lang.String tablePrefix, java.util.List<ExtractedParameterValue> parameters, java.lang.String p_logical_id, java.io.InputStream p_payload, java.sql.Timestamp p_last_updated, boolean p_is_deleted, java.lang.String p_source_key, java.lang.Integer p_version, java.lang.String p_parameterHashB64, java.sql.Connection conn, ParameterDAO parameterDao, java.lang.Integer ifNoneMatch, java.lang.String resourcePayloadKey, java.util.concurrent.atomic.AtomicInteger outInteractionStatus, java.util.concurrent.atomic.AtomicInteger outIfNoneMatchVersion)
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 org.linuxforhealth.fhir.persistence.jdbc.util
Methods in org.linuxforhealth.fhir.persistence.jdbc.util that return types with arguments of type ExtractedParameterValue Modifier and Type Method Description java.util.List<ExtractedParameterValue>
ExtractedSearchParameters. getParameters()
Gets the parameters.java.util.List<ExtractedParameterValue>
JDBCParameterBuildingVisitor. getResult()
Constructor parameters in org.linuxforhealth.fhir.persistence.jdbc.util with type arguments of type ExtractedParameterValue Constructor Description ExtractedSearchParameters(java.util.List<ExtractedParameterValue> parameters, java.lang.String parameterHashB64)
-