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 voidCommonValuesCacheImpl. resolveCanonicalValues(java.util.Collection<ResourceProfileRec> profileValues, java.util.List<ResourceProfileRec> misses)voidCommonValuesCacheImpl. 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 voidICommonValuesCache. resolveCanonicalValues(java.util.Collection<ResourceProfileRec> profileValues, java.util.List<ResourceProfileRec> misses)Look up the ids for the common canonical values in the cachevoidICommonValuesCache. 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 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 org.linuxforhealth.fhir.persistence.jdbc.util
Methods in org.linuxforhealth.fhir.persistence.jdbc.util that return ResourceProfileRec Modifier and Type Method Description static ResourceProfileRecCanonicalSupport. 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 aResourceProfileRecDTO.
-