File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -31,5 +31,5 @@ connectionDetails <- DatabaseConnector::createConnectionDetails(
31
31
executeMatrix(connectionDetails = connectionDetails ,
32
32
evidenceData = Sys.getenv(" evidence" ),
33
33
vocabulary = Sys.getenv(" vocabulary" ),
34
- findIngredients = 0 ,
34
+ findIngredients = 1 ,
35
35
findConditions = 1 )
Original file line number Diff line number Diff line change 4
4
UNION
5
5
SELECT 1314273 AS INGREDIENT_CONCEPT_ID, 4029574 AS CONDITION_CONCEPT_ID --RITUXIMAB / Salt-losing congenital adrenal hyperplasia
6
6
*/
7
- SELECT
7
+ SELECT COUNT(*)
8
+ FROM CEM_V2_0_0_20200226.dbo.nc_matrix_conditions, CEM_V2_0_0_20200226.dbo.nc_matrix_ingredients
8
9
),
9
10
CTE_PAIRS_EXPAND AS (
10
11
SELECT p.*, ca1.DESCENDANT_CONCEPT_ID AS FAMILY_CONDITION_CONCEPT_ID
You can’t perform that action at this time.
0 commit comments