google-apis-healthcare_v1beta1 0.47.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: 7575db65ebfd0b027a029fd9b23bb6c8c07f5e3218b4f49874ea96db9d76a2cd
4
- data.tar.gz: baf916ee1d8526377534f961ba29fe6abaf76ea469b31ec12635f05fb00df2ae
3
+ metadata.gz: 2fd323ab1c937642f3bfcd6f0f036cf92ccd797c668c72143ea8b1429848a203
4
+ data.tar.gz: a4b04becaee6ab5663ae20e7a7777741172b9d6a8a492ecea90565cfe7122494
5
5
  SHA512:
6
- metadata.gz: e3253410769880b83dc5bf35b6eee00b1370f9ef0d9e3242fa38c581ad810248bf71ce9c5b20191b0920a52218a794b6a40db7e2dd67ed15e960476efa1572d3
7
- data.tar.gz: d350ea170acbb7a0432b38b93d007a3721526b49fe13af5cc4e5d534068be2a9ab7248c7d82d09471d3c02f127b0a35e2dda0e301be0e588604dc51dffc105c0
6
+ metadata.gz: ed7ff03e31ab6092e6b12d7a58496841730eedeb75199e5c5c6d4d024c30ff51793f6044c9919e2d69b93395c9aa3eb5773f6e92c77093e8a5ce8ef733ad39ac
7
+ data.tar.gz: f27f686e279d0c82f645a2f4641351baf11fea157c6464ecf54a0b3d250f988a56891b5372b70fa9acbfafd3185a36d541b17eeb540d89301b7c8de944101ad8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
7
+ ### v0.48.0 (2023-05-28)
8
+
9
+ * Regenerated from discovery document revision 20230510
10
+
3
11
  ### v0.47.0 (2023-05-14)
4
12
 
5
13
  * Regenerated from discovery document revision 20230427
@@ -172,8 +172,8 @@ module Google
172
172
  # @return [Array<Google::Apis::HealthcareV1beta1::Entity>]
173
173
  attr_accessor :entities
174
174
 
175
- # entity_mentions contains all the annotated medical entities that were
176
- # mentioned in the provided document.
175
+ # The `entity_mentions` field contains all the annotated medical entities that
176
+ # were mentioned in the provided document.
177
177
  # Corresponds to the JSON property `entityMentions`
178
178
  # @return [Array<Google::Apis::HealthcareV1beta1::EntityMention>]
179
179
  attr_accessor :entity_mentions
@@ -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)
@@ -2439,7 +2450,7 @@ module Google
2439
2450
  attr_accessor :send_full_resource
2440
2451
  alias_method :send_full_resource?, :send_full_resource
2441
2452
 
2442
- # Whether to send full FHIR resource to this pubsub topic for deleting FHIR
2453
+ # Whether to send full FHIR resource to this Pub/Sub topic for deleting FHIR
2443
2454
  # resource. Note that setting this to true does not guarantee that all previous
2444
2455
  # resources will be sent in the format of full FHIR resource. When a resource
2445
2456
  # change is too large or during heavy traffic, only the resource name will be
@@ -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.47.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 = "20230427"
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.47.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-14 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.47.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: []