tencentcloud-sdk-mrs 1.0.212 → 1.0.213
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/lib/VERSION +1 -1
- data/lib/v20200910/models.rb +96 -7
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 637c382d52e923284c015065e88b630e71d72863
|
4
|
+
data.tar.gz: 1579cb6ccb67017797be13565825036d48393138
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2d6c932888f39e1b282ab1b94338c5888c7dd632158fe224ecbd14f9f452d0add45d4dc49c53cfe5b49516189bffca4957ed571d9d026846b0934cd74c0db71f
|
7
|
+
data.tar.gz: 92cc6b6cd877346fc41fe38ade1b2c0cb4e804287fdc84a18739db452e7ea236bf212c352767ab177cd7aee6382ab21178b579cfefe0dd7b70a96ef580aeb06d
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.213
|
data/lib/v20200910/models.rb
CHANGED
@@ -1034,11 +1034,11 @@ module TencentCloud
|
|
1034
1034
|
|
1035
1035
|
# ImageToClass请求参数结构体
|
1036
1036
|
class ImageToClassRequest < TencentCloud::Common::AbstractModel
|
1037
|
-
# @param ImageInfoList: 图片列表,允许传入多张图片,支持传入图片的url
|
1037
|
+
# @param ImageInfoList: 图片列表,允许传入多张图片,支持传入图片的base64编码,暂不支持图片url
|
1038
1038
|
# @type ImageInfoList: Array
|
1039
1039
|
# @param HandleParam: 图片处理参数
|
1040
1040
|
# @type HandleParam: :class:`Tencentcloud::Mrs.v20200910.models.HandleParam`
|
1041
|
-
# @param Type:
|
1041
|
+
# @param Type: 不填,默认为0
|
1042
1042
|
# @type Type: Integer
|
1043
1043
|
|
1044
1044
|
attr_accessor :ImageInfoList, :HandleParam, :Type
|
@@ -1096,11 +1096,11 @@ module TencentCloud
|
|
1096
1096
|
|
1097
1097
|
# ImageToObject请求参数结构体
|
1098
1098
|
class ImageToObjectRequest < TencentCloud::Common::AbstractModel
|
1099
|
-
# @param ImageInfoList:
|
1099
|
+
# @param ImageInfoList: 图片列表,允许传入多张图片,目前只支持传入图片base64编码,图片url暂不支持
|
1100
1100
|
# @type ImageInfoList: Array
|
1101
1101
|
# @param HandleParam: 图片处理参数
|
1102
1102
|
# @type HandleParam: :class:`Tencentcloud::Mrs.v20200910.models.HandleParam`
|
1103
|
-
# @param Type: 报告类型,目前支持11(检验报告),12(检查报告),15(病理报告),28(出院报告),29(入院报告),210(门诊病历),212(手术记录),218(诊断证明),363(心电图),27(内窥镜检查),215
|
1103
|
+
# @param Type: 报告类型,目前支持11(检验报告),12(检查报告),15(病理报告),28(出院报告),29(入院报告),210(门诊病历),212(手术记录),218(诊断证明),363(心电图),27(内窥镜检查),215(处方单),219(免疫接种证明),301(C14呼气试验)。如果不清楚报告类型,可以使用分类引擎,该字段传0(同时IsUsedClassify字段必须为True,否则无法输出结果)
|
1104
1104
|
# @type Type: Integer
|
1105
1105
|
# @param IsUsedClassify: 是否使用分类引擎,当不确定报告类型时,可以使用收费的报告分类引擎服务。若该字段为 False,则 Type 字段不能为 0,否则无法输出结果。
|
1106
1106
|
# 注意:当 IsUsedClassify 为True 时,表示使用收费的报告分类服务,将会产生额外的费用,具体收费标准参见 [购买指南的产品价格](https://cloud.tencent.com/document/product/1314/54264)。
|
@@ -2570,10 +2570,13 @@ module TencentCloud
|
|
2570
2570
|
# @param Prescription: 处方单
|
2571
2571
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
2572
2572
|
# @type Prescription: :class:`Tencentcloud::Mrs.v20200910.models.Prescription`
|
2573
|
+
# @param VaccineCertificate: 免疫接种证明
|
2574
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
2575
|
+
# @type VaccineCertificate: :class:`Tencentcloud::Mrs.v20200910.models.VaccineCertificate`
|
2573
2576
|
|
2574
|
-
attr_accessor :PatientInfo, :ReportInfo, :Check, :Pathology, :MedDoc, :DiagCert, :FirstPage, :Indicator, :ReportType, :MedicalRecordInfo, :Hospitalization, :Surgery, :Electrocardiogram, :Endoscopy, :Prescription
|
2577
|
+
attr_accessor :PatientInfo, :ReportInfo, :Check, :Pathology, :MedDoc, :DiagCert, :FirstPage, :Indicator, :ReportType, :MedicalRecordInfo, :Hospitalization, :Surgery, :Electrocardiogram, :Endoscopy, :Prescription, :VaccineCertificate
|
2575
2578
|
|
2576
|
-
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)
|
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)
|
2577
2580
|
@PatientInfo = patientinfo
|
2578
2581
|
@ReportInfo = reportinfo
|
2579
2582
|
@Check = check
|
@@ -2589,6 +2592,7 @@ module TencentCloud
|
|
2589
2592
|
@Electrocardiogram = electrocardiogram
|
2590
2593
|
@Endoscopy = endoscopy
|
2591
2594
|
@Prescription = prescription
|
2595
|
+
@VaccineCertificate = vaccinecertificate
|
2592
2596
|
end
|
2593
2597
|
|
2594
2598
|
def deserialize(params)
|
@@ -2649,6 +2653,10 @@ module TencentCloud
|
|
2649
2653
|
@Prescription = Prescription.new
|
2650
2654
|
@Prescription.deserialize(params['Prescription'])
|
2651
2655
|
end
|
2656
|
+
unless params['VaccineCertificate'].nil?
|
2657
|
+
@VaccineCertificate = VaccineCertificate.new
|
2658
|
+
@VaccineCertificate.deserialize(params['VaccineCertificate'])
|
2659
|
+
end
|
2652
2660
|
end
|
2653
2661
|
end
|
2654
2662
|
|
@@ -2699,7 +2707,7 @@ module TencentCloud
|
|
2699
2707
|
class TextToObjectRequest < TencentCloud::Common::AbstractModel
|
2700
2708
|
# @param Text: 报告文本
|
2701
2709
|
# @type Text: String
|
2702
|
-
# @param Type: 报告类型,目前支持12(检查报告),15(病理报告),28(出院报告),29(入院报告),210(门诊病历),212(手术记录),218(诊断证明),363(心电图),27(内窥镜检查),215
|
2710
|
+
# @param Type: 报告类型,目前支持12(检查报告),15(病理报告),28(出院报告),29(入院报告),210(门诊病历),212(手术记录),218(诊断证明),363(心电图),27(内窥镜检查),215(处方单),219(免疫接种证明),301(C14呼气试验)。如果不清楚报告类型,可以使用分类引擎,该字段传0(同时IsUsedClassify字段必须为True,否则无法输出结果)
|
2703
2711
|
# @type Type: Integer
|
2704
2712
|
# @param IsUsedClassify: 是否使用分类引擎,当不确定报告类型时,可以使用收费的报告分类引擎服务。若该字段为False,则Type字段不能为0,否则无法输出结果。
|
2705
2713
|
# 注意:当 IsUsedClassify 为True 时,表示使用收费的报告分类服务,将会产生额外的费用,具体收费标准参见 [购买指南的产品价格](https://cloud.tencent.com/document/product/1314/54264)。
|
@@ -3195,6 +3203,87 @@ module TencentCloud
|
|
3195
3203
|
end
|
3196
3204
|
end
|
3197
3205
|
|
3206
|
+
# 免疫接种记录
|
3207
|
+
class Vaccination < TencentCloud::Common::AbstractModel
|
3208
|
+
# @param Id: 序号
|
3209
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
3210
|
+
# @type Id: String
|
3211
|
+
# @param Vaccine: 疫苗名称
|
3212
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
3213
|
+
# @type Vaccine: String
|
3214
|
+
# @param Dose: 剂次
|
3215
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
3216
|
+
# @type Dose: String
|
3217
|
+
# @param Date: 接种日期
|
3218
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
3219
|
+
# @type Date: String
|
3220
|
+
# @param LotNumber: 疫苗批号
|
3221
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
3222
|
+
# @type LotNumber: String
|
3223
|
+
# @param Manufacturer: 生产企业
|
3224
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
3225
|
+
# @type Manufacturer: String
|
3226
|
+
# @param Clinic: 接种单位
|
3227
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
3228
|
+
# @type Clinic: String
|
3229
|
+
# @param Site: 接种部位
|
3230
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
3231
|
+
# @type Site: String
|
3232
|
+
# @param Provider: 接种者
|
3233
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
3234
|
+
# @type Provider: String
|
3235
|
+
|
3236
|
+
attr_accessor :Id, :Vaccine, :Dose, :Date, :LotNumber, :Manufacturer, :Clinic, :Site, :Provider
|
3237
|
+
|
3238
|
+
def initialize(id=nil, vaccine=nil, dose=nil, date=nil, lotnumber=nil, manufacturer=nil, clinic=nil, site=nil, provider=nil)
|
3239
|
+
@Id = id
|
3240
|
+
@Vaccine = vaccine
|
3241
|
+
@Dose = dose
|
3242
|
+
@Date = date
|
3243
|
+
@LotNumber = lotnumber
|
3244
|
+
@Manufacturer = manufacturer
|
3245
|
+
@Clinic = clinic
|
3246
|
+
@Site = site
|
3247
|
+
@Provider = provider
|
3248
|
+
end
|
3249
|
+
|
3250
|
+
def deserialize(params)
|
3251
|
+
@Id = params['Id']
|
3252
|
+
@Vaccine = params['Vaccine']
|
3253
|
+
@Dose = params['Dose']
|
3254
|
+
@Date = params['Date']
|
3255
|
+
@LotNumber = params['LotNumber']
|
3256
|
+
@Manufacturer = params['Manufacturer']
|
3257
|
+
@Clinic = params['Clinic']
|
3258
|
+
@Site = params['Site']
|
3259
|
+
@Provider = params['Provider']
|
3260
|
+
end
|
3261
|
+
end
|
3262
|
+
|
3263
|
+
# 免疫接种证明
|
3264
|
+
class VaccineCertificate < TencentCloud::Common::AbstractModel
|
3265
|
+
# @param VaccineList: 免疫接种列表
|
3266
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
3267
|
+
# @type VaccineList: Array
|
3268
|
+
|
3269
|
+
attr_accessor :VaccineList
|
3270
|
+
|
3271
|
+
def initialize(vaccinelist=nil)
|
3272
|
+
@VaccineList = vaccinelist
|
3273
|
+
end
|
3274
|
+
|
3275
|
+
def deserialize(params)
|
3276
|
+
unless params['VaccineList'].nil?
|
3277
|
+
@VaccineList = []
|
3278
|
+
params['VaccineList'].each do |i|
|
3279
|
+
vaccination_tmp = Vaccination.new
|
3280
|
+
vaccination_tmp.deserialize(i)
|
3281
|
+
@VaccineList << vaccination_tmp
|
3282
|
+
end
|
3283
|
+
end
|
3284
|
+
end
|
3285
|
+
end
|
3286
|
+
|
3198
3287
|
# 值
|
3199
3288
|
class Value < TencentCloud::Common::AbstractModel
|
3200
3289
|
# @param Grade: 等级
|
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.
|
4
|
+
version: 1.0.213
|
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-11-
|
11
|
+
date: 2021-11-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|