Uses of Class
com.ibm.fhir.persistence.jdbc.dao.impl.ResourceProfileRec
-
-
Uses of ResourceProfileRec in com.ibm.fhir.persistence.jdbc.cache
Method parameters in com.ibm.fhir.persistence.jdbc.cache with type arguments of type ResourceProfileRec Modifier and Type Method Description void
CommonTokenValuesCacheImpl. resolveCanonicalValues(Collection<ResourceProfileRec> profileValues, List<ResourceProfileRec> misses)
void
CommonTokenValuesCacheImpl. resolveCanonicalValues(Collection<ResourceProfileRec> profileValues, List<ResourceProfileRec> misses)
-
Uses of ResourceProfileRec in com.ibm.fhir.persistence.jdbc.dao.api
Method parameters in com.ibm.fhir.persistence.jdbc.dao.api with type arguments of type ResourceProfileRec Modifier and Type Method Description void
ICommonTokenValuesCache. resolveCanonicalValues(Collection<ResourceProfileRec> profileValues, List<ResourceProfileRec> misses)
Look up the ids for the common canonical values in the cachevoid
ICommonTokenValuesCache. resolveCanonicalValues(Collection<ResourceProfileRec> profileValues, List<ResourceProfileRec> misses)
Look up the ids for the common canonical values in the cache -
Uses of ResourceProfileRec in com.ibm.fhir.persistence.jdbc.dao.impl
Method parameters in com.ibm.fhir.persistence.jdbc.dao.impl with type arguments of type ResourceProfileRec Modifier and Type Method Description protected void
ResourceReferenceDAO. insertResourceProfiles(String resourceType, Collection<ResourceProfileRec> profiles)
protected void
ResourceReferenceDAO. insertSystemResourceProfiles(String resourceType, Collection<ResourceProfileRec> profiles)
Insert PROFILE parametersvoid
ResourceReferenceDAO. upsertCanonicalValues(List<ResourceProfileRec> profileValues)
Add the missing values to the database (and get ids allocated) -
Uses of ResourceProfileRec in com.ibm.fhir.persistence.jdbc.db2
Method parameters in com.ibm.fhir.persistence.jdbc.db2 with type arguments of type ResourceProfileRec Modifier and Type Method Description protected void
Db2ResourceReferenceDAO. insertResourceProfiles(String resourceType, Collection<ResourceProfileRec> profiles)
protected void
Db2ResourceReferenceDAO. insertSystemResourceProfiles(String resourceType, Collection<ResourceProfileRec> profiles)
-
Uses of ResourceProfileRec in com.ibm.fhir.persistence.jdbc.impl
Methods in com.ibm.fhir.persistence.jdbc.impl with parameters of type ResourceProfileRec Modifier and Type Method Description void
ParameterTransactionDataImpl. addValue(ResourceProfileRec rec)
Add the given profile parameter record to the list of records being accumulated in this transaction data. -
Uses of ResourceProfileRec in com.ibm.fhir.persistence.jdbc.util
Methods in com.ibm.fhir.persistence.jdbc.util that return ResourceProfileRec Modifier and Type Method Description static ResourceProfileRec
CanonicalSupport. makeResourceProfileRec(String parameterName, String resourceType, long resourceTypeId, long logicalResourceId, String paramValue, boolean systemLevel)
Process the search parameter value data to generate aResourceProfileRec
DTO.
-