hquery-patient-api 1.0.1 → 1.0.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.
- data/Gemfile +2 -2
- data/app/assets/javascripts/core.js.coffee +1 -1
- data/hquery_patientapi.gemspec +1 -1
- metadata +2 -2
data/Gemfile
CHANGED
|
@@ -342,7 +342,7 @@ class hQuery.CodedEntry
|
|
|
342
342
|
@_type = hQuery.createCodedValues @json['codes']
|
|
343
343
|
@_statusCode = @json['status_code']
|
|
344
344
|
# id of the entry from the database
|
|
345
|
-
@id = @json['_id']
|
|
345
|
+
@id = "#{@json['_id']}"
|
|
346
346
|
# id of the entry from the source document if available
|
|
347
347
|
@source_id = @json['id']
|
|
348
348
|
@_freeTextType = @json['description']
|
data/hquery_patientapi.gemspec
CHANGED
|
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
|
|
|
7
7
|
s.email = "talk@hquery.org"
|
|
8
8
|
s.homepage = "http://github.com/hquery/patient_api"
|
|
9
9
|
s.authors = ["Marc Hadley", "Andy Gregorowicz", "Rob Dingwell", "Andre Quina"]
|
|
10
|
-
s.version = '1.0.
|
|
10
|
+
s.version = '1.0.2'
|
|
11
11
|
|
|
12
12
|
s.files = `git ls-files`.split("\n")
|
|
13
13
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: hquery-patient-api
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -12,7 +12,7 @@ authors:
|
|
|
12
12
|
autorequire:
|
|
13
13
|
bindir: bin
|
|
14
14
|
cert_chain: []
|
|
15
|
-
date: 2013-
|
|
15
|
+
date: 2013-04-23 00:00:00.000000000 Z
|
|
16
16
|
dependencies: []
|
|
17
17
|
description: A javascript library abstraction for dealing with patients in hQuery
|
|
18
18
|
map reduce functions
|