formbuilder-lhcforms 8.0.10 → 9.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/dist/formbuilder-lhcforms/3rdpartylicenses.txt +323 -44
- package/dist/formbuilder-lhcforms/assets/fl-fields-layout.json +9 -1
- package/dist/formbuilder-lhcforms/assets/images/projectLogo.svg +68 -0
- package/dist/formbuilder-lhcforms/assets/items-layout.json +11 -3
- package/dist/formbuilder-lhcforms/assets/ngx-fl.schema.json +44 -16
- package/dist/formbuilder-lhcforms/assets/ngx-item.schema.json +105 -55
- package/dist/formbuilder-lhcforms/assets/version.json +1 -1
- package/dist/formbuilder-lhcforms/favicon.ico +0 -0
- package/dist/formbuilder-lhcforms/index.html +5 -7
- package/dist/formbuilder-lhcforms/main.167452f1c10f7278.js +1 -0
- package/dist/formbuilder-lhcforms/polyfills.26015f639a44af6f.js +1 -0
- package/dist/formbuilder-lhcforms/scripts.dd09fb8902a77421.js +1 -0
- package/dist/formbuilder-lhcforms/styles.a79b20014ebb5873.css +6 -0
- package/package.json +55 -54
- package/CHANGELOG.md +0 -505
- package/dist/formbuilder-lhcforms/assets/images/LHNCBC_color.svg +0 -1
- package/dist/formbuilder-lhcforms/assets/images/lhncbc.jpg +0 -0
- package/dist/formbuilder-lhcforms/assets/images/lhncbc.svg +0 -184
- package/dist/formbuilder-lhcforms/main.f8ea7232f9e66061.js +0 -1
- package/dist/formbuilder-lhcforms/polyfills.896ec7ce0831df76.js +0 -1
- package/dist/formbuilder-lhcforms/scripts.bd81be7f7835a416.js +0 -1
- package/dist/formbuilder-lhcforms/styles.8a53b5faf8724c95.css +0 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "formbuilder-lhcforms",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "9.0.0",
|
|
4
4
|
"description": "Build LHC-Forms and FHIR Questionnaires",
|
|
5
5
|
"homepage": "https://github.com/lhncbc/formbuilder-lhcforms",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
@@ -8,14 +8,16 @@
|
|
|
8
8
|
"type": "git",
|
|
9
9
|
"url": "https://github.com/lhncbc/formbuilder-lhcforms"
|
|
10
10
|
},
|
|
11
|
-
"
|
|
11
|
+
"config": {
|
|
12
12
|
"testPort": "9031",
|
|
13
|
-
"devPort": "9030"
|
|
13
|
+
"devPort": "9030"
|
|
14
|
+
},
|
|
15
|
+
"scripts": {
|
|
14
16
|
"ng": "ng",
|
|
15
|
-
"start": "ng serve --port ${
|
|
17
|
+
"start": "ng serve --port ${npm_package_config_devPort} -c development",
|
|
16
18
|
"start-public": "node ./bin/start-public.js",
|
|
17
19
|
"install-and-build": "source ./bashrc.formbuilder && npm install && npm run clean-build",
|
|
18
|
-
"clean-build": "source ./bashrc.formbuilder && npm ci && source ./bashrc.formbuilder && npm run build",
|
|
20
|
+
"clean-build": "source ./bashrc.formbuilder && ng cache clean && npm ci && source ./bashrc.formbuilder && npm run build",
|
|
19
21
|
"copy-lforms": "rm -rf ./src/lib/lforms && node ./bin/copy-lforms.js",
|
|
20
22
|
"create-version-file": "echo {\\\"version\\\": \\\"${npm_package_version}\\\"} > ./src/assets/version.json",
|
|
21
23
|
"build": "npm run create-version-file && npm run copy-lforms && ng build --configuration production",
|
|
@@ -23,82 +25,81 @@
|
|
|
23
25
|
"unit-test": "ng test --watch=false --browsers ChromeHeadless",
|
|
24
26
|
"lint": "ng lint",
|
|
25
27
|
"cy:verify": "cypress verify",
|
|
26
|
-
"cy:open": "cypress open --config baseUrl=http://localhost:${
|
|
27
|
-
"cy:run": "source ./bashrc.formbuilder && cypress run --browser chrome --config baseUrl=http://localhost:${
|
|
28
|
-
"ci:cy-run": "start-server-and-test ci:start-server http://localhost:${
|
|
29
|
-
"ci:cy-open": "start-server-and-test ci:start-server http://localhost:${
|
|
30
|
-
"ci:start-server": "angular-http-server --silent --path ./dist/formbuilder-lhcforms -p ${
|
|
28
|
+
"cy:open": "cypress open --config baseUrl=http://localhost:${npm_package_config_testPort}",
|
|
29
|
+
"cy:run": "source ./bashrc.formbuilder && cypress run --browser chrome --config baseUrl=http://localhost:${npm_package_config_testPort}",
|
|
30
|
+
"ci:cy-run": "start-server-and-test ci:start-server http://localhost:${npm_package_config_testPort} cy:run",
|
|
31
|
+
"ci:cy-open": "start-server-and-test ci:start-server http://localhost:${npm_package_config_testPort} cy:open",
|
|
32
|
+
"ci:start-server": "angular-http-server --silent --path ./dist/formbuilder-lhcforms -p ${npm_package_config_testPort}",
|
|
31
33
|
"postinstall": "ngcc"
|
|
32
34
|
},
|
|
33
35
|
"files": [
|
|
34
36
|
"dist/formbuilder-lhcforms"
|
|
35
37
|
],
|
|
36
38
|
"dependencies": {
|
|
37
|
-
"@angular/animations": "~
|
|
38
|
-
"@angular/cdk": "
|
|
39
|
-
"@angular/common": "~
|
|
40
|
-
"@angular/compiler": "~
|
|
41
|
-
"@angular/core": "~
|
|
42
|
-
"@angular/
|
|
43
|
-
"@angular/
|
|
44
|
-
"@angular/
|
|
45
|
-
"@angular/
|
|
46
|
-
"@angular/platform-browser": "~
|
|
47
|
-
"@angular/
|
|
48
|
-
"@angular/router": "~14.2.7",
|
|
39
|
+
"@angular/animations": "~15.2.4",
|
|
40
|
+
"@angular/cdk": "~15.2.3",
|
|
41
|
+
"@angular/common": "~15.2.4",
|
|
42
|
+
"@angular/compiler": "~15.2.4",
|
|
43
|
+
"@angular/core": "~15.2.4",
|
|
44
|
+
"@angular/forms": "~15.2.4",
|
|
45
|
+
"@angular/localize": "~15.2.4",
|
|
46
|
+
"@angular/material": "~15.2.3",
|
|
47
|
+
"@angular/platform-browser": "~15.2.4",
|
|
48
|
+
"@angular/platform-browser-dynamic": "~15.2.4",
|
|
49
|
+
"@angular/router": "~15.2.4",
|
|
49
50
|
"@bugsplat/angular-tree-component": "^13.0.1",
|
|
50
|
-
"@fortawesome/angular-fontawesome": "^0.
|
|
51
|
-
"@fortawesome/fontawesome-svg-core": "^1.
|
|
52
|
-
"@fortawesome/free-solid-svg-icons": "^
|
|
53
|
-
"@fullcalendar/core": "^
|
|
54
|
-
"@lhncbc/ngx-schema-form": "2.
|
|
55
|
-
"@ng-bootstrap/ng-bootstrap": "^
|
|
56
|
-
"
|
|
51
|
+
"@fortawesome/angular-fontawesome": "^0.12.1",
|
|
52
|
+
"@fortawesome/fontawesome-svg-core": "^1.3.0",
|
|
53
|
+
"@fortawesome/free-solid-svg-icons": "^6.3.0",
|
|
54
|
+
"@fullcalendar/core": "^6.1.5",
|
|
55
|
+
"@lhncbc/ngx-schema-form": "2.9.0-forked",
|
|
56
|
+
"@ng-bootstrap/ng-bootstrap": "^14.0.1",
|
|
57
|
+
"@types/fhir": "^0.0.36",
|
|
58
|
+
"ace-builds": "^1.16.0",
|
|
57
59
|
"autocomplete-lhc": "^18.1.3",
|
|
58
|
-
"bootstrap": "^
|
|
60
|
+
"bootstrap": "^5.2.3",
|
|
59
61
|
"fast-copy": "^2.1.1",
|
|
60
|
-
"fhirclient": "^2.
|
|
62
|
+
"fhirclient": "^2.5.2",
|
|
61
63
|
"jexl": "^2.3.0",
|
|
62
|
-
"jquery": "^3.6.
|
|
64
|
+
"jquery": "^3.6.3",
|
|
63
65
|
"json-schema-traverse": "^1.0.0",
|
|
64
66
|
"lodash-es": "^4.17.21",
|
|
65
67
|
"math-to-fhirpath": "NLMLHC/math-to-fhirpath",
|
|
66
|
-
"
|
|
67
|
-
"rule-editor": "github:NLMLHC/rule-editor#ng-rule-editor",
|
|
68
|
-
"rxjs": "^6.6.3",
|
|
68
|
+
"rxjs": "~7.4.0",
|
|
69
69
|
"traverse": "^0.6.6",
|
|
70
70
|
"tslib": "^2.1.0",
|
|
71
|
-
"z-schema": "
|
|
71
|
+
"z-schema": "~4.2.2",
|
|
72
72
|
"zone.js": "~0.11.4"
|
|
73
73
|
},
|
|
74
74
|
"devDependencies": {
|
|
75
|
-
"@angular-devkit/build-angular": "~
|
|
76
|
-
"@angular/cli": "~
|
|
77
|
-
"@angular/compiler-cli": "~
|
|
78
|
-
"@angular/language-service": "~
|
|
79
|
-
"@types/hapi": "18.0.
|
|
80
|
-
"@types/jasmine": "~3.
|
|
81
|
-
"@types/jasminewd2": "~2.0.
|
|
82
|
-
"@types/node": "^
|
|
83
|
-
"@webcomponents/webcomponentsjs": "^2.
|
|
75
|
+
"@angular-devkit/build-angular": "~15.2.4",
|
|
76
|
+
"@angular/cli": "~15.2.4",
|
|
77
|
+
"@angular/compiler-cli": "~15.2.4",
|
|
78
|
+
"@angular/language-service": "~15.2.4",
|
|
79
|
+
"@types/hapi": "18.0.8",
|
|
80
|
+
"@types/jasmine": "~4.3.1",
|
|
81
|
+
"@types/jasminewd2": "~2.0.10",
|
|
82
|
+
"@types/node": "^18.15.5",
|
|
83
|
+
"@webcomponents/webcomponentsjs": "^2.7.0",
|
|
84
84
|
"ajv": "^6.12.6",
|
|
85
85
|
"ajv-cli": "^5.0.0",
|
|
86
|
-
"angular-http-server": "^1.
|
|
87
|
-
"codelyzer": "^6.0.
|
|
86
|
+
"angular-http-server": "^1.11.1",
|
|
87
|
+
"codelyzer": "^6.0.2",
|
|
88
88
|
"cypress": "^10.11.0",
|
|
89
89
|
"cypress-fail-on-console-error": "^4.0.2",
|
|
90
|
-
"jasmine-core": "
|
|
91
|
-
"jasmine-spec-reporter": "~
|
|
90
|
+
"jasmine-core": "^4.6.0",
|
|
91
|
+
"jasmine-spec-reporter": "~7.0.0",
|
|
92
92
|
"json-pointer": "^0.6.1",
|
|
93
|
-
"
|
|
94
|
-
"karma
|
|
93
|
+
"jsonpointer": "^5.0.1",
|
|
94
|
+
"karma": "^6.4.1",
|
|
95
|
+
"karma-chrome-launcher": "~3.1.1",
|
|
95
96
|
"karma-coverage-istanbul-reporter": "~3.0.3",
|
|
96
|
-
"karma-jasmine": "~4.0.
|
|
97
|
-
"karma-jasmine-html-reporter": "^1.
|
|
97
|
+
"karma-jasmine": "~4.0.2",
|
|
98
|
+
"karma-jasmine-html-reporter": "^1.7.0",
|
|
98
99
|
"postcss": "^8.3.0",
|
|
99
100
|
"start-server-and-test": "^1.14.0",
|
|
100
101
|
"ts-node": "~9.1.1",
|
|
101
102
|
"tslint": "~6.1.3",
|
|
102
|
-
"typescript": "
|
|
103
|
+
"typescript": "^4.8.4"
|
|
103
104
|
}
|
|
104
105
|
}
|
package/CHANGELOG.md
DELETED
|
@@ -1,505 +0,0 @@
|
|
|
1
|
-
# Change log
|
|
2
|
-
|
|
3
|
-
This project follows [Semantic Versioning](http://semver.org/).
|
|
4
|
-
|
|
5
|
-
## [8.0.10] 2023-01-25
|
|
6
|
-
### Changed
|
|
7
|
-
- Display LOINC terms of use acceptance dialog after displaying home page.
|
|
8
|
-
|
|
9
|
-
## [8.0.9] 2023-01-09
|
|
10
|
-
### Fixed
|
|
11
|
-
- Fix screen reader announcing blank on tooltip icons.
|
|
12
|
-
|
|
13
|
-
## [8.0.8] 2023-01-06
|
|
14
|
-
### Added
|
|
15
|
-
- Support extension for observation extract.
|
|
16
|
-
|
|
17
|
-
## [8.0.7] 2022-12-14
|
|
18
|
-
### Added
|
|
19
|
-
- Support import of forms that are in LForms format.
|
|
20
|
-
|
|
21
|
-
## [8.0.6] 2022-12-13
|
|
22
|
-
### Fixed
|
|
23
|
-
- Fix display of decimal answer field in conditional display when source item is decimal type.
|
|
24
|
-
|
|
25
|
-
## [8.0.5] 2022-12-05
|
|
26
|
-
### Fixed
|
|
27
|
-
- Fix loading initial component when switched type from choice to decimal.
|
|
28
|
-
|
|
29
|
-
## [8.0.4] 2022-11-28
|
|
30
|
-
### Fixed
|
|
31
|
-
- Fix placing cursor position in integer input when invalid character is typed.
|
|
32
|
-
|
|
33
|
-
## [8.0.3] 2022-11-28
|
|
34
|
-
### Fixed
|
|
35
|
-
- Fixed item type and missing answer display strings when importing a LOINC question from CTSS.
|
|
36
|
-
|
|
37
|
-
## [8.0.2] 2022-11-22
|
|
38
|
-
### Fixed
|
|
39
|
-
- Fix number type fields to accept decimal numbers.
|
|
40
|
-
|
|
41
|
-
## [8.0.1] 2022-11-21
|
|
42
|
-
### Changed
|
|
43
|
-
- Updated lforms to 33.0.0, which removed support for IE 11.
|
|
44
|
-
|
|
45
|
-
## [8.0.0] 2022-10-04
|
|
46
|
-
### Changed
|
|
47
|
-
- Update angular version to 14.x.x
|
|
48
|
-
- Update angular-tree-component to @bugsplat/angular-tree-component@13.0.1
|
|
49
|
-
- Update ngx-schema-form to @lhncbc/ngx-schema-form@2.8.4-forked
|
|
50
|
-
### Added
|
|
51
|
-
- Added context menu for nodes on the sidebar tree
|
|
52
|
-
|
|
53
|
-
## [7.0.15] 2022-07-14
|
|
54
|
-
### Fixed
|
|
55
|
-
- Fix units in valueQuantity of initial field.
|
|
56
|
-
### Added
|
|
57
|
-
- Add app version information to the header.
|
|
58
|
-
- Add tabindex to active node in side bar tree to improve accessibility.
|
|
59
|
-
|
|
60
|
-
## [7.0.14] 2022-07-07
|
|
61
|
-
### Fixed
|
|
62
|
-
- In Conditional Display field, fixed missing answerBoolean field
|
|
63
|
-
when condition is empty or not empty.
|
|
64
|
-
- In Conditional Display field, fixed missing answer field when the
|
|
65
|
-
first condition is based on empty or not empty.
|
|
66
|
-
|
|
67
|
-
## [7.0.13] 2022-06-09
|
|
68
|
-
### Changed
|
|
69
|
-
- Removed total score calculation.
|
|
70
|
-
|
|
71
|
-
## [7.0.12] 2022-05-24
|
|
72
|
-
### Fixed
|
|
73
|
-
- Fixed a bug which overwrites a node when clicking two nodes rapidly.
|
|
74
|
-
### Added
|
|
75
|
-
- Added a spinner to indicate loading of item into the editor.
|
|
76
|
-
|
|
77
|
-
## [7.0.11] 2022-05-04
|
|
78
|
-
### Fixed
|
|
79
|
-
- Fixed a bug in deleting last item in the tree.
|
|
80
|
-
- Fixed a bug in missing form level field values.
|
|
81
|
-
|
|
82
|
-
## [7.0.10] 2022-04-21
|
|
83
|
-
### Changed
|
|
84
|
-
- Load LOINC forms from CTSS.
|
|
85
|
-
### Added
|
|
86
|
-
- Add observation link period field.
|
|
87
|
-
|
|
88
|
-
## [7.0.9] 2022-04-06
|
|
89
|
-
### Fixed
|
|
90
|
-
- Fix test descriptions.
|
|
91
|
-
|
|
92
|
-
## [7.0.8] 2022-03-16
|
|
93
|
-
### Fixed
|
|
94
|
-
- Add warning dialog when replacing an existing form.
|
|
95
|
-
|
|
96
|
-
## [7.0.7] 2022-02-14
|
|
97
|
-
### Fixed
|
|
98
|
-
- Fix type display/group based on presence of child items.
|
|
99
|
-
|
|
100
|
-
## [7.0.6] 2022-02-10
|
|
101
|
-
### Fixed
|
|
102
|
-
- Fix missing answer coding in conditional display.
|
|
103
|
-
|
|
104
|
-
## [7.0.5] 2022-01-26
|
|
105
|
-
### Feature
|
|
106
|
-
- Add user specified FHIR server.
|
|
107
|
-
- Fix scrolling in conditional display source field.
|
|
108
|
-
|
|
109
|
-
## [7.0.4] 2022-01-20
|
|
110
|
-
### Maintenance
|
|
111
|
-
- Update LForms down load script.
|
|
112
|
-
|
|
113
|
-
## [7.0.3] 2022-01-18
|
|
114
|
-
### Fixed
|
|
115
|
-
- Fix setting FHIR context for lforms preview.
|
|
116
|
-
|
|
117
|
-
## [7.0.0] 2021-12-30
|
|
118
|
-
### Feature
|
|
119
|
-
- This version of form builder is revised using angular2 frame work.
|
|
120
|
-
The user interface is revised aligning with FHIR questionnaire definition.
|
|
121
|
-
|
|
122
|
-
## [6.5.2] 2021-10-05
|
|
123
|
-
### Fixed
|
|
124
|
-
- Fixed a bug that fails to load forms after loading a form with ValueSet
|
|
125
|
-
having no terminology server.
|
|
126
|
-
|
|
127
|
-
## [6.5.1] 2021-09-30
|
|
128
|
-
### Fixed
|
|
129
|
-
- Changed broken CTSS url.
|
|
130
|
-
|
|
131
|
-
## [6.5.0] 2021-08-24
|
|
132
|
-
### Added
|
|
133
|
-
- Added support for attachment type.
|
|
134
|
-
- Updated nodejs to 14.17.5.
|
|
135
|
-
|
|
136
|
-
## [6.4.6] 2021-07-23
|
|
137
|
-
### Fixed
|
|
138
|
-
- Updated lforms to version 29.1.2, to get an update to fhirpath.js to fix an
|
|
139
|
-
issue with choice types.
|
|
140
|
-
|
|
141
|
-
## [6.4.5] 2021-05-14
|
|
142
|
-
### Fixed.
|
|
143
|
-
- Fixed a bug in outputting FHIR choice orientation extension when
|
|
144
|
-
displayControl.answerLayout.columns is one.
|
|
145
|
-
- Fixed a bug in changing the loinc code with prefix 'Modified_' when a loinc item is edited
|
|
146
|
-
|
|
147
|
-
## [6.4.4] 2021-05-12
|
|
148
|
-
### Updated.
|
|
149
|
-
- Updated formbuilder package to 29.0.3.
|
|
150
|
-
|
|
151
|
-
## [6.4.3] 2021-05-10
|
|
152
|
-
### Changed.
|
|
153
|
-
- Updated npm packages to address security vulnerabilities
|
|
154
|
-
- Updated link to contact us page.
|
|
155
|
-
|
|
156
|
-
## [6.4.2] 2021-04-16
|
|
157
|
-
### Added
|
|
158
|
-
- New NLM logo
|
|
159
|
-
|
|
160
|
-
## [6.4.1] 2021-02-09
|
|
161
|
-
### Updated
|
|
162
|
-
- Merged dependabot PR.
|
|
163
|
-
|
|
164
|
-
## [6.4.0] 2021-02-03
|
|
165
|
-
### Added
|
|
166
|
-
- Added functionality to narrow down the results from FHIR Server
|
|
167
|
-
using a search term.
|
|
168
|
-
### Removed
|
|
169
|
-
- Removed delete buttons from search results of a FHIR server.
|
|
170
|
-
|
|
171
|
-
## [6.3.2] 2020-12-21
|
|
172
|
-
### Fixed
|
|
173
|
-
- Upgrade AngularJS to 1.8.x to address a security alert.
|
|
174
|
-
|
|
175
|
-
## [6.3.1] 2020-12-01
|
|
176
|
-
### Fixed
|
|
177
|
-
- Display FHIR search results, even if Bundle.total is absent.
|
|
178
|
-
|
|
179
|
-
## [6.3.0] 2020-10-14
|
|
180
|
-
### Added
|
|
181
|
-
- Import LOINC forms.
|
|
182
|
-
|
|
183
|
-
## [6.2.0] 2020-10-01
|
|
184
|
-
### Added
|
|
185
|
-
- Added support for FHIR Identifier. Thanks to contribution from https://github.com/ps-astangl
|
|
186
|
-
|
|
187
|
-
## [6.1.1] 2020-10-02
|
|
188
|
-
### Fixed
|
|
189
|
-
- Updated an npm package to address npm audit vulnerability.
|
|
190
|
-
|
|
191
|
-
## [6.1.0] 2020-09-08
|
|
192
|
-
### Added
|
|
193
|
-
- Added support for observation link period.
|
|
194
|
-
### Fixed
|
|
195
|
-
- Fixed a bug in skip logic, when skip logic source is pointing to its parent which is a question type.
|
|
196
|
-
|
|
197
|
-
## [6.0.1] 2020-08-05
|
|
198
|
-
### Fixed
|
|
199
|
-
- Fixed missing node id labels in the auto complete box for skip logic sources.
|
|
200
|
-
- Fixed problem with updating skip logic source list when link id is updated.
|
|
201
|
-
|
|
202
|
-
## [6.0.0] 2020-08-05
|
|
203
|
-
### Changed
|
|
204
|
-
- The range definition of skip logic trigger for numeric types is changed to align with FHIR enableWhen definition.
|
|
205
|
-
This could be a breaking change if you have a form definition like the following.
|
|
206
|
-
skipLogic = {
|
|
207
|
-
condition = [{
|
|
208
|
-
source: '1',
|
|
209
|
-
trigger = {minExclusive: 10, maxExclusive: 100}
|
|
210
|
-
}]
|
|
211
|
-
}
|
|
212
|
-
|
|
213
|
-
The above definition can be changed to the following to specify the range.
|
|
214
|
-
skipLogic = {
|
|
215
|
-
logic: 'ALL',
|
|
216
|
-
condition = [{
|
|
217
|
-
source: '1',
|
|
218
|
-
trigger = {minExclusive: 10}
|
|
219
|
-
},{
|
|
220
|
-
source: '1',
|
|
221
|
-
trigger = {maxExclusive: 100}
|
|
222
|
-
}]
|
|
223
|
-
}
|
|
224
|
-
- Changed UI to build skip logic condition to support exists and not exists operators.
|
|
225
|
-
- Fixed a bug in loading a FHIR questionnaire with enable when source of type boolean.
|
|
226
|
-
- Added a setting export format to R4 as default in the file export dialog.
|
|
227
|
-
|
|
228
|
-
## [5.2.0] 2020-06-22
|
|
229
|
-
### Updated
|
|
230
|
-
- Update lforms version to 25.0.0. It changed the FHIR extension url of calculated expression.
|
|
231
|
-
|
|
232
|
-
## [5.1.0] 2020-05-22
|
|
233
|
-
### Added
|
|
234
|
-
- Added input fields to support CSS styles on item name and prefix.
|
|
235
|
-
|
|
236
|
-
## [5.0.1] 2020-04-17
|
|
237
|
-
### Fixed
|
|
238
|
-
- Fixed a bug in selection of display item type.
|
|
239
|
-
|
|
240
|
-
## [5.0.0] 2020-04-17
|
|
241
|
-
### Changed
|
|
242
|
-
- Changed unique key of an item, from questionCode to linkId as per lforms version 24.0.0.
|
|
243
|
-
Updated lforms package to 24.0.0.
|
|
244
|
-
|
|
245
|
-
## [4.1.0] 2020-04-02
|
|
246
|
-
### Changed
|
|
247
|
-
- Changed questionCodeSystem to accept any input, still defaults to 'Custom'.
|
|
248
|
-
|
|
249
|
-
## [4.0.0] 2020-03-03
|
|
250
|
-
### Fixed.
|
|
251
|
-
- Fixed skip logic trigger equal and not equal operators.
|
|
252
|
-
### Changed.
|
|
253
|
-
- Updated lforms package to 21.2.1. Since lforms package has a major version update,
|
|
254
|
-
bumped up the major version in this package as well.
|
|
255
|
-
|
|
256
|
-
## [3.4.1] 2019-01-30
|
|
257
|
-
### Fixed.
|
|
258
|
-
- Fix import of lforms having calculationMethod field.
|
|
259
|
-
|
|
260
|
-
## [3.4.0] 2019-12-31
|
|
261
|
-
### Added.
|
|
262
|
-
- Support FHIR calculatedExpression extension. The extension will take FHIRPath expression.
|
|
263
|
-
Validation of expression is not supported yet. The user is expected to enter a valid FHIRPath
|
|
264
|
-
expression.
|
|
265
|
-
- Support FHIR display (LForms TITLE) type.
|
|
266
|
-
- Added a new field to select item type to align with FHIR notion of group, display and question.
|
|
267
|
-
|
|
268
|
-
## [3.3.1] 2019-12-19
|
|
269
|
-
### Changed.
|
|
270
|
-
- Improved performance on collection of skip logic sources.
|
|
271
|
-
- Fixed a problem in conversion of lforms panel after importing from lforms-service.
|
|
272
|
-
|
|
273
|
-
## [3.3.0] 2019-10-09
|
|
274
|
-
### Added.
|
|
275
|
-
- Updated lforms to support change in skip logic trigger definition.
|
|
276
|
-
|
|
277
|
-
## [3.2.0] 2019-10-09
|
|
278
|
-
### Added.
|
|
279
|
-
- Added support to specify third party fhir servers by the user.
|
|
280
|
-
|
|
281
|
-
## [3.1.6] 2019-09-16
|
|
282
|
-
### Fixed.
|
|
283
|
-
- Fixed a bug importing a file with an item having answer list and answerRequired fields.
|
|
284
|
-
|
|
285
|
-
## [3.1.5] 2019-09-10
|
|
286
|
-
### Added.
|
|
287
|
-
- Added support for TX data type.
|
|
288
|
-
### Changed.
|
|
289
|
-
- Remove default form name.
|
|
290
|
-
### Fixed.
|
|
291
|
-
- Fix a bug converting restrictions to corresponding FHIR extensions.
|
|
292
|
-
|
|
293
|
-
## [3.1.4] 2019-08-28
|
|
294
|
-
### Fixed.
|
|
295
|
-
- Fix a bug in conversion of Questionnaire.code in form level fields.
|
|
296
|
-
- Fix a bug in importing FHIR Questionnaire without meta field.
|
|
297
|
-
|
|
298
|
-
## [3.1.3] 2019-08-15
|
|
299
|
-
### Fixed.
|
|
300
|
-
- Fixed overwriting of linkid in enableWhen.question, when converted to FHIR Questionnaire.
|
|
301
|
-
|
|
302
|
-
### Changed
|
|
303
|
-
- Removed restriction on insisting code for answer lists.
|
|
304
|
-
### Added
|
|
305
|
-
- Added support for Questionnaire.item.prefix field
|
|
306
|
-
|
|
307
|
-
## [3.1.2] 2019-08-13
|
|
308
|
-
### Fixed.
|
|
309
|
-
- Fix file export problem.
|
|
310
|
-
|
|
311
|
-
## [3.1.1] 2019-07-30
|
|
312
|
-
### Fixed.
|
|
313
|
-
- Fix missing file in bower.json for wiredep output.
|
|
314
|
-
|
|
315
|
-
## [3.1.0] 2019-07-24
|
|
316
|
-
### Added.
|
|
317
|
-
- Added form level fields defined in FHIR Questionnaire.
|
|
318
|
-
|
|
319
|
-
## [3.0.10] 2019-07-19
|
|
320
|
-
### Added.
|
|
321
|
-
- Added a warning message about loosing the changes when the browser tab is closed or new form is imported.
|
|
322
|
-
|
|
323
|
-
## [3.0.9] 2019-06-06
|
|
324
|
-
### Changed.
|
|
325
|
-
- Update node dependencies to fix npm audit vulnerabilities.
|
|
326
|
-
|
|
327
|
-
## [3.0.8] 2019-06-04
|
|
328
|
-
### Changed.
|
|
329
|
-
- Update lforms package.
|
|
330
|
-
|
|
331
|
-
## [3.0.7] 2019-05-20
|
|
332
|
-
### Changed.
|
|
333
|
-
- Remove CSP middleware, let the package users handle the csp headers.
|
|
334
|
-
- Fix critical npm audit alerts.
|
|
335
|
-
|
|
336
|
-
## [3.0.6] 2019-05-14
|
|
337
|
-
### Fixed.
|
|
338
|
-
- Fixed a bug in importing items with CNE/CWE type triggers in skip logic.
|
|
339
|
-
|
|
340
|
-
## [3.0.5] 2019-04-16
|
|
341
|
-
### Fixed.
|
|
342
|
-
- Fixed a bug in ui-tree display for multiple items on the root.
|
|
343
|
-
- Fixed a bug in importing R4 version of Questionnaire from the local disk.
|
|
344
|
-
|
|
345
|
-
## [3.0.4] 2019-04-11
|
|
346
|
-
### Fixed.
|
|
347
|
-
- Fixed restrictions output format to conform to latest lforms spec.
|
|
348
|
-
- Removed hard coded templateOptions in the lforms format for export.
|
|
349
|
-
|
|
350
|
-
## [3.0.3] 2019-03-22
|
|
351
|
-
### Fixed.
|
|
352
|
-
- Fix next/previous page display in FHIR results dialog.
|
|
353
|
-
- Fix errors in mocking FHIR server for protractor tests.
|
|
354
|
-
|
|
355
|
-
## [3.0.2] 2019-03-08
|
|
356
|
-
### Fixed.
|
|
357
|
-
- Fix errors in tests.
|
|
358
|
-
|
|
359
|
-
## [3.0.1] 2019-03-08
|
|
360
|
-
### Fixed.
|
|
361
|
-
- Whitelist apis.google.com to allow google/facebook/twitter logins.
|
|
362
|
-
|
|
363
|
-
## [3.0.0] 2019-02-07
|
|
364
|
-
### Added.
|
|
365
|
-
- Support exporting/importing R4 versions of FHIR format.
|
|
366
|
-
### Changed.
|
|
367
|
-
- Breaking change: Added FHIR version number to the FHIR server definition in client/config.js. It is mandatory that the
|
|
368
|
-
servers are tagged with supported FHIR version such as R4, STU3 etc.
|
|
369
|
-
|
|
370
|
-
## [2.2.0] 2019-01-29
|
|
371
|
-
### Added.
|
|
372
|
-
- Added displayControl. Supports questionLayout, answerLayout, and listColHeaders for now.
|
|
373
|
-
|
|
374
|
-
## [2.1.4] 2019-01-16
|
|
375
|
-
### Fixed.
|
|
376
|
-
- Fixed a bug to include answer list and units when importing a LOINC question.
|
|
377
|
-
|
|
378
|
-
## [2.1.3] 2018-12-26
|
|
379
|
-
### Changed.
|
|
380
|
-
- Updated lforms package which has support for parsing argonaut questionnaires.
|
|
381
|
-
|
|
382
|
-
## [2.1.2] 2018-11-27
|
|
383
|
-
### Fixed.
|
|
384
|
-
- Add google analytics to white list of content security policy.
|
|
385
|
-
|
|
386
|
-
## [2.1.1] 2018-11-27
|
|
387
|
-
### Fixed.
|
|
388
|
-
- Fix bower package name.
|
|
389
|
-
|
|
390
|
-
## [2.1.0] 2018-10-29
|
|
391
|
-
### Added.
|
|
392
|
-
- Support to export and import FHIR Questionnaire to local disk.
|
|
393
|
-
|
|
394
|
-
## [2.0.0] 2018-10-29
|
|
395
|
-
### Changed.
|
|
396
|
-
- Changed module exports of the server. Newly exported functions
|
|
397
|
-
will help to pre-configure the express app with customized middlewares before doing
|
|
398
|
-
form builder specific configurations.
|
|
399
|
-
|
|
400
|
-
This is a breaking change due to signature changes in import/require statements if using
|
|
401
|
-
this as an npm package.
|
|
402
|
-
|
|
403
|
-
## [1.0.4] 2018-10-17
|
|
404
|
-
### Fixed
|
|
405
|
-
- Fixed bower packaging issues.
|
|
406
|
-
|
|
407
|
-
## [1.0.3] 2018-10-05
|
|
408
|
-
### Fixed
|
|
409
|
-
- Fixed npm audited vulnerabilities.
|
|
410
|
-
|
|
411
|
-
## [1.0.2] 2018-10-02
|
|
412
|
-
### Added
|
|
413
|
-
- In units field, units associated with item's loinc property are
|
|
414
|
-
ranked higher during the auto-completion.
|
|
415
|
-
### Fixed
|
|
416
|
-
- Fixed a bug in usage clause of the server.
|
|
417
|
-
|
|
418
|
-
## [1.0.1] 2018-09-28
|
|
419
|
-
### Changed
|
|
420
|
-
- Rename package
|
|
421
|
-
|
|
422
|
-
## [1.0.0] 2018-09-12
|
|
423
|
-
### Changed
|
|
424
|
-
- Cleanup code to release as open source
|
|
425
|
-
|
|
426
|
-
## [0.8.8] 2018-08-20
|
|
427
|
-
### Changed
|
|
428
|
-
- Updated node version to 8.11.4
|
|
429
|
-
|
|
430
|
-
## [0.8.7] 2018-07-20
|
|
431
|
-
### Changed
|
|
432
|
-
- Switch protractor browser from firefox to chrome and update protractor to 5.x.x
|
|
433
|
-
|
|
434
|
-
## [0.8.6] 2018-06-08
|
|
435
|
-
### Changed
|
|
436
|
-
- Used lforms-util logger to create web server access logs.
|
|
437
|
-
- Upgraded nodejs to version 8.11.3.
|
|
438
|
-
|
|
439
|
-
## [0.8.5] 2018-06-07
|
|
440
|
-
### Changed
|
|
441
|
-
- Changed units lookup from static list to ajax call to clinical table search
|
|
442
|
-
service and used table format display for auto completion.
|
|
443
|
-
|
|
444
|
-
## [0.8.4] 2018-06-01
|
|
445
|
-
### Added
|
|
446
|
-
- Used grunt wiredep to inject bower components into karma.conf.js
|
|
447
|
-
|
|
448
|
-
## [0.8.3] 2018-05-24
|
|
449
|
-
### Added
|
|
450
|
-
- Added tags for google analytics
|
|
451
|
-
|
|
452
|
-
## [0.8.2] 2018-05-14
|
|
453
|
-
### Fixed
|
|
454
|
-
- Fixed the behavior of the autocompleting field and Import button in the Import
|
|
455
|
-
dialog so that the currently selected field value is what gets imported.
|
|
456
|
-
|
|
457
|
-
## [0.8.1] 2018-05-09
|
|
458
|
-
### Fixed
|
|
459
|
-
- Fixed a bug in importing questionCardinality and answerCardinality fields.
|
|
460
|
-
|
|
461
|
-
## [0.8.0] 2018-04-27
|
|
462
|
-
### Added
|
|
463
|
-
- Added support to access multiple FHIR servers.
|
|
464
|
-
|
|
465
|
-
## [0.7.1] 2018-04-05
|
|
466
|
-
### Added
|
|
467
|
-
- Added server redirect from urls with alias names to main production url.
|
|
468
|
-
|
|
469
|
-
## [0.7.0] 2018-04-03
|
|
470
|
-
### Added
|
|
471
|
-
- Added firebase authentication.
|
|
472
|
-
- Added Export and import from FHIR server
|
|
473
|
-
- moved advanced panel items under their boolean as skip logic items.
|
|
474
|
-
|
|
475
|
-
## [0.6.6] 2017-11-29
|
|
476
|
-
### Changed
|
|
477
|
-
- Update pm2 package and remove nsp exception on moment package.
|
|
478
|
-
|
|
479
|
-
## [0.6.5] 2017-11-21
|
|
480
|
-
### Changed
|
|
481
|
-
- Updated npm packages and nodejs.
|
|
482
|
-
|
|
483
|
-
## [0.6.1] 2017-06-15
|
|
484
|
-
### Changed
|
|
485
|
-
- The scroll bars on the preview panel are moved from
|
|
486
|
-
whole panel to tab content.
|
|
487
|
-
|
|
488
|
-
## [0.6.0] 2017-06-12
|
|
489
|
-
### Added
|
|
490
|
-
- Added FHIR output to preview source tabs.
|
|
491
|
-
### Fixed
|
|
492
|
-
- Fixed popup menu display under production environment.
|
|
493
|
-
|
|
494
|
-
## [0.5.0] 2017-05-31
|
|
495
|
-
### Added
|
|
496
|
-
- Added popup menu to the nodes on the side bar.
|
|
497
|
-
- Added dialog box to capture target item to
|
|
498
|
-
move nodes on the side bar using popup menu items.
|
|
499
|
-
### Fixed
|
|
500
|
-
- Addressed some accessibility issues.
|
|
501
|
-
- Fixed converting section/header to regular item
|
|
502
|
-
- Fixed displaying other in answer list item.
|
|
503
|
-
### Changed
|
|
504
|
-
- Changed Text and Code fields to be required.
|
|
505
|
-
|