tencentcloud-sdk-mrs 1.0.218 → 1.0.222

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8f9b89c4e99c22f030290075dc6607a91f82048b
4
- data.tar.gz: 4d7b96fab992f0508833d93cd15897241a094b0b
3
+ metadata.gz: 48b7d06fdafa89a65586f235bbc77fca8624768c
4
+ data.tar.gz: 0b9dea92c5d9f3c958e1815cbfa5950f97f18ce4
5
5
  SHA512:
6
- metadata.gz: c4aeefb5b1e92baa1aa4929494e010b97ee52e8171a10e35c3a6fee75670d046f4d30a246e33c988e997134d4ac9c006b2a311e61e43d4f8a879c5e0221ba5b6
7
- data.tar.gz: efe99f9f5884c5953c412e5ea6dc8c46d8714a84df9d3da362d9164f826b44fed43a486b12aeb657146033bf5f3c1277b73311fe0af2b9a42ba34dedf6eb55e7
6
+ metadata.gz: c64c1e5f70f16c54badeff91c774cd37f366eb69f7f9faf19dabb3b00aca1a4ac08e4e6ac29775892672d2992526fb572a5b0033d153c74f054fd4ad40f50b37
7
+ data.tar.gz: 245dce78179b81ccedda22eccc5a2ad6c8287eac4d221cc87ccaff48c3be41cf8c18e7be1c1bb040fd66c1e744d84e287c8410c1d14a7069b04c010cd7fd8da6
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.218
1
+ 1.0.222
@@ -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.218
4
+ version: 1.0.222
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-07 00:00:00.000000000 Z
11
+ date: 2021-12-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common