cover_my_meds 3.2.0 → 3.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/cover_my_meds/client/indicators.rb +2 -2
- data/lib/cover_my_meds/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3d44599e978eea434626740840e9d2e1874aa346
|
4
|
+
data.tar.gz: 097137776878b7fedff7d93a40910d65cd20bf0a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d82740267139525b34f483abab974e1d61087f66be63fee6e92a2e1cce23e7b2e9f8c444b44fba115671a1da03b12666cf1e378de856d8f47513a496749b94f4
|
7
|
+
data.tar.gz: 4e0bd6baf1048994273cd28d0d9949ef2c5f7fc815ea35204ef5820930a35cd7b82f2f0ef4f0a20348e2f941a30e72b26b7922b0918ad88242aaae287d9b3c7a
|
@@ -4,8 +4,8 @@ module CoverMyMeds
|
|
4
4
|
|
5
5
|
CURRENT_VERSION = 1
|
6
6
|
|
7
|
-
def post_indicators(prescription: prescription(), patient: patient(), payer: {}, prescriber: {}, version: CURRENT_VERSION)
|
8
|
-
params = { prescription: prescription, prescriber: prescriber, patient: patient, payer: payer }
|
7
|
+
def post_indicators(prescription: prescription(), patient: patient(), payer: {}, prescriber: {}, pharmacy: {}, rxnorm: nil, version: CURRENT_VERSION)
|
8
|
+
params = { prescription: prescription, prescriber: prescriber, patient: patient, payer: payer, pharmacy: pharmacy, rxnorm: rxnorm }
|
9
9
|
data = indicators_request POST, params: { v: version, headers: { content_type: "application/json" } } do
|
10
10
|
params.to_json
|
11
11
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cover_my_meds
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.2.
|
4
|
+
version: 3.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Justin Rolston
|
@@ -23,7 +23,7 @@ authors:
|
|
23
23
|
autorequire:
|
24
24
|
bindir: exe
|
25
25
|
cert_chain: []
|
26
|
-
date: 2017-
|
26
|
+
date: 2017-10-19 00:00:00.000000000 Z
|
27
27
|
dependencies:
|
28
28
|
- !ruby/object:Gem::Dependency
|
29
29
|
name: bundler
|
@@ -299,7 +299,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
299
299
|
version: '0'
|
300
300
|
requirements: []
|
301
301
|
rubyforge_project:
|
302
|
-
rubygems_version: 2.
|
302
|
+
rubygems_version: 2.5.1
|
303
303
|
signing_key:
|
304
304
|
specification_version: 4
|
305
305
|
summary: CoverMyMeds Public API
|