athena_health 1.0.34 → 1.0.35
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/endpoints/appointments.rb +7 -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: 272d0488abefbb105e749caf75674495d09133a5
|
4
|
+
data.tar.gz: 6d4d2e4913526ff02328df9c09a367bd89bc4b1a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d0935cc537f5bf291d72d5a7a1cf77be35163f970104472fa5bb61aa203b6b1e965e7ed4a9083013bf048c929d066bce4b9e2bca7a953437bb2e2f51d6b572bc
|
7
|
+
data.tar.gz: 43147885818a7e63f366c437459151a315c010f37329def498054068e61e93d43c110f57515d74bcf99e69f77e1217b025769d74278729eeb9be8a1d48c5c1a8
|
@@ -92,6 +92,13 @@ module AthenaHealth
|
|
92
92
|
)
|
93
93
|
end
|
94
94
|
|
95
|
+
def check_in(practice_id:, appointment_id:)
|
96
|
+
@api.call(
|
97
|
+
endpoint: "#{practice_id}/appointments/#{appointment_id}/checkin",
|
98
|
+
method: :post
|
99
|
+
)
|
100
|
+
end
|
101
|
+
|
95
102
|
def reschedule_appointment(practice_id:, patient_id:, appointment_id:, new_appointment_id:, params: {})
|
96
103
|
response = @api.call(
|
97
104
|
endpoint: "#{practice_id}/appointments/#{appointment_id}/reschedule",
|
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.35
|
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-07-
|
11
|
+
date: 2016-07-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: typhoeus
|