cql_qdm_patientapi 1.3.1 → 1.3.2
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 +5 -5
- data/Gemfile.lock +48 -48
- data/app/assets/javascripts/cqlpatient.js.coffee +1 -1
- data/app/assets/javascripts/datatypes/adverseevent.js.coffee +1 -1
- data/app/assets/javascripts/datatypes/allergyintolerance.js.coffee +1 -1
- data/app/assets/javascripts/datatypes/caregoal.js.coffee +1 -1
- data/app/assets/javascripts/datatypes/communication.js.coffee +1 -1
- data/app/assets/javascripts/datatypes/device.js.coffee +1 -1
- data/app/assets/javascripts/datatypes/diagnosis.js.coffee +1 -1
- data/app/assets/javascripts/datatypes/diagnosticstudy.js.coffee +1 -1
- data/app/assets/javascripts/datatypes/encounter.js.coffee +1 -1
- data/app/assets/javascripts/datatypes/intervention.js.coffee +1 -1
- data/app/assets/javascripts/datatypes/laboratorytest.js.coffee +1 -1
- data/app/assets/javascripts/datatypes/medication.js.coffee +3 -3
- data/app/assets/javascripts/datatypes/physicalexam.js.coffee +1 -1
- data/app/assets/javascripts/datatypes/procedure.js.coffee +1 -1
- data/app/assets/javascripts/datatypes/substance.js.coffee +1 -1
- data/lib/cql_qdm_patientapi/version.rb +1 -1
- data/vendor/assets/javascripts/cql4browsers.js +492 -145
- metadata +3 -4
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.3.
|
|
4
|
+
version: 1.3.2
|
|
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:
|
|
11
|
+
date: 2019-05-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -136,8 +136,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
136
136
|
- !ruby/object:Gem::Version
|
|
137
137
|
version: '0'
|
|
138
138
|
requirements: []
|
|
139
|
-
|
|
140
|
-
rubygems_version: 2.6.14
|
|
139
|
+
rubygems_version: 3.0.3
|
|
141
140
|
signing_key:
|
|
142
141
|
specification_version: 4
|
|
143
142
|
summary: QDM CQL execution engine and HDS patient model interface
|