Switch to unified view

a b/stats/function_organizer.txt
1
2
File:           loader.py
3
Description:    contains all the functions for retrieving and interacting with data
4
Functions:      get_old_data #deprecated
5
                get_patient_by_EMPI
6
                get_data
7
                clean_data
8
                get_dummy_non_anonymized_patient
9
                explore
10
11
File:           extract_data.py
12
Description:    contains all functions for finding specific values and fields in the data
13
Functions:      get_operation_date
14
                get_doc_rel_dates
15
                get_ef_values
16
                get_doc_keywords
17
                is_note_doc
18
                get_date_key
19
                parse_note_header
20
21
File:           language_processing.py
22
Description:    contains functions for parsing values from fields
23
Functions:      parse_m_d_y
24
                parse_m_y
25
                parse_date
26
                format_date
27
                get_sentence
28
                split_sentences
29
                is_sentence_end
30
31
File:           build_graphs.py
32
Description:    executes plot building functionality
33
Functions:      plot_num_docs