Uses of Class
org.linuxforhealth.fhir.persistence.jdbc.dao.impl.ResourceProfileRec
-
-
Uses of ResourceProfileRec in org.linuxforhealth.fhir.persistence.jdbc.cache
Method parameters in org.linuxforhealth.fhir.persistence.jdbc.cache with type arguments of type ResourceProfileRec Modifier and Type Method Description void
CommonValuesCacheImpl. resolveCanonicalValues(java.util.Collection<ResourceProfileRec> profileValues, java.util.List<ResourceProfileRec> misses)
void
CommonValuesCacheImpl. resolveCanonicalValues(java.util.Collection<ResourceProfileRec> profileValues, java.util.List<ResourceProfileRec> misses)
-
Uses of ResourceProfileRec in org.linuxforhealth.fhir.persistence.jdbc.dao.api
Method parameters in org.linuxforhealth.fhir.persistence.jdbc.dao.api with type arguments of type ResourceProfileRec Modifier and Type Method Description void
ICommonValuesCache. resolveCanonicalValues(java.util.Collection<ResourceProfileRec> profileValues, java.util.List<ResourceProfileRec> misses)
Look up the ids for the common canonical values in the cachevoid
ICommonValuesCache. resolveCanonicalValues(java.util.Collection<ResourceProfileRec> profileValues, java.util.List<ResourceProfileRec> misses)
Look up the ids for the common canonical values in the cache -
Uses of ResourceProfileRec in org.linuxforhealth.fhir.persistence.jdbc.impl
Methods in org.linuxforhealth.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 org.linuxforhealth.fhir.persistence.jdbc.util
Methods in org.linuxforhealth.fhir.persistence.jdbc.util that return ResourceProfileRec Modifier and Type Method Description static ResourceProfileRec
CanonicalSupport. makeResourceProfileRec(java.lang.String parameterName, java.lang.String resourceType, long resourceTypeId, long logicalResourceId, java.lang.String paramValue, boolean systemLevel)
Process the search parameter value data to generate aResourceProfileRec
DTO.
-