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 +4 -4
- data/lib/athena_health/appointment.rb +3 -0
- data/lib/athena_health/patient.rb +9 -0
- data/lib/athena_health/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a4bbca238d70649f6ed84bdb51362df5d826ad02
|
4
|
+
data.tar.gz: e127e4f1d410186b5485f2ddbe0688463f87ec42
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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}"
|
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.
|
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-
|
11
|
+
date: 2016-04-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: typhoeus
|