athena_health 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9e08a67e751153b962cb8ebb2e29843018d0ca42
4
- data.tar.gz: cdaa982b327877b2601a19249d889b91fc985d2a
3
+ metadata.gz: a4bbca238d70649f6ed84bdb51362df5d826ad02
4
+ data.tar.gz: e127e4f1d410186b5485f2ddbe0688463f87ec42
5
5
  SHA512:
6
- metadata.gz: 8dfe869ce6f0b7c3f56837f87edad7d9e002c32a2b578967b05c3a7a2ba661fc36bf40a52ec4b84a8b3338f7000ffea200b25dba078f2c0f710552f687f3f4b7
7
- data.tar.gz: 7a2d5ddca89d736b823545a39dbc8cd705f773893f4ac8cfaabd859438b6343c26f4aa42e899f1a3a61cbfb6289ee0ac52b0f2f9ddce02b323c7779ddc37340d
6
+ metadata.gz: 455f7c749c53f0459a7523f8919cfab3f77fa0a499d5e0c4867ead4771a9308ccdfbcc98cea8c872af45765ea8b9301489f19019e9103bb939350aa05f755d90
7
+ data.tar.gz: 4c92c7645a466146d83093e84a844424798ec3d3518bdb3fc34643677b551a9eeede21ea9bb4f49b468abfec984c07b9014fd3b206908c0af6ed8d874386d1c5
@@ -13,6 +13,9 @@ module AthenaHealth
13
13
  attribute :patientappointmenttypename, String
14
14
  attribute :lastmodified, String
15
15
  attribute :scheduleddatetime, String
16
+ attribute :scheduledby, String
17
+ attribute :templateappointmentid, Integer
18
+ attribute :encounterstatus, String
16
19
 
17
20
  def appointment_status
18
21
  {
@@ -93,6 +93,15 @@ module AthenaHealth
93
93
  attribute :consenttotext, Boolean
94
94
  attribute :countrycode3166, String
95
95
  attribute :guarantorcountrycode3166, String
96
+ attribute :lastemail, String
97
+ attribute :employerid, Integer
98
+ attribute :employercity, String
99
+ attribute :employerstate, String
100
+ attribute :employerzip, String
101
+ attribute :guarantorsuffix, String
102
+ attribute :guarantoremployerid, Integer
103
+ attribute :employername, String
104
+ attribute :employeraddress, String
96
105
 
97
106
  def fullname
98
107
  "#{firstname} #{middlename} #{lastname}"
@@ -1,3 +1,3 @@
1
1
  module AthenaHealth
2
- VERSION = '1.0.0'.freeze
2
+ VERSION = '1.0.1'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: athena_health
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mateusz Urbański
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-04-19 00:00:00.000000000 Z
11
+ date: 2016-04-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus