google-apis-healthcare_v1beta1 0.48.0 → 0.49.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: 165d07c68c10bcb1dd9017b188a3aa47b66acaf3388b970d811267e20e60c31c
4
- data.tar.gz: cda21aa9a98da036d5e0b2197a911ec7196bdad85905fbb1efae48975c8cee79
3
+ metadata.gz: 2fd323ab1c937642f3bfcd6f0f036cf92ccd797c668c72143ea8b1429848a203
4
+ data.tar.gz: a4b04becaee6ab5663ae20e7a7777741172b9d6a8a492ecea90565cfe7122494
5
5
  SHA512:
6
- metadata.gz: 68800346df465922ab57b97425aecf8971dec1872809e8b1341852cea518da2023823375f8898990a15b26c4b8f586b6e8316759cdc8d890c1e42def889c817a
7
- data.tar.gz: 89c5e1b9fb990cc75c24cd4ba1946bb5a749c9184f432d81fc54325a1c804fd7c74dfd3dbfd19fbd3d3af350a8bcc3ac9404185bab00f6bf696e9ede5f40aeb4
6
+ metadata.gz: ed7ff03e31ab6092e6b12d7a58496841730eedeb75199e5c5c6d4d024c30ff51793f6044c9919e2d69b93395c9aa3eb5773f6e92c77093e8a5ce8ef733ad39ac
7
+ data.tar.gz: f27f686e279d0c82f645a2f4641351baf11fea157c6464ecf54a0b3d250f988a56891b5372b70fa9acbfafd3185a36d541b17eeb540d89301b7c8de944101ad8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-healthcare_v1beta1
2
2
 
3
+ ### v0.49.0 (2023-06-04)
4
+
5
+ * Regenerated from discovery document revision 20230519
6
+
3
7
  ### v0.48.0 (2023-05-28)
4
8
 
5
9
  * Regenerated from discovery document revision 20230510
@@ -1796,6 +1796,16 @@ module Google
1796
1796
  class EntityMention
1797
1797
  include Google::Apis::Core::Hashable
1798
1798
 
1799
+ # Additional information about the entity mention. For example, for an entity
1800
+ # mention of type `DATE` this can be its more specific date types from the
1801
+ # following list: `ADMISSION_DATE`, `CONSULTATION_DATE`, `DISCHARGE_DATE`, `
1802
+ # SERVICE_DATE`, `VISIT_DATE`, `DIAGNOSIS_DATE`, `MED_STARTED_DATE`, `
1803
+ # MED_ENDED_DATE`, `NOTE_DATE`, `PROCEDURE_DATE`, `RADIATION_STARTED_DATE`, `
1804
+ # RADIATION_ENDED_DATE`, `STAGE_DATE`
1805
+ # Corresponds to the JSON property `additionalInfo`
1806
+ # @return [Array<Google::Apis::HealthcareV1beta1::Feature>]
1807
+ attr_accessor :additional_info
1808
+
1799
1809
  # A feature of an entity mention.
1800
1810
  # Corresponds to the JSON property `certaintyAssessment`
1801
1811
  # @return [Google::Apis::HealthcareV1beta1::Feature]
@@ -1851,6 +1861,7 @@ module Google
1851
1861
 
1852
1862
  # Update properties of this object
1853
1863
  def update!(**args)
1864
+ @additional_info = args[:additional_info] if args.key?(:additional_info)
1854
1865
  @certainty_assessment = args[:certainty_assessment] if args.key?(:certainty_assessment)
1855
1866
  @confidence = args[:confidence] if args.key?(:confidence)
1856
1867
  @linked_entities = args[:linked_entities] if args.key?(:linked_entities)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module HealthcareV1beta1
18
18
  # Version of the google-apis-healthcare_v1beta1 gem
19
- GEM_VERSION = "0.48.0"
19
+ GEM_VERSION = "0.49.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230510"
25
+ REVISION = "20230519"
26
26
  end
27
27
  end
28
28
  end
@@ -1674,6 +1674,8 @@ module Google
1674
1674
  class EntityMention
1675
1675
  # @private
1676
1676
  class Representation < Google::Apis::Core::JsonRepresentation
1677
+ collection :additional_info, as: 'additionalInfo', class: Google::Apis::HealthcareV1beta1::Feature, decorator: Google::Apis::HealthcareV1beta1::Feature::Representation
1678
+
1677
1679
  property :certainty_assessment, as: 'certaintyAssessment', class: Google::Apis::HealthcareV1beta1::Feature, decorator: Google::Apis::HealthcareV1beta1::Feature::Representation
1678
1680
 
1679
1681
  property :confidence, as: 'confidence'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-healthcare_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.48.0
4
+ version: 0.49.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: 2023-05-28 00:00:00.000000000 Z
11
+ date: 2023-06-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-healthcare_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1beta1/v0.48.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1beta1/v0.49.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-healthcare_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []