tencentcloud-sdk-cii 1.0.222 → 1.0.226

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: 6fee508d5e388c091f4bed68e78958c5f6b3d84a
4
- data.tar.gz: c14130790e00ceaeb2f99cc28fce8898f6e1d91e
3
+ metadata.gz: b3116819088fb8dcf2ee98e91ba6434c9b82065a
4
+ data.tar.gz: a90ff52c30af5b3d42caa3793f24554b808b32d1
5
5
  SHA512:
6
- metadata.gz: e7cded42624a391681cf0a4594e8a0f2bcbfb53dd3b6b8eb51abfc7c25e67fd3451c762ac694208bbfcf83cdcab2fd9606f3eac006556cd543098e19913b2291
7
- data.tar.gz: e65b27175ef3f8513e22f47f83125a07a32db10719ecff76e85cf0835fc6937f3c17ba98e9c0dd3a3d8c805ae26d516e7f9f22583e8ca2c1386f6882d842694a
6
+ metadata.gz: b332d5ffe68ca9c697767a148dfffce4e32ff692bb0eccf8bd63879133c18f5e1dfd52810486079fe664a156f3ca400b4212249ca997867fc8aa555659293db8
7
+ data.tar.gz: b3d6e4b0470b756c654bd4e1cc9f434d367d1d902ab9e5b525c0f797992f87a1846a4c2827490cb378cce9f52719e6adaa0f4cca5d17c33783f74ab2abb3ac57
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.222
1
+ 1.0.226
@@ -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
@@ -701,7 +701,7 @@ module TencentCloud
701
701
  class MachinePredict < TencentCloud::Common::AbstractModel
702
702
  # @param Title: 核保引擎名称
703
703
  # @type Title: String
704
- # @param Conclusion: 核保结论
704
+ # @param Conclusion: 核保结论:加费、承保、拒保、延期、除外、加费+除外
705
705
  # @type Conclusion: String
706
706
  # @param Explanation: AI决策树解释
707
707
  # @type Explanation: 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.222
4
+ version: 1.0.226
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-13 00:00:00.000000000 Z
11
+ date: 2021-12-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common