google-apis-healthcare_v1 0.1.0 → 0.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +22 -0
- data/lib/google/apis/healthcare_v1/classes.rb +1467 -60
- data/lib/google/apis/healthcare_v1/gem_version.rb +3 -3
- data/lib/google/apis/healthcare_v1/representations.rb +619 -0
- data/lib/google/apis/healthcare_v1/service.rb +1904 -294
- metadata +5 -5
@@ -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.
|
19
|
+
GEM_VERSION = "0.6.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.2.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210317"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -22,6 +22,36 @@ module Google
|
|
22
22
|
module Apis
|
23
23
|
module HealthcareV1
|
24
24
|
|
25
|
+
class ActivateConsentRequest
|
26
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
27
|
+
|
28
|
+
include Google::Apis::Core::JsonObjectSupport
|
29
|
+
end
|
30
|
+
|
31
|
+
class ArchiveUserDataMappingRequest
|
32
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
33
|
+
|
34
|
+
include Google::Apis::Core::JsonObjectSupport
|
35
|
+
end
|
36
|
+
|
37
|
+
class ArchiveUserDataMappingResponse
|
38
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
39
|
+
|
40
|
+
include Google::Apis::Core::JsonObjectSupport
|
41
|
+
end
|
42
|
+
|
43
|
+
class Attribute
|
44
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
45
|
+
|
46
|
+
include Google::Apis::Core::JsonObjectSupport
|
47
|
+
end
|
48
|
+
|
49
|
+
class AttributeDefinition
|
50
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
51
|
+
|
52
|
+
include Google::Apis::Core::JsonObjectSupport
|
53
|
+
end
|
54
|
+
|
25
55
|
class AuditConfig
|
26
56
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
27
57
|
|
@@ -52,6 +82,48 @@ module Google
|
|
52
82
|
include Google::Apis::Core::JsonObjectSupport
|
53
83
|
end
|
54
84
|
|
85
|
+
class CheckDataAccessRequest
|
86
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
87
|
+
|
88
|
+
include Google::Apis::Core::JsonObjectSupport
|
89
|
+
end
|
90
|
+
|
91
|
+
class CheckDataAccessResponse
|
92
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
93
|
+
|
94
|
+
include Google::Apis::Core::JsonObjectSupport
|
95
|
+
end
|
96
|
+
|
97
|
+
class Consent
|
98
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
99
|
+
|
100
|
+
include Google::Apis::Core::JsonObjectSupport
|
101
|
+
end
|
102
|
+
|
103
|
+
class ConsentArtifact
|
104
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
105
|
+
|
106
|
+
include Google::Apis::Core::JsonObjectSupport
|
107
|
+
end
|
108
|
+
|
109
|
+
class ConsentEvaluation
|
110
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
111
|
+
|
112
|
+
include Google::Apis::Core::JsonObjectSupport
|
113
|
+
end
|
114
|
+
|
115
|
+
class ConsentList
|
116
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
117
|
+
|
118
|
+
include Google::Apis::Core::JsonObjectSupport
|
119
|
+
end
|
120
|
+
|
121
|
+
class ConsentStore
|
122
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
123
|
+
|
124
|
+
include Google::Apis::Core::JsonObjectSupport
|
125
|
+
end
|
126
|
+
|
55
127
|
class CreateMessageRequest
|
56
128
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
57
129
|
|
@@ -130,6 +202,18 @@ module Google
|
|
130
202
|
include Google::Apis::Core::JsonObjectSupport
|
131
203
|
end
|
132
204
|
|
205
|
+
class EvaluateUserConsentsRequest
|
206
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
207
|
+
|
208
|
+
include Google::Apis::Core::JsonObjectSupport
|
209
|
+
end
|
210
|
+
|
211
|
+
class EvaluateUserConsentsResponse
|
212
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
213
|
+
|
214
|
+
include Google::Apis::Core::JsonObjectSupport
|
215
|
+
end
|
216
|
+
|
133
217
|
class ExportDicomDataRequest
|
134
218
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
135
219
|
|
@@ -178,12 +262,30 @@ module Google
|
|
178
262
|
include Google::Apis::Core::JsonObjectSupport
|
179
263
|
end
|
180
264
|
|
265
|
+
class Field
|
266
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
267
|
+
|
268
|
+
include Google::Apis::Core::JsonObjectSupport
|
269
|
+
end
|
270
|
+
|
181
271
|
class FieldMetadata
|
182
272
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
183
273
|
|
184
274
|
include Google::Apis::Core::JsonObjectSupport
|
185
275
|
end
|
186
276
|
|
277
|
+
class GoogleCloudHealthcareV1ConsentGcsDestination
|
278
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
279
|
+
|
280
|
+
include Google::Apis::Core::JsonObjectSupport
|
281
|
+
end
|
282
|
+
|
283
|
+
class GoogleCloudHealthcareV1ConsentPolicy
|
284
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
285
|
+
|
286
|
+
include Google::Apis::Core::JsonObjectSupport
|
287
|
+
end
|
288
|
+
|
187
289
|
class GoogleCloudHealthcareV1DeidentifyDeidentifyDicomStoreSummary
|
188
290
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
189
291
|
|
@@ -232,6 +334,24 @@ module Google
|
|
232
334
|
include Google::Apis::Core::JsonObjectSupport
|
233
335
|
end
|
234
336
|
|
337
|
+
class GroupOrSegment
|
338
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
339
|
+
|
340
|
+
include Google::Apis::Core::JsonObjectSupport
|
341
|
+
end
|
342
|
+
|
343
|
+
class Hl7SchemaConfig
|
344
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
345
|
+
|
346
|
+
include Google::Apis::Core::JsonObjectSupport
|
347
|
+
end
|
348
|
+
|
349
|
+
class Hl7TypesConfig
|
350
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
351
|
+
|
352
|
+
include Google::Apis::Core::JsonObjectSupport
|
353
|
+
end
|
354
|
+
|
235
355
|
class Hl7V2NotificationConfig
|
236
356
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
237
357
|
|
@@ -250,6 +370,12 @@ module Google
|
|
250
370
|
include Google::Apis::Core::JsonObjectSupport
|
251
371
|
end
|
252
372
|
|
373
|
+
class Image
|
374
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
375
|
+
|
376
|
+
include Google::Apis::Core::JsonObjectSupport
|
377
|
+
end
|
378
|
+
|
253
379
|
class ImageConfig
|
254
380
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
255
381
|
|
@@ -298,6 +424,36 @@ module Google
|
|
298
424
|
include Google::Apis::Core::JsonObjectSupport
|
299
425
|
end
|
300
426
|
|
427
|
+
class ListAttributeDefinitionsResponse
|
428
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
429
|
+
|
430
|
+
include Google::Apis::Core::JsonObjectSupport
|
431
|
+
end
|
432
|
+
|
433
|
+
class ListConsentArtifactsResponse
|
434
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
435
|
+
|
436
|
+
include Google::Apis::Core::JsonObjectSupport
|
437
|
+
end
|
438
|
+
|
439
|
+
class ListConsentRevisionsResponse
|
440
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
441
|
+
|
442
|
+
include Google::Apis::Core::JsonObjectSupport
|
443
|
+
end
|
444
|
+
|
445
|
+
class ListConsentStoresResponse
|
446
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
447
|
+
|
448
|
+
include Google::Apis::Core::JsonObjectSupport
|
449
|
+
end
|
450
|
+
|
451
|
+
class ListConsentsResponse
|
452
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
453
|
+
|
454
|
+
include Google::Apis::Core::JsonObjectSupport
|
455
|
+
end
|
456
|
+
|
301
457
|
class ListDatasetsResponse
|
302
458
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
303
459
|
|
@@ -340,6 +496,12 @@ module Google
|
|
340
496
|
include Google::Apis::Core::JsonObjectSupport
|
341
497
|
end
|
342
498
|
|
499
|
+
class ListUserDataMappingsResponse
|
500
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
501
|
+
|
502
|
+
include Google::Apis::Core::JsonObjectSupport
|
503
|
+
end
|
504
|
+
|
343
505
|
class Location
|
344
506
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
345
507
|
|
@@ -400,12 +562,24 @@ module Google
|
|
400
562
|
include Google::Apis::Core::JsonObjectSupport
|
401
563
|
end
|
402
564
|
|
565
|
+
class QueryAccessibleDataRequest
|
566
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
567
|
+
|
568
|
+
include Google::Apis::Core::JsonObjectSupport
|
569
|
+
end
|
570
|
+
|
403
571
|
class RedactConfig
|
404
572
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
405
573
|
|
406
574
|
include Google::Apis::Core::JsonObjectSupport
|
407
575
|
end
|
408
576
|
|
577
|
+
class RejectConsentRequest
|
578
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
579
|
+
|
580
|
+
include Google::Apis::Core::JsonObjectSupport
|
581
|
+
end
|
582
|
+
|
409
583
|
class ReplaceWithInfoTypeConfig
|
410
584
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
411
585
|
|
@@ -418,12 +592,48 @@ module Google
|
|
418
592
|
include Google::Apis::Core::JsonObjectSupport
|
419
593
|
end
|
420
594
|
|
595
|
+
class Result
|
596
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
597
|
+
|
598
|
+
include Google::Apis::Core::JsonObjectSupport
|
599
|
+
end
|
600
|
+
|
601
|
+
class RevokeConsentRequest
|
602
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
603
|
+
|
604
|
+
include Google::Apis::Core::JsonObjectSupport
|
605
|
+
end
|
606
|
+
|
421
607
|
class SchemaConfig
|
422
608
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
423
609
|
|
424
610
|
include Google::Apis::Core::JsonObjectSupport
|
425
611
|
end
|
426
612
|
|
613
|
+
class SchemaGroup
|
614
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
615
|
+
|
616
|
+
include Google::Apis::Core::JsonObjectSupport
|
617
|
+
end
|
618
|
+
|
619
|
+
class SchemaPackage
|
620
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
621
|
+
|
622
|
+
include Google::Apis::Core::JsonObjectSupport
|
623
|
+
end
|
624
|
+
|
625
|
+
class SchemaSegment
|
626
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
627
|
+
|
628
|
+
include Google::Apis::Core::JsonObjectSupport
|
629
|
+
end
|
630
|
+
|
631
|
+
class SchematizedData
|
632
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
633
|
+
|
634
|
+
include Google::Apis::Core::JsonObjectSupport
|
635
|
+
end
|
636
|
+
|
427
637
|
class SearchResourcesRequest
|
428
638
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
429
639
|
|
@@ -442,6 +652,12 @@ module Google
|
|
442
652
|
include Google::Apis::Core::JsonObjectSupport
|
443
653
|
end
|
444
654
|
|
655
|
+
class Signature
|
656
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
657
|
+
|
658
|
+
include Google::Apis::Core::JsonObjectSupport
|
659
|
+
end
|
660
|
+
|
445
661
|
class Status
|
446
662
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
447
663
|
|
@@ -478,6 +694,65 @@ module Google
|
|
478
694
|
include Google::Apis::Core::JsonObjectSupport
|
479
695
|
end
|
480
696
|
|
697
|
+
class Type
|
698
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
699
|
+
|
700
|
+
include Google::Apis::Core::JsonObjectSupport
|
701
|
+
end
|
702
|
+
|
703
|
+
class UserDataMapping
|
704
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
705
|
+
|
706
|
+
include Google::Apis::Core::JsonObjectSupport
|
707
|
+
end
|
708
|
+
|
709
|
+
class VersionSource
|
710
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
711
|
+
|
712
|
+
include Google::Apis::Core::JsonObjectSupport
|
713
|
+
end
|
714
|
+
|
715
|
+
class ActivateConsentRequest
|
716
|
+
# @private
|
717
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
718
|
+
property :consent_artifact, as: 'consentArtifact'
|
719
|
+
property :expire_time, as: 'expireTime'
|
720
|
+
property :ttl, as: 'ttl'
|
721
|
+
end
|
722
|
+
end
|
723
|
+
|
724
|
+
class ArchiveUserDataMappingRequest
|
725
|
+
# @private
|
726
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
727
|
+
end
|
728
|
+
end
|
729
|
+
|
730
|
+
class ArchiveUserDataMappingResponse
|
731
|
+
# @private
|
732
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
733
|
+
end
|
734
|
+
end
|
735
|
+
|
736
|
+
class Attribute
|
737
|
+
# @private
|
738
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
739
|
+
property :attribute_definition_id, as: 'attributeDefinitionId'
|
740
|
+
collection :values, as: 'values'
|
741
|
+
end
|
742
|
+
end
|
743
|
+
|
744
|
+
class AttributeDefinition
|
745
|
+
# @private
|
746
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
747
|
+
collection :allowed_values, as: 'allowedValues'
|
748
|
+
property :category, as: 'category'
|
749
|
+
collection :consent_default_values, as: 'consentDefaultValues'
|
750
|
+
property :data_mapping_default_value, as: 'dataMappingDefaultValue'
|
751
|
+
property :description, as: 'description'
|
752
|
+
property :name, as: 'name'
|
753
|
+
end
|
754
|
+
end
|
755
|
+
|
481
756
|
class AuditConfig
|
482
757
|
# @private
|
483
758
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -518,6 +793,85 @@ module Google
|
|
518
793
|
end
|
519
794
|
end
|
520
795
|
|
796
|
+
class CheckDataAccessRequest
|
797
|
+
# @private
|
798
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
799
|
+
property :consent_list, as: 'consentList', class: Google::Apis::HealthcareV1::ConsentList, decorator: Google::Apis::HealthcareV1::ConsentList::Representation
|
800
|
+
|
801
|
+
property :data_id, as: 'dataId'
|
802
|
+
hash :request_attributes, as: 'requestAttributes'
|
803
|
+
property :response_view, as: 'responseView'
|
804
|
+
end
|
805
|
+
end
|
806
|
+
|
807
|
+
class CheckDataAccessResponse
|
808
|
+
# @private
|
809
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
810
|
+
hash :consent_details, as: 'consentDetails', class: Google::Apis::HealthcareV1::ConsentEvaluation, decorator: Google::Apis::HealthcareV1::ConsentEvaluation::Representation
|
811
|
+
|
812
|
+
property :consented, as: 'consented'
|
813
|
+
end
|
814
|
+
end
|
815
|
+
|
816
|
+
class Consent
|
817
|
+
# @private
|
818
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
819
|
+
property :consent_artifact, as: 'consentArtifact'
|
820
|
+
property :expire_time, as: 'expireTime'
|
821
|
+
hash :metadata, as: 'metadata'
|
822
|
+
property :name, as: 'name'
|
823
|
+
collection :policies, as: 'policies', class: Google::Apis::HealthcareV1::GoogleCloudHealthcareV1ConsentPolicy, decorator: Google::Apis::HealthcareV1::GoogleCloudHealthcareV1ConsentPolicy::Representation
|
824
|
+
|
825
|
+
property :revision_create_time, as: 'revisionCreateTime'
|
826
|
+
property :revision_id, as: 'revisionId'
|
827
|
+
property :state, as: 'state'
|
828
|
+
property :ttl, as: 'ttl'
|
829
|
+
property :user_id, as: 'userId'
|
830
|
+
end
|
831
|
+
end
|
832
|
+
|
833
|
+
class ConsentArtifact
|
834
|
+
# @private
|
835
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
836
|
+
collection :consent_content_screenshots, as: 'consentContentScreenshots', class: Google::Apis::HealthcareV1::Image, decorator: Google::Apis::HealthcareV1::Image::Representation
|
837
|
+
|
838
|
+
property :consent_content_version, as: 'consentContentVersion'
|
839
|
+
property :guardian_signature, as: 'guardianSignature', class: Google::Apis::HealthcareV1::Signature, decorator: Google::Apis::HealthcareV1::Signature::Representation
|
840
|
+
|
841
|
+
hash :metadata, as: 'metadata'
|
842
|
+
property :name, as: 'name'
|
843
|
+
property :user_id, as: 'userId'
|
844
|
+
property :user_signature, as: 'userSignature', class: Google::Apis::HealthcareV1::Signature, decorator: Google::Apis::HealthcareV1::Signature::Representation
|
845
|
+
|
846
|
+
property :witness_signature, as: 'witnessSignature', class: Google::Apis::HealthcareV1::Signature, decorator: Google::Apis::HealthcareV1::Signature::Representation
|
847
|
+
|
848
|
+
end
|
849
|
+
end
|
850
|
+
|
851
|
+
class ConsentEvaluation
|
852
|
+
# @private
|
853
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
854
|
+
property :evaluation_result, as: 'evaluationResult'
|
855
|
+
end
|
856
|
+
end
|
857
|
+
|
858
|
+
class ConsentList
|
859
|
+
# @private
|
860
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
861
|
+
collection :consents, as: 'consents'
|
862
|
+
end
|
863
|
+
end
|
864
|
+
|
865
|
+
class ConsentStore
|
866
|
+
# @private
|
867
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
868
|
+
property :default_consent_ttl, as: 'defaultConsentTtl'
|
869
|
+
property :enable_consent_create_on_update, as: 'enableConsentCreateOnUpdate'
|
870
|
+
hash :labels, as: 'labels'
|
871
|
+
property :name, as: 'name'
|
872
|
+
end
|
873
|
+
end
|
874
|
+
|
521
875
|
class CreateMessageRequest
|
522
876
|
# @private
|
523
877
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -634,6 +988,29 @@ module Google
|
|
634
988
|
end
|
635
989
|
end
|
636
990
|
|
991
|
+
class EvaluateUserConsentsRequest
|
992
|
+
# @private
|
993
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
994
|
+
property :consent_list, as: 'consentList', class: Google::Apis::HealthcareV1::ConsentList, decorator: Google::Apis::HealthcareV1::ConsentList::Representation
|
995
|
+
|
996
|
+
property :page_size, as: 'pageSize'
|
997
|
+
property :page_token, as: 'pageToken'
|
998
|
+
hash :request_attributes, as: 'requestAttributes'
|
999
|
+
hash :resource_attributes, as: 'resourceAttributes'
|
1000
|
+
property :response_view, as: 'responseView'
|
1001
|
+
property :user_id, as: 'userId'
|
1002
|
+
end
|
1003
|
+
end
|
1004
|
+
|
1005
|
+
class EvaluateUserConsentsResponse
|
1006
|
+
# @private
|
1007
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1008
|
+
property :next_page_token, as: 'nextPageToken'
|
1009
|
+
collection :results, as: 'results', class: Google::Apis::HealthcareV1::Result, decorator: Google::Apis::HealthcareV1::Result::Representation
|
1010
|
+
|
1011
|
+
end
|
1012
|
+
end
|
1013
|
+
|
637
1014
|
class ExportDicomDataRequest
|
638
1015
|
# @private
|
639
1016
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -708,6 +1085,17 @@ module Google
|
|
708
1085
|
end
|
709
1086
|
end
|
710
1087
|
|
1088
|
+
class Field
|
1089
|
+
# @private
|
1090
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1091
|
+
property :max_occurs, as: 'maxOccurs'
|
1092
|
+
property :min_occurs, as: 'minOccurs'
|
1093
|
+
property :name, as: 'name'
|
1094
|
+
property :table, as: 'table'
|
1095
|
+
property :type, as: 'type'
|
1096
|
+
end
|
1097
|
+
end
|
1098
|
+
|
711
1099
|
class FieldMetadata
|
712
1100
|
# @private
|
713
1101
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -716,6 +1104,23 @@ module Google
|
|
716
1104
|
end
|
717
1105
|
end
|
718
1106
|
|
1107
|
+
class GoogleCloudHealthcareV1ConsentGcsDestination
|
1108
|
+
# @private
|
1109
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1110
|
+
property :uri_prefix, as: 'uriPrefix'
|
1111
|
+
end
|
1112
|
+
end
|
1113
|
+
|
1114
|
+
class GoogleCloudHealthcareV1ConsentPolicy
|
1115
|
+
# @private
|
1116
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1117
|
+
property :authorization_rule, as: 'authorizationRule', class: Google::Apis::HealthcareV1::Expr, decorator: Google::Apis::HealthcareV1::Expr::Representation
|
1118
|
+
|
1119
|
+
collection :resource_attributes, as: 'resourceAttributes', class: Google::Apis::HealthcareV1::Attribute, decorator: Google::Apis::HealthcareV1::Attribute::Representation
|
1120
|
+
|
1121
|
+
end
|
1122
|
+
end
|
1123
|
+
|
719
1124
|
class GoogleCloudHealthcareV1DeidentifyDeidentifyDicomStoreSummary
|
720
1125
|
# @private
|
721
1126
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -758,6 +1163,7 @@ module Google
|
|
758
1163
|
property :force, as: 'force'
|
759
1164
|
property :schema_config, as: 'schemaConfig', class: Google::Apis::HealthcareV1::SchemaConfig, decorator: Google::Apis::HealthcareV1::SchemaConfig::Representation
|
760
1165
|
|
1166
|
+
property :write_disposition, as: 'writeDisposition'
|
761
1167
|
end
|
762
1168
|
end
|
763
1169
|
|
@@ -775,6 +1181,36 @@ module Google
|
|
775
1181
|
end
|
776
1182
|
end
|
777
1183
|
|
1184
|
+
class GroupOrSegment
|
1185
|
+
# @private
|
1186
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1187
|
+
property :group, as: 'group', class: Google::Apis::HealthcareV1::SchemaGroup, decorator: Google::Apis::HealthcareV1::SchemaGroup::Representation
|
1188
|
+
|
1189
|
+
property :segment, as: 'segment', class: Google::Apis::HealthcareV1::SchemaSegment, decorator: Google::Apis::HealthcareV1::SchemaSegment::Representation
|
1190
|
+
|
1191
|
+
end
|
1192
|
+
end
|
1193
|
+
|
1194
|
+
class Hl7SchemaConfig
|
1195
|
+
# @private
|
1196
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1197
|
+
hash :message_schema_configs, as: 'messageSchemaConfigs', class: Google::Apis::HealthcareV1::SchemaGroup, decorator: Google::Apis::HealthcareV1::SchemaGroup::Representation
|
1198
|
+
|
1199
|
+
collection :version, as: 'version', class: Google::Apis::HealthcareV1::VersionSource, decorator: Google::Apis::HealthcareV1::VersionSource::Representation
|
1200
|
+
|
1201
|
+
end
|
1202
|
+
end
|
1203
|
+
|
1204
|
+
class Hl7TypesConfig
|
1205
|
+
# @private
|
1206
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1207
|
+
collection :type, as: 'type', class: Google::Apis::HealthcareV1::Type, decorator: Google::Apis::HealthcareV1::Type::Representation
|
1208
|
+
|
1209
|
+
collection :version, as: 'version', class: Google::Apis::HealthcareV1::VersionSource, decorator: Google::Apis::HealthcareV1::VersionSource::Representation
|
1210
|
+
|
1211
|
+
end
|
1212
|
+
end
|
1213
|
+
|
778
1214
|
class Hl7V2NotificationConfig
|
779
1215
|
# @private
|
780
1216
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -805,6 +1241,14 @@ module Google
|
|
805
1241
|
end
|
806
1242
|
end
|
807
1243
|
|
1244
|
+
class Image
|
1245
|
+
# @private
|
1246
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1247
|
+
property :gcs_uri, as: 'gcsUri'
|
1248
|
+
property :raw_bytes, :base64 => true, as: 'rawBytes'
|
1249
|
+
end
|
1250
|
+
end
|
1251
|
+
|
808
1252
|
class ImageConfig
|
809
1253
|
# @private
|
810
1254
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -875,6 +1319,51 @@ module Google
|
|
875
1319
|
end
|
876
1320
|
end
|
877
1321
|
|
1322
|
+
class ListAttributeDefinitionsResponse
|
1323
|
+
# @private
|
1324
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1325
|
+
collection :attribute_definitions, as: 'attributeDefinitions', class: Google::Apis::HealthcareV1::AttributeDefinition, decorator: Google::Apis::HealthcareV1::AttributeDefinition::Representation
|
1326
|
+
|
1327
|
+
property :next_page_token, as: 'nextPageToken'
|
1328
|
+
end
|
1329
|
+
end
|
1330
|
+
|
1331
|
+
class ListConsentArtifactsResponse
|
1332
|
+
# @private
|
1333
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1334
|
+
collection :consent_artifacts, as: 'consentArtifacts', class: Google::Apis::HealthcareV1::ConsentArtifact, decorator: Google::Apis::HealthcareV1::ConsentArtifact::Representation
|
1335
|
+
|
1336
|
+
property :next_page_token, as: 'nextPageToken'
|
1337
|
+
end
|
1338
|
+
end
|
1339
|
+
|
1340
|
+
class ListConsentRevisionsResponse
|
1341
|
+
# @private
|
1342
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1343
|
+
collection :consents, as: 'consents', class: Google::Apis::HealthcareV1::Consent, decorator: Google::Apis::HealthcareV1::Consent::Representation
|
1344
|
+
|
1345
|
+
property :next_page_token, as: 'nextPageToken'
|
1346
|
+
end
|
1347
|
+
end
|
1348
|
+
|
1349
|
+
class ListConsentStoresResponse
|
1350
|
+
# @private
|
1351
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1352
|
+
collection :consent_stores, as: 'consentStores', class: Google::Apis::HealthcareV1::ConsentStore, decorator: Google::Apis::HealthcareV1::ConsentStore::Representation
|
1353
|
+
|
1354
|
+
property :next_page_token, as: 'nextPageToken'
|
1355
|
+
end
|
1356
|
+
end
|
1357
|
+
|
1358
|
+
class ListConsentsResponse
|
1359
|
+
# @private
|
1360
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1361
|
+
collection :consents, as: 'consents', class: Google::Apis::HealthcareV1::Consent, decorator: Google::Apis::HealthcareV1::Consent::Representation
|
1362
|
+
|
1363
|
+
property :next_page_token, as: 'nextPageToken'
|
1364
|
+
end
|
1365
|
+
end
|
1366
|
+
|
878
1367
|
class ListDatasetsResponse
|
879
1368
|
# @private
|
880
1369
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -938,6 +1427,15 @@ module Google
|
|
938
1427
|
end
|
939
1428
|
end
|
940
1429
|
|
1430
|
+
class ListUserDataMappingsResponse
|
1431
|
+
# @private
|
1432
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1433
|
+
property :next_page_token, as: 'nextPageToken'
|
1434
|
+
collection :user_data_mappings, as: 'userDataMappings', class: Google::Apis::HealthcareV1::UserDataMapping, decorator: Google::Apis::HealthcareV1::UserDataMapping::Representation
|
1435
|
+
|
1436
|
+
end
|
1437
|
+
end
|
1438
|
+
|
941
1439
|
class Location
|
942
1440
|
# @private
|
943
1441
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -961,6 +1459,8 @@ module Google
|
|
961
1459
|
|
962
1460
|
collection :patient_ids, as: 'patientIds', class: Google::Apis::HealthcareV1::PatientId, decorator: Google::Apis::HealthcareV1::PatientId::Representation
|
963
1461
|
|
1462
|
+
property :schematized_data, as: 'schematizedData', class: Google::Apis::HealthcareV1::SchematizedData, decorator: Google::Apis::HealthcareV1::SchematizedData::Representation
|
1463
|
+
|
964
1464
|
property :send_facility, as: 'sendFacility'
|
965
1465
|
property :send_time, as: 'sendTime'
|
966
1466
|
end
|
@@ -1010,6 +1510,8 @@ module Google
|
|
1010
1510
|
# @private
|
1011
1511
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1012
1512
|
property :allow_null_header, as: 'allowNullHeader'
|
1513
|
+
property :schema, as: 'schema', class: Google::Apis::HealthcareV1::SchemaPackage, decorator: Google::Apis::HealthcareV1::SchemaPackage::Representation
|
1514
|
+
|
1013
1515
|
property :segment_terminator, :base64 => true, as: 'segmentTerminator'
|
1014
1516
|
end
|
1015
1517
|
end
|
@@ -1043,12 +1545,29 @@ module Google
|
|
1043
1545
|
end
|
1044
1546
|
end
|
1045
1547
|
|
1548
|
+
class QueryAccessibleDataRequest
|
1549
|
+
# @private
|
1550
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1551
|
+
property :gcs_destination, as: 'gcsDestination', class: Google::Apis::HealthcareV1::GoogleCloudHealthcareV1ConsentGcsDestination, decorator: Google::Apis::HealthcareV1::GoogleCloudHealthcareV1ConsentGcsDestination::Representation
|
1552
|
+
|
1553
|
+
hash :request_attributes, as: 'requestAttributes'
|
1554
|
+
hash :resource_attributes, as: 'resourceAttributes'
|
1555
|
+
end
|
1556
|
+
end
|
1557
|
+
|
1046
1558
|
class RedactConfig
|
1047
1559
|
# @private
|
1048
1560
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1049
1561
|
end
|
1050
1562
|
end
|
1051
1563
|
|
1564
|
+
class RejectConsentRequest
|
1565
|
+
# @private
|
1566
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1567
|
+
property :consent_artifact, as: 'consentArtifact'
|
1568
|
+
end
|
1569
|
+
end
|
1570
|
+
|
1052
1571
|
class ReplaceWithInfoTypeConfig
|
1053
1572
|
# @private
|
1054
1573
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1062,6 +1581,23 @@ module Google
|
|
1062
1581
|
end
|
1063
1582
|
end
|
1064
1583
|
|
1584
|
+
class Result
|
1585
|
+
# @private
|
1586
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1587
|
+
hash :consent_details, as: 'consentDetails', class: Google::Apis::HealthcareV1::ConsentEvaluation, decorator: Google::Apis::HealthcareV1::ConsentEvaluation::Representation
|
1588
|
+
|
1589
|
+
property :consented, as: 'consented'
|
1590
|
+
property :data_id, as: 'dataId'
|
1591
|
+
end
|
1592
|
+
end
|
1593
|
+
|
1594
|
+
class RevokeConsentRequest
|
1595
|
+
# @private
|
1596
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1597
|
+
property :consent_artifact, as: 'consentArtifact'
|
1598
|
+
end
|
1599
|
+
end
|
1600
|
+
|
1065
1601
|
class SchemaConfig
|
1066
1602
|
# @private
|
1067
1603
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1070,6 +1606,47 @@ module Google
|
|
1070
1606
|
end
|
1071
1607
|
end
|
1072
1608
|
|
1609
|
+
class SchemaGroup
|
1610
|
+
# @private
|
1611
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1612
|
+
property :choice, as: 'choice'
|
1613
|
+
property :max_occurs, as: 'maxOccurs'
|
1614
|
+
collection :members, as: 'members', class: Google::Apis::HealthcareV1::GroupOrSegment, decorator: Google::Apis::HealthcareV1::GroupOrSegment::Representation
|
1615
|
+
|
1616
|
+
property :min_occurs, as: 'minOccurs'
|
1617
|
+
property :name, as: 'name'
|
1618
|
+
end
|
1619
|
+
end
|
1620
|
+
|
1621
|
+
class SchemaPackage
|
1622
|
+
# @private
|
1623
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1624
|
+
property :ignore_min_occurs, as: 'ignoreMinOccurs'
|
1625
|
+
collection :schemas, as: 'schemas', class: Google::Apis::HealthcareV1::Hl7SchemaConfig, decorator: Google::Apis::HealthcareV1::Hl7SchemaConfig::Representation
|
1626
|
+
|
1627
|
+
property :schematized_parsing_type, as: 'schematizedParsingType'
|
1628
|
+
collection :types, as: 'types', class: Google::Apis::HealthcareV1::Hl7TypesConfig, decorator: Google::Apis::HealthcareV1::Hl7TypesConfig::Representation
|
1629
|
+
|
1630
|
+
end
|
1631
|
+
end
|
1632
|
+
|
1633
|
+
class SchemaSegment
|
1634
|
+
# @private
|
1635
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1636
|
+
property :max_occurs, as: 'maxOccurs'
|
1637
|
+
property :min_occurs, as: 'minOccurs'
|
1638
|
+
property :type, as: 'type'
|
1639
|
+
end
|
1640
|
+
end
|
1641
|
+
|
1642
|
+
class SchematizedData
|
1643
|
+
# @private
|
1644
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1645
|
+
property :data, as: 'data'
|
1646
|
+
property :error, as: 'error'
|
1647
|
+
end
|
1648
|
+
end
|
1649
|
+
|
1073
1650
|
class SearchResourcesRequest
|
1074
1651
|
# @private
|
1075
1652
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1095,6 +1672,17 @@ module Google
|
|
1095
1672
|
end
|
1096
1673
|
end
|
1097
1674
|
|
1675
|
+
class Signature
|
1676
|
+
# @private
|
1677
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1678
|
+
property :image, as: 'image', class: Google::Apis::HealthcareV1::Image, decorator: Google::Apis::HealthcareV1::Image::Representation
|
1679
|
+
|
1680
|
+
hash :metadata, as: 'metadata'
|
1681
|
+
property :signature_time, as: 'signatureTime'
|
1682
|
+
property :user_id, as: 'userId'
|
1683
|
+
end
|
1684
|
+
end
|
1685
|
+
|
1098
1686
|
class Status
|
1099
1687
|
# @private
|
1100
1688
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1141,6 +1729,37 @@ module Google
|
|
1141
1729
|
|
1142
1730
|
end
|
1143
1731
|
end
|
1732
|
+
|
1733
|
+
class Type
|
1734
|
+
# @private
|
1735
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1736
|
+
collection :fields, as: 'fields', class: Google::Apis::HealthcareV1::Field, decorator: Google::Apis::HealthcareV1::Field::Representation
|
1737
|
+
|
1738
|
+
property :name, as: 'name'
|
1739
|
+
property :primitive, as: 'primitive'
|
1740
|
+
end
|
1741
|
+
end
|
1742
|
+
|
1743
|
+
class UserDataMapping
|
1744
|
+
# @private
|
1745
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1746
|
+
property :archive_time, as: 'archiveTime'
|
1747
|
+
property :archived, as: 'archived'
|
1748
|
+
property :data_id, as: 'dataId'
|
1749
|
+
property :name, as: 'name'
|
1750
|
+
collection :resource_attributes, as: 'resourceAttributes', class: Google::Apis::HealthcareV1::Attribute, decorator: Google::Apis::HealthcareV1::Attribute::Representation
|
1751
|
+
|
1752
|
+
property :user_id, as: 'userId'
|
1753
|
+
end
|
1754
|
+
end
|
1755
|
+
|
1756
|
+
class VersionSource
|
1757
|
+
# @private
|
1758
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1759
|
+
property :msh_field, as: 'mshField'
|
1760
|
+
property :value, as: 'value'
|
1761
|
+
end
|
1762
|
+
end
|
1144
1763
|
end
|
1145
1764
|
end
|
1146
1765
|
end
|