tencentcloud-sdk-cii 1.0.223 → 1.0.224
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/v20210408/models.rb +6 -6
- 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: 51b367509fbf88136dadac594ef784cebaeacaaf
|
|
4
|
+
data.tar.gz: 5819ddcc6b414fe071709b43d3ef88b1a52d3038
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c4adff189497a48d51264f3e5d8aeba32a464861a3d08a2a065dc9ad30b652c6d7944acf19008adecbfa5223c64e544e1f75fe763776dd2b39530ca486ba898e
|
|
7
|
+
data.tar.gz: 38f64fb9aef6da58620647793df8fe8df7eba6768e645bc995c5273007aaec8c8780647d64b31e09467bbaf3ba13abf4847d88cda00a1a96d9a2da6de533e44c
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.224
|
data/lib/v20210408/models.rb
CHANGED
|
@@ -195,7 +195,7 @@ module TencentCloud
|
|
|
195
195
|
|
|
196
196
|
# 创建结构化任务子任务信息
|
|
197
197
|
class CreateStructureTaskInfo < TencentCloud::Common::AbstractModel
|
|
198
|
-
# @param TaskType:
|
|
198
|
+
# @param TaskType: 任务类型:HealthReport(体检报告); BUltraReport(B超报告);MedCheckReport(检查报告);LaboratoryReport(检验报告); PathologyReport(病理报告);AdmissionReport(入院记录);DischargeReport(出院记录); DischargeSummary(出院小结);DiagnosisReport(诊断证明); MedicalRecordFront(病案首页);OperationReport(手术记录);OutpatientMedicalRecord(门诊病历)
|
|
199
199
|
# @type TaskType: String
|
|
200
200
|
# @param FileList: 报告文件上传的地址列表,需按顺序排列。如果使用ImageList参数,置为空数组即可
|
|
201
201
|
# @type FileList: Array
|
|
@@ -672,7 +672,7 @@ module TencentCloud
|
|
|
672
672
|
|
|
673
673
|
# 包含险种的各个核保结论
|
|
674
674
|
class InsuranceResult < TencentCloud::Common::AbstractModel
|
|
675
|
-
# @param InsuranceType:
|
|
675
|
+
# @param InsuranceType: 险种:CriticalDiseaseInsurance(重疾险);LifeInsurance(寿险);AccidentInsurance(意外险);MedicalInsurance(医疗险)
|
|
676
676
|
# @type InsuranceType: String
|
|
677
677
|
# @param Result: 对应险种的机器核保结果
|
|
678
678
|
# @type Result: Array
|
|
@@ -785,7 +785,7 @@ module TencentCloud
|
|
|
785
785
|
class PerStructDifference < TencentCloud::Common::AbstractModel
|
|
786
786
|
# @param SubTaskId: 子任务ID
|
|
787
787
|
# @type SubTaskId: String
|
|
788
|
-
# @param TaskType:
|
|
788
|
+
# @param TaskType: 任务类型:HealthReport(体检报告); BUltraReport(B超报告);MedCheckReport(检查报告);LaboratoryReport(检验报告); PathologyReport(病理报告);AdmissionReport(入院记录);DischargeReport(出院记录); DischargeSummary(出院小结);DiagnosisReport(诊断证明); MedicalRecordFront(病案首页);OperationReport(手术记录);OutpatientMedicalRecord(门诊病历)
|
|
789
789
|
# @type TaskType: String
|
|
790
790
|
# @param ModifyItems: 修改的项
|
|
791
791
|
# @type ModifyItems: Array
|
|
@@ -874,7 +874,7 @@ module TencentCloud
|
|
|
874
874
|
# @type SubTaskId: String
|
|
875
875
|
# @param TaskName: 任务名
|
|
876
876
|
# @type TaskName: String
|
|
877
|
-
# @param TaskType:
|
|
877
|
+
# @param TaskType: 任务类型:HealthReport(体检报告); BUltraReport(B超报告);MedCheckReport(检查报告);LaboratoryReport(检验报告); PathologyReport(病理报告);AdmissionReport(入院记录);DischargeReport(出院记录); DischargeSummary(出院小结);DiagnosisReport(诊断证明); MedicalRecordFront(病案首页);OperationReport(手术记录);OutpatientMedicalRecord(门诊病历)
|
|
878
878
|
# @type TaskType: String
|
|
879
879
|
|
|
880
880
|
attr_accessor :MainTaskId, :SubTaskId, :TaskName, :TaskType
|
|
@@ -945,9 +945,9 @@ module TencentCloud
|
|
|
945
945
|
|
|
946
946
|
# 结构化结果
|
|
947
947
|
class StructureResultObject < TencentCloud::Common::AbstractModel
|
|
948
|
-
# @param Code: 0
|
|
948
|
+
# @param Code: 0表示正常返回;1代表结果未生成;2代表任务执行失败
|
|
949
949
|
# @type Code: Integer
|
|
950
|
-
# @param TaskType:
|
|
950
|
+
# @param TaskType: 报告类型:HealthReport(体检报告); BUltraReport(B超报告);MedCheckReport(检查报告);LaboratoryReport(检验报告); PathologyReport(病理报告);AdmissionReport(入院记录);DischargeReport(出院记录); DischargeSummary(出院小结);DiagnosisReport(诊断证明); MedicalRecordFront(病案首页);OperationReport(手术记录);OutpatientMedicalRecord(门诊病历)
|
|
951
951
|
# @type TaskType: String
|
|
952
952
|
# @param StructureResult: 结构化结果
|
|
953
953
|
# @type StructureResult: String
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-cii
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.224
|
|
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-
|
|
11
|
+
date: 2021-12-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|