Skip to content

Commit

Permalink
[raisinbread] Update EEG Acquisition Form (#8675)
Browse files Browse the repository at this point in the history
Added minor changes to EEG Acquisition Form.

Resolves #8491
  • Loading branch information
regisoc authored Jun 16, 2023
1 parent c2a9c20 commit 706cd78
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 18 deletions.
9 changes: 5 additions & 4 deletions raisinbread/instruments/eeg_acquisition_form.linst
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ date{@}Date_taken{@}Date of Administration{@}{@}
static{@}Candidate_Age{@}Candidate Age (Months)
static{@}Window_Difference{@}Window Difference (+/- Days)
select{@}Examiner{@}Examiner{@}NULL=>''
header{@}{@}<b><h3>General information</h3></b>
textarea{@}general_comments{@}General session notes, any important details (e.g. technical error, issue with net, etc.)
select{@}general_comments_status{@}{@}NULL=>''{-}'not_answered'=>'Not Answered'
header{@}{@}<b><h3>General information</h3></b>
text{@}research_staff_one{@}Research staff 1 initials
select{@}research_staff_one_status{@}{@}NULL=>''{-}'not_answered'=>'Not Answered'
text{@}research_staff_two{@}Research staff 2 initials
Expand Down Expand Up @@ -41,6 +41,9 @@ select{@}bad_electrodes_status{@}{@}NULL=>''{-}'not_answered'=>'Not Answered'
select{@}bad_channels_measured_after_applied{@}Bad channels measured after application on subject?{@}NULL=>''{-}'yes'=>'Yes'{-}'no'=>'No'{-}'not_known'=>'Not known'{-}'not_answered'=>'Not Answered'
textarea{@}bad_channels{@}Bad channels
select{@}bad_channels_status{@}{@}NULL=>''{-}'not_answered'=>'Not Answered'
select{@}artefacted_channels_present{@}Were there any Artefacted channels?{@}NULL=>''{-}'yes'=>'Yes'{-}'no'=>'No'{-}'not_known'=>'Not known'{-}'not_answered'=>'Not Answered'
textarea{@}artefacted_channels{@}Artefacted channels
select{@}artefacted_channels_status{@}{@}NULL=>''{-}'not_answered'=>'Not Answered'
header{@}{@}<h6>About placement:<br/> <b>Excellent</b> - meets all criteria for proper placement.<br/> <b>Average</b> - 1-2cm shift from proper placement (1 pinky finger width distance).<br/> <b>Poor</b> - >2 cm shift from proper placement (>1 pinky finger width distance). </h6>
select{@}placement_rating{@}Rate placement{@}NULL=>''{-}'na'=>'n/a'{-}'excellent'=>'Excellent'{-}'average'=>'Average'{-}'poor'=>'Poor'{-}'not_answered'=>'Not Answered'
textarea{@}placement_comment{@}Comments on placement
Expand All @@ -52,13 +55,11 @@ select{@}acquisition_software_other_status{@}{@}NULL=>''{-}'not_answered'=>'Not
select{@}recording_reference{@}Recording reference used{@}NULL=>''{-}'left_mastoid'=>'left mastoid'{-}'right_mastoid'=>'right mastoid'{-}'left_earlobe'=>'left earlobe'{-}'right_earlobe'=>'right earlobe'{-}'physically_linked_mastoids'=>'physically linked mastoids'{-}'physically_linked_earlobes'=>'physically linked earlobes'{-}'cz'=>'Cz'{-}'tip_nose'=>'tip of the nose'{-}'balanced_non_cephalic_reference'=>'balanced non-cephalic reference'{-}'other'=>'Other'{-}'not_answered'=>'Not Answered'
text{@}recording_reference_other{@}If other, please specify
select{@}recording_reference_other_status{@}{@}NULL=>''{-}'not_answered'=>'Not Answered'
text{@}number_active_channels{@}Number of active channels
numeric{@}number_active_channels{@}Number of active channels
select{@}number_active_channels_status{@}{@}NULL=>''{-}'not_answered'=>'Not Answered'
select{@}eog_channels{@}EOG channels{@}NULL=>''{-}'no_eog_channels'=>'no EOG channels'{-}'two_heog_channels_only'=>'two HEOG channels only'{-}'two_veog_channels_only'=>'two VEOG channels only'{-}'two_heog_two_veog_channels'=>'two HEOG and two VEOG channels'{-}'other'=>'Other'{-}'not_answered'=>'Not Answered'
text{@}eog_channels_other{@}If other, please specify
select{@}eog_channels_other_status{@}{@}NULL=>''{-}'not_answered'=>'Not Answered'
textarea{@}artefacted_channels{@}Artefacted channels
select{@}artefacted_channels_status{@}{@}NULL=>''{-}'not_answered'=>'Not Answered'
header{@}{@}<b><h3>Filters</h3></b>
textarea{@}software_filters_applied{@}What software filters were applied during acquisition?
select{@}software_filters_applied_status{@}{@}NULL=>''{-}'not_answered'=>'Not Answered'
Expand Down
36 changes: 22 additions & 14 deletions raisinbread/instruments/eeg_acquisition_form.rules
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,29 @@ placement_comment{-}Required when placement is not available{-}placement_rating{
acquisition_software_other{-}Required when acquisition software is other{-}acquisition_software{@}=={@}other
recording_reference_other{-}Required when recording reference is other{-}recording_reference{@}=={@}other
eog_channels_other{-}Required when EOG channels is other{-}eog_channels{@}=={@}other
artefacted_channels{-}Not Required{-}artefacted_channels{@}=={@}NEVER_REQUIRED
artefacted_channels{-}Required when artefacted channels are present{-}artefacted_channels_present{@}=={@}yes
hardware_filters_applied{-}Not Required{-}hardware_filters_applied{@}=={@}NEVER_REQUIRED
software_filters_applied{-}Not Required{-}software_filters_applied{@}=={@}NEVER_REQUIRED
resting_state_eeg_incomplete_reason{-}Required when resting state acquiring is incomplete{-}resting_state_eeg_acquired{@}=={@}incomplete
resting_state_eeg_incomplete_reason{-}Required when resting state acquisition is incomplete{-}resting_state_eeg_acquired{@}=={@}incomplete
resting_state_subject_mood_rating_comments{-}Not Required{-}resting_state_subject_mood_rating_comments{@}=={@}NEVER_REQUIRED
resting_state_comments{-}Not Required{-}resting_state_comments{@}=={@}NEVER_REQUIRED
task1_eeg_incomplete_reason{-}Required when task 1 acquiring is incomplete{-}task1_eeg_acquired{@}=={@}incomplete
task1_subject_mood_rating_comments{-}Not Required{-}task1_subject_mood_rating_comments{@}=={@}NEVER_REQUIRED
task1_comments{-}Not Required{-}vep_comments{@}=={@}NEVER_REQUIRED
task2_eeg_incomplete_reason{-}Required when task 2 acquiring is incomplete{-}task2_eeg_acquired{@}=={@}incomplete
task2_subject_mood_rating_comments{-}Not Required{-}task2_subject_mood_rating_comments{@}=={@}NEVER_REQUIRED
task2_comments{-}Not Required{-}aep_comments{@}=={@}NEVER_REQUIRED
task3_eeg_incomplete_reason{-}Required when task 3 acquiring is incomplete{-}task3_eeg_acquired{@}=={@}incomplete
task3_subject_mood_rating_comments{-}Not Required{-}task3_subject_mood_rating_comments{@}=={@}NEVER_REQUIRED
task3_comments{-}Not Required{-}mmn_comments{@}=={@}NEVER_REQUIRED
task4_eeg_incomplete_reason{-}Required when task 4 acquiring is incomplete{-}task4_eeg_acquired{@}=={@}incomplete
task4_subject_mood_rating_comments{-}Not Required{-}task4_subject_mood_rating_comments{@}=={@}NEVER_REQUIRED
task4_comments{-}Not Required{-}faces_comments{@}=={@}NEVER_REQUIRED
task1_eeg_incomplete_reason{-}Required when this task acquisition is incomplete{-}task1_eeg_acquired{@}=={@}incomplete
task1_attempts{-}Required when this task is acquired{-}task1_eeg_acquired{@}=={@}complete|incomplete
task1_subject_mood_rating{-}Required when this task is acquired{-}task1_eeg_acquired{@}=={@}complete
task1_subject_mood_rating_comments{-}Not required{-}task1_subject_mood_rating_comments{@}=={@}NEVER_REQUIRED
task1_comments{-}Not Required{-}task1_comments{@}=={@}NEVER_REQUIRED
task2_eeg_incomplete_reason{-}Required when this task acquisition is incomplete{-}task2_eeg_acquired{@}=={@}incomplete
task2_attempts{-}Required when this task is acquired{-}task2_eeg_acquired{@}=={@}complete|incomplete
task2_subject_mood_rating{-}Required when this task is acquired{-}task2_eeg_acquired{@}=={@}complete
task2_subject_mood_rating_comments{-}Not required{-}task2_subject_mood_rating_comments{@}=={@}NEVER_REQUIRED
task2_comments{-}Not Required{-}task2_comments{@}=={@}NEVER_REQUIRED
task3_eeg_incomplete_reason{-}Required when this task acquisition is incomplete{-}task3_eeg_acquired{@}=={@}incomplete
task3_attempts{-}Required when this task is acquired{-}task3_eeg_acquired{@}=={@}complete|incomplete
task3_subject_mood_rating{-}Required when this task is acquired{-}task3_eeg_acquired{@}=={@}complete
task3_subject_mood_rating_comments{-}Not required{-}task3_subject_mood_rating_comments{@}=={@}NEVER_REQUIRED
task3_comments{-}Not Required{-}task3_comments{@}=={@}NEVER_REQUIRED
task4_eeg_incomplete_reason{-}Required when this task acquisition is incomplete{-}task4_eeg_acquired{@}=={@}incomplete
task4_attempts{-}Required when this task is acquired{-}task4_eeg_acquired{@}=={@}complete|incomplete
task4_subject_mood_rating{-}Required when this task is acquired{-}task4_eeg_acquired{@}=={@}complete
task4_subject_mood_rating_comments{-}Not required{-}task4_subject_mood_rating_comments{@}=={@}NEVER_REQUIRED
task4_comments{-}Not Required{-}task4_comments{@}=={@}NEVER_REQUIRED

0 comments on commit 706cd78

Please sign in to comment.