Skip to content

Commit 8614a47

Browse files
committed
Adding sortExtractors to index
1 parent bb4d1fb commit 8614a47

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ const { getConditionEntriesFromContext, getConditionsFromContext, getEncountersF
6969
const { parsePatientIds } = require('./helpers/appUtils');
7070
const { getConfig, validateConfig } = require('./helpers/configUtils');
7171
const configSchema = require('./helpers/schemas/config.schema.json');
72+
const { sortExtractors } = require('./helpers/dependencyUtils');
7273

7374
module.exports = {
7475
// CLI Related utilities
@@ -143,6 +144,7 @@ module.exports = {
143144
logOperationOutcomeInfo,
144145
lowercaseLookupQuery,
145146
mEpochToDate,
147+
sortExtractors,
146148
// Context operations
147149
getConditionEntriesFromContext,
148150
getConditionsFromContext,

0 commit comments

Comments
 (0)