-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNEWS
More file actions
executable file
·81 lines (52 loc) · 3.09 KB
/
NEWS
File metadata and controls
executable file
·81 lines (52 loc) · 3.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
***StartStopp, version 1.6.1 ***
- little bugfix for cases that an excel sheet doesn't contain any records for patients
***StartStopp, version 1.6.0 ***
- removed START I2 criterion
- corrected STOPP B6 criterion boolean expression
***StartStopp, version 1.5.0 ***
- removed several STOPP criteria (B8, B11, B12, D4, E1, E2, E3, E4, E5, E6, G4, G5)
- removed START B3 criterion
- updated START criteria (A1, A2, E2, E3) and STOPP criteria (B6, H4, M1)
***StartStopp, version 1.4.0 ***
- updated STARTSTOPPbycategory to also have a STARTselected and STOPPselected argument
- fixed the listed criteria in underuse, misuse and overuse variable to reflect the new naming of the criteria that was implemented in v1.2.0
***StartStopp, version 1.3.0 ***
- START A1: replaced I48.2 with I48
- START A3: added I70* and I67.2
- START E3 and START E4: missing cp_bmd is ignored and the rest of conditions are evaluated
- START E6: removed cp_egfr
- STOPP B9: replaced I55* with I15*
- STOPP C3: added D68.4
- STOPP L2: added 'every other day' and 'every other week' in the evaluation of med_interv
***StartStopp, version 1.2.0 ***
- several bug fixes for criteria
- added STOPP G5 (previously named G4) and modified STOPP G4
- removed START G1 and START G2 and added a combination of these under the name START G1_2
***StartStopp, version 1.1.2 ***
- implemented fixes for better NA handling to avoid NAs in logical comparisons.
- added warning messages to inform the user about possible unexpected results due to the data that are read from the excel file.
***StartStopp, version 1.1.0 ***
- added STARTSTOPPbycategory function so that the user can have patient data evaluated by category of START and STOPP criteria (underuse, overuse, misuse)
***StartStopp, version 1.0.0 ***
- first release of all criteria for testing
***StartStopp, version 0.3.0 ***
- added option to ignore any NAs and evaluate the rest data (see supressNA argument)
- added option to generate a single excel file when running STARTselected, STARTall, STOPPselected, STOPPall (see single_excel argument)
***StartStopp, version 0.2.0 ***
- added 31 more START criteria
- modified START E2 criterion (added meg_long_term variable in the check)
***StartStopp, version 0.1.3 ***
- added 16 more STOPP criteria
- added STARTselected and STOPPselected function to be able to get only selected criteria
- updated STOPP H3 criterion
- added travis.yml file and badge
***StartStopp, version 0.1.2 ***
- fixed errors in encoding the STOPP D2 and STOPP D6 criteria. They now work as expected.
- added 4 more STOPP criteria
- updated README file
***StartStopp, version 0.1.1 ***
- fixed STOPP F4 criterion. Conditions checking was not matching properly the ATC code with the corresponding medicine strength. It was comparing the medicine strengths of all ATC codes for that patient with the desired medicine strength and this could trigger false positives.
- implemented the include_missing argument in the import_excel_data function to handle 1-1 medicine strength and ATC code correspondance
- added 20 more criteria
***StartStopp, version 0.1.0 ***
- initial release on github