Interface IResourceReferenceDAO

    • Method Detail

      • getResourceReferenceCache

        ICommonTokenValuesCache getResourceReferenceCache()
        Get the cache used by the DAO
        Returns:
      • addCommonTokenValues

        void addCommonTokenValues​(String resourceType,
                                  Collection<ResourceTokenValueRec> xrefs)
        Add TOKEN_VALUE_MAP records, creating any CODE_SYSTEMS and COMMON_TOKEN_VALUES as necessary
        Parameters:
        resourceType -
        xrefs -
      • readCommonTokenValueId

        CommonTokenValueResult readCommonTokenValueId​(String codeSystem,
                                                      String tokenValue)
        Find the database id for the given token value and system
        Parameters:
        codeSystem -
        tokenValue -
        Returns:
        the matching id from common_token_values.common_token_value_id or null if not found
      • readCommonTokenValueIdList

        List<Long> readCommonTokenValueIdList​(String tokenValue)
        Fetch the list of matching common_token_value_id records for the given tokenValue.
        Parameters:
        tokenValue -
        Returns: