google-apis-healthcare_v1 0.4.0 → 0.5.0

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
  SHA256:
3
- metadata.gz: 873e38fbda7b5a970beb9a53ec5810e6b353ca16ee87a1b0ae3ac20bab9f734e
4
- data.tar.gz: e8fda24e9f1376663d376a163fca18faad14213f10e0ec13f5ae969ddcbe0fda
3
+ metadata.gz: f37d6088495e9fcc69f592125de62193c504bd7eea0c26f942cc6d4b791bcb83
4
+ data.tar.gz: 99cdcdf8959e3ceeb1c472502ce28e0fe17584fe9779b292320420afa9b6cf0a
5
5
  SHA512:
6
- metadata.gz: 79e89a8faef60ebfb0034fb4b1c0ab1fa6b94ccf037fb50795984ffe3ef5844671b2f6410d0ed93d9377029d1ec6989da9b83a1c4ba463cd0b953a0754e0b43f
7
- data.tar.gz: 7d4f5e85d6e1104de72db6e9b2e8dfc1f063d74307058c1993050ba7c4136910b071e778bced27a6261f281bb731acfbe6183ff589821d359edd0ca3912e659a
6
+ metadata.gz: 57836182e4c97b10c800c19b9040ea12ca2897797d752daa519492ab751006dbd6942be9c02340a6eafec2554221b0396675fa65cdf18c8819fd35f5186e4fd1
7
+ data.tar.gz: ca951a42873a7b6af7ef2369ad4becb45127350cb54fa01e2acf089d491fe36a7b969af1bac9e9106a928f02a64184ef8b2e8b0d6199fa9f29b90a069ec64f6a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-healthcare_v1
2
2
 
3
+ ### v0.5.0 (2021-03-13)
4
+
5
+ * Regenerated from discovery document revision 20210301
6
+ * Regenerated using generator version 0.2.0
7
+
3
8
  ### v0.4.0 (2021-03-04)
4
9
 
5
10
  * Regenerated from discovery document revision 20210217
@@ -1900,14 +1900,16 @@ module Google
1900
1900
  # example, `send_date < "2017-01-02"`. * `send_time`, the timestamp when the
1901
1901
  # message was sent, using the RFC3339 time format for comparisons, from the MSH-
1902
1902
  # 7 segment. For example, `send_time < "2017-01-02T00:00:00-05:00"`. * `
1903
- # send_facility`, the care center that the message came from, from the MSH-4
1904
- # segment. For example, `send_facility = "ABC"`. * `PatientId(value, type)`,
1905
- # which matches if the message lists a patient having an ID of the given value
1906
- # and type in the PID-2, PID-3, or PID-4 segments. For example, `PatientId("
1907
- # 123456", "MRN")`. * `labels.x`, a string value of the label with key `x` as
1908
- # set using the Message.labels map. For example, `labels."priority"="high"`. The
1909
- # operator `:*` can be used to assert the existence of a label. For example, `
1910
- # labels."priority":*`.
1903
+ # create_time`, the timestamp when the message was created in the HL7v2 store.
1904
+ # Use the RFC3339 time format for comparisons. For example, `create_time < "2017-
1905
+ # 01-02T00:00:00-05:00"`. * `send_facility`, the care center that the message
1906
+ # came from, from the MSH-4 segment. For example, `send_facility = "ABC"`. * `
1907
+ # PatientId(value, type)`, which matches if the message lists a patient having
1908
+ # an ID of the given value and type in the PID-2, PID-3, or PID-4 segments. For
1909
+ # example, `PatientId("123456", "MRN")`. * `labels.x`, a string value of the
1910
+ # label with key `x` as set using the Message.labels map. For example, `labels."
1911
+ # priority"="high"`. The operator `:*` can be used to assert the existence of a
1912
+ # label. For example, `labels."priority":*`.
1911
1913
  # Corresponds to the JSON property `filter`
1912
1914
  # @return [String]
1913
1915
  attr_accessor :filter
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module HealthcareV1
18
18
  # Version of the google-apis-healthcare_v1 gem
19
- GEM_VERSION = "0.4.0"
19
+ GEM_VERSION = "0.5.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.1.2"
22
+ GENERATOR_VERSION = "0.2.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210217"
25
+ REVISION = "20210301"
26
26
  end
27
27
  end
28
28
  end
@@ -4862,14 +4862,17 @@ module Google
4862
4862
  # dataset's time_zone, from the MSH-7 segment. For example, `send_date < "2017-
4863
4863
  # 01-02"`. * `send_time`, the timestamp when the message was sent, using the
4864
4864
  # RFC3339 time format for comparisons, from the MSH-7 segment. For example, `
4865
- # send_time < "2017-01-02T00:00:00-05:00"`. * `send_facility`, the care center
4866
- # that the message came from, from the MSH-4 segment. For example, `
4867
- # send_facility = "ABC"`. * `PatientId(value, type)`, which matches if the
4868
- # message lists a patient having an ID of the given value and type in the PID-2,
4869
- # PID-3, or PID-4 segments. For example, `PatientId("123456", "MRN")`. * `labels.
4870
- # x`, a string value of the label with key `x` as set using the Message.labels
4871
- # map. For example, `labels."priority"="high"`. The operator `:*` can be used to
4872
- # assert the existence of a label. For example, `labels."priority":*`.
4865
+ # send_time < "2017-01-02T00:00:00-05:00"`. * `create_time`, the timestamp when
4866
+ # the message was created in the HL7v2 store. Use the RFC3339 time format for
4867
+ # comparisons. For example, `create_time < "2017-01-02T00:00:00-05:00"`. * `
4868
+ # send_facility`, the care center that the message came from, from the MSH-4
4869
+ # segment. For example, `send_facility = "ABC"`. * `PatientId(value, type)`,
4870
+ # which matches if the message lists a patient having an ID of the given value
4871
+ # and type in the PID-2, PID-3, or PID-4 segments. For example, `PatientId("
4872
+ # 123456", "MRN")`. * `labels.x`, a string value of the label with key `x` as
4873
+ # set using the Message.labels map. For example, `labels."priority"="high"`. The
4874
+ # operator `:*` can be used to assert the existence of a label. For example, `
4875
+ # labels."priority":*`.
4873
4876
  # @param [String] order_by
4874
4877
  # Orders messages returned by the specified order_by clause. Syntax: https://
4875
4878
  # cloud.google.com/apis/design/design_patterns#sorting_order Fields available
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-healthcare_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-03-08 00:00:00.000000000 Z
11
+ date: 2021-03-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-healthcare_v1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1/v0.4.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1/v0.5.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-healthcare_v1
57
57
  post_install_message:
58
58
  rdoc_options: []