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 voidCommonTokenValuesCacheImpl. resolveCanonicalValues(Collection<ResourceProfileRec> profileValues, List<ResourceProfileRec> misses)voidCommonTokenValuesCacheImpl. 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 voidICommonTokenValuesCache. resolveCanonicalValues(Collection<ResourceProfileRec> profileValues, List<ResourceProfileRec> misses)Look up the ids for the common canonical values in the cachevoidICommonTokenValuesCache. 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 voidResourceReferenceDAO. insertResourceProfiles(String resourceType, Collection<ResourceProfileRec> profiles)protected voidResourceReferenceDAO. insertSystemResourceProfiles(String resourceType, Collection<ResourceProfileRec> profiles)Insert PROFILE parametersvoidResourceReferenceDAO. 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 voidDb2ResourceReferenceDAO. insertResourceProfiles(String resourceType, Collection<ResourceProfileRec> profiles)protected voidDb2ResourceReferenceDAO. 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 voidParameterTransactionDataImpl. 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 ResourceProfileRecCanonicalSupport. makeResourceProfileRec(int parameterNameId, String resourceType, long resourceTypeId, long logicalResourceId, String paramValue, boolean systemLevel)Process the search parameter value data to generate aResourceProfileRecDTO.
-