cql_qdm_patientapi 1.0.4 → 1.1.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.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/app/assets/javascripts/cqlpatient.js.coffee +2 -1
- data/app/assets/javascripts/datatypes/caregoal.js.coffee +1 -1
- data/app/assets/javascripts/datatypes/characteristic_birthdate.js.coffee +3 -1
- data/app/assets/javascripts/datatypes/immunization.js.coffee +4 -4
- data/app/assets/javascripts/datatypes/medication.js.coffee +32 -36
- data/app/assets/javascripts/datatypes/participation.js.coffee +36 -0
- data/app/assets/javascripts/datatypes/patient_characteristic_ethnicity.js.coffee +3 -1
- data/app/assets/javascripts/datatypes/patient_characteristic_expired.js.coffee +4 -3
- data/app/assets/javascripts/datatypes/patient_characteristic_race.js.coffee +3 -1
- data/app/assets/javascripts/datatypes/patient_characteristic_sex.js.coffee +3 -5
- data/app/assets/javascripts/datatypes/substance.js.coffee +20 -22
- data/lib/cql_qdm_patientapi/version.rb +1 -1
- data/vendor/assets/javascripts/cql4browsers.js +5110 -368
- metadata +4 -3
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cql_qdm_patientapi
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0
|
4
|
+
version: 1.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- The MITRE Corporation
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-
|
11
|
+
date: 2018-05-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -89,6 +89,7 @@ files:
|
|
89
89
|
- app/assets/javascripts/datatypes/intervention.js.coffee
|
90
90
|
- app/assets/javascripts/datatypes/laboratorytest.js.coffee
|
91
91
|
- app/assets/javascripts/datatypes/medication.js.coffee
|
92
|
+
- app/assets/javascripts/datatypes/participation.js.coffee
|
92
93
|
- app/assets/javascripts/datatypes/patient_characteristic.js.coffee
|
93
94
|
- app/assets/javascripts/datatypes/patient_characteristic_ethnicity.js.coffee
|
94
95
|
- app/assets/javascripts/datatypes/patient_characteristic_expired.js.coffee
|
@@ -130,7 +131,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
130
131
|
version: '0'
|
131
132
|
requirements: []
|
132
133
|
rubyforge_project:
|
133
|
-
rubygems_version: 2.6.
|
134
|
+
rubygems_version: 2.6.14
|
134
135
|
signing_key:
|
135
136
|
specification_version: 4
|
136
137
|
summary: QDM CQL execution engine and HDS patient model interface
|