tencentcloud-sdk-mrs 1.0.220 → 1.0.221

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
  SHA1:
3
- metadata.gz: 33bad7e54206918a7818df4ab6dc26d198575206
4
- data.tar.gz: 74e457a3d13bb014b70dc9afef935c3819903c45
3
+ metadata.gz: 39b912eb7d1aa46ad8036957eea926b623593685
4
+ data.tar.gz: fcfd17b11b2e074358ffb83e32292a0ac6c252ad
5
5
  SHA512:
6
- metadata.gz: bd052d15b0bd8750867aa46176f538f43133fdbea55e014660e0b0872bb76d0932f9a79bea15eb33e34510d272ef92cb0c699caa195ba215f3acf81892e6ed61
7
- data.tar.gz: 057ac697350755ebfdbb28276ccfbffcdff00b0451d6795d6b3e2c5cad40e86c1d1e8b7b424b84d254bb7e47e2dccd5b7ad80633d6a6ffc7128e3deeeb17101d
6
+ metadata.gz: b68b368f6aff22c8c83c41715e9311995a60a5872c5ab869bf9998bd6e7223c06efecdd4084d4cdc626872ec865d89c0d3f50098c0df7a1448a47d2fd94420fd
7
+ data.tar.gz: d51e51886b6c9a6ba1b84a4f88c77832730bbb97595b8cef94150e669b28b5f8d4af307f917a687a0da80591303fb4399edd1119bbcc91e62263b0434a8e4548
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.220
1
+ 1.0.221
@@ -2573,10 +2573,13 @@ module TencentCloud
2573
2573
  # @param VaccineCertificate: 免疫接种证明
2574
2574
  # 注意:此字段可能返回 null,表示取不到有效值。
2575
2575
  # @type VaccineCertificate: :class:`Tencentcloud::Mrs.v20200910.models.VaccineCertificate`
2576
+ # @param OcrText: OCR文本
2577
+ # 注意:此字段可能返回 null,表示取不到有效值。
2578
+ # @type OcrText: String
2576
2579
 
2577
- attr_accessor :PatientInfo, :ReportInfo, :Check, :Pathology, :MedDoc, :DiagCert, :FirstPage, :Indicator, :ReportType, :MedicalRecordInfo, :Hospitalization, :Surgery, :Electrocardiogram, :Endoscopy, :Prescription, :VaccineCertificate
2580
+ attr_accessor :PatientInfo, :ReportInfo, :Check, :Pathology, :MedDoc, :DiagCert, :FirstPage, :Indicator, :ReportType, :MedicalRecordInfo, :Hospitalization, :Surgery, :Electrocardiogram, :Endoscopy, :Prescription, :VaccineCertificate, :OcrText
2578
2581
 
2579
- def initialize(patientinfo=nil, reportinfo=nil, check=nil, pathology=nil, meddoc=nil, diagcert=nil, firstpage=nil, indicator=nil, reporttype=nil, medicalrecordinfo=nil, hospitalization=nil, surgery=nil, electrocardiogram=nil, endoscopy=nil, prescription=nil, vaccinecertificate=nil)
2582
+ def initialize(patientinfo=nil, reportinfo=nil, check=nil, pathology=nil, meddoc=nil, diagcert=nil, firstpage=nil, indicator=nil, reporttype=nil, medicalrecordinfo=nil, hospitalization=nil, surgery=nil, electrocardiogram=nil, endoscopy=nil, prescription=nil, vaccinecertificate=nil, ocrtext=nil)
2580
2583
  @PatientInfo = patientinfo
2581
2584
  @ReportInfo = reportinfo
2582
2585
  @Check = check
@@ -2593,6 +2596,7 @@ module TencentCloud
2593
2596
  @Endoscopy = endoscopy
2594
2597
  @Prescription = prescription
2595
2598
  @VaccineCertificate = vaccinecertificate
2599
+ @OcrText = ocrtext
2596
2600
  end
2597
2601
 
2598
2602
  def deserialize(params)
@@ -2657,6 +2661,7 @@ module TencentCloud
2657
2661
  @VaccineCertificate = VaccineCertificate.new
2658
2662
  @VaccineCertificate.deserialize(params['VaccineCertificate'])
2659
2663
  end
2664
+ @OcrText = params['OcrText']
2660
2665
  end
2661
2666
  end
2662
2667
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-mrs
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.220
4
+ version: 1.0.221
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-12-09 00:00:00.000000000 Z
11
+ date: 2021-12-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common