File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ import { LoggingService, PrismaService } from '@douglasneuroinformatics/libnest'
33import { faker } from '@faker-js/faker' ;
44import { Injectable } from '@nestjs/common' ;
55import { DEMO_GROUPS , DEMO_USERS } from '@opendatacapture/demo' ;
6- import enhancedDemographicsQuestionnaire from '@opendatacapture/instrument-library/forms/enhanced-demographics-questionnaire .js' ;
7- import generalConsentForm from '@opendatacapture/instrument-library/forms/general-consent-form .js' ;
8- import happinessQuestionnaire from '@opendatacapture/instrument-library/forms/happiness-questionnaire .js' ;
9- import patientHealthQuestionnaire9 from '@opendatacapture/instrument-library/forms/PHQ-9 .js' ;
10- import breakoutTask from '@opendatacapture/instrument-library/interactive/breakout-task .js' ;
11- import happinessQuestionnaireWithConsent from '@opendatacapture/instrument-library/series/happiness-questionnaire-with-consent .js' ;
6+ import enhancedDemographicsQuestionnaire from '@opendatacapture/instrument-library/forms/DNP_ENHANCED_DEMOGRAPHICS_QUESTIONNAIRE .js' ;
7+ import generalConsentForm from '@opendatacapture/instrument-library/forms/DNP_GENERAL_CONSENT_FORM .js' ;
8+ import happinessQuestionnaire from '@opendatacapture/instrument-library/forms/DNP_HAPPINESS_QUESTIONNAIRE .js' ;
9+ import patientHealthQuestionnaire9 from '@opendatacapture/instrument-library/forms/PHQ_9 .js' ;
10+ import breakoutTask from '@opendatacapture/instrument-library/interactive/DNP_BREAKOUT_TASK .js' ;
11+ import happinessQuestionnaireWithConsent from '@opendatacapture/instrument-library/series/DNP_HAPPINESS_QUESTIONNAIRE_WITH_CONSENT .js' ;
1212import type { FormInstrument } from '@opendatacapture/runtime-core' ;
1313import type { Json , Language , WithID } from '@opendatacapture/schemas/core' ;
1414import type { Group } from '@opendatacapture/schemas/group' ;
You can’t perform that action at this time.
0 commit comments