tencentcloud-sdk-mrs 3.0.656 → 3.0.657

Sign up to get free protection for your applications and to get access to all the features.
@@ -407,6 +407,314 @@ module TencentCloud
407
407
  end
408
408
  end
409
409
 
410
+ # 结构化信息
411
+ class Block < TencentCloud::Common::AbstractModel
412
+ # @param Check: 诊断信息
413
+ # 注意:此字段可能返回 null,表示取不到有效值。
414
+ # @type Check: Array
415
+ # @param Pathology: 病理报告
416
+ # 注意:此字段可能返回 null,表示取不到有效值。
417
+ # @type Pathology: Array
418
+ # @param MedDoc: 医学资料
419
+ # 注意:此字段可能返回 null,表示取不到有效值。
420
+ # @type MedDoc: Array
421
+ # @param DiagCert: 诊断证明
422
+ # 注意:此字段可能返回 null,表示取不到有效值。
423
+ # @type DiagCert: Array
424
+ # @param FirstPage: 病案首页
425
+ # 注意:此字段可能返回 null,表示取不到有效值。
426
+ # @type FirstPage: Array
427
+ # @param Indicator: 检验报告
428
+ # 注意:此字段可能返回 null,表示取不到有效值。
429
+ # @type Indicator: Array
430
+ # @param MedicalRecordInfo: 门诊病历信息
431
+ # 注意:此字段可能返回 null,表示取不到有效值。
432
+ # @type MedicalRecordInfo: Array
433
+ # @param Hospitalization: 出入院信息
434
+ # 注意:此字段可能返回 null,表示取不到有效值。
435
+ # @type Hospitalization: Array
436
+ # @param Surgery: 手术记录
437
+ # 注意:此字段可能返回 null,表示取不到有效值。
438
+ # @type Surgery: Array
439
+ # @param Prescription: 处方单
440
+ # 注意:此字段可能返回 null,表示取不到有效值。
441
+ # @type Prescription: Array
442
+ # @param VaccineCertificate: 免疫接种证明
443
+ # 注意:此字段可能返回 null,表示取不到有效值。
444
+ # @type VaccineCertificate: Array
445
+ # @param Electrocardiogram: 心电图
446
+ # 注意:此字段可能返回 null,表示取不到有效值。
447
+ # @type Electrocardiogram: Array
448
+ # @param PathologyV2: 病理报告v2
449
+ # 注意:此字段可能返回 null,表示取不到有效值。
450
+ # @type PathologyV2: Array
451
+ # @param Endoscopy: 内窥镜报告
452
+ # 注意:此字段可能返回 null,表示取不到有效值。
453
+ # @type Endoscopy: Array
454
+ # @param C14: C14检验报告
455
+ # 注意:此字段可能返回 null,表示取不到有效值。
456
+ # @type C14: Array
457
+ # @param Exame: 体检结论
458
+ # 注意:此字段可能返回 null,表示取不到有效值。
459
+ # @type Exame: Array
460
+ # @param MedDocV2: 出入院结构体
461
+ # 注意:此字段可能返回 null,表示取不到有效值。
462
+ # @type MedDocV2: Array
463
+ # @param IndicatorV3: 检验报告v3
464
+ # 注意:此字段可能返回 null,表示取不到有效值。
465
+ # @type IndicatorV3: Array
466
+ # @param Maternity: 孕产报告
467
+ # 注意:此字段可能返回 null,表示取不到有效值。
468
+ # @type Maternity: Array
469
+ # @param Timeline: 时间轴
470
+ # 注意:此字段可能返回 null,表示取不到有效值。
471
+ # @type Timeline: Array
472
+ # @param Covid: 核酸报告结论
473
+ # 注意:此字段可能返回 null,表示取不到有效值。
474
+ # @type Covid: Array
475
+ # @param Eye: 眼科报告结构体
476
+ # 注意:此字段可能返回 null,表示取不到有效值。
477
+ # @type Eye: Array
478
+ # @param BirthCert: 出生证明结构化信息
479
+ # 注意:此字段可能返回 null,表示取不到有效值。
480
+ # @type BirthCert: Array
481
+ # @param TextTypeListBlocks: 文本类型列表
482
+ # 注意:此字段可能返回 null,表示取不到有效值。
483
+ # @type TextTypeListBlocks: Array
484
+ # @param PhysicalExamination: 体检报告信息
485
+ # 注意:此字段可能返回 null,表示取不到有效值。
486
+ # @type PhysicalExamination: :class:`Tencentcloud::Mrs.v20200910.models.PhysicalExaminationV1`
487
+
488
+ attr_accessor :Check, :Pathology, :MedDoc, :DiagCert, :FirstPage, :Indicator, :MedicalRecordInfo, :Hospitalization, :Surgery, :Prescription, :VaccineCertificate, :Electrocardiogram, :PathologyV2, :Endoscopy, :C14, :Exame, :MedDocV2, :IndicatorV3, :Maternity, :Timeline, :Covid, :Eye, :BirthCert, :TextTypeListBlocks, :PhysicalExamination
489
+
490
+ def initialize(check=nil, pathology=nil, meddoc=nil, diagcert=nil, firstpage=nil, indicator=nil, medicalrecordinfo=nil, hospitalization=nil, surgery=nil, prescription=nil, vaccinecertificate=nil, electrocardiogram=nil, pathologyv2=nil, endoscopy=nil, c14=nil, exame=nil, meddocv2=nil, indicatorv3=nil, maternity=nil, timeline=nil, covid=nil, eye=nil, birthcert=nil, texttypelistblocks=nil, physicalexamination=nil)
491
+ @Check = check
492
+ @Pathology = pathology
493
+ @MedDoc = meddoc
494
+ @DiagCert = diagcert
495
+ @FirstPage = firstpage
496
+ @Indicator = indicator
497
+ @MedicalRecordInfo = medicalrecordinfo
498
+ @Hospitalization = hospitalization
499
+ @Surgery = surgery
500
+ @Prescription = prescription
501
+ @VaccineCertificate = vaccinecertificate
502
+ @Electrocardiogram = electrocardiogram
503
+ @PathologyV2 = pathologyv2
504
+ @Endoscopy = endoscopy
505
+ @C14 = c14
506
+ @Exame = exame
507
+ @MedDocV2 = meddocv2
508
+ @IndicatorV3 = indicatorv3
509
+ @Maternity = maternity
510
+ @Timeline = timeline
511
+ @Covid = covid
512
+ @Eye = eye
513
+ @BirthCert = birthcert
514
+ @TextTypeListBlocks = texttypelistblocks
515
+ @PhysicalExamination = physicalexamination
516
+ end
517
+
518
+ def deserialize(params)
519
+ unless params['Check'].nil?
520
+ @Check = []
521
+ params['Check'].each do |i|
522
+ check_tmp = Check.new
523
+ check_tmp.deserialize(i)
524
+ @Check << check_tmp
525
+ end
526
+ end
527
+ unless params['Pathology'].nil?
528
+ @Pathology = []
529
+ params['Pathology'].each do |i|
530
+ pathologyreport_tmp = PathologyReport.new
531
+ pathologyreport_tmp.deserialize(i)
532
+ @Pathology << pathologyreport_tmp
533
+ end
534
+ end
535
+ unless params['MedDoc'].nil?
536
+ @MedDoc = []
537
+ params['MedDoc'].each do |i|
538
+ meddoc_tmp = MedDoc.new
539
+ meddoc_tmp.deserialize(i)
540
+ @MedDoc << meddoc_tmp
541
+ end
542
+ end
543
+ unless params['DiagCert'].nil?
544
+ @DiagCert = []
545
+ params['DiagCert'].each do |i|
546
+ diagcert_tmp = DiagCert.new
547
+ diagcert_tmp.deserialize(i)
548
+ @DiagCert << diagcert_tmp
549
+ end
550
+ end
551
+ unless params['FirstPage'].nil?
552
+ @FirstPage = []
553
+ params['FirstPage'].each do |i|
554
+ firstpage_tmp = FirstPage.new
555
+ firstpage_tmp.deserialize(i)
556
+ @FirstPage << firstpage_tmp
557
+ end
558
+ end
559
+ unless params['Indicator'].nil?
560
+ @Indicator = []
561
+ params['Indicator'].each do |i|
562
+ indicator_tmp = Indicator.new
563
+ indicator_tmp.deserialize(i)
564
+ @Indicator << indicator_tmp
565
+ end
566
+ end
567
+ unless params['MedicalRecordInfo'].nil?
568
+ @MedicalRecordInfo = []
569
+ params['MedicalRecordInfo'].each do |i|
570
+ medicalrecordinfo_tmp = MedicalRecordInfo.new
571
+ medicalrecordinfo_tmp.deserialize(i)
572
+ @MedicalRecordInfo << medicalrecordinfo_tmp
573
+ end
574
+ end
575
+ unless params['Hospitalization'].nil?
576
+ @Hospitalization = []
577
+ params['Hospitalization'].each do |i|
578
+ hospitalization_tmp = Hospitalization.new
579
+ hospitalization_tmp.deserialize(i)
580
+ @Hospitalization << hospitalization_tmp
581
+ end
582
+ end
583
+ unless params['Surgery'].nil?
584
+ @Surgery = []
585
+ params['Surgery'].each do |i|
586
+ surgery_tmp = Surgery.new
587
+ surgery_tmp.deserialize(i)
588
+ @Surgery << surgery_tmp
589
+ end
590
+ end
591
+ unless params['Prescription'].nil?
592
+ @Prescription = []
593
+ params['Prescription'].each do |i|
594
+ prescription_tmp = Prescription.new
595
+ prescription_tmp.deserialize(i)
596
+ @Prescription << prescription_tmp
597
+ end
598
+ end
599
+ unless params['VaccineCertificate'].nil?
600
+ @VaccineCertificate = []
601
+ params['VaccineCertificate'].each do |i|
602
+ vaccinecertificate_tmp = VaccineCertificate.new
603
+ vaccinecertificate_tmp.deserialize(i)
604
+ @VaccineCertificate << vaccinecertificate_tmp
605
+ end
606
+ end
607
+ unless params['Electrocardiogram'].nil?
608
+ @Electrocardiogram = []
609
+ params['Electrocardiogram'].each do |i|
610
+ electrocardiogram_tmp = Electrocardiogram.new
611
+ electrocardiogram_tmp.deserialize(i)
612
+ @Electrocardiogram << electrocardiogram_tmp
613
+ end
614
+ end
615
+ unless params['PathologyV2'].nil?
616
+ @PathologyV2 = []
617
+ params['PathologyV2'].each do |i|
618
+ pathologyv2_tmp = PathologyV2.new
619
+ pathologyv2_tmp.deserialize(i)
620
+ @PathologyV2 << pathologyv2_tmp
621
+ end
622
+ end
623
+ unless params['Endoscopy'].nil?
624
+ @Endoscopy = []
625
+ params['Endoscopy'].each do |i|
626
+ endoscopy_tmp = Endoscopy.new
627
+ endoscopy_tmp.deserialize(i)
628
+ @Endoscopy << endoscopy_tmp
629
+ end
630
+ end
631
+ unless params['C14'].nil?
632
+ @C14 = []
633
+ params['C14'].each do |i|
634
+ indicator_tmp = Indicator.new
635
+ indicator_tmp.deserialize(i)
636
+ @C14 << indicator_tmp
637
+ end
638
+ end
639
+ unless params['Exame'].nil?
640
+ @Exame = []
641
+ params['Exame'].each do |i|
642
+ exame_tmp = Exame.new
643
+ exame_tmp.deserialize(i)
644
+ @Exame << exame_tmp
645
+ end
646
+ end
647
+ unless params['MedDocV2'].nil?
648
+ @MedDocV2 = []
649
+ params['MedDocV2'].each do |i|
650
+ dischargeinfoblock_tmp = DischargeInfoBlock.new
651
+ dischargeinfoblock_tmp.deserialize(i)
652
+ @MedDocV2 << dischargeinfoblock_tmp
653
+ end
654
+ end
655
+ unless params['IndicatorV3'].nil?
656
+ @IndicatorV3 = []
657
+ params['IndicatorV3'].each do |i|
658
+ indicatorv3_tmp = IndicatorV3.new
659
+ indicatorv3_tmp.deserialize(i)
660
+ @IndicatorV3 << indicatorv3_tmp
661
+ end
662
+ end
663
+ unless params['Maternity'].nil?
664
+ @Maternity = []
665
+ params['Maternity'].each do |i|
666
+ maternity_tmp = Maternity.new
667
+ maternity_tmp.deserialize(i)
668
+ @Maternity << maternity_tmp
669
+ end
670
+ end
671
+ unless params['Timeline'].nil?
672
+ @Timeline = []
673
+ params['Timeline'].each do |i|
674
+ timelineinformation_tmp = TimelineInformation.new
675
+ timelineinformation_tmp.deserialize(i)
676
+ @Timeline << timelineinformation_tmp
677
+ end
678
+ end
679
+ unless params['Covid'].nil?
680
+ @Covid = []
681
+ params['Covid'].each do |i|
682
+ coviditemsinfo_tmp = CovidItemsInfo.new
683
+ coviditemsinfo_tmp.deserialize(i)
684
+ @Covid << coviditemsinfo_tmp
685
+ end
686
+ end
687
+ unless params['Eye'].nil?
688
+ @Eye = []
689
+ params['Eye'].each do |i|
690
+ eyeitemsinfo_tmp = EyeItemsInfo.new
691
+ eyeitemsinfo_tmp.deserialize(i)
692
+ @Eye << eyeitemsinfo_tmp
693
+ end
694
+ end
695
+ unless params['BirthCert'].nil?
696
+ @BirthCert = []
697
+ params['BirthCert'].each do |i|
698
+ birthcert_tmp = BirthCert.new
699
+ birthcert_tmp.deserialize(i)
700
+ @BirthCert << birthcert_tmp
701
+ end
702
+ end
703
+ unless params['TextTypeListBlocks'].nil?
704
+ @TextTypeListBlocks = []
705
+ params['TextTypeListBlocks'].each do |i|
706
+ texttypelistblock_tmp = TextTypeListBlock.new
707
+ texttypelistblock_tmp.deserialize(i)
708
+ @TextTypeListBlocks << texttypelistblock_tmp
709
+ end
710
+ end
711
+ unless params['PhysicalExamination'].nil?
712
+ @PhysicalExamination = PhysicalExaminationV1.new
713
+ @PhysicalExamination.deserialize(params['PhysicalExamination'])
714
+ end
715
+ end
716
+ end
717
+
410
718
  # 块信息
411
719
  class BlockInfo < TencentCloud::Common::AbstractModel
412
720
  # @param Index: 原文位置
@@ -545,6 +853,63 @@ module TencentCloud
545
853
  end
546
854
  end
547
855
 
856
+ # 体检报告血压检测信息
857
+ class BloodPressureItem < TencentCloud::Common::AbstractModel
858
+ # @param Name: 类型
859
+ # 注意:此字段可能返回 null,表示取不到有效值。
860
+ # @type Name: String
861
+ # @param Item: 项目原文
862
+ # 注意:此字段可能返回 null,表示取不到有效值。
863
+ # @type Item: :class:`Tencentcloud::Mrs.v20200910.models.PhysicalBaseItem`
864
+ # @param Result: 数值
865
+ # 注意:此字段可能返回 null,表示取不到有效值。
866
+ # @type Result: :class:`Tencentcloud::Mrs.v20200910.models.PhysicalBaseItem`
867
+ # @param Unit: 单位
868
+ # 注意:此字段可能返回 null,表示取不到有效值。
869
+ # @type Unit: :class:`Tencentcloud::Mrs.v20200910.models.PhysicalBaseItem`
870
+ # @param Times: 第几次
871
+ # 注意:此字段可能返回 null,表示取不到有效值。
872
+ # @type Times: :class:`Tencentcloud::Mrs.v20200910.models.PhysicalBaseItem`
873
+ # @param Location: 左右手臂
874
+ # 注意:此字段可能返回 null,表示取不到有效值。
875
+ # @type Location: :class:`Tencentcloud::Mrs.v20200910.models.PhysicalBaseItem`
876
+
877
+ attr_accessor :Name, :Item, :Result, :Unit, :Times, :Location
878
+
879
+ def initialize(name=nil, item=nil, result=nil, unit=nil, times=nil, location=nil)
880
+ @Name = name
881
+ @Item = item
882
+ @Result = result
883
+ @Unit = unit
884
+ @Times = times
885
+ @Location = location
886
+ end
887
+
888
+ def deserialize(params)
889
+ @Name = params['Name']
890
+ unless params['Item'].nil?
891
+ @Item = PhysicalBaseItem.new
892
+ @Item.deserialize(params['Item'])
893
+ end
894
+ unless params['Result'].nil?
895
+ @Result = PhysicalBaseItem.new
896
+ @Result.deserialize(params['Result'])
897
+ end
898
+ unless params['Unit'].nil?
899
+ @Unit = PhysicalBaseItem.new
900
+ @Unit.deserialize(params['Unit'])
901
+ end
902
+ unless params['Times'].nil?
903
+ @Times = PhysicalBaseItem.new
904
+ @Times.deserialize(params['Times'])
905
+ end
906
+ unless params['Location'].nil?
907
+ @Location = PhysicalBaseItem.new
908
+ @Location.deserialize(params['Location'])
909
+ end
910
+ end
911
+ end
912
+
548
913
  # 查体
549
914
  class BodyExaminationBlock < TencentCloud::Common::AbstractModel
550
915
  # @param BodyTemperature: 体温
@@ -654,6 +1019,55 @@ module TencentCloud
654
1019
  end
655
1020
  end
656
1021
 
1022
+ # 体检报告-胸围信息
1023
+ class ChestCircumferenceItem < TencentCloud::Common::AbstractModel
1024
+ # @param Name: 类型
1025
+ # 注意:此字段可能返回 null,表示取不到有效值。
1026
+ # @type Name: String
1027
+ # @param Item: 项目原文
1028
+ # 注意:此字段可能返回 null,表示取不到有效值。
1029
+ # @type Item: :class:`Tencentcloud::Mrs.v20200910.models.PhysicalBaseItem`
1030
+ # @param Result: 数值
1031
+ # 注意:此字段可能返回 null,表示取不到有效值。
1032
+ # @type Result: :class:`Tencentcloud::Mrs.v20200910.models.PhysicalBaseItem`
1033
+ # @param Unit: 单位
1034
+ # 注意:此字段可能返回 null,表示取不到有效值。
1035
+ # @type Unit: :class:`Tencentcloud::Mrs.v20200910.models.PhysicalBaseItem`
1036
+ # @param State: 呼吸状态
1037
+ # 注意:此字段可能返回 null,表示取不到有效值。
1038
+ # @type State: :class:`Tencentcloud::Mrs.v20200910.models.PhysicalBaseItem`
1039
+
1040
+ attr_accessor :Name, :Item, :Result, :Unit, :State
1041
+
1042
+ def initialize(name=nil, item=nil, result=nil, unit=nil, state=nil)
1043
+ @Name = name
1044
+ @Item = item
1045
+ @Result = result
1046
+ @Unit = unit
1047
+ @State = state
1048
+ end
1049
+
1050
+ def deserialize(params)
1051
+ @Name = params['Name']
1052
+ unless params['Item'].nil?
1053
+ @Item = PhysicalBaseItem.new
1054
+ @Item.deserialize(params['Item'])
1055
+ end
1056
+ unless params['Result'].nil?
1057
+ @Result = PhysicalBaseItem.new
1058
+ @Result.deserialize(params['Result'])
1059
+ end
1060
+ unless params['Unit'].nil?
1061
+ @Unit = PhysicalBaseItem.new
1062
+ @Unit.deserialize(params['Unit'])
1063
+ end
1064
+ unless params['State'].nil?
1065
+ @State = PhysicalBaseItem.new
1066
+ @State.deserialize(params['State'])
1067
+ end
1068
+ end
1069
+ end
1070
+
657
1071
  # 主诉
658
1072
  class ChiefComplaintBlock < TencentCloud::Common::AbstractModel
659
1073
  # @param Name: 名称
@@ -2706,403 +3120,704 @@ module TencentCloud
2706
3120
  end
2707
3121
  end
2708
3122
 
2709
- # 家族遗传史
2710
- class GeneticHistoryBlock < TencentCloud::Common::AbstractModel
2711
- # @param Name: 名称
3123
+ # 体检报告-一般检测信息
3124
+ class GeneralExaminationBaseItem < TencentCloud::Common::AbstractModel
3125
+ # @param VitalSign: 生命体征
2712
3126
  # 注意:此字段可能返回 null,表示取不到有效值。
2713
- # @type Name: String
2714
- # @param Src: 原文
2715
- # 注意:此字段可能返回 null,表示取不到有效值。
2716
- # @type Src: String
2717
- # @param GeneticList: 遗传列表
3127
+ # @type VitalSign: :class:`Tencentcloud::Mrs.v20200910.models.GeneralExaminationVitalSign`
3128
+ # @param Others: 其他
2718
3129
  # 注意:此字段可能返回 null,表示取不到有效值。
2719
- # @type GeneticList: String
2720
- # @param Value: 对外输出值
3130
+ # @type Others: :class:`Tencentcloud::Mrs.v20200910.models.GeneralExaminationOthers`
3131
+ # @param BriefSummary: 小结
2721
3132
  # 注意:此字段可能返回 null,表示取不到有效值。
2722
- # @type Value: String
3133
+ # @type BriefSummary: :class:`Tencentcloud::Mrs.v20200910.models.GeneralExaminationBriefSummary`
2723
3134
 
2724
- attr_accessor :Name, :Src, :GeneticList, :Value
3135
+ attr_accessor :VitalSign, :Others, :BriefSummary
2725
3136
 
2726
- def initialize(name=nil, src=nil, geneticlist=nil, value=nil)
2727
- @Name = name
2728
- @Src = src
2729
- @GeneticList = geneticlist
2730
- @Value = value
3137
+ def initialize(vitalsign=nil, others=nil, briefsummary=nil)
3138
+ @VitalSign = vitalsign
3139
+ @Others = others
3140
+ @BriefSummary = briefsummary
2731
3141
  end
2732
3142
 
2733
3143
  def deserialize(params)
2734
- @Name = params['Name']
2735
- @Src = params['Src']
2736
- @GeneticList = params['GeneticList']
2737
- @Value = params['Value']
3144
+ unless params['VitalSign'].nil?
3145
+ @VitalSign = GeneralExaminationVitalSign.new
3146
+ @VitalSign.deserialize(params['VitalSign'])
3147
+ end
3148
+ unless params['Others'].nil?
3149
+ @Others = GeneralExaminationOthers.new
3150
+ @Others.deserialize(params['Others'])
3151
+ end
3152
+ unless params['BriefSummary'].nil?
3153
+ @BriefSummary = GeneralExaminationBriefSummary.new
3154
+ @BriefSummary.deserialize(params['BriefSummary'])
3155
+ end
2738
3156
  end
2739
3157
  end
2740
3158
 
2741
- # 图片处理参数
2742
- class HandleParam < TencentCloud::Common::AbstractModel
2743
- # @param OcrEngineType: ocr引擎
2744
- # @type OcrEngineType: Integer
2745
- # @param IsReturnText: 是否返回分行文本内容
2746
- # @type IsReturnText: Boolean
2747
- # @param RotateTheAngle: 顺时针旋转角度
2748
- # @type RotateTheAngle: Float
2749
- # @param AutoFitDirection: 自动适配方向,仅支持优图引擎
2750
- # @type AutoFitDirection: Boolean
2751
- # @param AutoOptimizeCoordinate: 坐标优化
2752
- # @type AutoOptimizeCoordinate: Boolean
2753
- # @param IsScale: 是否开启图片压缩,开启时imageOriginalSize必须正确填写
2754
- # @type IsScale: Boolean
2755
- # @param ImageOriginalSize: 原始图片大小(单位byes),用来判断该图片是否需要压缩
2756
- # @type ImageOriginalSize: Integer
2757
- # @param ScaleTargetSize: 采用后台默认值(2048Kb)
2758
- # @type ScaleTargetSize: Integer
3159
+ # 体检报告-小结
3160
+ class GeneralExaminationBriefSummary < TencentCloud::Common::AbstractModel
3161
+ # @param Text: 一般检查小结
3162
+ # 注意:此字段可能返回 null,表示取不到有效值。
3163
+ # @type Text: :class:`Tencentcloud::Mrs.v20200910.models.KeyValueItem`
2759
3164
 
2760
- attr_accessor :OcrEngineType, :IsReturnText, :RotateTheAngle, :AutoFitDirection, :AutoOptimizeCoordinate, :IsScale, :ImageOriginalSize, :ScaleTargetSize
3165
+ attr_accessor :Text
2761
3166
 
2762
- def initialize(ocrenginetype=nil, isreturntext=nil, rotatetheangle=nil, autofitdirection=nil, autooptimizecoordinate=nil, isscale=nil, imageoriginalsize=nil, scaletargetsize=nil)
2763
- @OcrEngineType = ocrenginetype
2764
- @IsReturnText = isreturntext
2765
- @RotateTheAngle = rotatetheangle
2766
- @AutoFitDirection = autofitdirection
2767
- @AutoOptimizeCoordinate = autooptimizecoordinate
2768
- @IsScale = isscale
2769
- @ImageOriginalSize = imageoriginalsize
2770
- @ScaleTargetSize = scaletargetsize
3167
+ def initialize(text=nil)
3168
+ @Text = text
2771
3169
  end
2772
3170
 
2773
3171
  def deserialize(params)
2774
- @OcrEngineType = params['OcrEngineType']
2775
- @IsReturnText = params['IsReturnText']
2776
- @RotateTheAngle = params['RotateTheAngle']
2777
- @AutoFitDirection = params['AutoFitDirection']
2778
- @AutoOptimizeCoordinate = params['AutoOptimizeCoordinate']
2779
- @IsScale = params['IsScale']
2780
- @ImageOriginalSize = params['ImageOriginalSize']
2781
- @ScaleTargetSize = params['ScaleTargetSize']
3172
+ unless params['Text'].nil?
3173
+ @Text = KeyValueItem.new
3174
+ @Text.deserialize(params['Text'])
3175
+ end
2782
3176
  end
2783
3177
  end
2784
3178
 
2785
- # 组织学类
2786
- class HistologyClass < TencentCloud::Common::AbstractModel
2787
- # @param Name: 项目名称
3179
+ # 体检报告-其他项
3180
+ class GeneralExaminationOthers < TencentCloud::Common::AbstractModel
3181
+ # @param Countenance: 面容与表情
2788
3182
  # 注意:此字段可能返回 null,表示取不到有效值。
2789
- # @type Name: String
2790
- # @param Index: 索引
3183
+ # @type Countenance: :class:`Tencentcloud::Mrs.v20200910.models.KeyValueItem`
3184
+ # @param MentalStatus: 精神状态
2791
3185
  # 注意:此字段可能返回 null,表示取不到有效值。
2792
- # @type Index: Array
2793
- # @param Src: 原文
3186
+ # @type MentalStatus: :class:`Tencentcloud::Mrs.v20200910.models.KeyValueItem`
3187
+ # @param DevelopmentCondition: 发育及营养状况
2794
3188
  # 注意:此字段可能返回 null,表示取不到有效值。
2795
- # @type Src: String
2796
- # @param Value: 归一化值
3189
+ # @type DevelopmentCondition: :class:`Tencentcloud::Mrs.v20200910.models.KeyValueItem`
3190
+ # @param Memory: 记忆力
2797
3191
  # 注意:此字段可能返回 null,表示取不到有效值。
2798
- # @type Value: String
2799
- # @param Coords: 原文对应坐标
3192
+ # @type Memory: :class:`Tencentcloud::Mrs.v20200910.models.KeyValueItem`
3193
+ # @param Hipline: 臀围
2800
3194
  # 注意:此字段可能返回 null,表示取不到有效值。
2801
- # @type Coords: Array
3195
+ # @type Hipline: :class:`Tencentcloud::Mrs.v20200910.models.ValueUnitItem`
3196
+ # @param WaistHipRatio: 腰臀比
3197
+ # 注意:此字段可能返回 null,表示取不到有效值。
3198
+ # @type WaistHipRatio: :class:`Tencentcloud::Mrs.v20200910.models.ValueUnitItem`
3199
+ # @param Addiction: 生活嗜好
3200
+ # 注意:此字段可能返回 null,表示取不到有效值。
3201
+ # @type Addiction: :class:`Tencentcloud::Mrs.v20200910.models.KeyValueItem`
3202
+ # @param AbilityOfLifeADL: 生活能力评定
3203
+ # 注意:此字段可能返回 null,表示取不到有效值。
3204
+ # @type AbilityOfLifeADL: :class:`Tencentcloud::Mrs.v20200910.models.KeyValueItem`
3205
+ # @param Others: 一般检查其他
3206
+ # 注意:此字段可能返回 null,表示取不到有效值。
3207
+ # @type Others: Array
3208
+ # @param ChestCircumference: 胸围
3209
+ # 注意:此字段可能返回 null,表示取不到有效值。
3210
+ # @type ChestCircumference: :class:`Tencentcloud::Mrs.v20200910.models.ChestCircumferenceItem`
2802
3211
 
2803
- attr_accessor :Name, :Index, :Src, :Value, :Coords
3212
+ attr_accessor :Countenance, :MentalStatus, :DevelopmentCondition, :Memory, :Hipline, :WaistHipRatio, :Addiction, :AbilityOfLifeADL, :Others, :ChestCircumference
2804
3213
 
2805
- def initialize(name=nil, index=nil, src=nil, value=nil, coords=nil)
2806
- @Name = name
2807
- @Index = index
2808
- @Src = src
2809
- @Value = value
2810
- @Coords = coords
3214
+ def initialize(countenance=nil, mentalstatus=nil, developmentcondition=nil, memory=nil, hipline=nil, waisthipratio=nil, addiction=nil, abilityoflifeadl=nil, others=nil, chestcircumference=nil)
3215
+ @Countenance = countenance
3216
+ @MentalStatus = mentalstatus
3217
+ @DevelopmentCondition = developmentcondition
3218
+ @Memory = memory
3219
+ @Hipline = hipline
3220
+ @WaistHipRatio = waisthipratio
3221
+ @Addiction = addiction
3222
+ @AbilityOfLifeADL = abilityoflifeadl
3223
+ @Others = others
3224
+ @ChestCircumference = chestcircumference
2811
3225
  end
2812
3226
 
2813
3227
  def deserialize(params)
2814
- @Name = params['Name']
2815
- @Index = params['Index']
2816
- @Src = params['Src']
2817
- @Value = params['Value']
2818
- unless params['Coords'].nil?
2819
- @Coords = []
2820
- params['Coords'].each do |i|
2821
- coord_tmp = Coord.new
2822
- coord_tmp.deserialize(i)
2823
- @Coords << coord_tmp
3228
+ unless params['Countenance'].nil?
3229
+ @Countenance = KeyValueItem.new
3230
+ @Countenance.deserialize(params['Countenance'])
3231
+ end
3232
+ unless params['MentalStatus'].nil?
3233
+ @MentalStatus = KeyValueItem.new
3234
+ @MentalStatus.deserialize(params['MentalStatus'])
3235
+ end
3236
+ unless params['DevelopmentCondition'].nil?
3237
+ @DevelopmentCondition = KeyValueItem.new
3238
+ @DevelopmentCondition.deserialize(params['DevelopmentCondition'])
3239
+ end
3240
+ unless params['Memory'].nil?
3241
+ @Memory = KeyValueItem.new
3242
+ @Memory.deserialize(params['Memory'])
3243
+ end
3244
+ unless params['Hipline'].nil?
3245
+ @Hipline = ValueUnitItem.new
3246
+ @Hipline.deserialize(params['Hipline'])
3247
+ end
3248
+ unless params['WaistHipRatio'].nil?
3249
+ @WaistHipRatio = ValueUnitItem.new
3250
+ @WaistHipRatio.deserialize(params['WaistHipRatio'])
3251
+ end
3252
+ unless params['Addiction'].nil?
3253
+ @Addiction = KeyValueItem.new
3254
+ @Addiction.deserialize(params['Addiction'])
3255
+ end
3256
+ unless params['AbilityOfLifeADL'].nil?
3257
+ @AbilityOfLifeADL = KeyValueItem.new
3258
+ @AbilityOfLifeADL.deserialize(params['AbilityOfLifeADL'])
3259
+ end
3260
+ unless params['Others'].nil?
3261
+ @Others = []
3262
+ params['Others'].each do |i|
3263
+ keyvalueitem_tmp = KeyValueItem.new
3264
+ keyvalueitem_tmp.deserialize(i)
3265
+ @Others << keyvalueitem_tmp
2824
3266
  end
2825
3267
  end
3268
+ unless params['ChestCircumference'].nil?
3269
+ @ChestCircumference = ChestCircumferenceItem.new
3270
+ @ChestCircumference.deserialize(params['ChestCircumference'])
3271
+ end
2826
3272
  end
2827
3273
  end
2828
3274
 
2829
- # 组织学等级
2830
- class HistologyLevel < TencentCloud::Common::AbstractModel
2831
- # @param Grade: 等级
3275
+ # 生命体征
3276
+ class GeneralExaminationVitalSign < TencentCloud::Common::AbstractModel
3277
+ # @param Text: 生命体征总体描述
2832
3278
  # 注意:此字段可能返回 null,表示取不到有效值。
2833
- # @type Grade: String
2834
- # @param Index: 原文位置
3279
+ # @type Text: :class:`Tencentcloud::Mrs.v20200910.models.ValueUnitItem`
3280
+ # @param BodyTemperature: 体温
2835
3281
  # 注意:此字段可能返回 null,表示取不到有效值。
2836
- # @type Index: Array
2837
- # @param Src: 原文
3282
+ # @type BodyTemperature: :class:`Tencentcloud::Mrs.v20200910.models.ValueUnitItem`
3283
+ # @param Pulse: 脉率
2838
3284
  # 注意:此字段可能返回 null,表示取不到有效值。
2839
- # @type Src: String
3285
+ # @type Pulse: :class:`Tencentcloud::Mrs.v20200910.models.ValueUnitItem`
3286
+ # @param HeartRate: 心率
3287
+ # 注意:此字段可能返回 null,表示取不到有效值。
3288
+ # @type HeartRate: :class:`Tencentcloud::Mrs.v20200910.models.ValueUnitItem`
3289
+ # @param BreathingRate: 呼吸频率
3290
+ # 注意:此字段可能返回 null,表示取不到有效值。
3291
+ # @type BreathingRate: :class:`Tencentcloud::Mrs.v20200910.models.ValueUnitItem`
3292
+ # @param BodyHeight: 身高
3293
+ # 注意:此字段可能返回 null,表示取不到有效值。
3294
+ # @type BodyHeight: :class:`Tencentcloud::Mrs.v20200910.models.ValueUnitItem`
3295
+ # @param BodyWeight: 体重
3296
+ # 注意:此字段可能返回 null,表示取不到有效值。
3297
+ # @type BodyWeight: :class:`Tencentcloud::Mrs.v20200910.models.ValueUnitItem`
3298
+ # @param BodyMassIndex: 体质指数
3299
+ # 注意:此字段可能返回 null,表示取不到有效值。
3300
+ # @type BodyMassIndex: :class:`Tencentcloud::Mrs.v20200910.models.ValueUnitItem`
3301
+ # @param Waistline: 腰围
3302
+ # 注意:此字段可能返回 null,表示取不到有效值。
3303
+ # @type Waistline: :class:`Tencentcloud::Mrs.v20200910.models.ValueUnitItem`
3304
+ # @param BloodPressure: 血压
3305
+ # 注意:此字段可能返回 null,表示取不到有效值。
3306
+ # @type BloodPressure: :class:`Tencentcloud::Mrs.v20200910.models.GeneralExaminationVitalSignBloodPressure`
2840
3307
 
2841
- attr_accessor :Grade, :Index, :Src
3308
+ attr_accessor :Text, :BodyTemperature, :Pulse, :HeartRate, :BreathingRate, :BodyHeight, :BodyWeight, :BodyMassIndex, :Waistline, :BloodPressure
2842
3309
 
2843
- def initialize(grade=nil, index=nil, src=nil)
2844
- @Grade = grade
2845
- @Index = index
2846
- @Src = src
3310
+ def initialize(text=nil, bodytemperature=nil, pulse=nil, heartrate=nil, breathingrate=nil, bodyheight=nil, bodyweight=nil, bodymassindex=nil, waistline=nil, bloodpressure=nil)
3311
+ @Text = text
3312
+ @BodyTemperature = bodytemperature
3313
+ @Pulse = pulse
3314
+ @HeartRate = heartrate
3315
+ @BreathingRate = breathingrate
3316
+ @BodyHeight = bodyheight
3317
+ @BodyWeight = bodyweight
3318
+ @BodyMassIndex = bodymassindex
3319
+ @Waistline = waistline
3320
+ @BloodPressure = bloodpressure
2847
3321
  end
2848
3322
 
2849
3323
  def deserialize(params)
2850
- @Grade = params['Grade']
2851
- @Index = params['Index']
2852
- @Src = params['Src']
3324
+ unless params['Text'].nil?
3325
+ @Text = ValueUnitItem.new
3326
+ @Text.deserialize(params['Text'])
3327
+ end
3328
+ unless params['BodyTemperature'].nil?
3329
+ @BodyTemperature = ValueUnitItem.new
3330
+ @BodyTemperature.deserialize(params['BodyTemperature'])
3331
+ end
3332
+ unless params['Pulse'].nil?
3333
+ @Pulse = ValueUnitItem.new
3334
+ @Pulse.deserialize(params['Pulse'])
3335
+ end
3336
+ unless params['HeartRate'].nil?
3337
+ @HeartRate = ValueUnitItem.new
3338
+ @HeartRate.deserialize(params['HeartRate'])
3339
+ end
3340
+ unless params['BreathingRate'].nil?
3341
+ @BreathingRate = ValueUnitItem.new
3342
+ @BreathingRate.deserialize(params['BreathingRate'])
3343
+ end
3344
+ unless params['BodyHeight'].nil?
3345
+ @BodyHeight = ValueUnitItem.new
3346
+ @BodyHeight.deserialize(params['BodyHeight'])
3347
+ end
3348
+ unless params['BodyWeight'].nil?
3349
+ @BodyWeight = ValueUnitItem.new
3350
+ @BodyWeight.deserialize(params['BodyWeight'])
3351
+ end
3352
+ unless params['BodyMassIndex'].nil?
3353
+ @BodyMassIndex = ValueUnitItem.new
3354
+ @BodyMassIndex.deserialize(params['BodyMassIndex'])
3355
+ end
3356
+ unless params['Waistline'].nil?
3357
+ @Waistline = ValueUnitItem.new
3358
+ @Waistline.deserialize(params['Waistline'])
3359
+ end
3360
+ unless params['BloodPressure'].nil?
3361
+ @BloodPressure = GeneralExaminationVitalSignBloodPressure.new
3362
+ @BloodPressure.deserialize(params['BloodPressure'])
3363
+ end
2853
3364
  end
2854
3365
  end
2855
3366
 
2856
- # 组织学类型
2857
- class HistologyType < TencentCloud::Common::AbstractModel
2858
- # @param Infiltration: 浸润
3367
+ # 血压
3368
+ class GeneralExaminationVitalSignBloodPressure < TencentCloud::Common::AbstractModel
3369
+ # @param Text: 血压
2859
3370
  # 注意:此字段可能返回 null,表示取不到有效值。
2860
- # @type Infiltration: String
2861
- # @param Index: 原文位置
3371
+ # @type Text: :class:`Tencentcloud::Mrs.v20200910.models.BloodPressureItem`
3372
+ # @param SystolicDiastolicPressure: 收缩压/舒张压
2862
3373
  # 注意:此字段可能返回 null,表示取不到有效值。
2863
- # @type Index: Array
2864
- # @param Src: 原文
3374
+ # @type SystolicDiastolicPressure: Array
3375
+ # @param SystolicPressure: 收缩压
2865
3376
  # 注意:此字段可能返回 null,表示取不到有效值。
2866
- # @type Src: String
2867
- # @param Type: 类型
3377
+ # @type SystolicPressure: Array
3378
+ # @param DiastolicPressure: 舒张压
2868
3379
  # 注意:此字段可能返回 null,表示取不到有效值。
2869
- # @type Type: String
3380
+ # @type DiastolicPressure: Array
2870
3381
 
2871
- attr_accessor :Infiltration, :Index, :Src, :Type
3382
+ attr_accessor :Text, :SystolicDiastolicPressure, :SystolicPressure, :DiastolicPressure
2872
3383
 
2873
- def initialize(infiltration=nil, index=nil, src=nil, type=nil)
2874
- @Infiltration = infiltration
2875
- @Index = index
2876
- @Src = src
2877
- @Type = type
3384
+ def initialize(text=nil, systolicdiastolicpressure=nil, systolicpressure=nil, diastolicpressure=nil)
3385
+ @Text = text
3386
+ @SystolicDiastolicPressure = systolicdiastolicpressure
3387
+ @SystolicPressure = systolicpressure
3388
+ @DiastolicPressure = diastolicpressure
2878
3389
  end
2879
3390
 
2880
3391
  def deserialize(params)
2881
- @Infiltration = params['Infiltration']
2882
- @Index = params['Index']
2883
- @Src = params['Src']
2884
- @Type = params['Type']
3392
+ unless params['Text'].nil?
3393
+ @Text = BloodPressureItem.new
3394
+ @Text.deserialize(params['Text'])
3395
+ end
3396
+ unless params['SystolicDiastolicPressure'].nil?
3397
+ @SystolicDiastolicPressure = []
3398
+ params['SystolicDiastolicPressure'].each do |i|
3399
+ bloodpressureitem_tmp = BloodPressureItem.new
3400
+ bloodpressureitem_tmp.deserialize(i)
3401
+ @SystolicDiastolicPressure << bloodpressureitem_tmp
3402
+ end
3403
+ end
3404
+ unless params['SystolicPressure'].nil?
3405
+ @SystolicPressure = []
3406
+ params['SystolicPressure'].each do |i|
3407
+ bloodpressureitem_tmp = BloodPressureItem.new
3408
+ bloodpressureitem_tmp.deserialize(i)
3409
+ @SystolicPressure << bloodpressureitem_tmp
3410
+ end
3411
+ end
3412
+ unless params['DiastolicPressure'].nil?
3413
+ @DiastolicPressure = []
3414
+ params['DiastolicPressure'].each do |i|
3415
+ bloodpressureitem_tmp = BloodPressureItem.new
3416
+ bloodpressureitem_tmp.deserialize(i)
3417
+ @DiastolicPressure << bloodpressureitem_tmp
3418
+ end
3419
+ end
2885
3420
  end
2886
3421
  end
2887
3422
 
2888
- # 组织学类型
2889
- class HistologyTypeV2 < TencentCloud::Common::AbstractModel
2890
- # @param Infiltration: 浸润
2891
- # 注意:此字段可能返回 null,表示取不到有效值。
2892
- # @type Infiltration: String
2893
- # @param Index: 索引
3423
+ # 家族遗传史
3424
+ class GeneticHistoryBlock < TencentCloud::Common::AbstractModel
3425
+ # @param Name: 名称
2894
3426
  # 注意:此字段可能返回 null,表示取不到有效值。
2895
- # @type Index: Array
3427
+ # @type Name: String
2896
3428
  # @param Src: 原文
2897
3429
  # 注意:此字段可能返回 null,表示取不到有效值。
2898
3430
  # @type Src: String
2899
- # @param Type: 归一化后的组织学类型
2900
- # 注意:此字段可能返回 null,表示取不到有效值。
2901
- # @type Type: String
2902
- # @param Name: 项目名称
3431
+ # @param GeneticList: 遗传列表
2903
3432
  # 注意:此字段可能返回 null,表示取不到有效值。
2904
- # @type Name: String
2905
- # @param Coords: 原文对应坐标
3433
+ # @type GeneticList: String
3434
+ # @param Value: 对外输出值
2906
3435
  # 注意:此字段可能返回 null,表示取不到有效值。
2907
- # @type Coords: Array
3436
+ # @type Value: String
2908
3437
 
2909
- attr_accessor :Infiltration, :Index, :Src, :Type, :Name, :Coords
3438
+ attr_accessor :Name, :Src, :GeneticList, :Value
2910
3439
 
2911
- def initialize(infiltration=nil, index=nil, src=nil, type=nil, name=nil, coords=nil)
2912
- @Infiltration = infiltration
2913
- @Index = index
2914
- @Src = src
2915
- @Type = type
3440
+ def initialize(name=nil, src=nil, geneticlist=nil, value=nil)
2916
3441
  @Name = name
2917
- @Coords = coords
3442
+ @Src = src
3443
+ @GeneticList = geneticlist
3444
+ @Value = value
2918
3445
  end
2919
3446
 
2920
3447
  def deserialize(params)
2921
- @Infiltration = params['Infiltration']
2922
- @Index = params['Index']
2923
- @Src = params['Src']
2924
- @Type = params['Type']
2925
3448
  @Name = params['Name']
2926
- unless params['Coords'].nil?
2927
- @Coords = []
2928
- params['Coords'].each do |i|
2929
- coord_tmp = Coord.new
2930
- coord_tmp.deserialize(i)
2931
- @Coords << coord_tmp
2932
- end
3449
+ @Src = params['Src']
3450
+ @GeneticList = params['GeneticList']
3451
+ @Value = params['Value']
3452
+ end
3453
+ end
3454
+
3455
+ # 体检报告-妇科-子宫附件
3456
+ class GynaecologyAdnexal < TencentCloud::Common::AbstractModel
3457
+ # @param Text: 子宫附件总体描述
3458
+ # 注意:此字段可能返回 null,表示取不到有效值。
3459
+ # @type Text: :class:`Tencentcloud::Mrs.v20200910.models.KeyValueItem`
3460
+
3461
+ attr_accessor :Text
3462
+
3463
+ def initialize(text=nil)
3464
+ @Text = text
3465
+ end
3466
+
3467
+ def deserialize(params)
3468
+ unless params['Text'].nil?
3469
+ @Text = KeyValueItem.new
3470
+ @Text.deserialize(params['Text'])
2933
3471
  end
2934
3472
  end
2935
3473
  end
2936
3474
 
2937
- # 出入院信息
2938
- class Hospitalization < TencentCloud::Common::AbstractModel
2939
- # @param AdmissionTime: 入院时间
3475
+ # 体检报告-妇科
3476
+ class GynaecologyBaseItem < TencentCloud::Common::AbstractModel
3477
+ # @param Vulva: 外阴
2940
3478
  # 注意:此字段可能返回 null,表示取不到有效值。
2941
- # @type AdmissionTime: String
2942
- # @param DischargeTime: 出院时间
3479
+ # @type Vulva: :class:`Tencentcloud::Mrs.v20200910.models.GynaecologyVulva`
3480
+ # @param Vagina: 阴道
2943
3481
  # 注意:此字段可能返回 null,表示取不到有效值。
2944
- # @type DischargeTime: String
2945
- # @param AdmissionDays: 住院天数
3482
+ # @type Vagina: :class:`Tencentcloud::Mrs.v20200910.models.GynaecologyVagina`
3483
+ # @param Cervix: 子宫颈
2946
3484
  # 注意:此字段可能返回 null,表示取不到有效值。
2947
- # @type AdmissionDays: String
2948
- # @param AdmissionDignosis: 入院诊断
3485
+ # @type Cervix: :class:`Tencentcloud::Mrs.v20200910.models.GynaecologyCervix`
3486
+ # @param Uterus: 子宫
2949
3487
  # 注意:此字段可能返回 null,表示取不到有效值。
2950
- # @type AdmissionDignosis: String
2951
- # @param AdmissionCondition: 入院情况
3488
+ # @type Uterus: :class:`Tencentcloud::Mrs.v20200910.models.GynaecologyUterus`
3489
+ # @param Adnexal: 子宫附件
2952
3490
  # 注意:此字段可能返回 null,表示取不到有效值。
2953
- # @type AdmissionCondition: String
2954
- # @param DiagnosisTreatment: 诊疗经过
3491
+ # @type Adnexal: :class:`Tencentcloud::Mrs.v20200910.models.GynaecologyAdnexal`
3492
+ # @param PelvicCavity: 盆腔
2955
3493
  # 注意:此字段可能返回 null,表示取不到有效值。
2956
- # @type DiagnosisTreatment: String
2957
- # @param DischargeDiagnosis: 出院诊断
3494
+ # @type PelvicCavity: :class:`Tencentcloud::Mrs.v20200910.models.GynaecologyPelvicCavity`
3495
+ # @param Others: 妇科其他
2958
3496
  # 注意:此字段可能返回 null,表示取不到有效值。
2959
- # @type DischargeDiagnosis: String
2960
- # @param DischargeInstruction: 出院医嘱
3497
+ # @type Others: Array
3498
+ # @param MenstrualHistory: 月经史
2961
3499
  # 注意:此字段可能返回 null,表示取不到有效值。
2962
- # @type DischargeInstruction: String
3500
+ # @type MenstrualHistory: :class:`Tencentcloud::Mrs.v20200910.models.GynaecologyMenstrualHistory`
3501
+ # @param BriefSummary: 小结
3502
+ # 注意:此字段可能返回 null,表示取不到有效值。
3503
+ # @type BriefSummary: :class:`Tencentcloud::Mrs.v20200910.models.GynaecologyBriefSummary`
2963
3504
 
2964
- attr_accessor :AdmissionTime, :DischargeTime, :AdmissionDays, :AdmissionDignosis, :AdmissionCondition, :DiagnosisTreatment, :DischargeDiagnosis, :DischargeInstruction
3505
+ attr_accessor :Vulva, :Vagina, :Cervix, :Uterus, :Adnexal, :PelvicCavity, :Others, :MenstrualHistory, :BriefSummary
2965
3506
 
2966
- def initialize(admissiontime=nil, dischargetime=nil, admissiondays=nil, admissiondignosis=nil, admissioncondition=nil, diagnosistreatment=nil, dischargediagnosis=nil, dischargeinstruction=nil)
2967
- @AdmissionTime = admissiontime
2968
- @DischargeTime = dischargetime
2969
- @AdmissionDays = admissiondays
2970
- @AdmissionDignosis = admissiondignosis
2971
- @AdmissionCondition = admissioncondition
2972
- @DiagnosisTreatment = diagnosistreatment
2973
- @DischargeDiagnosis = dischargediagnosis
2974
- @DischargeInstruction = dischargeinstruction
3507
+ def initialize(vulva=nil, vagina=nil, cervix=nil, uterus=nil, adnexal=nil, pelviccavity=nil, others=nil, menstrualhistory=nil, briefsummary=nil)
3508
+ @Vulva = vulva
3509
+ @Vagina = vagina
3510
+ @Cervix = cervix
3511
+ @Uterus = uterus
3512
+ @Adnexal = adnexal
3513
+ @PelvicCavity = pelviccavity
3514
+ @Others = others
3515
+ @MenstrualHistory = menstrualhistory
3516
+ @BriefSummary = briefsummary
2975
3517
  end
2976
3518
 
2977
3519
  def deserialize(params)
2978
- @AdmissionTime = params['AdmissionTime']
2979
- @DischargeTime = params['DischargeTime']
2980
- @AdmissionDays = params['AdmissionDays']
2981
- @AdmissionDignosis = params['AdmissionDignosis']
2982
- @AdmissionCondition = params['AdmissionCondition']
2983
- @DiagnosisTreatment = params['DiagnosisTreatment']
2984
- @DischargeDiagnosis = params['DischargeDiagnosis']
2985
- @DischargeInstruction = params['DischargeInstruction']
2986
- end
2987
- end
2988
-
2989
- # IHC块
2990
- class IHCBlock < TencentCloud::Common::AbstractModel
2991
- # @param Index: 索引
2992
- # 注意:此字段可能返回 null,表示取不到有效值。
2993
- # @type Index: Array
2994
- # @param Src: 原文
3520
+ unless params['Vulva'].nil?
3521
+ @Vulva = GynaecologyVulva.new
3522
+ @Vulva.deserialize(params['Vulva'])
3523
+ end
3524
+ unless params['Vagina'].nil?
3525
+ @Vagina = GynaecologyVagina.new
3526
+ @Vagina.deserialize(params['Vagina'])
3527
+ end
3528
+ unless params['Cervix'].nil?
3529
+ @Cervix = GynaecologyCervix.new
3530
+ @Cervix.deserialize(params['Cervix'])
3531
+ end
3532
+ unless params['Uterus'].nil?
3533
+ @Uterus = GynaecologyUterus.new
3534
+ @Uterus.deserialize(params['Uterus'])
3535
+ end
3536
+ unless params['Adnexal'].nil?
3537
+ @Adnexal = GynaecologyAdnexal.new
3538
+ @Adnexal.deserialize(params['Adnexal'])
3539
+ end
3540
+ unless params['PelvicCavity'].nil?
3541
+ @PelvicCavity = GynaecologyPelvicCavity.new
3542
+ @PelvicCavity.deserialize(params['PelvicCavity'])
3543
+ end
3544
+ unless params['Others'].nil?
3545
+ @Others = []
3546
+ params['Others'].each do |i|
3547
+ keyvalueitem_tmp = KeyValueItem.new
3548
+ keyvalueitem_tmp.deserialize(i)
3549
+ @Others << keyvalueitem_tmp
3550
+ end
3551
+ end
3552
+ unless params['MenstrualHistory'].nil?
3553
+ @MenstrualHistory = GynaecologyMenstrualHistory.new
3554
+ @MenstrualHistory.deserialize(params['MenstrualHistory'])
3555
+ end
3556
+ unless params['BriefSummary'].nil?
3557
+ @BriefSummary = GynaecologyBriefSummary.new
3558
+ @BriefSummary.deserialize(params['BriefSummary'])
3559
+ end
3560
+ end
3561
+ end
3562
+
3563
+ # 体检报告-妇科-小结
3564
+ class GynaecologyBriefSummary < TencentCloud::Common::AbstractModel
3565
+ # @param Text: 小结
2995
3566
  # 注意:此字段可能返回 null,表示取不到有效值。
2996
- # @type Src: String
2997
- # @param Name: 名称
3567
+ # @type Text: :class:`Tencentcloud::Mrs.v20200910.models.KeyValueItem`
3568
+
3569
+ attr_accessor :Text
3570
+
3571
+ def initialize(text=nil)
3572
+ @Text = text
3573
+ end
3574
+
3575
+ def deserialize(params)
3576
+ unless params['Text'].nil?
3577
+ @Text = KeyValueItem.new
3578
+ @Text.deserialize(params['Text'])
3579
+ end
3580
+ end
3581
+ end
3582
+
3583
+ # 体检报告-妇科-子宫颈
3584
+ class GynaecologyCervix < TencentCloud::Common::AbstractModel
3585
+ # @param Text: 子宫颈总体描述
2998
3586
  # 注意:此字段可能返回 null,表示取不到有效值。
2999
- # @type Name: String
3000
- # @param Value: 具体值
3587
+ # @type Text: :class:`Tencentcloud::Mrs.v20200910.models.KeyValueItem`
3588
+
3589
+ attr_accessor :Text
3590
+
3591
+ def initialize(text=nil)
3592
+ @Text = text
3593
+ end
3594
+
3595
+ def deserialize(params)
3596
+ unless params['Text'].nil?
3597
+ @Text = KeyValueItem.new
3598
+ @Text.deserialize(params['Text'])
3599
+ end
3600
+ end
3601
+ end
3602
+
3603
+ # 体检报告-妇科-月经史
3604
+ class GynaecologyMenstrualHistory < TencentCloud::Common::AbstractModel
3605
+ # @param Text: 妇科月经史总体描述
3001
3606
  # 注意:此字段可能返回 null,表示取不到有效值。
3002
- # @type Value: :class:`Tencentcloud::Mrs.v20200910.models.ValueBlock`
3003
- # @param Coords: 坐标
3607
+ # @type Text: :class:`Tencentcloud::Mrs.v20200910.models.KeyValueItem`
3608
+
3609
+ attr_accessor :Text
3610
+
3611
+ def initialize(text=nil)
3612
+ @Text = text
3613
+ end
3614
+
3615
+ def deserialize(params)
3616
+ unless params['Text'].nil?
3617
+ @Text = KeyValueItem.new
3618
+ @Text.deserialize(params['Text'])
3619
+ end
3620
+ end
3621
+ end
3622
+
3623
+ # 体检报告-妇科-盆腔
3624
+ class GynaecologyPelvicCavity < TencentCloud::Common::AbstractModel
3625
+ # @param Text: 盆腔总体描述
3004
3626
  # 注意:此字段可能返回 null,表示取不到有效值。
3005
- # @type Coords: Array
3627
+ # @type Text: :class:`Tencentcloud::Mrs.v20200910.models.KeyValueItem`
3006
3628
 
3007
- attr_accessor :Index, :Src, :Name, :Value, :Coords
3629
+ attr_accessor :Text
3008
3630
 
3009
- def initialize(index=nil, src=nil, name=nil, value=nil, coords=nil)
3010
- @Index = index
3011
- @Src = src
3012
- @Name = name
3013
- @Value = value
3014
- @Coords = coords
3631
+ def initialize(text=nil)
3632
+ @Text = text
3015
3633
  end
3016
3634
 
3017
3635
  def deserialize(params)
3018
- @Index = params['Index']
3019
- @Src = params['Src']
3020
- @Name = params['Name']
3021
- unless params['Value'].nil?
3022
- @Value = ValueBlock.new
3023
- @Value.deserialize(params['Value'])
3636
+ unless params['Text'].nil?
3637
+ @Text = KeyValueItem.new
3638
+ @Text.deserialize(params['Text'])
3024
3639
  end
3025
- unless params['Coords'].nil?
3026
- @Coords = []
3027
- params['Coords'].each do |i|
3028
- coord_tmp = Coord.new
3029
- coord_tmp.deserialize(i)
3030
- @Coords << coord_tmp
3031
- end
3640
+ end
3641
+ end
3642
+
3643
+ # 体检报告-妇科-子宫
3644
+ class GynaecologyUterus < TencentCloud::Common::AbstractModel
3645
+ # @param Text: 子宫总体描述
3646
+ # 注意:此字段可能返回 null,表示取不到有效值。
3647
+ # @type Text: :class:`Tencentcloud::Mrs.v20200910.models.KeyValueItem`
3648
+
3649
+ attr_accessor :Text
3650
+
3651
+ def initialize(text=nil)
3652
+ @Text = text
3653
+ end
3654
+
3655
+ def deserialize(params)
3656
+ unless params['Text'].nil?
3657
+ @Text = KeyValueItem.new
3658
+ @Text.deserialize(params['Text'])
3032
3659
  end
3033
3660
  end
3034
3661
  end
3035
3662
 
3036
- # Ihc信息
3037
- class IHCInfo < TencentCloud::Common::AbstractModel
3038
- # @param Index: 原文位置
3663
+ # 体检报告-妇科-阴道
3664
+ class GynaecologyVagina < TencentCloud::Common::AbstractModel
3665
+ # @param Text: 阴道总体描述
3039
3666
  # 注意:此字段可能返回 null,表示取不到有效值。
3040
- # @type Index: Array
3041
- # @param Src: 原文
3667
+ # @type Text: :class:`Tencentcloud::Mrs.v20200910.models.KeyValueItem`
3668
+
3669
+ attr_accessor :Text
3670
+
3671
+ def initialize(text=nil)
3672
+ @Text = text
3673
+ end
3674
+
3675
+ def deserialize(params)
3676
+ unless params['Text'].nil?
3677
+ @Text = KeyValueItem.new
3678
+ @Text.deserialize(params['Text'])
3679
+ end
3680
+ end
3681
+ end
3682
+
3683
+ # 体检报告-妇科-外阴
3684
+ class GynaecologyVulva < TencentCloud::Common::AbstractModel
3685
+ # @param Text: 外阴总体描述
3042
3686
  # 注意:此字段可能返回 null,表示取不到有效值。
3043
- # @type Src: String
3044
- # @param Name: 名称
3687
+ # @type Text: :class:`Tencentcloud::Mrs.v20200910.models.KeyValueItem`
3688
+
3689
+ attr_accessor :Text
3690
+
3691
+ def initialize(text=nil)
3692
+ @Text = text
3693
+ end
3694
+
3695
+ def deserialize(params)
3696
+ unless params['Text'].nil?
3697
+ @Text = KeyValueItem.new
3698
+ @Text.deserialize(params['Text'])
3699
+ end
3700
+ end
3701
+ end
3702
+
3703
+ # 图片处理参数
3704
+ class HandleParam < TencentCloud::Common::AbstractModel
3705
+ # @param OcrEngineType: ocr引擎
3706
+ # @type OcrEngineType: Integer
3707
+ # @param IsReturnText: 是否返回分行文本内容
3708
+ # @type IsReturnText: Boolean
3709
+ # @param RotateTheAngle: 顺时针旋转角度
3710
+ # @type RotateTheAngle: Float
3711
+ # @param AutoFitDirection: 自动适配方向,仅支持优图引擎
3712
+ # @type AutoFitDirection: Boolean
3713
+ # @param AutoOptimizeCoordinate: 坐标优化
3714
+ # @type AutoOptimizeCoordinate: Boolean
3715
+ # @param IsScale: 是否开启图片压缩,开启时imageOriginalSize必须正确填写
3716
+ # @type IsScale: Boolean
3717
+ # @param ImageOriginalSize: 原始图片大小(单位byes),用来判断该图片是否需要压缩
3718
+ # @type ImageOriginalSize: Integer
3719
+ # @param ScaleTargetSize: 采用后台默认值(2048Kb)
3720
+ # @type ScaleTargetSize: Integer
3721
+
3722
+ attr_accessor :OcrEngineType, :IsReturnText, :RotateTheAngle, :AutoFitDirection, :AutoOptimizeCoordinate, :IsScale, :ImageOriginalSize, :ScaleTargetSize
3723
+
3724
+ def initialize(ocrenginetype=nil, isreturntext=nil, rotatetheangle=nil, autofitdirection=nil, autooptimizecoordinate=nil, isscale=nil, imageoriginalsize=nil, scaletargetsize=nil)
3725
+ @OcrEngineType = ocrenginetype
3726
+ @IsReturnText = isreturntext
3727
+ @RotateTheAngle = rotatetheangle
3728
+ @AutoFitDirection = autofitdirection
3729
+ @AutoOptimizeCoordinate = autooptimizecoordinate
3730
+ @IsScale = isscale
3731
+ @ImageOriginalSize = imageoriginalsize
3732
+ @ScaleTargetSize = scaletargetsize
3733
+ end
3734
+
3735
+ def deserialize(params)
3736
+ @OcrEngineType = params['OcrEngineType']
3737
+ @IsReturnText = params['IsReturnText']
3738
+ @RotateTheAngle = params['RotateTheAngle']
3739
+ @AutoFitDirection = params['AutoFitDirection']
3740
+ @AutoOptimizeCoordinate = params['AutoOptimizeCoordinate']
3741
+ @IsScale = params['IsScale']
3742
+ @ImageOriginalSize = params['ImageOriginalSize']
3743
+ @ScaleTargetSize = params['ScaleTargetSize']
3744
+ end
3745
+ end
3746
+
3747
+ # 听力信息
3748
+ class HearingItem < TencentCloud::Common::AbstractModel
3749
+ # @param Name: 类型
3045
3750
  # 注意:此字段可能返回 null,表示取不到有效值。
3046
3751
  # @type Name: String
3047
- # @param Value:
3048
- # @type Value: :class:`Tencentcloud::Mrs.v20200910.models.Value`
3752
+ # @param Item: 项目原文
3753
+ # 注意:此字段可能返回 null,表示取不到有效值。
3754
+ # @type Item: :class:`Tencentcloud::Mrs.v20200910.models.PhysicalBaseItem`
3755
+ # @param Location: 方位
3756
+ # 注意:此字段可能返回 null,表示取不到有效值。
3757
+ # @type Location: :class:`Tencentcloud::Mrs.v20200910.models.PhysicalBaseItem`
3758
+ # @param Result: 描述
3759
+ # 注意:此字段可能返回 null,表示取不到有效值。
3760
+ # @type Result: :class:`Tencentcloud::Mrs.v20200910.models.PhysicalBaseItem`
3049
3761
 
3050
- attr_accessor :Index, :Src, :Name, :Value
3762
+ attr_accessor :Name, :Item, :Location, :Result
3051
3763
 
3052
- def initialize(index=nil, src=nil, name=nil, value=nil)
3053
- @Index = index
3054
- @Src = src
3764
+ def initialize(name=nil, item=nil, location=nil, result=nil)
3055
3765
  @Name = name
3056
- @Value = value
3766
+ @Item = item
3767
+ @Location = location
3768
+ @Result = result
3057
3769
  end
3058
3770
 
3059
3771
  def deserialize(params)
3060
- @Index = params['Index']
3061
- @Src = params['Src']
3062
3772
  @Name = params['Name']
3063
- unless params['Value'].nil?
3064
- @Value = Value.new
3065
- @Value.deserialize(params['Value'])
3773
+ unless params['Item'].nil?
3774
+ @Item = PhysicalBaseItem.new
3775
+ @Item.deserialize(params['Item'])
3776
+ end
3777
+ unless params['Location'].nil?
3778
+ @Location = PhysicalBaseItem.new
3779
+ @Location.deserialize(params['Location'])
3780
+ end
3781
+ unless params['Result'].nil?
3782
+ @Result = PhysicalBaseItem.new
3783
+ @Result.deserialize(params['Result'])
3066
3784
  end
3067
3785
  end
3068
3786
  end
3069
3787
 
3070
- # IHC
3071
- class IHCV2 < TencentCloud::Common::AbstractModel
3788
+ # 组织学类
3789
+ class HistologyClass < TencentCloud::Common::AbstractModel
3790
+ # @param Name: 项目名称
3791
+ # 注意:此字段可能返回 null,表示取不到有效值。
3792
+ # @type Name: String
3072
3793
  # @param Index: 索引
3073
3794
  # 注意:此字段可能返回 null,表示取不到有效值。
3074
3795
  # @type Index: Array
3075
3796
  # @param Src: 原文
3076
3797
  # 注意:此字段可能返回 null,表示取不到有效值。
3077
3798
  # @type Src: String
3078
- # @param Name: ihc归一化
3079
- # 注意:此字段可能返回 null,表示取不到有效值。
3080
- # @type Name: String
3081
- # @param Value: ihc详情
3799
+ # @param Value: 归一化值
3082
3800
  # 注意:此字段可能返回 null,表示取不到有效值。
3083
- # @type Value: :class:`Tencentcloud::Mrs.v20200910.models.Value`
3801
+ # @type Value: String
3084
3802
  # @param Coords: 原文对应坐标
3085
3803
  # 注意:此字段可能返回 null,表示取不到有效值。
3086
3804
  # @type Coords: Array
3087
3805
 
3088
- attr_accessor :Index, :Src, :Name, :Value, :Coords
3806
+ attr_accessor :Name, :Index, :Src, :Value, :Coords
3089
3807
 
3090
- def initialize(index=nil, src=nil, name=nil, value=nil, coords=nil)
3808
+ def initialize(name=nil, index=nil, src=nil, value=nil, coords=nil)
3809
+ @Name = name
3091
3810
  @Index = index
3092
3811
  @Src = src
3093
- @Name = name
3094
3812
  @Value = value
3095
3813
  @Coords = coords
3096
3814
  end
3097
3815
 
3098
3816
  def deserialize(params)
3817
+ @Name = params['Name']
3099
3818
  @Index = params['Index']
3100
3819
  @Src = params['Src']
3101
- @Name = params['Name']
3102
- unless params['Value'].nil?
3103
- @Value = Value.new
3104
- @Value.deserialize(params['Value'])
3105
- end
3820
+ @Value = params['Value']
3106
3821
  unless params['Coords'].nil?
3107
3822
  @Coords = []
3108
3823
  params['Coords'].each do |i|
@@ -3114,441 +3829,1321 @@ module TencentCloud
3114
3829
  end
3115
3830
  end
3116
3831
 
3117
- # 图片信息
3118
- class ImageInfo < TencentCloud::Common::AbstractModel
3119
- # @param Id: 图片id
3120
- # @type Id: Integer
3121
- # @param Url: 图片url
3122
- # @type Url: String
3123
- # @param Base64: 图片base64编码
3124
- # @type Base64: String
3832
+ # 组织学等级
3833
+ class HistologyLevel < TencentCloud::Common::AbstractModel
3834
+ # @param Grade: 等级
3835
+ # 注意:此字段可能返回 null,表示取不到有效值。
3836
+ # @type Grade: String
3837
+ # @param Index: 原文位置
3838
+ # 注意:此字段可能返回 null,表示取不到有效值。
3839
+ # @type Index: Array
3840
+ # @param Src: 原文
3841
+ # 注意:此字段可能返回 null,表示取不到有效值。
3842
+ # @type Src: String
3125
3843
 
3126
- attr_accessor :Id, :Url, :Base64
3844
+ attr_accessor :Grade, :Index, :Src
3845
+
3846
+ def initialize(grade=nil, index=nil, src=nil)
3847
+ @Grade = grade
3848
+ @Index = index
3849
+ @Src = src
3850
+ end
3851
+
3852
+ def deserialize(params)
3853
+ @Grade = params['Grade']
3854
+ @Index = params['Index']
3855
+ @Src = params['Src']
3856
+ end
3857
+ end
3858
+
3859
+ # 组织学类型
3860
+ class HistologyType < TencentCloud::Common::AbstractModel
3861
+ # @param Infiltration: 浸润
3862
+ # 注意:此字段可能返回 null,表示取不到有效值。
3863
+ # @type Infiltration: String
3864
+ # @param Index: 原文位置
3865
+ # 注意:此字段可能返回 null,表示取不到有效值。
3866
+ # @type Index: Array
3867
+ # @param Src: 原文
3868
+ # 注意:此字段可能返回 null,表示取不到有效值。
3869
+ # @type Src: String
3870
+ # @param Type: 类型
3871
+ # 注意:此字段可能返回 null,表示取不到有效值。
3872
+ # @type Type: String
3873
+
3874
+ attr_accessor :Infiltration, :Index, :Src, :Type
3875
+
3876
+ def initialize(infiltration=nil, index=nil, src=nil, type=nil)
3877
+ @Infiltration = infiltration
3878
+ @Index = index
3879
+ @Src = src
3880
+ @Type = type
3881
+ end
3882
+
3883
+ def deserialize(params)
3884
+ @Infiltration = params['Infiltration']
3885
+ @Index = params['Index']
3886
+ @Src = params['Src']
3887
+ @Type = params['Type']
3888
+ end
3889
+ end
3890
+
3891
+ # 组织学类型
3892
+ class HistologyTypeV2 < TencentCloud::Common::AbstractModel
3893
+ # @param Infiltration: 浸润
3894
+ # 注意:此字段可能返回 null,表示取不到有效值。
3895
+ # @type Infiltration: String
3896
+ # @param Index: 索引
3897
+ # 注意:此字段可能返回 null,表示取不到有效值。
3898
+ # @type Index: Array
3899
+ # @param Src: 原文
3900
+ # 注意:此字段可能返回 null,表示取不到有效值。
3901
+ # @type Src: String
3902
+ # @param Type: 归一化后的组织学类型
3903
+ # 注意:此字段可能返回 null,表示取不到有效值。
3904
+ # @type Type: String
3905
+ # @param Name: 项目名称
3906
+ # 注意:此字段可能返回 null,表示取不到有效值。
3907
+ # @type Name: String
3908
+ # @param Coords: 原文对应坐标
3909
+ # 注意:此字段可能返回 null,表示取不到有效值。
3910
+ # @type Coords: Array
3911
+
3912
+ attr_accessor :Infiltration, :Index, :Src, :Type, :Name, :Coords
3913
+
3914
+ def initialize(infiltration=nil, index=nil, src=nil, type=nil, name=nil, coords=nil)
3915
+ @Infiltration = infiltration
3916
+ @Index = index
3917
+ @Src = src
3918
+ @Type = type
3919
+ @Name = name
3920
+ @Coords = coords
3921
+ end
3922
+
3923
+ def deserialize(params)
3924
+ @Infiltration = params['Infiltration']
3925
+ @Index = params['Index']
3926
+ @Src = params['Src']
3927
+ @Type = params['Type']
3928
+ @Name = params['Name']
3929
+ unless params['Coords'].nil?
3930
+ @Coords = []
3931
+ params['Coords'].each do |i|
3932
+ coord_tmp = Coord.new
3933
+ coord_tmp.deserialize(i)
3934
+ @Coords << coord_tmp
3935
+ end
3936
+ end
3937
+ end
3938
+ end
3939
+
3940
+ # 出入院信息
3941
+ class Hospitalization < TencentCloud::Common::AbstractModel
3942
+ # @param AdmissionTime: 入院时间
3943
+ # 注意:此字段可能返回 null,表示取不到有效值。
3944
+ # @type AdmissionTime: String
3945
+ # @param DischargeTime: 出院时间
3946
+ # 注意:此字段可能返回 null,表示取不到有效值。
3947
+ # @type DischargeTime: String
3948
+ # @param AdmissionDays: 住院天数
3949
+ # 注意:此字段可能返回 null,表示取不到有效值。
3950
+ # @type AdmissionDays: String
3951
+ # @param AdmissionDignosis: 入院诊断
3952
+ # 注意:此字段可能返回 null,表示取不到有效值。
3953
+ # @type AdmissionDignosis: String
3954
+ # @param AdmissionCondition: 入院情况
3955
+ # 注意:此字段可能返回 null,表示取不到有效值。
3956
+ # @type AdmissionCondition: String
3957
+ # @param DiagnosisTreatment: 诊疗经过
3958
+ # 注意:此字段可能返回 null,表示取不到有效值。
3959
+ # @type DiagnosisTreatment: String
3960
+ # @param DischargeDiagnosis: 出院诊断
3961
+ # 注意:此字段可能返回 null,表示取不到有效值。
3962
+ # @type DischargeDiagnosis: String
3963
+ # @param DischargeInstruction: 出院医嘱
3964
+ # 注意:此字段可能返回 null,表示取不到有效值。
3965
+ # @type DischargeInstruction: String
3966
+
3967
+ attr_accessor :AdmissionTime, :DischargeTime, :AdmissionDays, :AdmissionDignosis, :AdmissionCondition, :DiagnosisTreatment, :DischargeDiagnosis, :DischargeInstruction
3968
+
3969
+ def initialize(admissiontime=nil, dischargetime=nil, admissiondays=nil, admissiondignosis=nil, admissioncondition=nil, diagnosistreatment=nil, dischargediagnosis=nil, dischargeinstruction=nil)
3970
+ @AdmissionTime = admissiontime
3971
+ @DischargeTime = dischargetime
3972
+ @AdmissionDays = admissiondays
3973
+ @AdmissionDignosis = admissiondignosis
3974
+ @AdmissionCondition = admissioncondition
3975
+ @DiagnosisTreatment = diagnosistreatment
3976
+ @DischargeDiagnosis = dischargediagnosis
3977
+ @DischargeInstruction = dischargeinstruction
3978
+ end
3979
+
3980
+ def deserialize(params)
3981
+ @AdmissionTime = params['AdmissionTime']
3982
+ @DischargeTime = params['DischargeTime']
3983
+ @AdmissionDays = params['AdmissionDays']
3984
+ @AdmissionDignosis = params['AdmissionDignosis']
3985
+ @AdmissionCondition = params['AdmissionCondition']
3986
+ @DiagnosisTreatment = params['DiagnosisTreatment']
3987
+ @DischargeDiagnosis = params['DischargeDiagnosis']
3988
+ @DischargeInstruction = params['DischargeInstruction']
3989
+ end
3990
+ end
3991
+
3992
+ # IHC块
3993
+ class IHCBlock < TencentCloud::Common::AbstractModel
3994
+ # @param Index: 索引
3995
+ # 注意:此字段可能返回 null,表示取不到有效值。
3996
+ # @type Index: Array
3997
+ # @param Src: 原文
3998
+ # 注意:此字段可能返回 null,表示取不到有效值。
3999
+ # @type Src: String
4000
+ # @param Name: 名称
4001
+ # 注意:此字段可能返回 null,表示取不到有效值。
4002
+ # @type Name: String
4003
+ # @param Value: 具体值
4004
+ # 注意:此字段可能返回 null,表示取不到有效值。
4005
+ # @type Value: :class:`Tencentcloud::Mrs.v20200910.models.ValueBlock`
4006
+ # @param Coords: 坐标
4007
+ # 注意:此字段可能返回 null,表示取不到有效值。
4008
+ # @type Coords: Array
4009
+
4010
+ attr_accessor :Index, :Src, :Name, :Value, :Coords
4011
+
4012
+ def initialize(index=nil, src=nil, name=nil, value=nil, coords=nil)
4013
+ @Index = index
4014
+ @Src = src
4015
+ @Name = name
4016
+ @Value = value
4017
+ @Coords = coords
4018
+ end
4019
+
4020
+ def deserialize(params)
4021
+ @Index = params['Index']
4022
+ @Src = params['Src']
4023
+ @Name = params['Name']
4024
+ unless params['Value'].nil?
4025
+ @Value = ValueBlock.new
4026
+ @Value.deserialize(params['Value'])
4027
+ end
4028
+ unless params['Coords'].nil?
4029
+ @Coords = []
4030
+ params['Coords'].each do |i|
4031
+ coord_tmp = Coord.new
4032
+ coord_tmp.deserialize(i)
4033
+ @Coords << coord_tmp
4034
+ end
4035
+ end
4036
+ end
4037
+ end
4038
+
4039
+ # Ihc信息
4040
+ class IHCInfo < TencentCloud::Common::AbstractModel
4041
+ # @param Index: 原文位置
4042
+ # 注意:此字段可能返回 null,表示取不到有效值。
4043
+ # @type Index: Array
4044
+ # @param Src: 原文
4045
+ # 注意:此字段可能返回 null,表示取不到有效值。
4046
+ # @type Src: String
4047
+ # @param Name: 名称
4048
+ # 注意:此字段可能返回 null,表示取不到有效值。
4049
+ # @type Name: String
4050
+ # @param Value: 值
4051
+ # @type Value: :class:`Tencentcloud::Mrs.v20200910.models.Value`
4052
+
4053
+ attr_accessor :Index, :Src, :Name, :Value
4054
+
4055
+ def initialize(index=nil, src=nil, name=nil, value=nil)
4056
+ @Index = index
4057
+ @Src = src
4058
+ @Name = name
4059
+ @Value = value
4060
+ end
4061
+
4062
+ def deserialize(params)
4063
+ @Index = params['Index']
4064
+ @Src = params['Src']
4065
+ @Name = params['Name']
4066
+ unless params['Value'].nil?
4067
+ @Value = Value.new
4068
+ @Value.deserialize(params['Value'])
4069
+ end
4070
+ end
4071
+ end
4072
+
4073
+ # IHC
4074
+ class IHCV2 < TencentCloud::Common::AbstractModel
4075
+ # @param Index: 索引
4076
+ # 注意:此字段可能返回 null,表示取不到有效值。
4077
+ # @type Index: Array
4078
+ # @param Src: 原文
4079
+ # 注意:此字段可能返回 null,表示取不到有效值。
4080
+ # @type Src: String
4081
+ # @param Name: ihc归一化
4082
+ # 注意:此字段可能返回 null,表示取不到有效值。
4083
+ # @type Name: String
4084
+ # @param Value: ihc详情
4085
+ # 注意:此字段可能返回 null,表示取不到有效值。
4086
+ # @type Value: :class:`Tencentcloud::Mrs.v20200910.models.Value`
4087
+ # @param Coords: 原文对应坐标
4088
+ # 注意:此字段可能返回 null,表示取不到有效值。
4089
+ # @type Coords: Array
4090
+
4091
+ attr_accessor :Index, :Src, :Name, :Value, :Coords
4092
+
4093
+ def initialize(index=nil, src=nil, name=nil, value=nil, coords=nil)
4094
+ @Index = index
4095
+ @Src = src
4096
+ @Name = name
4097
+ @Value = value
4098
+ @Coords = coords
4099
+ end
4100
+
4101
+ def deserialize(params)
4102
+ @Index = params['Index']
4103
+ @Src = params['Src']
4104
+ @Name = params['Name']
4105
+ unless params['Value'].nil?
4106
+ @Value = Value.new
4107
+ @Value.deserialize(params['Value'])
4108
+ end
4109
+ unless params['Coords'].nil?
4110
+ @Coords = []
4111
+ params['Coords'].each do |i|
4112
+ coord_tmp = Coord.new
4113
+ coord_tmp.deserialize(i)
4114
+ @Coords << coord_tmp
4115
+ end
4116
+ end
4117
+ end
4118
+ end
4119
+
4120
+ # 图片信息
4121
+ class ImageInfo < TencentCloud::Common::AbstractModel
4122
+ # @param Id: 图片id
4123
+ # @type Id: Integer
4124
+ # @param Url: 图片url
4125
+ # @type Url: String
4126
+ # @param Base64: 图片base64编码
4127
+ # @type Base64: String
4128
+
4129
+ attr_accessor :Id, :Url, :Base64
4130
+
4131
+ def initialize(id=nil, url=nil, base64=nil)
4132
+ @Id = id
4133
+ @Url = url
4134
+ @Base64 = base64
4135
+ end
4136
+
4137
+ def deserialize(params)
4138
+ @Id = params['Id']
4139
+ @Url = params['Url']
4140
+ @Base64 = params['Base64']
4141
+ end
4142
+ end
4143
+
4144
+ # ImageToClass请求参数结构体
4145
+ class ImageToClassRequest < TencentCloud::Common::AbstractModel
4146
+ # @param ImageInfoList: 图片列表,允许传入多张图片,支持传入图片的base64编码,暂不支持图片url
4147
+ # @type ImageInfoList: Array
4148
+ # @param HandleParam: 图片处理参数
4149
+ # @type HandleParam: :class:`Tencentcloud::Mrs.v20200910.models.HandleParam`
4150
+ # @param Type: 不填,默认为0
4151
+ # @type Type: Integer
4152
+ # @param UserType: 后付费的用户类型,新客户传1,老客户可不传或传 0。2022 年 12 月 15 新增了计费项,在此时间之前已经通过商务指定优惠价格的大客户,请不传这个字段或传 0,如果传 1 会导致以前获得的折扣价格失效。在 2022 年 12 月 15 日之后,通过商务指定优惠价格的大客户请传 1。
4153
+ # @type UserType: Integer
4154
+
4155
+ attr_accessor :ImageInfoList, :HandleParam, :Type, :UserType
4156
+
4157
+ def initialize(imageinfolist=nil, handleparam=nil, type=nil, usertype=nil)
4158
+ @ImageInfoList = imageinfolist
4159
+ @HandleParam = handleparam
4160
+ @Type = type
4161
+ @UserType = usertype
4162
+ end
4163
+
4164
+ def deserialize(params)
4165
+ unless params['ImageInfoList'].nil?
4166
+ @ImageInfoList = []
4167
+ params['ImageInfoList'].each do |i|
4168
+ imageinfo_tmp = ImageInfo.new
4169
+ imageinfo_tmp.deserialize(i)
4170
+ @ImageInfoList << imageinfo_tmp
4171
+ end
4172
+ end
4173
+ unless params['HandleParam'].nil?
4174
+ @HandleParam = HandleParam.new
4175
+ @HandleParam.deserialize(params['HandleParam'])
4176
+ end
4177
+ @Type = params['Type']
4178
+ @UserType = params['UserType']
4179
+ end
4180
+ end
4181
+
4182
+ # ImageToClass返回参数结构体
4183
+ class ImageToClassResponse < TencentCloud::Common::AbstractModel
4184
+ # @param TextTypeList: 分类结果
4185
+ # 注意:此字段可能返回 null,表示取不到有效值。
4186
+ # @type TextTypeList: Array
4187
+ # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4188
+ # @type RequestId: String
4189
+
4190
+ attr_accessor :TextTypeList, :RequestId
4191
+
4192
+ def initialize(texttypelist=nil, requestid=nil)
4193
+ @TextTypeList = texttypelist
4194
+ @RequestId = requestid
4195
+ end
4196
+
4197
+ def deserialize(params)
4198
+ unless params['TextTypeList'].nil?
4199
+ @TextTypeList = []
4200
+ params['TextTypeList'].each do |i|
4201
+ texttype_tmp = TextType.new
4202
+ texttype_tmp.deserialize(i)
4203
+ @TextTypeList << texttype_tmp
4204
+ end
4205
+ end
4206
+ @RequestId = params['RequestId']
4207
+ end
4208
+ end
4209
+
4210
+ # ImageToObject请求参数结构体
4211
+ class ImageToObjectRequest < TencentCloud::Common::AbstractModel
4212
+ # @param ImageInfoList: 图片列表,允许传入多张图片,目前只支持传入图片base64编码,图片url暂不支持
4213
+ # @type ImageInfoList: Array
4214
+ # @param HandleParam: 图片处理参数
4215
+ # @type HandleParam: :class:`Tencentcloud::Mrs.v20200910.models.HandleParam`
4216
+ # @param Type: 报告类型,目前支持11(检验报告),12(检查报告),15(病理报告),28(出院报告),29(入院报告),210(门诊病历),212(手术记录),218(诊断证明),363(心电图),27(内窥镜检查),215(处方单),219(免疫接种证明),301(C14呼气试验)。如果不清楚报告类型,可以使用分类引擎,该字段传0(同时IsUsedClassify字段必须为True,否则无法输出结果)
4217
+ # @type Type: Integer
4218
+ # @param IsUsedClassify: 是否使用分类引擎,当不确定报告类型时,可以使用收费的报告分类引擎服务。若该字段为 False,则 Type 字段不能为 0,否则无法输出结果。
4219
+ # 注意:当 IsUsedClassify 为True 时,表示使用收费的报告分类服务,将会产生额外的费用,具体收费标准参见 [购买指南的产品价格](https://cloud.tencent.com/document/product/1314/54264)。
4220
+ # @type IsUsedClassify: Boolean
4221
+ # @param UserType: 后付费的用户类型,新客户传1,老客户可不传或传 0。2022 年 12 月 15 新增了计费项,在此时间之前已经通过商务指定优惠价格的大客户,请不传这个字段或传 0,如果传 1 会导致以前获得的折扣价格失效。在 2022 年 12 月 15 日之后,通过商务指定优惠价格的大客户请传 1。
4222
+ # @type UserType: Integer
4223
+ # @param ReportTypeVersion: 可选。用于指定不同报告使用的结构化引擎版本,不同版本返回的JSON 数据结果不兼容。若不指定版本号,就默认用旧的版本号。
4224
+ # (1)检验报告 11,默认使用 V2,最高支持 V3。
4225
+ # (2)病理报告 15,默认使用 V1,最高支持 V2。
4226
+ # (3)入院记录29、出院记录 28、病历记录 216、病程记录 217、门诊记录 210,默认使用 V1,最高支持 V2。
4227
+ # @type ReportTypeVersion: Array
4228
+
4229
+ attr_accessor :ImageInfoList, :HandleParam, :Type, :IsUsedClassify, :UserType, :ReportTypeVersion
4230
+
4231
+ def initialize(imageinfolist=nil, handleparam=nil, type=nil, isusedclassify=nil, usertype=nil, reporttypeversion=nil)
4232
+ @ImageInfoList = imageinfolist
4233
+ @HandleParam = handleparam
4234
+ @Type = type
4235
+ @IsUsedClassify = isusedclassify
4236
+ @UserType = usertype
4237
+ @ReportTypeVersion = reporttypeversion
4238
+ end
4239
+
4240
+ def deserialize(params)
4241
+ unless params['ImageInfoList'].nil?
4242
+ @ImageInfoList = []
4243
+ params['ImageInfoList'].each do |i|
4244
+ imageinfo_tmp = ImageInfo.new
4245
+ imageinfo_tmp.deserialize(i)
4246
+ @ImageInfoList << imageinfo_tmp
4247
+ end
4248
+ end
4249
+ unless params['HandleParam'].nil?
4250
+ @HandleParam = HandleParam.new
4251
+ @HandleParam.deserialize(params['HandleParam'])
4252
+ end
4253
+ @Type = params['Type']
4254
+ @IsUsedClassify = params['IsUsedClassify']
4255
+ @UserType = params['UserType']
4256
+ unless params['ReportTypeVersion'].nil?
4257
+ @ReportTypeVersion = []
4258
+ params['ReportTypeVersion'].each do |i|
4259
+ reporttypeversion_tmp = ReportTypeVersion.new
4260
+ reporttypeversion_tmp.deserialize(i)
4261
+ @ReportTypeVersion << reporttypeversion_tmp
4262
+ end
4263
+ end
4264
+ end
4265
+ end
4266
+
4267
+ # ImageToObject返回参数结构体
4268
+ class ImageToObjectResponse < TencentCloud::Common::AbstractModel
4269
+ # @param Template: 报告结构化结果
4270
+ # 注意:此字段可能返回 null,表示取不到有效值。
4271
+ # @type Template: :class:`Tencentcloud::Mrs.v20200910.models.Template`
4272
+ # @param TextTypeList: 多级分类结果
4273
+ # 注意:此字段可能返回 null,表示取不到有效值。
4274
+ # @type TextTypeList: Array
4275
+ # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4276
+ # @type RequestId: String
4277
+
4278
+ attr_accessor :Template, :TextTypeList, :RequestId
4279
+
4280
+ def initialize(template=nil, texttypelist=nil, requestid=nil)
4281
+ @Template = template
4282
+ @TextTypeList = texttypelist
4283
+ @RequestId = requestid
4284
+ end
4285
+
4286
+ def deserialize(params)
4287
+ unless params['Template'].nil?
4288
+ @Template = Template.new
4289
+ @Template.deserialize(params['Template'])
4290
+ end
4291
+ unless params['TextTypeList'].nil?
4292
+ @TextTypeList = []
4293
+ params['TextTypeList'].each do |i|
4294
+ texttype_tmp = TextType.new
4295
+ texttype_tmp.deserialize(i)
4296
+ @TextTypeList << texttype_tmp
4297
+ end
4298
+ end
4299
+ @RequestId = params['RequestId']
4300
+ end
4301
+ end
4302
+
4303
+ # 免疫组化
4304
+ class ImmunohistochemistryBlock < TencentCloud::Common::AbstractModel
4305
+ # @param Name: 名称
4306
+ # 注意:此字段可能返回 null,表示取不到有效值。
4307
+ # @type Name: String
4308
+ # @param Src: 原文
4309
+ # 注意:此字段可能返回 null,表示取不到有效值。
4310
+ # @type Src: String
4311
+ # @param Value: 免疫组化详情
4312
+ # 注意:此字段可能返回 null,表示取不到有效值。
4313
+ # @type Value: Array
4314
+
4315
+ attr_accessor :Name, :Src, :Value
4316
+
4317
+ def initialize(name=nil, src=nil, value=nil)
4318
+ @Name = name
4319
+ @Src = src
4320
+ @Value = value
4321
+ end
4322
+
4323
+ def deserialize(params)
4324
+ @Name = params['Name']
4325
+ @Src = params['Src']
4326
+ unless params['Value'].nil?
4327
+ @Value = []
4328
+ params['Value'].each do |i|
4329
+ ihcblock_tmp = IHCBlock.new
4330
+ ihcblock_tmp.deserialize(i)
4331
+ @Value << ihcblock_tmp
4332
+ end
4333
+ end
4334
+ end
4335
+ end
3127
4336
 
3128
- def initialize(id=nil, url=nil, base64=nil)
4337
+ # 检验报告
4338
+ class Indicator < TencentCloud::Common::AbstractModel
4339
+ # @param Indicators: 检验指标项
4340
+ # 注意:此字段可能返回 null,表示取不到有效值。
4341
+ # @type Indicators: Array
4342
+
4343
+ attr_accessor :Indicators
4344
+
4345
+ def initialize(indicators=nil)
4346
+ @Indicators = indicators
4347
+ end
4348
+
4349
+ def deserialize(params)
4350
+ unless params['Indicators'].nil?
4351
+ @Indicators = []
4352
+ params['Indicators'].each do |i|
4353
+ indicatoritem_tmp = IndicatorItem.new
4354
+ indicatoritem_tmp.deserialize(i)
4355
+ @Indicators << indicatoritem_tmp
4356
+ end
4357
+ end
4358
+ end
4359
+ end
4360
+
4361
+ # 检验指标项
4362
+ class IndicatorItem < TencentCloud::Common::AbstractModel
4363
+ # @param Code: 英文缩写
4364
+ # 注意:此字段可能返回 null,表示取不到有效值。
4365
+ # @type Code: String
4366
+ # @param Scode: 标准缩写
4367
+ # 注意:此字段可能返回 null,表示取不到有效值。
4368
+ # @type Scode: String
4369
+ # @param Name: 项目名称
4370
+ # 注意:此字段可能返回 null,表示取不到有效值。
4371
+ # @type Name: String
4372
+ # @param Sname: 标准名
4373
+ # 注意:此字段可能返回 null,表示取不到有效值。
4374
+ # @type Sname: String
4375
+ # @param Result: 结果
4376
+ # 注意:此字段可能返回 null,表示取不到有效值。
4377
+ # @type Result: String
4378
+ # @param Unit: 单位
4379
+ # 注意:此字段可能返回 null,表示取不到有效值。
4380
+ # @type Unit: String
4381
+ # @param Range: 参考范围
4382
+ # 注意:此字段可能返回 null,表示取不到有效值。
4383
+ # @type Range: String
4384
+ # @param Arrow: 上下箭头
4385
+ # 注意:此字段可能返回 null,表示取不到有效值。
4386
+ # @type Arrow: String
4387
+ # @param Normal: 是否正常
4388
+ # 注意:此字段可能返回 null,表示取不到有效值。
4389
+ # @type Normal: Boolean
4390
+ # @param ItemString: 项目原文
4391
+ # 注意:此字段可能返回 null,表示取不到有效值。
4392
+ # @type ItemString: String
4393
+ # @param Id: 指标项ID
4394
+ # 注意:此字段可能返回 null,表示取不到有效值。
4395
+ # @type Id: Integer
4396
+ # @param Coords: 指标项坐标位置
4397
+ # 注意:此字段可能返回 null,表示取不到有效值。
4398
+ # @type Coords: :class:`Tencentcloud::Mrs.v20200910.models.Coordinate`
4399
+ # @param InferNormal: 推测结果是否异常
4400
+ # 注意:此字段可能返回 null,表示取不到有效值。
4401
+ # @type InferNormal: String
4402
+
4403
+ attr_accessor :Code, :Scode, :Name, :Sname, :Result, :Unit, :Range, :Arrow, :Normal, :ItemString, :Id, :Coords, :InferNormal
4404
+
4405
+ def initialize(code=nil, scode=nil, name=nil, sname=nil, result=nil, unit=nil, range=nil, arrow=nil, normal=nil, itemstring=nil, id=nil, coords=nil, infernormal=nil)
4406
+ @Code = code
4407
+ @Scode = scode
4408
+ @Name = name
4409
+ @Sname = sname
4410
+ @Result = result
4411
+ @Unit = unit
4412
+ @Range = range
4413
+ @Arrow = arrow
4414
+ @Normal = normal
4415
+ @ItemString = itemstring
3129
4416
  @Id = id
3130
- @Url = url
3131
- @Base64 = base64
4417
+ @Coords = coords
4418
+ @InferNormal = infernormal
3132
4419
  end
3133
4420
 
3134
4421
  def deserialize(params)
4422
+ @Code = params['Code']
4423
+ @Scode = params['Scode']
4424
+ @Name = params['Name']
4425
+ @Sname = params['Sname']
4426
+ @Result = params['Result']
4427
+ @Unit = params['Unit']
4428
+ @Range = params['Range']
4429
+ @Arrow = params['Arrow']
4430
+ @Normal = params['Normal']
4431
+ @ItemString = params['ItemString']
3135
4432
  @Id = params['Id']
3136
- @Url = params['Url']
3137
- @Base64 = params['Base64']
4433
+ unless params['Coords'].nil?
4434
+ @Coords = Coordinate.new
4435
+ @Coords.deserialize(params['Coords'])
4436
+ end
4437
+ @InferNormal = params['InferNormal']
3138
4438
  end
3139
4439
  end
3140
4440
 
3141
- # ImageToClass请求参数结构体
3142
- class ImageToClassRequest < TencentCloud::Common::AbstractModel
3143
- # @param ImageInfoList: 图片列表,允许传入多张图片,支持传入图片的base64编码,暂不支持图片url
3144
- # @type ImageInfoList: Array
3145
- # @param HandleParam: 图片处理参数
3146
- # @type HandleParam: :class:`Tencentcloud::Mrs.v20200910.models.HandleParam`
3147
- # @param Type: 不填,默认为0
3148
- # @type Type: Integer
3149
- # @param UserType: 后付费的用户类型,新客户传1,老客户可不传或传 0。2022 年 12 月 15 新增了计费项,在此时间之前已经通过商务指定优惠价格的大客户,请不传这个字段或传 0,如果传 1 会导致以前获得的折扣价格失效。在 2022 年 12 月 15 日之后,通过商务指定优惠价格的大客户请传 1。
3150
- # @type UserType: Integer
4441
+ # 检验指标项结构v2
4442
+ class IndicatorItemV2 < TencentCloud::Common::AbstractModel
4443
+ # @param Item: 项目名称
4444
+ # 注意:此字段可能返回 null,表示取不到有效值。
4445
+ # @type Item: :class:`Tencentcloud::Mrs.v20200910.models.BaseItem`
4446
+ # @param Code: 英文编码
4447
+ # 注意:此字段可能返回 null,表示取不到有效值。
4448
+ # @type Code: :class:`Tencentcloud::Mrs.v20200910.models.BaseItem`
4449
+ # @param Result: 结果
4450
+ # 注意:此字段可能返回 null,表示取不到有效值。
4451
+ # @type Result: :class:`Tencentcloud::Mrs.v20200910.models.BaseItem`
4452
+ # @param Unit: 单位
4453
+ # 注意:此字段可能返回 null,表示取不到有效值。
4454
+ # @type Unit: :class:`Tencentcloud::Mrs.v20200910.models.BaseItem`
4455
+ # @param Range: 参考范围
4456
+ # 注意:此字段可能返回 null,表示取不到有效值。
4457
+ # @type Range: :class:`Tencentcloud::Mrs.v20200910.models.BaseItem`
4458
+ # @param Arrow: 上下箭头
4459
+ # 注意:此字段可能返回 null,表示取不到有效值。
4460
+ # @type Arrow: :class:`Tencentcloud::Mrs.v20200910.models.BaseItem`
4461
+ # @param Method: 检测方法
4462
+ # 注意:此字段可能返回 null,表示取不到有效值。
4463
+ # @type Method: :class:`Tencentcloud::Mrs.v20200910.models.BaseItem`
4464
+ # @param Normal: 结果是否异常
4465
+ # 注意:此字段可能返回 null,表示取不到有效值。
4466
+ # @type Normal: Boolean
4467
+ # @param Id: ID
4468
+ # 注意:此字段可能返回 null,表示取不到有效值。
4469
+ # @type Id: Integer
4470
+ # @param Order: 序号
4471
+ # 注意:此字段可能返回 null,表示取不到有效值。
4472
+ # @type Order: Integer
4473
+ # @param InferNormal: 推测结果是否异常
4474
+ # 注意:此字段可能返回 null,表示取不到有效值。
4475
+ # @type InferNormal: String
3151
4476
 
3152
- attr_accessor :ImageInfoList, :HandleParam, :Type, :UserType
4477
+ attr_accessor :Item, :Code, :Result, :Unit, :Range, :Arrow, :Method, :Normal, :Id, :Order, :InferNormal
3153
4478
 
3154
- def initialize(imageinfolist=nil, handleparam=nil, type=nil, usertype=nil)
3155
- @ImageInfoList = imageinfolist
3156
- @HandleParam = handleparam
3157
- @Type = type
3158
- @UserType = usertype
4479
+ def initialize(item=nil, code=nil, result=nil, unit=nil, range=nil, arrow=nil, method=nil, normal=nil, id=nil, order=nil, infernormal=nil)
4480
+ @Item = item
4481
+ @Code = code
4482
+ @Result = result
4483
+ @Unit = unit
4484
+ @Range = range
4485
+ @Arrow = arrow
4486
+ @Method = method
4487
+ @Normal = normal
4488
+ @Id = id
4489
+ @Order = order
4490
+ @InferNormal = infernormal
3159
4491
  end
3160
4492
 
3161
4493
  def deserialize(params)
3162
- unless params['ImageInfoList'].nil?
3163
- @ImageInfoList = []
3164
- params['ImageInfoList'].each do |i|
3165
- imageinfo_tmp = ImageInfo.new
3166
- imageinfo_tmp.deserialize(i)
3167
- @ImageInfoList << imageinfo_tmp
3168
- end
4494
+ unless params['Item'].nil?
4495
+ @Item = BaseItem.new
4496
+ @Item.deserialize(params['Item'])
3169
4497
  end
3170
- unless params['HandleParam'].nil?
3171
- @HandleParam = HandleParam.new
3172
- @HandleParam.deserialize(params['HandleParam'])
4498
+ unless params['Code'].nil?
4499
+ @Code = BaseItem.new
4500
+ @Code.deserialize(params['Code'])
3173
4501
  end
3174
- @Type = params['Type']
3175
- @UserType = params['UserType']
4502
+ unless params['Result'].nil?
4503
+ @Result = BaseItem.new
4504
+ @Result.deserialize(params['Result'])
4505
+ end
4506
+ unless params['Unit'].nil?
4507
+ @Unit = BaseItem.new
4508
+ @Unit.deserialize(params['Unit'])
4509
+ end
4510
+ unless params['Range'].nil?
4511
+ @Range = BaseItem.new
4512
+ @Range.deserialize(params['Range'])
4513
+ end
4514
+ unless params['Arrow'].nil?
4515
+ @Arrow = BaseItem.new
4516
+ @Arrow.deserialize(params['Arrow'])
4517
+ end
4518
+ unless params['Method'].nil?
4519
+ @Method = BaseItem.new
4520
+ @Method.deserialize(params['Method'])
4521
+ end
4522
+ @Normal = params['Normal']
4523
+ @Id = params['Id']
4524
+ @Order = params['Order']
4525
+ @InferNormal = params['InferNormal']
3176
4526
  end
3177
4527
  end
3178
4528
 
3179
- # ImageToClass返回参数结构体
3180
- class ImageToClassResponse < TencentCloud::Common::AbstractModel
3181
- # @param TextTypeList: 分类结果
4529
+ # 检验报告v3
4530
+ class IndicatorV3 < TencentCloud::Common::AbstractModel
4531
+ # @param TableIndictors: 检验报告V3结论
3182
4532
  # 注意:此字段可能返回 null,表示取不到有效值。
3183
- # @type TextTypeList: Array
3184
- # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3185
- # @type RequestId: String
4533
+ # @type TableIndictors: Array
4534
+ # @param Version: 版本号
4535
+ # 注意:此字段可能返回 null,表示取不到有效值。
4536
+ # @type Version: String
4537
+
4538
+ attr_accessor :TableIndictors, :Version
4539
+
4540
+ def initialize(tableindictors=nil, version=nil)
4541
+ @TableIndictors = tableindictors
4542
+ @Version = version
4543
+ end
4544
+
4545
+ def deserialize(params)
4546
+ unless params['TableIndictors'].nil?
4547
+ @TableIndictors = []
4548
+ params['TableIndictors'].each do |i|
4549
+ tableindicators_tmp = TableIndicators.new
4550
+ tableindicators_tmp.deserialize(i)
4551
+ @TableIndictors << tableindicators_tmp
4552
+ end
4553
+ end
4554
+ @Version = params['Version']
4555
+ end
4556
+ end
4557
+
4558
+ # 体检报告-内科-腹部
4559
+ class InternalMedicineAbdomen < TencentCloud::Common::AbstractModel
4560
+ # @param Text: 内科腹部小结
4561
+ # 注意:此字段可能返回 null,表示取不到有效值。
4562
+ # @type Text: :class:`Tencentcloud::Mrs.v20200910.models.KeyValueItem`
4563
+ # @param Liver: 肝脏
4564
+ # 注意:此字段可能返回 null,表示取不到有效值。
4565
+ # @type Liver: :class:`Tencentcloud::Mrs.v20200910.models.InternalMedicineAbdomenLiver`
4566
+ # @param GallBladder: 胆囊
4567
+ # 注意:此字段可能返回 null,表示取不到有效值。
4568
+ # @type GallBladder: :class:`Tencentcloud::Mrs.v20200910.models.InternalMedicineAbdomenGallBladder`
4569
+ # @param Pancreas: 胰腺
4570
+ # 注意:此字段可能返回 null,表示取不到有效值。
4571
+ # @type Pancreas: :class:`Tencentcloud::Mrs.v20200910.models.InternalMedicineAbdomenPancreas`
4572
+ # @param Spleen: 脾脏
4573
+ # 注意:此字段可能返回 null,表示取不到有效值。
4574
+ # @type Spleen: :class:`Tencentcloud::Mrs.v20200910.models.InternalMedicineAbdomenSpleen`
4575
+ # @param Kidney: 肾脏
4576
+ # 注意:此字段可能返回 null,表示取不到有效值。
4577
+ # @type Kidney: :class:`Tencentcloud::Mrs.v20200910.models.InternalMedicineAbdomenKidney`
4578
+ # @param Others: 腹部其他
4579
+ # 注意:此字段可能返回 null,表示取不到有效值。
4580
+ # @type Others: Array
3186
4581
 
3187
- attr_accessor :TextTypeList, :RequestId
4582
+ attr_accessor :Text, :Liver, :GallBladder, :Pancreas, :Spleen, :Kidney, :Others
3188
4583
 
3189
- def initialize(texttypelist=nil, requestid=nil)
3190
- @TextTypeList = texttypelist
3191
- @RequestId = requestid
4584
+ def initialize(text=nil, liver=nil, gallbladder=nil, pancreas=nil, spleen=nil, kidney=nil, others=nil)
4585
+ @Text = text
4586
+ @Liver = liver
4587
+ @GallBladder = gallbladder
4588
+ @Pancreas = pancreas
4589
+ @Spleen = spleen
4590
+ @Kidney = kidney
4591
+ @Others = others
3192
4592
  end
3193
4593
 
3194
4594
  def deserialize(params)
3195
- unless params['TextTypeList'].nil?
3196
- @TextTypeList = []
3197
- params['TextTypeList'].each do |i|
3198
- texttype_tmp = TextType.new
3199
- texttype_tmp.deserialize(i)
3200
- @TextTypeList << texttype_tmp
4595
+ unless params['Text'].nil?
4596
+ @Text = KeyValueItem.new
4597
+ @Text.deserialize(params['Text'])
4598
+ end
4599
+ unless params['Liver'].nil?
4600
+ @Liver = InternalMedicineAbdomenLiver.new
4601
+ @Liver.deserialize(params['Liver'])
4602
+ end
4603
+ unless params['GallBladder'].nil?
4604
+ @GallBladder = InternalMedicineAbdomenGallBladder.new
4605
+ @GallBladder.deserialize(params['GallBladder'])
4606
+ end
4607
+ unless params['Pancreas'].nil?
4608
+ @Pancreas = InternalMedicineAbdomenPancreas.new
4609
+ @Pancreas.deserialize(params['Pancreas'])
4610
+ end
4611
+ unless params['Spleen'].nil?
4612
+ @Spleen = InternalMedicineAbdomenSpleen.new
4613
+ @Spleen.deserialize(params['Spleen'])
4614
+ end
4615
+ unless params['Kidney'].nil?
4616
+ @Kidney = InternalMedicineAbdomenKidney.new
4617
+ @Kidney.deserialize(params['Kidney'])
4618
+ end
4619
+ unless params['Others'].nil?
4620
+ @Others = []
4621
+ params['Others'].each do |i|
4622
+ keyvalueitem_tmp = KeyValueItem.new
4623
+ keyvalueitem_tmp.deserialize(i)
4624
+ @Others << keyvalueitem_tmp
3201
4625
  end
3202
4626
  end
3203
- @RequestId = params['RequestId']
3204
4627
  end
3205
4628
  end
3206
4629
 
3207
- # ImageToObject请求参数结构体
3208
- class ImageToObjectRequest < TencentCloud::Common::AbstractModel
3209
- # @param ImageInfoList: 图片列表,允许传入多张图片,目前只支持传入图片base64编码,图片url暂不支持
3210
- # @type ImageInfoList: Array
3211
- # @param HandleParam: 图片处理参数
3212
- # @type HandleParam: :class:`Tencentcloud::Mrs.v20200910.models.HandleParam`
3213
- # @param Type: 报告类型,目前支持11(检验报告),12(检查报告),15(病理报告),28(出院报告),29(入院报告),210(门诊病历),212(手术记录),218(诊断证明),363(心电图),27(内窥镜检查),215(处方单),219(免疫接种证明),301(C14呼气试验)。如果不清楚报告类型,可以使用分类引擎,该字段传0(同时IsUsedClassify字段必须为True,否则无法输出结果)
3214
- # @type Type: Integer
3215
- # @param IsUsedClassify: 是否使用分类引擎,当不确定报告类型时,可以使用收费的报告分类引擎服务。若该字段为 False,则 Type 字段不能为 0,否则无法输出结果。
3216
- # 注意:当 IsUsedClassify 为True 时,表示使用收费的报告分类服务,将会产生额外的费用,具体收费标准参见 [购买指南的产品价格](https://cloud.tencent.com/document/product/1314/54264)。
3217
- # @type IsUsedClassify: Boolean
3218
- # @param UserType: 后付费的用户类型,新客户传1,老客户可不传或传 0。2022 年 12 月 15 新增了计费项,在此时间之前已经通过商务指定优惠价格的大客户,请不传这个字段或传 0,如果传 1 会导致以前获得的折扣价格失效。在 2022 年 12 月 15 日之后,通过商务指定优惠价格的大客户请传 1。
3219
- # @type UserType: Integer
3220
- # @param ReportTypeVersion: 可选。用于指定不同报告使用的结构化引擎版本,不同版本返回的JSON 数据结果不兼容。若不指定版本号,就默认用旧的版本号。
3221
- # (1)检验报告 11,默认使用 V2,最高支持 V3。
3222
- # (2)病理报告 15,默认使用 V1,最高支持 V2。
3223
- # (3)入院记录29、出院记录 28、病历记录 216、病程记录 217、门诊记录 210,默认使用 V1,最高支持 V2。
3224
- # @type ReportTypeVersion: Array
4630
+ # 体检报告-内科-腹部-胆囊
4631
+ class InternalMedicineAbdomenGallBladder < TencentCloud::Common::AbstractModel
4632
+ # @param Src: 胆囊总体描述
4633
+ # 注意:此字段可能返回 null,表示取不到有效值。
4634
+ # @type Src: :class:`Tencentcloud::Mrs.v20200910.models.KeyValueItem`
4635
+ # @param Size: 胆囊大小
4636
+ # 注意:此字段可能返回 null,表示取不到有效值。
4637
+ # @type Size: :class:`Tencentcloud::Mrs.v20200910.models.KeyValueItem`
4638
+ # @param Palpation: 胆囊触诊
4639
+ # 注意:此字段可能返回 null,表示取不到有效值。
4640
+ # @type Palpation: :class:`Tencentcloud::Mrs.v20200910.models.KeyValueItem`
4641
+ # @param Percussion: 胆囊叩诊
4642
+ # 注意:此字段可能返回 null,表示取不到有效值。
4643
+ # @type Percussion: :class:`Tencentcloud::Mrs.v20200910.models.KeyValueItem`
4644
+ # @param Tenderness: 胆囊压痛
4645
+ # 注意:此字段可能返回 null,表示取不到有效值。
4646
+ # @type Tenderness: :class:`Tencentcloud::Mrs.v20200910.models.KeyValueItem`
4647
+ # @param Consistency: 胆囊质地
4648
+ # 注意:此字段可能返回 null,表示取不到有效值。
4649
+ # @type Consistency: :class:`Tencentcloud::Mrs.v20200910.models.KeyValueItem`
3225
4650
 
3226
- attr_accessor :ImageInfoList, :HandleParam, :Type, :IsUsedClassify, :UserType, :ReportTypeVersion
4651
+ attr_accessor :Src, :Size, :Palpation, :Percussion, :Tenderness, :Consistency
3227
4652
 
3228
- def initialize(imageinfolist=nil, handleparam=nil, type=nil, isusedclassify=nil, usertype=nil, reporttypeversion=nil)
3229
- @ImageInfoList = imageinfolist
3230
- @HandleParam = handleparam
3231
- @Type = type
3232
- @IsUsedClassify = isusedclassify
3233
- @UserType = usertype
3234
- @ReportTypeVersion = reporttypeversion
4653
+ def initialize(src=nil, size=nil, palpation=nil, percussion=nil, tenderness=nil, consistency=nil)
4654
+ @Src = src
4655
+ @Size = size
4656
+ @Palpation = palpation
4657
+ @Percussion = percussion
4658
+ @Tenderness = tenderness
4659
+ @Consistency = consistency
3235
4660
  end
3236
4661
 
3237
4662
  def deserialize(params)
3238
- unless params['ImageInfoList'].nil?
3239
- @ImageInfoList = []
3240
- params['ImageInfoList'].each do |i|
3241
- imageinfo_tmp = ImageInfo.new
3242
- imageinfo_tmp.deserialize(i)
3243
- @ImageInfoList << imageinfo_tmp
3244
- end
4663
+ unless params['Src'].nil?
4664
+ @Src = KeyValueItem.new
4665
+ @Src.deserialize(params['Src'])
3245
4666
  end
3246
- unless params['HandleParam'].nil?
3247
- @HandleParam = HandleParam.new
3248
- @HandleParam.deserialize(params['HandleParam'])
4667
+ unless params['Size'].nil?
4668
+ @Size = KeyValueItem.new
4669
+ @Size.deserialize(params['Size'])
3249
4670
  end
3250
- @Type = params['Type']
3251
- @IsUsedClassify = params['IsUsedClassify']
3252
- @UserType = params['UserType']
3253
- unless params['ReportTypeVersion'].nil?
3254
- @ReportTypeVersion = []
3255
- params['ReportTypeVersion'].each do |i|
3256
- reporttypeversion_tmp = ReportTypeVersion.new
3257
- reporttypeversion_tmp.deserialize(i)
3258
- @ReportTypeVersion << reporttypeversion_tmp
3259
- end
4671
+ unless params['Palpation'].nil?
4672
+ @Palpation = KeyValueItem.new
4673
+ @Palpation.deserialize(params['Palpation'])
4674
+ end
4675
+ unless params['Percussion'].nil?
4676
+ @Percussion = KeyValueItem.new
4677
+ @Percussion.deserialize(params['Percussion'])
4678
+ end
4679
+ unless params['Tenderness'].nil?
4680
+ @Tenderness = KeyValueItem.new
4681
+ @Tenderness.deserialize(params['Tenderness'])
4682
+ end
4683
+ unless params['Consistency'].nil?
4684
+ @Consistency = KeyValueItem.new
4685
+ @Consistency.deserialize(params['Consistency'])
3260
4686
  end
3261
4687
  end
3262
4688
  end
3263
4689
 
3264
- # ImageToObject返回参数结构体
3265
- class ImageToObjectResponse < TencentCloud::Common::AbstractModel
3266
- # @param Template: 报告结构化结果
4690
+ # 体检报告-内科-腹部-肾脏
4691
+ class InternalMedicineAbdomenKidney < TencentCloud::Common::AbstractModel
4692
+ # @param Src: 肾脏总体描述
3267
4693
  # 注意:此字段可能返回 null,表示取不到有效值。
3268
- # @type Template: :class:`Tencentcloud::Mrs.v20200910.models.Template`
3269
- # @param TextTypeList: 多级分类结果
4694
+ # @type Src: :class:`Tencentcloud::Mrs.v20200910.models.KeyValueItem`
4695
+ # @param Size: 肾脏大小
3270
4696
  # 注意:此字段可能返回 null,表示取不到有效值。
3271
- # @type TextTypeList: Array
3272
- # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3273
- # @type RequestId: String
4697
+ # @type Size: :class:`Tencentcloud::Mrs.v20200910.models.KeyValueItem`
4698
+ # @param Palpation: 肾脏触诊
4699
+ # 注意:此字段可能返回 null,表示取不到有效值。
4700
+ # @type Palpation: :class:`Tencentcloud::Mrs.v20200910.models.KeyValueItem`
4701
+ # @param Percussion: 肾脏叩诊
4702
+ # 注意:此字段可能返回 null,表示取不到有效值。
4703
+ # @type Percussion: :class:`Tencentcloud::Mrs.v20200910.models.KeyValueItem`
4704
+ # @param Tenderness: 肾脏压痛
4705
+ # 注意:此字段可能返回 null,表示取不到有效值。
4706
+ # @type Tenderness: :class:`Tencentcloud::Mrs.v20200910.models.KeyValueItem`
4707
+ # @param Consistency: 肾脏质地
4708
+ # 注意:此字段可能返回 null,表示取不到有效值。
4709
+ # @type Consistency: :class:`Tencentcloud::Mrs.v20200910.models.KeyValueItem`
3274
4710
 
3275
- attr_accessor :Template, :TextTypeList, :RequestId
4711
+ attr_accessor :Src, :Size, :Palpation, :Percussion, :Tenderness, :Consistency
3276
4712
 
3277
- def initialize(template=nil, texttypelist=nil, requestid=nil)
3278
- @Template = template
3279
- @TextTypeList = texttypelist
3280
- @RequestId = requestid
4713
+ def initialize(src=nil, size=nil, palpation=nil, percussion=nil, tenderness=nil, consistency=nil)
4714
+ @Src = src
4715
+ @Size = size
4716
+ @Palpation = palpation
4717
+ @Percussion = percussion
4718
+ @Tenderness = tenderness
4719
+ @Consistency = consistency
3281
4720
  end
3282
4721
 
3283
4722
  def deserialize(params)
3284
- unless params['Template'].nil?
3285
- @Template = Template.new
3286
- @Template.deserialize(params['Template'])
4723
+ unless params['Src'].nil?
4724
+ @Src = KeyValueItem.new
4725
+ @Src.deserialize(params['Src'])
3287
4726
  end
3288
- unless params['TextTypeList'].nil?
3289
- @TextTypeList = []
3290
- params['TextTypeList'].each do |i|
3291
- texttype_tmp = TextType.new
3292
- texttype_tmp.deserialize(i)
3293
- @TextTypeList << texttype_tmp
3294
- end
4727
+ unless params['Size'].nil?
4728
+ @Size = KeyValueItem.new
4729
+ @Size.deserialize(params['Size'])
4730
+ end
4731
+ unless params['Palpation'].nil?
4732
+ @Palpation = KeyValueItem.new
4733
+ @Palpation.deserialize(params['Palpation'])
4734
+ end
4735
+ unless params['Percussion'].nil?
4736
+ @Percussion = KeyValueItem.new
4737
+ @Percussion.deserialize(params['Percussion'])
4738
+ end
4739
+ unless params['Tenderness'].nil?
4740
+ @Tenderness = KeyValueItem.new
4741
+ @Tenderness.deserialize(params['Tenderness'])
4742
+ end
4743
+ unless params['Consistency'].nil?
4744
+ @Consistency = KeyValueItem.new
4745
+ @Consistency.deserialize(params['Consistency'])
3295
4746
  end
3296
- @RequestId = params['RequestId']
3297
4747
  end
3298
4748
  end
3299
4749
 
3300
- # 免疫组化
3301
- class ImmunohistochemistryBlock < TencentCloud::Common::AbstractModel
3302
- # @param Name: 名称
4750
+ # 体检报告-内科-腹部-肝脏
4751
+ class InternalMedicineAbdomenLiver < TencentCloud::Common::AbstractModel
4752
+ # @param Src: 肝脏总体描述
3303
4753
  # 注意:此字段可能返回 null,表示取不到有效值。
3304
- # @type Name: String
3305
- # @param Src: 原文
4754
+ # @type Src: :class:`Tencentcloud::Mrs.v20200910.models.KeyValueItem`
4755
+ # @param Size: 肝脏大小
3306
4756
  # 注意:此字段可能返回 null,表示取不到有效值。
3307
- # @type Src: String
3308
- # @param Value: 免疫组化详情
4757
+ # @type Size: :class:`Tencentcloud::Mrs.v20200910.models.KeyValueItem`
4758
+ # @param Palpation: 肝脏触诊
3309
4759
  # 注意:此字段可能返回 null,表示取不到有效值。
3310
- # @type Value: Array
4760
+ # @type Palpation: :class:`Tencentcloud::Mrs.v20200910.models.KeyValueItem`
4761
+ # @param Percussion: 肝脏叩诊
4762
+ # 注意:此字段可能返回 null,表示取不到有效值。
4763
+ # @type Percussion: :class:`Tencentcloud::Mrs.v20200910.models.KeyValueItem`
4764
+ # @param Tenderness: 肝脏压痛
4765
+ # 注意:此字段可能返回 null,表示取不到有效值。
4766
+ # @type Tenderness: :class:`Tencentcloud::Mrs.v20200910.models.KeyValueItem`
4767
+ # @param Consistency: 肝脏质地
4768
+ # 注意:此字段可能返回 null,表示取不到有效值。
4769
+ # @type Consistency: :class:`Tencentcloud::Mrs.v20200910.models.KeyValueItem`
3311
4770
 
3312
- attr_accessor :Name, :Src, :Value
4771
+ attr_accessor :Src, :Size, :Palpation, :Percussion, :Tenderness, :Consistency
3313
4772
 
3314
- def initialize(name=nil, src=nil, value=nil)
3315
- @Name = name
4773
+ def initialize(src=nil, size=nil, palpation=nil, percussion=nil, tenderness=nil, consistency=nil)
3316
4774
  @Src = src
3317
- @Value = value
4775
+ @Size = size
4776
+ @Palpation = palpation
4777
+ @Percussion = percussion
4778
+ @Tenderness = tenderness
4779
+ @Consistency = consistency
3318
4780
  end
3319
4781
 
3320
4782
  def deserialize(params)
3321
- @Name = params['Name']
3322
- @Src = params['Src']
3323
- unless params['Value'].nil?
3324
- @Value = []
3325
- params['Value'].each do |i|
3326
- ihcblock_tmp = IHCBlock.new
3327
- ihcblock_tmp.deserialize(i)
3328
- @Value << ihcblock_tmp
3329
- end
4783
+ unless params['Src'].nil?
4784
+ @Src = KeyValueItem.new
4785
+ @Src.deserialize(params['Src'])
4786
+ end
4787
+ unless params['Size'].nil?
4788
+ @Size = KeyValueItem.new
4789
+ @Size.deserialize(params['Size'])
4790
+ end
4791
+ unless params['Palpation'].nil?
4792
+ @Palpation = KeyValueItem.new
4793
+ @Palpation.deserialize(params['Palpation'])
4794
+ end
4795
+ unless params['Percussion'].nil?
4796
+ @Percussion = KeyValueItem.new
4797
+ @Percussion.deserialize(params['Percussion'])
4798
+ end
4799
+ unless params['Tenderness'].nil?
4800
+ @Tenderness = KeyValueItem.new
4801
+ @Tenderness.deserialize(params['Tenderness'])
4802
+ end
4803
+ unless params['Consistency'].nil?
4804
+ @Consistency = KeyValueItem.new
4805
+ @Consistency.deserialize(params['Consistency'])
3330
4806
  end
3331
4807
  end
3332
4808
  end
3333
4809
 
3334
- # 检验报告
3335
- class Indicator < TencentCloud::Common::AbstractModel
3336
- # @param Indicators: 检验指标项
4810
+ # 体检报告-内科-腹部-胰腺
4811
+ class InternalMedicineAbdomenPancreas < TencentCloud::Common::AbstractModel
4812
+ # @param Src: 胰腺总体描述
3337
4813
  # 注意:此字段可能返回 null,表示取不到有效值。
3338
- # @type Indicators: Array
4814
+ # @type Src: :class:`Tencentcloud::Mrs.v20200910.models.KeyValueItem`
4815
+ # @param Size: 胰腺大小
4816
+ # 注意:此字段可能返回 null,表示取不到有效值。
4817
+ # @type Size: :class:`Tencentcloud::Mrs.v20200910.models.KeyValueItem`
4818
+ # @param Palpation: 胰腺触诊
4819
+ # 注意:此字段可能返回 null,表示取不到有效值。
4820
+ # @type Palpation: :class:`Tencentcloud::Mrs.v20200910.models.KeyValueItem`
4821
+ # @param Percussion: 胰腺叩诊
4822
+ # 注意:此字段可能返回 null,表示取不到有效值。
4823
+ # @type Percussion: :class:`Tencentcloud::Mrs.v20200910.models.KeyValueItem`
4824
+ # @param Tenderness: 肝脏压痛
4825
+ # 注意:此字段可能返回 null,表示取不到有效值。
4826
+ # @type Tenderness: :class:`Tencentcloud::Mrs.v20200910.models.KeyValueItem`
4827
+ # @param Consistency: 胰腺质地
4828
+ # 注意:此字段可能返回 null,表示取不到有效值。
4829
+ # @type Consistency: :class:`Tencentcloud::Mrs.v20200910.models.KeyValueItem`
3339
4830
 
3340
- attr_accessor :Indicators
4831
+ attr_accessor :Src, :Size, :Palpation, :Percussion, :Tenderness, :Consistency
3341
4832
 
3342
- def initialize(indicators=nil)
3343
- @Indicators = indicators
4833
+ def initialize(src=nil, size=nil, palpation=nil, percussion=nil, tenderness=nil, consistency=nil)
4834
+ @Src = src
4835
+ @Size = size
4836
+ @Palpation = palpation
4837
+ @Percussion = percussion
4838
+ @Tenderness = tenderness
4839
+ @Consistency = consistency
3344
4840
  end
3345
4841
 
3346
4842
  def deserialize(params)
3347
- unless params['Indicators'].nil?
3348
- @Indicators = []
3349
- params['Indicators'].each do |i|
3350
- indicatoritem_tmp = IndicatorItem.new
3351
- indicatoritem_tmp.deserialize(i)
3352
- @Indicators << indicatoritem_tmp
3353
- end
4843
+ unless params['Src'].nil?
4844
+ @Src = KeyValueItem.new
4845
+ @Src.deserialize(params['Src'])
4846
+ end
4847
+ unless params['Size'].nil?
4848
+ @Size = KeyValueItem.new
4849
+ @Size.deserialize(params['Size'])
4850
+ end
4851
+ unless params['Palpation'].nil?
4852
+ @Palpation = KeyValueItem.new
4853
+ @Palpation.deserialize(params['Palpation'])
4854
+ end
4855
+ unless params['Percussion'].nil?
4856
+ @Percussion = KeyValueItem.new
4857
+ @Percussion.deserialize(params['Percussion'])
4858
+ end
4859
+ unless params['Tenderness'].nil?
4860
+ @Tenderness = KeyValueItem.new
4861
+ @Tenderness.deserialize(params['Tenderness'])
4862
+ end
4863
+ unless params['Consistency'].nil?
4864
+ @Consistency = KeyValueItem.new
4865
+ @Consistency.deserialize(params['Consistency'])
3354
4866
  end
3355
4867
  end
3356
4868
  end
3357
4869
 
3358
- # 检验指标项
3359
- class IndicatorItem < TencentCloud::Common::AbstractModel
3360
- # @param Code: 英文缩写
3361
- # 注意:此字段可能返回 null,表示取不到有效值。
3362
- # @type Code: String
3363
- # @param Scode: 标准缩写
4870
+ # 体检报告-内科-腹部-脾脏
4871
+ class InternalMedicineAbdomenSpleen < TencentCloud::Common::AbstractModel
4872
+ # @param Src: 脾脏总体描述
3364
4873
  # 注意:此字段可能返回 null,表示取不到有效值。
3365
- # @type Scode: String
3366
- # @param Name: 项目名称
4874
+ # @type Src: :class:`Tencentcloud::Mrs.v20200910.models.KeyValueItem`
4875
+ # @param Size: 脾脏大小
3367
4876
  # 注意:此字段可能返回 null,表示取不到有效值。
3368
- # @type Name: String
3369
- # @param Sname: 标准名
4877
+ # @type Size: :class:`Tencentcloud::Mrs.v20200910.models.KeyValueItem`
4878
+ # @param Palpation: 脾脏触诊
3370
4879
  # 注意:此字段可能返回 null,表示取不到有效值。
3371
- # @type Sname: String
3372
- # @param Result: 结果
4880
+ # @type Palpation: :class:`Tencentcloud::Mrs.v20200910.models.KeyValueItem`
4881
+ # @param Percussion: 脾脏叩诊
3373
4882
  # 注意:此字段可能返回 null,表示取不到有效值。
3374
- # @type Result: String
3375
- # @param Unit: 单位
4883
+ # @type Percussion: :class:`Tencentcloud::Mrs.v20200910.models.KeyValueItem`
4884
+ # @param Tenderness: 脾脏压痛
3376
4885
  # 注意:此字段可能返回 null,表示取不到有效值。
3377
- # @type Unit: String
3378
- # @param Range: 参考范围
4886
+ # @type Tenderness: :class:`Tencentcloud::Mrs.v20200910.models.KeyValueItem`
4887
+ # @param Consistency: 脾脏质地
3379
4888
  # 注意:此字段可能返回 null,表示取不到有效值。
3380
- # @type Range: String
3381
- # @param Arrow: 上下箭头
4889
+ # @type Consistency: :class:`Tencentcloud::Mrs.v20200910.models.KeyValueItem`
4890
+
4891
+ attr_accessor :Src, :Size, :Palpation, :Percussion, :Tenderness, :Consistency
4892
+
4893
+ def initialize(src=nil, size=nil, palpation=nil, percussion=nil, tenderness=nil, consistency=nil)
4894
+ @Src = src
4895
+ @Size = size
4896
+ @Palpation = palpation
4897
+ @Percussion = percussion
4898
+ @Tenderness = tenderness
4899
+ @Consistency = consistency
4900
+ end
4901
+
4902
+ def deserialize(params)
4903
+ unless params['Src'].nil?
4904
+ @Src = KeyValueItem.new
4905
+ @Src.deserialize(params['Src'])
4906
+ end
4907
+ unless params['Size'].nil?
4908
+ @Size = KeyValueItem.new
4909
+ @Size.deserialize(params['Size'])
4910
+ end
4911
+ unless params['Palpation'].nil?
4912
+ @Palpation = KeyValueItem.new
4913
+ @Palpation.deserialize(params['Palpation'])
4914
+ end
4915
+ unless params['Percussion'].nil?
4916
+ @Percussion = KeyValueItem.new
4917
+ @Percussion.deserialize(params['Percussion'])
4918
+ end
4919
+ unless params['Tenderness'].nil?
4920
+ @Tenderness = KeyValueItem.new
4921
+ @Tenderness.deserialize(params['Tenderness'])
4922
+ end
4923
+ unless params['Consistency'].nil?
4924
+ @Consistency = KeyValueItem.new
4925
+ @Consistency.deserialize(params['Consistency'])
4926
+ end
4927
+ end
4928
+ end
4929
+
4930
+ # 体检报告-内科
4931
+ class InternalMedicineBaseItem < TencentCloud::Common::AbstractModel
4932
+ # @param Abdomen: 体检报告-内科-腹部
3382
4933
  # 注意:此字段可能返回 null,表示取不到有效值。
3383
- # @type Arrow: String
3384
- # @param Normal: 是否正常
4934
+ # @type Abdomen: :class:`Tencentcloud::Mrs.v20200910.models.InternalMedicineAbdomen`
4935
+ # @param Heart: 体检报告-内科-心脏
3385
4936
  # 注意:此字段可能返回 null,表示取不到有效值。
3386
- # @type Normal: Boolean
3387
- # @param ItemString: 项目原文
4937
+ # @type Heart: :class:`Tencentcloud::Mrs.v20200910.models.InternalMedicineHeart`
4938
+ # @param Vessel: 体检报告-内科-血管
3388
4939
  # 注意:此字段可能返回 null,表示取不到有效值。
3389
- # @type ItemString: String
3390
- # @param Id: 指标项ID
4940
+ # @type Vessel: :class:`Tencentcloud::Mrs.v20200910.models.InternalMedicineVessel`
4941
+ # @param RespiratorySystem: 体检报告-内科-呼吸系统
3391
4942
  # 注意:此字段可能返回 null,表示取不到有效值。
3392
- # @type Id: Integer
3393
- # @param Coords: 指标项坐标位置
4943
+ # @type RespiratorySystem: :class:`Tencentcloud::Mrs.v20200910.models.InternalMedicineRespiratorySystem`
4944
+ # @param Others: 体检报告-内科-内科其他
3394
4945
  # 注意:此字段可能返回 null,表示取不到有效值。
3395
- # @type Coords: :class:`Tencentcloud::Mrs.v20200910.models.Coordinate`
3396
- # @param InferNormal: 推测结果是否异常
4946
+ # @type Others: Array
4947
+ # @param BriefSummary: 体检报告-内科-小结
3397
4948
  # 注意:此字段可能返回 null,表示取不到有效值。
3398
- # @type InferNormal: String
4949
+ # @type BriefSummary: :class:`Tencentcloud::Mrs.v20200910.models.InternalMedicineBriefSummary`
3399
4950
 
3400
- attr_accessor :Code, :Scode, :Name, :Sname, :Result, :Unit, :Range, :Arrow, :Normal, :ItemString, :Id, :Coords, :InferNormal
4951
+ attr_accessor :Abdomen, :Heart, :Vessel, :RespiratorySystem, :Others, :BriefSummary
3401
4952
 
3402
- def initialize(code=nil, scode=nil, name=nil, sname=nil, result=nil, unit=nil, range=nil, arrow=nil, normal=nil, itemstring=nil, id=nil, coords=nil, infernormal=nil)
3403
- @Code = code
3404
- @Scode = scode
3405
- @Name = name
3406
- @Sname = sname
3407
- @Result = result
3408
- @Unit = unit
3409
- @Range = range
3410
- @Arrow = arrow
3411
- @Normal = normal
3412
- @ItemString = itemstring
3413
- @Id = id
3414
- @Coords = coords
3415
- @InferNormal = infernormal
4953
+ def initialize(abdomen=nil, heart=nil, vessel=nil, respiratorysystem=nil, others=nil, briefsummary=nil)
4954
+ @Abdomen = abdomen
4955
+ @Heart = heart
4956
+ @Vessel = vessel
4957
+ @RespiratorySystem = respiratorysystem
4958
+ @Others = others
4959
+ @BriefSummary = briefsummary
3416
4960
  end
3417
4961
 
3418
4962
  def deserialize(params)
3419
- @Code = params['Code']
3420
- @Scode = params['Scode']
3421
- @Name = params['Name']
3422
- @Sname = params['Sname']
3423
- @Result = params['Result']
3424
- @Unit = params['Unit']
3425
- @Range = params['Range']
3426
- @Arrow = params['Arrow']
3427
- @Normal = params['Normal']
3428
- @ItemString = params['ItemString']
3429
- @Id = params['Id']
3430
- unless params['Coords'].nil?
3431
- @Coords = Coordinate.new
3432
- @Coords.deserialize(params['Coords'])
4963
+ unless params['Abdomen'].nil?
4964
+ @Abdomen = InternalMedicineAbdomen.new
4965
+ @Abdomen.deserialize(params['Abdomen'])
4966
+ end
4967
+ unless params['Heart'].nil?
4968
+ @Heart = InternalMedicineHeart.new
4969
+ @Heart.deserialize(params['Heart'])
4970
+ end
4971
+ unless params['Vessel'].nil?
4972
+ @Vessel = InternalMedicineVessel.new
4973
+ @Vessel.deserialize(params['Vessel'])
4974
+ end
4975
+ unless params['RespiratorySystem'].nil?
4976
+ @RespiratorySystem = InternalMedicineRespiratorySystem.new
4977
+ @RespiratorySystem.deserialize(params['RespiratorySystem'])
4978
+ end
4979
+ unless params['Others'].nil?
4980
+ @Others = []
4981
+ params['Others'].each do |i|
4982
+ keyvalueitem_tmp = KeyValueItem.new
4983
+ keyvalueitem_tmp.deserialize(i)
4984
+ @Others << keyvalueitem_tmp
4985
+ end
4986
+ end
4987
+ unless params['BriefSummary'].nil?
4988
+ @BriefSummary = InternalMedicineBriefSummary.new
4989
+ @BriefSummary.deserialize(params['BriefSummary'])
4990
+ end
4991
+ end
4992
+ end
4993
+
4994
+ # 体检报告-内科-内科小结
4995
+ class InternalMedicineBriefSummary < TencentCloud::Common::AbstractModel
4996
+ # @param Text: 内科小结
4997
+ # 注意:此字段可能返回 null,表示取不到有效值。
4998
+ # @type Text: :class:`Tencentcloud::Mrs.v20200910.models.KeyValueItem`
4999
+
5000
+ attr_accessor :Text
5001
+
5002
+ def initialize(text=nil)
5003
+ @Text = text
5004
+ end
5005
+
5006
+ def deserialize(params)
5007
+ unless params['Text'].nil?
5008
+ @Text = KeyValueItem.new
5009
+ @Text.deserialize(params['Text'])
3433
5010
  end
3434
- @InferNormal = params['InferNormal']
3435
5011
  end
3436
5012
  end
3437
5013
 
3438
- # 检验指标项结构v2
3439
- class IndicatorItemV2 < TencentCloud::Common::AbstractModel
3440
- # @param Item: 项目名称
3441
- # 注意:此字段可能返回 null,表示取不到有效值。
3442
- # @type Item: :class:`Tencentcloud::Mrs.v20200910.models.BaseItem`
3443
- # @param Code: 英文编码
3444
- # 注意:此字段可能返回 null,表示取不到有效值。
3445
- # @type Code: :class:`Tencentcloud::Mrs.v20200910.models.BaseItem`
3446
- # @param Result: 结果
5014
+ # 体检报告-内科-心脏
5015
+ class InternalMedicineHeart < TencentCloud::Common::AbstractModel
5016
+ # @param Text: 心脏总体描述
3447
5017
  # 注意:此字段可能返回 null,表示取不到有效值。
3448
- # @type Result: :class:`Tencentcloud::Mrs.v20200910.models.BaseItem`
3449
- # @param Unit: 单位
5018
+ # @type Text: :class:`Tencentcloud::Mrs.v20200910.models.KeyValueItem`
5019
+ # @param HeartRhythm: 心律
3450
5020
  # 注意:此字段可能返回 null,表示取不到有效值。
3451
- # @type Unit: :class:`Tencentcloud::Mrs.v20200910.models.BaseItem`
3452
- # @param Range: 参考范围
5021
+ # @type HeartRhythm: :class:`Tencentcloud::Mrs.v20200910.models.KeyValueItem`
5022
+ # @param HeartRate: 心率
3453
5023
  # 注意:此字段可能返回 null,表示取不到有效值。
3454
- # @type Range: :class:`Tencentcloud::Mrs.v20200910.models.BaseItem`
3455
- # @param Arrow: 上下箭头
5024
+ # @type HeartRate: :class:`Tencentcloud::Mrs.v20200910.models.ValueUnitItem`
5025
+ # @param HeartAuscultation: 心脏听诊
3456
5026
  # 注意:此字段可能返回 null,表示取不到有效值。
3457
- # @type Arrow: :class:`Tencentcloud::Mrs.v20200910.models.BaseItem`
3458
- # @param Method: 检测方法
5027
+ # @type HeartAuscultation: :class:`Tencentcloud::Mrs.v20200910.models.KeyValueItem`
5028
+
5029
+ attr_accessor :Text, :HeartRhythm, :HeartRate, :HeartAuscultation
5030
+
5031
+ def initialize(text=nil, heartrhythm=nil, heartrate=nil, heartauscultation=nil)
5032
+ @Text = text
5033
+ @HeartRhythm = heartrhythm
5034
+ @HeartRate = heartrate
5035
+ @HeartAuscultation = heartauscultation
5036
+ end
5037
+
5038
+ def deserialize(params)
5039
+ unless params['Text'].nil?
5040
+ @Text = KeyValueItem.new
5041
+ @Text.deserialize(params['Text'])
5042
+ end
5043
+ unless params['HeartRhythm'].nil?
5044
+ @HeartRhythm = KeyValueItem.new
5045
+ @HeartRhythm.deserialize(params['HeartRhythm'])
5046
+ end
5047
+ unless params['HeartRate'].nil?
5048
+ @HeartRate = ValueUnitItem.new
5049
+ @HeartRate.deserialize(params['HeartRate'])
5050
+ end
5051
+ unless params['HeartAuscultation'].nil?
5052
+ @HeartAuscultation = KeyValueItem.new
5053
+ @HeartAuscultation.deserialize(params['HeartAuscultation'])
5054
+ end
5055
+ end
5056
+ end
5057
+
5058
+ # 体检报告-内科-呼吸系统
5059
+ class InternalMedicineRespiratorySystem < TencentCloud::Common::AbstractModel
5060
+ # @param Text: 呼吸系统总体描述
3459
5061
  # 注意:此字段可能返回 null,表示取不到有效值。
3460
- # @type Method: :class:`Tencentcloud::Mrs.v20200910.models.BaseItem`
3461
- # @param Normal: 结果是否异常
5062
+ # @type Text: :class:`Tencentcloud::Mrs.v20200910.models.KeyValueItem`
5063
+ # @param Thoracic: 胸廓
3462
5064
  # 注意:此字段可能返回 null,表示取不到有效值。
3463
- # @type Normal: Boolean
3464
- # @param Id: ID
5065
+ # @type Thoracic: :class:`Tencentcloud::Mrs.v20200910.models.KeyValueItem`
5066
+ # @param Sputum: 痰量
3465
5067
  # 注意:此字段可能返回 null,表示取不到有效值。
3466
- # @type Id: Integer
3467
- # @param Order: 序号
5068
+ # @type Sputum: :class:`Tencentcloud::Mrs.v20200910.models.KeyValueItem`
5069
+ # @param LungPercussion: 肺部叩诊
3468
5070
  # 注意:此字段可能返回 null,表示取不到有效值。
3469
- # @type Order: Integer
3470
- # @param InferNormal: 推测结果是否异常
5071
+ # @type LungPercussion: :class:`Tencentcloud::Mrs.v20200910.models.KeyValueItem`
5072
+ # @param LungAuscultation: 肺部听诊其他
3471
5073
  # 注意:此字段可能返回 null,表示取不到有效值。
3472
- # @type InferNormal: String
5074
+ # @type LungAuscultation: Array
3473
5075
 
3474
- attr_accessor :Item, :Code, :Result, :Unit, :Range, :Arrow, :Method, :Normal, :Id, :Order, :InferNormal
5076
+ attr_accessor :Text, :Thoracic, :Sputum, :LungPercussion, :LungAuscultation
3475
5077
 
3476
- def initialize(item=nil, code=nil, result=nil, unit=nil, range=nil, arrow=nil, method=nil, normal=nil, id=nil, order=nil, infernormal=nil)
3477
- @Item = item
3478
- @Code = code
3479
- @Result = result
3480
- @Unit = unit
3481
- @Range = range
3482
- @Arrow = arrow
3483
- @Method = method
3484
- @Normal = normal
3485
- @Id = id
3486
- @Order = order
3487
- @InferNormal = infernormal
5078
+ def initialize(text=nil, thoracic=nil, sputum=nil, lungpercussion=nil, lungauscultation=nil)
5079
+ @Text = text
5080
+ @Thoracic = thoracic
5081
+ @Sputum = sputum
5082
+ @LungPercussion = lungpercussion
5083
+ @LungAuscultation = lungauscultation
3488
5084
  end
3489
5085
 
3490
5086
  def deserialize(params)
3491
- unless params['Item'].nil?
3492
- @Item = BaseItem.new
3493
- @Item.deserialize(params['Item'])
3494
- end
3495
- unless params['Code'].nil?
3496
- @Code = BaseItem.new
3497
- @Code.deserialize(params['Code'])
3498
- end
3499
- unless params['Result'].nil?
3500
- @Result = BaseItem.new
3501
- @Result.deserialize(params['Result'])
5087
+ unless params['Text'].nil?
5088
+ @Text = KeyValueItem.new
5089
+ @Text.deserialize(params['Text'])
3502
5090
  end
3503
- unless params['Unit'].nil?
3504
- @Unit = BaseItem.new
3505
- @Unit.deserialize(params['Unit'])
5091
+ unless params['Thoracic'].nil?
5092
+ @Thoracic = KeyValueItem.new
5093
+ @Thoracic.deserialize(params['Thoracic'])
3506
5094
  end
3507
- unless params['Range'].nil?
3508
- @Range = BaseItem.new
3509
- @Range.deserialize(params['Range'])
5095
+ unless params['Sputum'].nil?
5096
+ @Sputum = KeyValueItem.new
5097
+ @Sputum.deserialize(params['Sputum'])
3510
5098
  end
3511
- unless params['Arrow'].nil?
3512
- @Arrow = BaseItem.new
3513
- @Arrow.deserialize(params['Arrow'])
5099
+ unless params['LungPercussion'].nil?
5100
+ @LungPercussion = KeyValueItem.new
5101
+ @LungPercussion.deserialize(params['LungPercussion'])
3514
5102
  end
3515
- unless params['Method'].nil?
3516
- @Method = BaseItem.new
3517
- @Method.deserialize(params['Method'])
5103
+ unless params['LungAuscultation'].nil?
5104
+ @LungAuscultation = []
5105
+ params['LungAuscultation'].each do |i|
5106
+ keyvalueitem_tmp = KeyValueItem.new
5107
+ keyvalueitem_tmp.deserialize(i)
5108
+ @LungAuscultation << keyvalueitem_tmp
5109
+ end
3518
5110
  end
3519
- @Normal = params['Normal']
3520
- @Id = params['Id']
3521
- @Order = params['Order']
3522
- @InferNormal = params['InferNormal']
3523
5111
  end
3524
5112
  end
3525
5113
 
3526
- # 检验报告v3
3527
- class IndicatorV3 < TencentCloud::Common::AbstractModel
3528
- # @param TableIndictors: 检验报告V3结论
5114
+ # 体检报告-内科-血管
5115
+ class InternalMedicineVessel < TencentCloud::Common::AbstractModel
5116
+ # @param Text: 血管总体描述
3529
5117
  # 注意:此字段可能返回 null,表示取不到有效值。
3530
- # @type TableIndictors: Array
3531
- # @param Version: 版本号
5118
+ # @type Text: :class:`Tencentcloud::Mrs.v20200910.models.KeyValueItem`
5119
+ # @param VascularMurmur: 血管杂音
3532
5120
  # 注意:此字段可能返回 null,表示取不到有效值。
3533
- # @type Version: String
5121
+ # @type VascularMurmur: :class:`Tencentcloud::Mrs.v20200910.models.KeyValueItem`
5122
+ # @param PeripheralVessel: 外周血管
5123
+ # 注意:此字段可能返回 null,表示取不到有效值。
5124
+ # @type PeripheralVessel: :class:`Tencentcloud::Mrs.v20200910.models.KeyValueItem`
3534
5125
 
3535
- attr_accessor :TableIndictors, :Version
5126
+ attr_accessor :Text, :VascularMurmur, :PeripheralVessel
3536
5127
 
3537
- def initialize(tableindictors=nil, version=nil)
3538
- @TableIndictors = tableindictors
3539
- @Version = version
5128
+ def initialize(text=nil, vascularmurmur=nil, peripheralvessel=nil)
5129
+ @Text = text
5130
+ @VascularMurmur = vascularmurmur
5131
+ @PeripheralVessel = peripheralvessel
3540
5132
  end
3541
5133
 
3542
5134
  def deserialize(params)
3543
- unless params['TableIndictors'].nil?
3544
- @TableIndictors = []
3545
- params['TableIndictors'].each do |i|
3546
- tableindicators_tmp = TableIndicators.new
3547
- tableindicators_tmp.deserialize(i)
3548
- @TableIndictors << tableindicators_tmp
3549
- end
5135
+ unless params['Text'].nil?
5136
+ @Text = KeyValueItem.new
5137
+ @Text.deserialize(params['Text'])
5138
+ end
5139
+ unless params['VascularMurmur'].nil?
5140
+ @VascularMurmur = KeyValueItem.new
5141
+ @VascularMurmur.deserialize(params['VascularMurmur'])
5142
+ end
5143
+ unless params['PeripheralVessel'].nil?
5144
+ @PeripheralVessel = KeyValueItem.new
5145
+ @PeripheralVessel.deserialize(params['PeripheralVessel'])
3550
5146
  end
3551
- @Version = params['Version']
3552
5147
  end
3553
5148
  end
3554
5149
 
@@ -3661,6 +5256,39 @@ module TencentCloud
3661
5256
  end
3662
5257
  end
3663
5258
 
5259
+ # 体检报告信息
5260
+ class KeyValueItem < TencentCloud::Common::AbstractModel
5261
+ # @param Name: 类型
5262
+ # 注意:此字段可能返回 null,表示取不到有效值。
5263
+ # @type Name: String
5264
+ # @param Item: 项目原文
5265
+ # 注意:此字段可能返回 null,表示取不到有效值。
5266
+ # @type Item: :class:`Tencentcloud::Mrs.v20200910.models.PhysicalBaseItem`
5267
+ # @param Result: 结果
5268
+ # 注意:此字段可能返回 null,表示取不到有效值。
5269
+ # @type Result: :class:`Tencentcloud::Mrs.v20200910.models.PhysicalBaseItem`
5270
+
5271
+ attr_accessor :Name, :Item, :Result
5272
+
5273
+ def initialize(name=nil, item=nil, result=nil)
5274
+ @Name = name
5275
+ @Item = item
5276
+ @Result = result
5277
+ end
5278
+
5279
+ def deserialize(params)
5280
+ @Name = params['Name']
5281
+ unless params['Item'].nil?
5282
+ @Item = PhysicalBaseItem.new
5283
+ @Item.deserialize(params['Item'])
5284
+ end
5285
+ unless params['Result'].nil?
5286
+ @Result = PhysicalBaseItem.new
5287
+ @Result.deserialize(params['Result'])
5288
+ end
5289
+ end
5290
+ end
5291
+
3664
5292
  # 末次月经
3665
5293
  class LastMenstrualPeriodBlock < TencentCloud::Common::AbstractModel
3666
5294
  # @param Name: 名称
@@ -4815,30 +6443,226 @@ module TencentCloud
4815
6443
  end
4816
6444
  end
4817
6445
 
4818
- # 婚姻-生育史
4819
- class ObstetricalHistoryBlock < TencentCloud::Common::AbstractModel
4820
- # @param MarriageHistory: 婚姻史
4821
- # 注意:此字段可能返回 null,表示取不到有效值。
4822
- # @type MarriageHistory: :class:`Tencentcloud::Mrs.v20200910.models.MenstrualHistoryDetailBlock`
4823
- # @param FertilityHistory: 婚育史
6446
+ # 婚姻-生育史
6447
+ class ObstetricalHistoryBlock < TencentCloud::Common::AbstractModel
6448
+ # @param MarriageHistory: 婚姻史
6449
+ # 注意:此字段可能返回 null,表示取不到有效值。
6450
+ # @type MarriageHistory: :class:`Tencentcloud::Mrs.v20200910.models.MenstrualHistoryDetailBlock`
6451
+ # @param FertilityHistory: 婚育史
6452
+ # 注意:此字段可能返回 null,表示取不到有效值。
6453
+ # @type FertilityHistory: :class:`Tencentcloud::Mrs.v20200910.models.FertilityHistoryBlock`
6454
+
6455
+ attr_accessor :MarriageHistory, :FertilityHistory
6456
+
6457
+ def initialize(marriagehistory=nil, fertilityhistory=nil)
6458
+ @MarriageHistory = marriagehistory
6459
+ @FertilityHistory = fertilityhistory
6460
+ end
6461
+
6462
+ def deserialize(params)
6463
+ unless params['MarriageHistory'].nil?
6464
+ @MarriageHistory = MenstrualHistoryDetailBlock.new
6465
+ @MarriageHistory.deserialize(params['MarriageHistory'])
6466
+ end
6467
+ unless params['FertilityHistory'].nil?
6468
+ @FertilityHistory = FertilityHistoryBlock.new
6469
+ @FertilityHistory.deserialize(params['FertilityHistory'])
6470
+ end
6471
+ end
6472
+ end
6473
+
6474
+ # 体检报告-眼科-裸眼视力
6475
+ class OphthalmologyBareEyeSight < TencentCloud::Common::AbstractModel
6476
+ # @param LeftEyeVisual: 左眼视力
6477
+ # 注意:此字段可能返回 null,表示取不到有效值。
6478
+ # @type LeftEyeVisual: :class:`Tencentcloud::Mrs.v20200910.models.KeyValueItem`
6479
+ # @param Text: 裸眼视力
6480
+ # 注意:此字段可能返回 null,表示取不到有效值。
6481
+ # @type Text: :class:`Tencentcloud::Mrs.v20200910.models.KeyValueItem`
6482
+ # @param RightEyeVisual: 右眼视力
6483
+ # 注意:此字段可能返回 null,表示取不到有效值。
6484
+ # @type RightEyeVisual: :class:`Tencentcloud::Mrs.v20200910.models.KeyValueItem`
6485
+
6486
+ attr_accessor :LeftEyeVisual, :Text, :RightEyeVisual
6487
+
6488
+ def initialize(lefteyevisual=nil, text=nil, righteyevisual=nil)
6489
+ @LeftEyeVisual = lefteyevisual
6490
+ @Text = text
6491
+ @RightEyeVisual = righteyevisual
6492
+ end
6493
+
6494
+ def deserialize(params)
6495
+ unless params['LeftEyeVisual'].nil?
6496
+ @LeftEyeVisual = KeyValueItem.new
6497
+ @LeftEyeVisual.deserialize(params['LeftEyeVisual'])
6498
+ end
6499
+ unless params['Text'].nil?
6500
+ @Text = KeyValueItem.new
6501
+ @Text.deserialize(params['Text'])
6502
+ end
6503
+ unless params['RightEyeVisual'].nil?
6504
+ @RightEyeVisual = KeyValueItem.new
6505
+ @RightEyeVisual.deserialize(params['RightEyeVisual'])
6506
+ end
6507
+ end
6508
+ end
6509
+
6510
+ # 体检报告-眼科
6511
+ class OphthalmologyBaseItem < TencentCloud::Common::AbstractModel
6512
+ # @param BareEyeSight: 裸眼视力
6513
+ # 注意:此字段可能返回 null,表示取不到有效值。
6514
+ # @type BareEyeSight: :class:`Tencentcloud::Mrs.v20200910.models.OphthalmologyBareEyeSight`
6515
+ # @param CorrectedVisualAcuity: 矫正视力
6516
+ # 注意:此字段可能返回 null,表示取不到有效值。
6517
+ # @type CorrectedVisualAcuity: :class:`Tencentcloud::Mrs.v20200910.models.OphthalmologyCorrectedVisualAcuity`
6518
+ # @param ColourVision: 色觉
6519
+ # 注意:此字段可能返回 null,表示取不到有效值。
6520
+ # @type ColourVision: :class:`Tencentcloud::Mrs.v20200910.models.OphthalmologyColourVision`
6521
+ # @param Fundoscopy: 眼底
6522
+ # 注意:此字段可能返回 null,表示取不到有效值。
6523
+ # @type Fundoscopy: :class:`Tencentcloud::Mrs.v20200910.models.OphthalmologyFundoscopy`
6524
+ # @param Others: 眼科其他
6525
+ # 注意:此字段可能返回 null,表示取不到有效值。
6526
+ # @type Others: Array
6527
+ # @param BriefSummary: 眼科小结
6528
+ # 注意:此字段可能返回 null,表示取不到有效值。
6529
+ # @type BriefSummary: :class:`Tencentcloud::Mrs.v20200910.models.OphthalmologyBriefSummary`
6530
+
6531
+ attr_accessor :BareEyeSight, :CorrectedVisualAcuity, :ColourVision, :Fundoscopy, :Others, :BriefSummary
6532
+
6533
+ def initialize(bareeyesight=nil, correctedvisualacuity=nil, colourvision=nil, fundoscopy=nil, others=nil, briefsummary=nil)
6534
+ @BareEyeSight = bareeyesight
6535
+ @CorrectedVisualAcuity = correctedvisualacuity
6536
+ @ColourVision = colourvision
6537
+ @Fundoscopy = fundoscopy
6538
+ @Others = others
6539
+ @BriefSummary = briefsummary
6540
+ end
6541
+
6542
+ def deserialize(params)
6543
+ unless params['BareEyeSight'].nil?
6544
+ @BareEyeSight = OphthalmologyBareEyeSight.new
6545
+ @BareEyeSight.deserialize(params['BareEyeSight'])
6546
+ end
6547
+ unless params['CorrectedVisualAcuity'].nil?
6548
+ @CorrectedVisualAcuity = OphthalmologyCorrectedVisualAcuity.new
6549
+ @CorrectedVisualAcuity.deserialize(params['CorrectedVisualAcuity'])
6550
+ end
6551
+ unless params['ColourVision'].nil?
6552
+ @ColourVision = OphthalmologyColourVision.new
6553
+ @ColourVision.deserialize(params['ColourVision'])
6554
+ end
6555
+ unless params['Fundoscopy'].nil?
6556
+ @Fundoscopy = OphthalmologyFundoscopy.new
6557
+ @Fundoscopy.deserialize(params['Fundoscopy'])
6558
+ end
6559
+ unless params['Others'].nil?
6560
+ @Others = []
6561
+ params['Others'].each do |i|
6562
+ keyvalueitem_tmp = KeyValueItem.new
6563
+ keyvalueitem_tmp.deserialize(i)
6564
+ @Others << keyvalueitem_tmp
6565
+ end
6566
+ end
6567
+ unless params['BriefSummary'].nil?
6568
+ @BriefSummary = OphthalmologyBriefSummary.new
6569
+ @BriefSummary.deserialize(params['BriefSummary'])
6570
+ end
6571
+ end
6572
+ end
6573
+
6574
+ # 体检报告-眼科-小结
6575
+ class OphthalmologyBriefSummary < TencentCloud::Common::AbstractModel
6576
+ # @param Text: 眼科小结
6577
+ # 注意:此字段可能返回 null,表示取不到有效值。
6578
+ # @type Text: :class:`Tencentcloud::Mrs.v20200910.models.KeyValueItem`
6579
+
6580
+ attr_accessor :Text
6581
+
6582
+ def initialize(text=nil)
6583
+ @Text = text
6584
+ end
6585
+
6586
+ def deserialize(params)
6587
+ unless params['Text'].nil?
6588
+ @Text = KeyValueItem.new
6589
+ @Text.deserialize(params['Text'])
6590
+ end
6591
+ end
6592
+ end
6593
+
6594
+ # 体检报告-眼科-色觉
6595
+ class OphthalmologyColourVision < TencentCloud::Common::AbstractModel
6596
+ # @param Text: 色觉总体描述
6597
+ # 注意:此字段可能返回 null,表示取不到有效值。
6598
+ # @type Text: :class:`Tencentcloud::Mrs.v20200910.models.KeyValueItem`
6599
+
6600
+ attr_accessor :Text
6601
+
6602
+ def initialize(text=nil)
6603
+ @Text = text
6604
+ end
6605
+
6606
+ def deserialize(params)
6607
+ unless params['Text'].nil?
6608
+ @Text = KeyValueItem.new
6609
+ @Text.deserialize(params['Text'])
6610
+ end
6611
+ end
6612
+ end
6613
+
6614
+ # 体检报告-眼科-矫正视力
6615
+ class OphthalmologyCorrectedVisualAcuity < TencentCloud::Common::AbstractModel
6616
+ # @param LeftEyeVisual: 左眼矫正视力
6617
+ # 注意:此字段可能返回 null,表示取不到有效值。
6618
+ # @type LeftEyeVisual: :class:`Tencentcloud::Mrs.v20200910.models.KeyValueItem`
6619
+ # @param Text: 矫正视力
6620
+ # 注意:此字段可能返回 null,表示取不到有效值。
6621
+ # @type Text: :class:`Tencentcloud::Mrs.v20200910.models.KeyValueItem`
6622
+ # @param RightEyeVisual: 右眼矫正视力
6623
+ # 注意:此字段可能返回 null,表示取不到有效值。
6624
+ # @type RightEyeVisual: :class:`Tencentcloud::Mrs.v20200910.models.KeyValueItem`
6625
+
6626
+ attr_accessor :LeftEyeVisual, :Text, :RightEyeVisual
6627
+
6628
+ def initialize(lefteyevisual=nil, text=nil, righteyevisual=nil)
6629
+ @LeftEyeVisual = lefteyevisual
6630
+ @Text = text
6631
+ @RightEyeVisual = righteyevisual
6632
+ end
6633
+
6634
+ def deserialize(params)
6635
+ unless params['LeftEyeVisual'].nil?
6636
+ @LeftEyeVisual = KeyValueItem.new
6637
+ @LeftEyeVisual.deserialize(params['LeftEyeVisual'])
6638
+ end
6639
+ unless params['Text'].nil?
6640
+ @Text = KeyValueItem.new
6641
+ @Text.deserialize(params['Text'])
6642
+ end
6643
+ unless params['RightEyeVisual'].nil?
6644
+ @RightEyeVisual = KeyValueItem.new
6645
+ @RightEyeVisual.deserialize(params['RightEyeVisual'])
6646
+ end
6647
+ end
6648
+ end
6649
+
6650
+ # 体检报告-眼科-眼底
6651
+ class OphthalmologyFundoscopy < TencentCloud::Common::AbstractModel
6652
+ # @param Text: 眼底检查总体描述
4824
6653
  # 注意:此字段可能返回 null,表示取不到有效值。
4825
- # @type FertilityHistory: :class:`Tencentcloud::Mrs.v20200910.models.FertilityHistoryBlock`
6654
+ # @type Text: :class:`Tencentcloud::Mrs.v20200910.models.KeyValueItem`
4826
6655
 
4827
- attr_accessor :MarriageHistory, :FertilityHistory
6656
+ attr_accessor :Text
4828
6657
 
4829
- def initialize(marriagehistory=nil, fertilityhistory=nil)
4830
- @MarriageHistory = marriagehistory
4831
- @FertilityHistory = fertilityhistory
6658
+ def initialize(text=nil)
6659
+ @Text = text
4832
6660
  end
4833
6661
 
4834
6662
  def deserialize(params)
4835
- unless params['MarriageHistory'].nil?
4836
- @MarriageHistory = MenstrualHistoryDetailBlock.new
4837
- @MarriageHistory.deserialize(params['MarriageHistory'])
4838
- end
4839
- unless params['FertilityHistory'].nil?
4840
- @FertilityHistory = FertilityHistoryBlock.new
4841
- @FertilityHistory.deserialize(params['FertilityHistory'])
6663
+ unless params['Text'].nil?
6664
+ @Text = KeyValueItem.new
6665
+ @Text.deserialize(params['Text'])
4842
6666
  end
4843
6667
  end
4844
6668
  end
@@ -5224,6 +7048,150 @@ module TencentCloud
5224
7048
  end
5225
7049
  end
5226
7050
 
7051
+ # 体检报告-耳鼻喉科
7052
+ class OtolaryngologyBaseItem < TencentCloud::Common::AbstractModel
7053
+ # @param Ear: 耳朵
7054
+ # 注意:此字段可能返回 null,表示取不到有效值。
7055
+ # @type Ear: :class:`Tencentcloud::Mrs.v20200910.models.OtolaryngologyEar`
7056
+ # @param Nose: 鼻
7057
+ # 注意:此字段可能返回 null,表示取不到有效值。
7058
+ # @type Nose: :class:`Tencentcloud::Mrs.v20200910.models.OtolaryngologyNose`
7059
+ # @param Larynx: 喉
7060
+ # 注意:此字段可能返回 null,表示取不到有效值。
7061
+ # @type Larynx: :class:`Tencentcloud::Mrs.v20200910.models.OtolaryngologyLarynx`
7062
+ # @param Others: 耳鼻喉其他
7063
+ # 注意:此字段可能返回 null,表示取不到有效值。
7064
+ # @type Others: Array
7065
+ # @param BriefSummary: 小结
7066
+ # 注意:此字段可能返回 null,表示取不到有效值。
7067
+ # @type BriefSummary: :class:`Tencentcloud::Mrs.v20200910.models.OtolaryngologyBriefSummary`
7068
+
7069
+ attr_accessor :Ear, :Nose, :Larynx, :Others, :BriefSummary
7070
+
7071
+ def initialize(ear=nil, nose=nil, larynx=nil, others=nil, briefsummary=nil)
7072
+ @Ear = ear
7073
+ @Nose = nose
7074
+ @Larynx = larynx
7075
+ @Others = others
7076
+ @BriefSummary = briefsummary
7077
+ end
7078
+
7079
+ def deserialize(params)
7080
+ unless params['Ear'].nil?
7081
+ @Ear = OtolaryngologyEar.new
7082
+ @Ear.deserialize(params['Ear'])
7083
+ end
7084
+ unless params['Nose'].nil?
7085
+ @Nose = OtolaryngologyNose.new
7086
+ @Nose.deserialize(params['Nose'])
7087
+ end
7088
+ unless params['Larynx'].nil?
7089
+ @Larynx = OtolaryngologyLarynx.new
7090
+ @Larynx.deserialize(params['Larynx'])
7091
+ end
7092
+ unless params['Others'].nil?
7093
+ @Others = []
7094
+ params['Others'].each do |i|
7095
+ keyvalueitem_tmp = KeyValueItem.new
7096
+ keyvalueitem_tmp.deserialize(i)
7097
+ @Others << keyvalueitem_tmp
7098
+ end
7099
+ end
7100
+ unless params['BriefSummary'].nil?
7101
+ @BriefSummary = OtolaryngologyBriefSummary.new
7102
+ @BriefSummary.deserialize(params['BriefSummary'])
7103
+ end
7104
+ end
7105
+ end
7106
+
7107
+ # 体检报告-耳鼻喉科-小结
7108
+ class OtolaryngologyBriefSummary < TencentCloud::Common::AbstractModel
7109
+ # @param Text: 耳鼻喉小结
7110
+ # 注意:此字段可能返回 null,表示取不到有效值。
7111
+ # @type Text: :class:`Tencentcloud::Mrs.v20200910.models.KeyValueItem`
7112
+
7113
+ attr_accessor :Text
7114
+
7115
+ def initialize(text=nil)
7116
+ @Text = text
7117
+ end
7118
+
7119
+ def deserialize(params)
7120
+ unless params['Text'].nil?
7121
+ @Text = KeyValueItem.new
7122
+ @Text.deserialize(params['Text'])
7123
+ end
7124
+ end
7125
+ end
7126
+
7127
+ # 体检报告-耳鼻喉科-耳朵
7128
+ class OtolaryngologyEar < TencentCloud::Common::AbstractModel
7129
+ # @param Text: 耳总体描述
7130
+ # 注意:此字段可能返回 null,表示取不到有效值。
7131
+ # @type Text: :class:`Tencentcloud::Mrs.v20200910.models.KeyValueItem`
7132
+ # @param Hearing: 听力
7133
+ # 注意:此字段可能返回 null,表示取不到有效值。
7134
+ # @type Hearing: :class:`Tencentcloud::Mrs.v20200910.models.HearingItem`
7135
+
7136
+ attr_accessor :Text, :Hearing
7137
+
7138
+ def initialize(text=nil, hearing=nil)
7139
+ @Text = text
7140
+ @Hearing = hearing
7141
+ end
7142
+
7143
+ def deserialize(params)
7144
+ unless params['Text'].nil?
7145
+ @Text = KeyValueItem.new
7146
+ @Text.deserialize(params['Text'])
7147
+ end
7148
+ unless params['Hearing'].nil?
7149
+ @Hearing = HearingItem.new
7150
+ @Hearing.deserialize(params['Hearing'])
7151
+ end
7152
+ end
7153
+ end
7154
+
7155
+ # 体检报告-耳鼻喉科-喉
7156
+ class OtolaryngologyLarynx < TencentCloud::Common::AbstractModel
7157
+ # @param Text: 喉总体描述
7158
+ # 注意:此字段可能返回 null,表示取不到有效值。
7159
+ # @type Text: :class:`Tencentcloud::Mrs.v20200910.models.KeyValueItem`
7160
+
7161
+ attr_accessor :Text
7162
+
7163
+ def initialize(text=nil)
7164
+ @Text = text
7165
+ end
7166
+
7167
+ def deserialize(params)
7168
+ unless params['Text'].nil?
7169
+ @Text = KeyValueItem.new
7170
+ @Text.deserialize(params['Text'])
7171
+ end
7172
+ end
7173
+ end
7174
+
7175
+ # 体检报告-耳鼻喉科-鼻
7176
+ class OtolaryngologyNose < TencentCloud::Common::AbstractModel
7177
+ # @param Text: 鼻总体描述
7178
+ # 注意:此字段可能返回 null,表示取不到有效值。
7179
+ # @type Text: :class:`Tencentcloud::Mrs.v20200910.models.KeyValueItem`
7180
+
7181
+ attr_accessor :Text
7182
+
7183
+ def initialize(text=nil)
7184
+ @Text = text
7185
+ end
7186
+
7187
+ def deserialize(params)
7188
+ unless params['Text'].nil?
7189
+ @Text = KeyValueItem.new
7190
+ @Text.deserialize(params['Text'])
7191
+ end
7192
+ end
7193
+ end
7194
+
5227
7195
  # pTNM
5228
7196
  class PTNM < TencentCloud::Common::AbstractModel
5229
7197
  # @param Name: 项目名称
@@ -6055,6 +8023,26 @@ module TencentCloud
6055
8023
  end
6056
8024
  end
6057
8025
 
8026
+ # 体检报告PDF信息
8027
+ class PdfInfo < TencentCloud::Common::AbstractModel
8028
+ # @param Url: pdf文件url链接(暂不支持)
8029
+ # @type Url: String
8030
+ # @param Base64: pdf文件base64编码字符串
8031
+ # @type Base64: String
8032
+
8033
+ attr_accessor :Url, :Base64
8034
+
8035
+ def initialize(url=nil, base64=nil)
8036
+ @Url = url
8037
+ @Base64 = base64
8038
+ end
8039
+
8040
+ def deserialize(params)
8041
+ @Url = params['Url']
8042
+ @Base64 = params['Base64']
8043
+ end
8044
+ end
8045
+
6058
8046
  # 个人史
6059
8047
  class PersonalHistoryBlock < TencentCloud::Common::AbstractModel
6060
8048
  # @param BirthPlace: 出生地
@@ -6077,94 +8065,238 @@ module TencentCloud
6077
8065
  # @type MenstrualHistory: :class:`Tencentcloud::Mrs.v20200910.models.MenstrualHistoryBlock`
6078
8066
  # @param ObstericalHistory: 婚姻-生育史
6079
8067
  # 注意:此字段可能返回 null,表示取不到有效值。
6080
- # @type ObstericalHistory: :class:`Tencentcloud::Mrs.v20200910.models.ObstetricalHistoryBlock`
6081
- # @param FamilyHistory: 家族史
8068
+ # @type ObstericalHistory: :class:`Tencentcloud::Mrs.v20200910.models.ObstetricalHistoryBlock`
8069
+ # @param FamilyHistory: 家族史
8070
+ # 注意:此字段可能返回 null,表示取不到有效值。
8071
+ # @type FamilyHistory: :class:`Tencentcloud::Mrs.v20200910.models.FamilyHistoryBlock`
8072
+
8073
+ attr_accessor :BirthPlace, :LivePlace, :Job, :SmokeHistory, :AlcoholicHistory, :MenstrualHistory, :ObstericalHistory, :FamilyHistory
8074
+
8075
+ def initialize(birthplace=nil, liveplace=nil, job=nil, smokehistory=nil, alcoholichistory=nil, menstrualhistory=nil, obstericalhistory=nil, familyhistory=nil)
8076
+ @BirthPlace = birthplace
8077
+ @LivePlace = liveplace
8078
+ @Job = job
8079
+ @SmokeHistory = smokehistory
8080
+ @AlcoholicHistory = alcoholichistory
8081
+ @MenstrualHistory = menstrualhistory
8082
+ @ObstericalHistory = obstericalhistory
8083
+ @FamilyHistory = familyhistory
8084
+ end
8085
+
8086
+ def deserialize(params)
8087
+ unless params['BirthPlace'].nil?
8088
+ @BirthPlace = BirthPlaceBlock.new
8089
+ @BirthPlace.deserialize(params['BirthPlace'])
8090
+ end
8091
+ unless params['LivePlace'].nil?
8092
+ @LivePlace = BirthPlaceBlock.new
8093
+ @LivePlace.deserialize(params['LivePlace'])
8094
+ end
8095
+ unless params['Job'].nil?
8096
+ @Job = BirthPlaceBlock.new
8097
+ @Job.deserialize(params['Job'])
8098
+ end
8099
+ unless params['SmokeHistory'].nil?
8100
+ @SmokeHistory = SmokeHistoryBlock.new
8101
+ @SmokeHistory.deserialize(params['SmokeHistory'])
8102
+ end
8103
+ unless params['AlcoholicHistory'].nil?
8104
+ @AlcoholicHistory = SmokeHistoryBlock.new
8105
+ @AlcoholicHistory.deserialize(params['AlcoholicHistory'])
8106
+ end
8107
+ unless params['MenstrualHistory'].nil?
8108
+ @MenstrualHistory = MenstrualHistoryBlock.new
8109
+ @MenstrualHistory.deserialize(params['MenstrualHistory'])
8110
+ end
8111
+ unless params['ObstericalHistory'].nil?
8112
+ @ObstericalHistory = ObstetricalHistoryBlock.new
8113
+ @ObstericalHistory.deserialize(params['ObstericalHistory'])
8114
+ end
8115
+ unless params['FamilyHistory'].nil?
8116
+ @FamilyHistory = FamilyHistoryBlock.new
8117
+ @FamilyHistory.deserialize(params['FamilyHistory'])
8118
+ end
8119
+ end
8120
+ end
8121
+
8122
+ # 个人史
8123
+ class PersonalMedicalHistory < TencentCloud::Common::AbstractModel
8124
+ # @param BirthPlace: 出生史
8125
+ # 注意:此字段可能返回 null,表示取不到有效值。
8126
+ # @type BirthPlace: String
8127
+ # @param LivePlace: 居住史
8128
+ # 注意:此字段可能返回 null,表示取不到有效值。
8129
+ # @type LivePlace: String
8130
+ # @param Job: 工作史
8131
+ # 注意:此字段可能返回 null,表示取不到有效值。
8132
+ # @type Job: String
8133
+ # @param SmokeHistory: 吸烟史
8134
+ # 注意:此字段可能返回 null,表示取不到有效值。
8135
+ # @type SmokeHistory: String
8136
+ # @param AlcoholicHistory: 饮酒史
8137
+ # 注意:此字段可能返回 null,表示取不到有效值。
8138
+ # @type AlcoholicHistory: String
8139
+
8140
+ attr_accessor :BirthPlace, :LivePlace, :Job, :SmokeHistory, :AlcoholicHistory
8141
+
8142
+ def initialize(birthplace=nil, liveplace=nil, job=nil, smokehistory=nil, alcoholichistory=nil)
8143
+ @BirthPlace = birthplace
8144
+ @LivePlace = liveplace
8145
+ @Job = job
8146
+ @SmokeHistory = smokehistory
8147
+ @AlcoholicHistory = alcoholichistory
8148
+ end
8149
+
8150
+ def deserialize(params)
8151
+ @BirthPlace = params['BirthPlace']
8152
+ @LivePlace = params['LivePlace']
8153
+ @Job = params['Job']
8154
+ @SmokeHistory = params['SmokeHistory']
8155
+ @AlcoholicHistory = params['AlcoholicHistory']
8156
+ end
8157
+ end
8158
+
8159
+ # 体检报告基础信息
8160
+ class PhysicalBaseItem < TencentCloud::Common::AbstractModel
8161
+ # @param Name: 类型
8162
+ # 注意:此字段可能返回 null,表示取不到有效值。
8163
+ # @type Name: String
8164
+ # @param Src: 原始文本
8165
+ # 注意:此字段可能返回 null,表示取不到有效值。
8166
+ # @type Src: String
8167
+ # @param Value: 归一化后值
8168
+ # 注意:此字段可能返回 null,表示取不到有效值。
8169
+ # @type Value: String
8170
+ # @param Coords: 四点坐标
8171
+ # 注意:此字段可能返回 null,表示取不到有效值。
8172
+ # @type Coords: Array
8173
+
8174
+ attr_accessor :Name, :Src, :Value, :Coords
8175
+
8176
+ def initialize(name=nil, src=nil, value=nil, coords=nil)
8177
+ @Name = name
8178
+ @Src = src
8179
+ @Value = value
8180
+ @Coords = coords
8181
+ end
8182
+
8183
+ def deserialize(params)
8184
+ @Name = params['Name']
8185
+ @Src = params['Src']
8186
+ @Value = params['Value']
8187
+ unless params['Coords'].nil?
8188
+ @Coords = []
8189
+ params['Coords'].each do |i|
8190
+ coord_tmp = Coord.new
8191
+ coord_tmp.deserialize(i)
8192
+ @Coords << coord_tmp
8193
+ end
8194
+ end
8195
+ end
8196
+ end
8197
+
8198
+ # 体检报告综合信息
8199
+ class PhysicalExamination < TencentCloud::Common::AbstractModel
8200
+ # @param GeneralExamination: 一般检查
8201
+ # 注意:此字段可能返回 null,表示取不到有效值。
8202
+ # @type GeneralExamination: :class:`Tencentcloud::Mrs.v20200910.models.GeneralExaminationBaseItem`
8203
+ # @param InternalMedicine: 内科
8204
+ # 注意:此字段可能返回 null,表示取不到有效值。
8205
+ # @type InternalMedicine: :class:`Tencentcloud::Mrs.v20200910.models.InternalMedicineBaseItem`
8206
+ # @param Surgery: 外科
8207
+ # 注意:此字段可能返回 null,表示取不到有效值。
8208
+ # @type Surgery: :class:`Tencentcloud::Mrs.v20200910.models.SurgeryBaseItem`
8209
+ # @param Stomatology: 口腔科
8210
+ # 注意:此字段可能返回 null,表示取不到有效值。
8211
+ # @type Stomatology: :class:`Tencentcloud::Mrs.v20200910.models.StomatologyBaseItem`
8212
+ # @param Ophthalmology: 眼科
8213
+ # 注意:此字段可能返回 null,表示取不到有效值。
8214
+ # @type Ophthalmology: :class:`Tencentcloud::Mrs.v20200910.models.OphthalmologyBaseItem`
8215
+ # @param Otolaryngology: 耳鼻喉科
8216
+ # 注意:此字段可能返回 null,表示取不到有效值。
8217
+ # @type Otolaryngology: :class:`Tencentcloud::Mrs.v20200910.models.OtolaryngologyBaseItem`
8218
+ # @param Gynaecology: 妇科
6082
8219
  # 注意:此字段可能返回 null,表示取不到有效值。
6083
- # @type FamilyHistory: :class:`Tencentcloud::Mrs.v20200910.models.FamilyHistoryBlock`
8220
+ # @type Gynaecology: :class:`Tencentcloud::Mrs.v20200910.models.GynaecologyBaseItem`
8221
+ # @param Unclassified: 未标准化
8222
+ # 注意:此字段可能返回 null,表示取不到有效值。
8223
+ # @type Unclassified: Array
6084
8224
 
6085
- attr_accessor :BirthPlace, :LivePlace, :Job, :SmokeHistory, :AlcoholicHistory, :MenstrualHistory, :ObstericalHistory, :FamilyHistory
8225
+ attr_accessor :GeneralExamination, :InternalMedicine, :Surgery, :Stomatology, :Ophthalmology, :Otolaryngology, :Gynaecology, :Unclassified
6086
8226
 
6087
- def initialize(birthplace=nil, liveplace=nil, job=nil, smokehistory=nil, alcoholichistory=nil, menstrualhistory=nil, obstericalhistory=nil, familyhistory=nil)
6088
- @BirthPlace = birthplace
6089
- @LivePlace = liveplace
6090
- @Job = job
6091
- @SmokeHistory = smokehistory
6092
- @AlcoholicHistory = alcoholichistory
6093
- @MenstrualHistory = menstrualhistory
6094
- @ObstericalHistory = obstericalhistory
6095
- @FamilyHistory = familyhistory
8227
+ def initialize(generalexamination=nil, internalmedicine=nil, surgery=nil, stomatology=nil, ophthalmology=nil, otolaryngology=nil, gynaecology=nil, unclassified=nil)
8228
+ @GeneralExamination = generalexamination
8229
+ @InternalMedicine = internalmedicine
8230
+ @Surgery = surgery
8231
+ @Stomatology = stomatology
8232
+ @Ophthalmology = ophthalmology
8233
+ @Otolaryngology = otolaryngology
8234
+ @Gynaecology = gynaecology
8235
+ @Unclassified = unclassified
6096
8236
  end
6097
8237
 
6098
8238
  def deserialize(params)
6099
- unless params['BirthPlace'].nil?
6100
- @BirthPlace = BirthPlaceBlock.new
6101
- @BirthPlace.deserialize(params['BirthPlace'])
8239
+ unless params['GeneralExamination'].nil?
8240
+ @GeneralExamination = GeneralExaminationBaseItem.new
8241
+ @GeneralExamination.deserialize(params['GeneralExamination'])
6102
8242
  end
6103
- unless params['LivePlace'].nil?
6104
- @LivePlace = BirthPlaceBlock.new
6105
- @LivePlace.deserialize(params['LivePlace'])
8243
+ unless params['InternalMedicine'].nil?
8244
+ @InternalMedicine = InternalMedicineBaseItem.new
8245
+ @InternalMedicine.deserialize(params['InternalMedicine'])
6106
8246
  end
6107
- unless params['Job'].nil?
6108
- @Job = BirthPlaceBlock.new
6109
- @Job.deserialize(params['Job'])
8247
+ unless params['Surgery'].nil?
8248
+ @Surgery = SurgeryBaseItem.new
8249
+ @Surgery.deserialize(params['Surgery'])
6110
8250
  end
6111
- unless params['SmokeHistory'].nil?
6112
- @SmokeHistory = SmokeHistoryBlock.new
6113
- @SmokeHistory.deserialize(params['SmokeHistory'])
8251
+ unless params['Stomatology'].nil?
8252
+ @Stomatology = StomatologyBaseItem.new
8253
+ @Stomatology.deserialize(params['Stomatology'])
6114
8254
  end
6115
- unless params['AlcoholicHistory'].nil?
6116
- @AlcoholicHistory = SmokeHistoryBlock.new
6117
- @AlcoholicHistory.deserialize(params['AlcoholicHistory'])
8255
+ unless params['Ophthalmology'].nil?
8256
+ @Ophthalmology = OphthalmologyBaseItem.new
8257
+ @Ophthalmology.deserialize(params['Ophthalmology'])
6118
8258
  end
6119
- unless params['MenstrualHistory'].nil?
6120
- @MenstrualHistory = MenstrualHistoryBlock.new
6121
- @MenstrualHistory.deserialize(params['MenstrualHistory'])
8259
+ unless params['Otolaryngology'].nil?
8260
+ @Otolaryngology = OtolaryngologyBaseItem.new
8261
+ @Otolaryngology.deserialize(params['Otolaryngology'])
6122
8262
  end
6123
- unless params['ObstericalHistory'].nil?
6124
- @ObstericalHistory = ObstetricalHistoryBlock.new
6125
- @ObstericalHistory.deserialize(params['ObstericalHistory'])
8263
+ unless params['Gynaecology'].nil?
8264
+ @Gynaecology = GynaecologyBaseItem.new
8265
+ @Gynaecology.deserialize(params['Gynaecology'])
6126
8266
  end
6127
- unless params['FamilyHistory'].nil?
6128
- @FamilyHistory = FamilyHistoryBlock.new
6129
- @FamilyHistory.deserialize(params['FamilyHistory'])
8267
+ unless params['Unclassified'].nil?
8268
+ @Unclassified = []
8269
+ params['Unclassified'].each do |i|
8270
+ keyvalueitem_tmp = KeyValueItem.new
8271
+ keyvalueitem_tmp.deserialize(i)
8272
+ @Unclassified << keyvalueitem_tmp
8273
+ end
6130
8274
  end
6131
8275
  end
6132
8276
  end
6133
8277
 
6134
- # 个人史
6135
- class PersonalMedicalHistory < TencentCloud::Common::AbstractModel
6136
- # @param BirthPlace: 出生史
6137
- # 注意:此字段可能返回 null,表示取不到有效值。
6138
- # @type BirthPlace: String
6139
- # @param LivePlace: 居住史
8278
+ # 体检报告V1版本
8279
+ class PhysicalExaminationV1 < TencentCloud::Common::AbstractModel
8280
+ # @param PhysicalExaminationMulti: 体检报告信息
6140
8281
  # 注意:此字段可能返回 null,表示取不到有效值。
6141
- # @type LivePlace: String
6142
- # @param Job: 工作史
6143
- # 注意:此字段可能返回 null,表示取不到有效值。
6144
- # @type Job: String
6145
- # @param SmokeHistory: 吸烟史
6146
- # 注意:此字段可能返回 null,表示取不到有效值。
6147
- # @type SmokeHistory: String
6148
- # @param AlcoholicHistory: 饮酒史
8282
+ # @type PhysicalExaminationMulti: :class:`Tencentcloud::Mrs.v20200910.models.PhysicalExamination`
8283
+ # @param Version: 版本
6149
8284
  # 注意:此字段可能返回 null,表示取不到有效值。
6150
- # @type AlcoholicHistory: String
8285
+ # @type Version: String
6151
8286
 
6152
- attr_accessor :BirthPlace, :LivePlace, :Job, :SmokeHistory, :AlcoholicHistory
8287
+ attr_accessor :PhysicalExaminationMulti, :Version
6153
8288
 
6154
- def initialize(birthplace=nil, liveplace=nil, job=nil, smokehistory=nil, alcoholichistory=nil)
6155
- @BirthPlace = birthplace
6156
- @LivePlace = liveplace
6157
- @Job = job
6158
- @SmokeHistory = smokehistory
6159
- @AlcoholicHistory = alcoholichistory
8289
+ def initialize(physicalexaminationmulti=nil, version=nil)
8290
+ @PhysicalExaminationMulti = physicalexaminationmulti
8291
+ @Version = version
6160
8292
  end
6161
8293
 
6162
8294
  def deserialize(params)
6163
- @BirthPlace = params['BirthPlace']
6164
- @LivePlace = params['LivePlace']
6165
- @Job = params['Job']
6166
- @SmokeHistory = params['SmokeHistory']
6167
- @AlcoholicHistory = params['AlcoholicHistory']
8295
+ unless params['PhysicalExaminationMulti'].nil?
8296
+ @PhysicalExaminationMulti = PhysicalExamination.new
8297
+ @PhysicalExaminationMulti.deserialize(params['PhysicalExaminationMulti'])
8298
+ end
8299
+ @Version = params['Version']
6168
8300
  end
6169
8301
  end
6170
8302
 
@@ -6760,6 +8892,142 @@ module TencentCloud
6760
8892
  end
6761
8893
  end
6762
8894
 
8895
+ # 体检报告-口腔科
8896
+ class StomatologyBaseItem < TencentCloud::Common::AbstractModel
8897
+ # @param ToothDecay: 龋齿
8898
+ # 注意:此字段可能返回 null,表示取不到有效值。
8899
+ # @type ToothDecay: :class:`Tencentcloud::Mrs.v20200910.models.StomatologyToothDecay`
8900
+ # @param Gingiva: 牙龈
8901
+ # 注意:此字段可能返回 null,表示取不到有效值。
8902
+ # @type Gingiva: :class:`Tencentcloud::Mrs.v20200910.models.StomatologyGingiva`
8903
+ # @param Periodontics: 牙周
8904
+ # 注意:此字段可能返回 null,表示取不到有效值。
8905
+ # @type Periodontics: :class:`Tencentcloud::Mrs.v20200910.models.StomatologyPeriodontics`
8906
+ # @param Others: 口腔其他
8907
+ # 注意:此字段可能返回 null,表示取不到有效值。
8908
+ # @type Others: Array
8909
+ # @param BriefSummary: 小结
8910
+ # 注意:此字段可能返回 null,表示取不到有效值。
8911
+ # @type BriefSummary: :class:`Tencentcloud::Mrs.v20200910.models.StomatologyBriefSummary`
8912
+
8913
+ attr_accessor :ToothDecay, :Gingiva, :Periodontics, :Others, :BriefSummary
8914
+
8915
+ def initialize(toothdecay=nil, gingiva=nil, periodontics=nil, others=nil, briefsummary=nil)
8916
+ @ToothDecay = toothdecay
8917
+ @Gingiva = gingiva
8918
+ @Periodontics = periodontics
8919
+ @Others = others
8920
+ @BriefSummary = briefsummary
8921
+ end
8922
+
8923
+ def deserialize(params)
8924
+ unless params['ToothDecay'].nil?
8925
+ @ToothDecay = StomatologyToothDecay.new
8926
+ @ToothDecay.deserialize(params['ToothDecay'])
8927
+ end
8928
+ unless params['Gingiva'].nil?
8929
+ @Gingiva = StomatologyGingiva.new
8930
+ @Gingiva.deserialize(params['Gingiva'])
8931
+ end
8932
+ unless params['Periodontics'].nil?
8933
+ @Periodontics = StomatologyPeriodontics.new
8934
+ @Periodontics.deserialize(params['Periodontics'])
8935
+ end
8936
+ unless params['Others'].nil?
8937
+ @Others = []
8938
+ params['Others'].each do |i|
8939
+ keyvalueitem_tmp = KeyValueItem.new
8940
+ keyvalueitem_tmp.deserialize(i)
8941
+ @Others << keyvalueitem_tmp
8942
+ end
8943
+ end
8944
+ unless params['BriefSummary'].nil?
8945
+ @BriefSummary = StomatologyBriefSummary.new
8946
+ @BriefSummary.deserialize(params['BriefSummary'])
8947
+ end
8948
+ end
8949
+ end
8950
+
8951
+ # 体检报告-口腔科-小结
8952
+ class StomatologyBriefSummary < TencentCloud::Common::AbstractModel
8953
+ # @param Text: 口腔小结
8954
+ # 注意:此字段可能返回 null,表示取不到有效值。
8955
+ # @type Text: :class:`Tencentcloud::Mrs.v20200910.models.KeyValueItem`
8956
+
8957
+ attr_accessor :Text
8958
+
8959
+ def initialize(text=nil)
8960
+ @Text = text
8961
+ end
8962
+
8963
+ def deserialize(params)
8964
+ unless params['Text'].nil?
8965
+ @Text = KeyValueItem.new
8966
+ @Text.deserialize(params['Text'])
8967
+ end
8968
+ end
8969
+ end
8970
+
8971
+ # 体检报告-口腔科-牙龈
8972
+ class StomatologyGingiva < TencentCloud::Common::AbstractModel
8973
+ # @param Text: 牙龈总体描述
8974
+ # 注意:此字段可能返回 null,表示取不到有效值。
8975
+ # @type Text: :class:`Tencentcloud::Mrs.v20200910.models.KeyValueItem`
8976
+
8977
+ attr_accessor :Text
8978
+
8979
+ def initialize(text=nil)
8980
+ @Text = text
8981
+ end
8982
+
8983
+ def deserialize(params)
8984
+ unless params['Text'].nil?
8985
+ @Text = KeyValueItem.new
8986
+ @Text.deserialize(params['Text'])
8987
+ end
8988
+ end
8989
+ end
8990
+
8991
+ # 体检报告-口腔科-牙周
8992
+ class StomatologyPeriodontics < TencentCloud::Common::AbstractModel
8993
+ # @param Text: 牙周总体描述
8994
+ # 注意:此字段可能返回 null,表示取不到有效值。
8995
+ # @type Text: :class:`Tencentcloud::Mrs.v20200910.models.KeyValueItem`
8996
+
8997
+ attr_accessor :Text
8998
+
8999
+ def initialize(text=nil)
9000
+ @Text = text
9001
+ end
9002
+
9003
+ def deserialize(params)
9004
+ unless params['Text'].nil?
9005
+ @Text = KeyValueItem.new
9006
+ @Text.deserialize(params['Text'])
9007
+ end
9008
+ end
9009
+ end
9010
+
9011
+ # 体检报告-口腔科-龋齿
9012
+ class StomatologyToothDecay < TencentCloud::Common::AbstractModel
9013
+ # @param Text: 龋齿总体描述
9014
+ # 注意:此字段可能返回 null,表示取不到有效值。
9015
+ # @type Text: :class:`Tencentcloud::Mrs.v20200910.models.KeyValueItem`
9016
+
9017
+ attr_accessor :Text
9018
+
9019
+ def initialize(text=nil)
9020
+ @Text = text
9021
+ end
9022
+
9023
+ def deserialize(params)
9024
+ unless params['Text'].nil?
9025
+ @Text = KeyValueItem.new
9026
+ @Text.deserialize(params['Text'])
9027
+ end
9028
+ end
9029
+ end
9030
+
6763
9031
  # 结论
6764
9032
  class Summary < TencentCloud::Common::AbstractModel
6765
9033
  # @param Symptom: 症状
@@ -6805,81 +9073,253 @@ module TencentCloud
6805
9073
  class SummaryInfo < TencentCloud::Common::AbstractModel
6806
9074
  # @param Text: 诊断结论文本
6807
9075
  # 注意:此字段可能返回 null,表示取不到有效值。
6808
- # @type Text: :class:`Tencentcloud::Mrs.v20200910.models.BaseInfo`
6809
- # @param Infos: 诊断结论详情
9076
+ # @type Text: :class:`Tencentcloud::Mrs.v20200910.models.BaseInfo`
9077
+ # @param Infos: 诊断结论详情
9078
+ # 注意:此字段可能返回 null,表示取不到有效值。
9079
+ # @type Infos: Array
9080
+
9081
+ attr_accessor :Text, :Infos
9082
+
9083
+ def initialize(text=nil, infos=nil)
9084
+ @Text = text
9085
+ @Infos = infos
9086
+ end
9087
+
9088
+ def deserialize(params)
9089
+ unless params['Text'].nil?
9090
+ @Text = BaseInfo.new
9091
+ @Text.deserialize(params['Text'])
9092
+ end
9093
+ unless params['Infos'].nil?
9094
+ @Infos = []
9095
+ params['Infos'].each do |i|
9096
+ detailinformation_tmp = DetailInformation.new
9097
+ detailinformation_tmp.deserialize(i)
9098
+ @Infos << detailinformation_tmp
9099
+ end
9100
+ end
9101
+ end
9102
+ end
9103
+
9104
+ # 手术记录
9105
+ class Surgery < TencentCloud::Common::AbstractModel
9106
+ # @param SurgeryHistory: 手术史
9107
+ # 注意:此字段可能返回 null,表示取不到有效值。
9108
+ # @type SurgeryHistory: :class:`Tencentcloud::Mrs.v20200910.models.SurgeryHistory`
9109
+ # @param OtherInfo: 其他信息
9110
+ # 注意:此字段可能返回 null,表示取不到有效值。
9111
+ # @type OtherInfo: :class:`Tencentcloud::Mrs.v20200910.models.OtherInfo`
9112
+
9113
+ attr_accessor :SurgeryHistory, :OtherInfo
9114
+
9115
+ def initialize(surgeryhistory=nil, otherinfo=nil)
9116
+ @SurgeryHistory = surgeryhistory
9117
+ @OtherInfo = otherinfo
9118
+ end
9119
+
9120
+ def deserialize(params)
9121
+ unless params['SurgeryHistory'].nil?
9122
+ @SurgeryHistory = SurgeryHistory.new
9123
+ @SurgeryHistory.deserialize(params['SurgeryHistory'])
9124
+ end
9125
+ unless params['OtherInfo'].nil?
9126
+ @OtherInfo = OtherInfo.new
9127
+ @OtherInfo.deserialize(params['OtherInfo'])
9128
+ end
9129
+ end
9130
+ end
9131
+
9132
+ # 体检报告-外科-肛门直肠
9133
+ class SurgeryAnorectal < TencentCloud::Common::AbstractModel
9134
+ # @param Text: 肛门直肠总体描述
9135
+ # 注意:此字段可能返回 null,表示取不到有效值。
9136
+ # @type Text: :class:`Tencentcloud::Mrs.v20200910.models.KeyValueItem`
9137
+ # @param DigitalRectalExamination: 直肠指检
9138
+ # 注意:此字段可能返回 null,表示取不到有效值。
9139
+ # @type DigitalRectalExamination: :class:`Tencentcloud::Mrs.v20200910.models.KeyValueItem`
9140
+ # @param Hemorrhoid: 痔疮
9141
+ # 注意:此字段可能返回 null,表示取不到有效值。
9142
+ # @type Hemorrhoid: :class:`Tencentcloud::Mrs.v20200910.models.KeyValueItem`
9143
+
9144
+ attr_accessor :Text, :DigitalRectalExamination, :Hemorrhoid
9145
+
9146
+ def initialize(text=nil, digitalrectalexamination=nil, hemorrhoid=nil)
9147
+ @Text = text
9148
+ @DigitalRectalExamination = digitalrectalexamination
9149
+ @Hemorrhoid = hemorrhoid
9150
+ end
9151
+
9152
+ def deserialize(params)
9153
+ unless params['Text'].nil?
9154
+ @Text = KeyValueItem.new
9155
+ @Text.deserialize(params['Text'])
9156
+ end
9157
+ unless params['DigitalRectalExamination'].nil?
9158
+ @DigitalRectalExamination = KeyValueItem.new
9159
+ @DigitalRectalExamination.deserialize(params['DigitalRectalExamination'])
9160
+ end
9161
+ unless params['Hemorrhoid'].nil?
9162
+ @Hemorrhoid = KeyValueItem.new
9163
+ @Hemorrhoid.deserialize(params['Hemorrhoid'])
9164
+ end
9165
+ end
9166
+ end
9167
+
9168
+ # 手术记录属性
9169
+ class SurgeryAttr < TencentCloud::Common::AbstractModel
9170
+ # @param Name: 名称
9171
+ # 注意:此字段可能返回 null,表示取不到有效值。
9172
+ # @type Name: String
9173
+ # @param Value: 值
9174
+ # 注意:此字段可能返回 null,表示取不到有效值。
9175
+ # @type Value: String
9176
+
9177
+ attr_accessor :Name, :Value
9178
+
9179
+ def initialize(name=nil, value=nil)
9180
+ @Name = name
9181
+ @Value = value
9182
+ end
9183
+
9184
+ def deserialize(params)
9185
+ @Name = params['Name']
9186
+ @Value = params['Value']
9187
+ end
9188
+ end
9189
+
9190
+ # 体检报告-外科
9191
+ class SurgeryBaseItem < TencentCloud::Common::AbstractModel
9192
+ # @param HeadNeck: 体检报告-外科-头颈部
9193
+ # 注意:此字段可能返回 null,表示取不到有效值。
9194
+ # @type HeadNeck: :class:`Tencentcloud::Mrs.v20200910.models.SurgeryHeadNeck`
9195
+ # @param Thyroid: 体检报告-外科-甲状腺
9196
+ # 注意:此字段可能返回 null,表示取不到有效值。
9197
+ # @type Thyroid: :class:`Tencentcloud::Mrs.v20200910.models.SurgeryThyroid`
9198
+ # @param Breast: 体检报告-外科-乳房
9199
+ # 注意:此字段可能返回 null,表示取不到有效值。
9200
+ # @type Breast: :class:`Tencentcloud::Mrs.v20200910.models.SurgeryBreast`
9201
+ # @param LymphNode: 体检报告-外科-浅表淋巴结
9202
+ # 注意:此字段可能返回 null,表示取不到有效值。
9203
+ # @type LymphNode: :class:`Tencentcloud::Mrs.v20200910.models.SurgeryLymphNode`
9204
+ # @param SpinalExtremities: 体检报告-外科-脊柱
9205
+ # 注意:此字段可能返回 null,表示取不到有效值。
9206
+ # @type SpinalExtremities: :class:`Tencentcloud::Mrs.v20200910.models.SurgerySpinalExtremities`
9207
+ # @param Skin: 体检报告-外科-皮肤
9208
+ # 注意:此字段可能返回 null,表示取不到有效值。
9209
+ # @type Skin: :class:`Tencentcloud::Mrs.v20200910.models.SurgerySkin`
9210
+ # @param Anorectal: 体检报告-外科-肛门直肠
9211
+ # 注意:此字段可能返回 null,表示取不到有效值。
9212
+ # @type Anorectal: :class:`Tencentcloud::Mrs.v20200910.models.SurgeryAnorectal`
9213
+ # @param UrogenitalSystem: 体检报告-外科-泌尿生殖系统
9214
+ # 注意:此字段可能返回 null,表示取不到有效值。
9215
+ # @type UrogenitalSystem: :class:`Tencentcloud::Mrs.v20200910.models.SurgeryUrogenitalSystem`
9216
+ # @param Others: 体检报告-外科-外科其他
9217
+ # 注意:此字段可能返回 null,表示取不到有效值。
9218
+ # @type Others: Array
9219
+ # @param BriefSummary: 体检报告-外科-小结
6810
9220
  # 注意:此字段可能返回 null,表示取不到有效值。
6811
- # @type Infos: Array
9221
+ # @type BriefSummary: :class:`Tencentcloud::Mrs.v20200910.models.SurgeryBriefSummary`
6812
9222
 
6813
- attr_accessor :Text, :Infos
9223
+ attr_accessor :HeadNeck, :Thyroid, :Breast, :LymphNode, :SpinalExtremities, :Skin, :Anorectal, :UrogenitalSystem, :Others, :BriefSummary
6814
9224
 
6815
- def initialize(text=nil, infos=nil)
6816
- @Text = text
6817
- @Infos = infos
9225
+ def initialize(headneck=nil, thyroid=nil, breast=nil, lymphnode=nil, spinalextremities=nil, skin=nil, anorectal=nil, urogenitalsystem=nil, others=nil, briefsummary=nil)
9226
+ @HeadNeck = headneck
9227
+ @Thyroid = thyroid
9228
+ @Breast = breast
9229
+ @LymphNode = lymphnode
9230
+ @SpinalExtremities = spinalextremities
9231
+ @Skin = skin
9232
+ @Anorectal = anorectal
9233
+ @UrogenitalSystem = urogenitalsystem
9234
+ @Others = others
9235
+ @BriefSummary = briefsummary
6818
9236
  end
6819
9237
 
6820
9238
  def deserialize(params)
6821
- unless params['Text'].nil?
6822
- @Text = BaseInfo.new
6823
- @Text.deserialize(params['Text'])
9239
+ unless params['HeadNeck'].nil?
9240
+ @HeadNeck = SurgeryHeadNeck.new
9241
+ @HeadNeck.deserialize(params['HeadNeck'])
6824
9242
  end
6825
- unless params['Infos'].nil?
6826
- @Infos = []
6827
- params['Infos'].each do |i|
6828
- detailinformation_tmp = DetailInformation.new
6829
- detailinformation_tmp.deserialize(i)
6830
- @Infos << detailinformation_tmp
9243
+ unless params['Thyroid'].nil?
9244
+ @Thyroid = SurgeryThyroid.new
9245
+ @Thyroid.deserialize(params['Thyroid'])
9246
+ end
9247
+ unless params['Breast'].nil?
9248
+ @Breast = SurgeryBreast.new
9249
+ @Breast.deserialize(params['Breast'])
9250
+ end
9251
+ unless params['LymphNode'].nil?
9252
+ @LymphNode = SurgeryLymphNode.new
9253
+ @LymphNode.deserialize(params['LymphNode'])
9254
+ end
9255
+ unless params['SpinalExtremities'].nil?
9256
+ @SpinalExtremities = SurgerySpinalExtremities.new
9257
+ @SpinalExtremities.deserialize(params['SpinalExtremities'])
9258
+ end
9259
+ unless params['Skin'].nil?
9260
+ @Skin = SurgerySkin.new
9261
+ @Skin.deserialize(params['Skin'])
9262
+ end
9263
+ unless params['Anorectal'].nil?
9264
+ @Anorectal = SurgeryAnorectal.new
9265
+ @Anorectal.deserialize(params['Anorectal'])
9266
+ end
9267
+ unless params['UrogenitalSystem'].nil?
9268
+ @UrogenitalSystem = SurgeryUrogenitalSystem.new
9269
+ @UrogenitalSystem.deserialize(params['UrogenitalSystem'])
9270
+ end
9271
+ unless params['Others'].nil?
9272
+ @Others = []
9273
+ params['Others'].each do |i|
9274
+ keyvalueitem_tmp = KeyValueItem.new
9275
+ keyvalueitem_tmp.deserialize(i)
9276
+ @Others << keyvalueitem_tmp
6831
9277
  end
6832
9278
  end
9279
+ unless params['BriefSummary'].nil?
9280
+ @BriefSummary = SurgeryBriefSummary.new
9281
+ @BriefSummary.deserialize(params['BriefSummary'])
9282
+ end
6833
9283
  end
6834
9284
  end
6835
9285
 
6836
- # 手术记录
6837
- class Surgery < TencentCloud::Common::AbstractModel
6838
- # @param SurgeryHistory: 手术史
6839
- # 注意:此字段可能返回 null,表示取不到有效值。
6840
- # @type SurgeryHistory: :class:`Tencentcloud::Mrs.v20200910.models.SurgeryHistory`
6841
- # @param OtherInfo: 其他信息
9286
+ # 体检报告-外科-乳房
9287
+ class SurgeryBreast < TencentCloud::Common::AbstractModel
9288
+ # @param Text: 乳房总体描述
6842
9289
  # 注意:此字段可能返回 null,表示取不到有效值。
6843
- # @type OtherInfo: :class:`Tencentcloud::Mrs.v20200910.models.OtherInfo`
9290
+ # @type Text: :class:`Tencentcloud::Mrs.v20200910.models.KeyValueItem`
6844
9291
 
6845
- attr_accessor :SurgeryHistory, :OtherInfo
9292
+ attr_accessor :Text
6846
9293
 
6847
- def initialize(surgeryhistory=nil, otherinfo=nil)
6848
- @SurgeryHistory = surgeryhistory
6849
- @OtherInfo = otherinfo
9294
+ def initialize(text=nil)
9295
+ @Text = text
6850
9296
  end
6851
9297
 
6852
9298
  def deserialize(params)
6853
- unless params['SurgeryHistory'].nil?
6854
- @SurgeryHistory = SurgeryHistory.new
6855
- @SurgeryHistory.deserialize(params['SurgeryHistory'])
6856
- end
6857
- unless params['OtherInfo'].nil?
6858
- @OtherInfo = OtherInfo.new
6859
- @OtherInfo.deserialize(params['OtherInfo'])
9299
+ unless params['Text'].nil?
9300
+ @Text = KeyValueItem.new
9301
+ @Text.deserialize(params['Text'])
6860
9302
  end
6861
9303
  end
6862
9304
  end
6863
9305
 
6864
- # 手术记录属性
6865
- class SurgeryAttr < TencentCloud::Common::AbstractModel
6866
- # @param Name: 名称
6867
- # 注意:此字段可能返回 null,表示取不到有效值。
6868
- # @type Name: String
6869
- # @param Value: 值
9306
+ # 体检报告-外科-小结
9307
+ class SurgeryBriefSummary < TencentCloud::Common::AbstractModel
9308
+ # @param Text: 外科小结
6870
9309
  # 注意:此字段可能返回 null,表示取不到有效值。
6871
- # @type Value: String
9310
+ # @type Text: :class:`Tencentcloud::Mrs.v20200910.models.KeyValueItem`
6872
9311
 
6873
- attr_accessor :Name, :Value
9312
+ attr_accessor :Text
6874
9313
 
6875
- def initialize(name=nil, value=nil)
6876
- @Name = name
6877
- @Value = value
9314
+ def initialize(text=nil)
9315
+ @Text = text
6878
9316
  end
6879
9317
 
6880
9318
  def deserialize(params)
6881
- @Name = params['Name']
6882
- @Value = params['Value']
9319
+ unless params['Text'].nil?
9320
+ @Text = KeyValueItem.new
9321
+ @Text.deserialize(params['Text'])
9322
+ end
6883
9323
  end
6884
9324
  end
6885
9325
 
@@ -6923,6 +9363,26 @@ module TencentCloud
6923
9363
  end
6924
9364
  end
6925
9365
 
9366
+ # 体检报告-外科-头颈部
9367
+ class SurgeryHeadNeck < TencentCloud::Common::AbstractModel
9368
+ # @param Text: 头颈部总体描述
9369
+ # 注意:此字段可能返回 null,表示取不到有效值。
9370
+ # @type Text: :class:`Tencentcloud::Mrs.v20200910.models.KeyValueItem`
9371
+
9372
+ attr_accessor :Text
9373
+
9374
+ def initialize(text=nil)
9375
+ @Text = text
9376
+ end
9377
+
9378
+ def deserialize(params)
9379
+ unless params['Text'].nil?
9380
+ @Text = KeyValueItem.new
9381
+ @Text.deserialize(params['Text'])
9382
+ end
9383
+ end
9384
+ end
9385
+
6926
9386
  # 手术史
6927
9387
  class SurgeryHistory < TencentCloud::Common::AbstractModel
6928
9388
  # @param SurgeryName: 手术名称
@@ -7054,6 +9514,170 @@ module TencentCloud
7054
9514
  end
7055
9515
  end
7056
9516
 
9517
+ # 体检报告-外科-浅表淋巴结
9518
+ class SurgeryLymphNode < TencentCloud::Common::AbstractModel
9519
+ # @param Text: 浅表淋巴结总体描述
9520
+ # 注意:此字段可能返回 null,表示取不到有效值。
9521
+ # @type Text: :class:`Tencentcloud::Mrs.v20200910.models.KeyValueItem`
9522
+
9523
+ attr_accessor :Text
9524
+
9525
+ def initialize(text=nil)
9526
+ @Text = text
9527
+ end
9528
+
9529
+ def deserialize(params)
9530
+ unless params['Text'].nil?
9531
+ @Text = KeyValueItem.new
9532
+ @Text.deserialize(params['Text'])
9533
+ end
9534
+ end
9535
+ end
9536
+
9537
+ # 体检报告-外科-皮肤
9538
+ class SurgerySkin < TencentCloud::Common::AbstractModel
9539
+ # @param Text: 皮肤总体描述
9540
+ # 注意:此字段可能返回 null,表示取不到有效值。
9541
+ # @type Text: :class:`Tencentcloud::Mrs.v20200910.models.KeyValueItem`
9542
+
9543
+ attr_accessor :Text
9544
+
9545
+ def initialize(text=nil)
9546
+ @Text = text
9547
+ end
9548
+
9549
+ def deserialize(params)
9550
+ unless params['Text'].nil?
9551
+ @Text = KeyValueItem.new
9552
+ @Text.deserialize(params['Text'])
9553
+ end
9554
+ end
9555
+ end
9556
+
9557
+ # 体检报告-外科-脊柱
9558
+ class SurgerySpinalExtremities < TencentCloud::Common::AbstractModel
9559
+ # @param Text: 脊柱四肢总体描述
9560
+ # 注意:此字段可能返回 null,表示取不到有效值。
9561
+ # @type Text: :class:`Tencentcloud::Mrs.v20200910.models.KeyValueItem`
9562
+ # @param SpinalColumn: 脊柱
9563
+ # 注意:此字段可能返回 null,表示取不到有效值。
9564
+ # @type SpinalColumn: :class:`Tencentcloud::Mrs.v20200910.models.KeyValueItem`
9565
+ # @param LimbJoint: 四肢和关节
9566
+ # 注意:此字段可能返回 null,表示取不到有效值。
9567
+ # @type LimbJoint: :class:`Tencentcloud::Mrs.v20200910.models.KeyValueItem`
9568
+ # @param Foot: 平跛足
9569
+ # 注意:此字段可能返回 null,表示取不到有效值。
9570
+ # @type Foot: :class:`Tencentcloud::Mrs.v20200910.models.KeyValueItem`
9571
+ # @param Bone: 骨骼
9572
+ # 注意:此字段可能返回 null,表示取不到有效值。
9573
+ # @type Bone: :class:`Tencentcloud::Mrs.v20200910.models.KeyValueItem`
9574
+ # @param Gait: 步态
9575
+ # 注意:此字段可能返回 null,表示取不到有效值。
9576
+ # @type Gait: :class:`Tencentcloud::Mrs.v20200910.models.KeyValueItem`
9577
+ # @param Deformity: 残疾或畸形
9578
+ # 注意:此字段可能返回 null,表示取不到有效值。
9579
+ # @type Deformity: :class:`Tencentcloud::Mrs.v20200910.models.KeyValueItem`
9580
+
9581
+ attr_accessor :Text, :SpinalColumn, :LimbJoint, :Foot, :Bone, :Gait, :Deformity
9582
+
9583
+ def initialize(text=nil, spinalcolumn=nil, limbjoint=nil, foot=nil, bone=nil, gait=nil, deformity=nil)
9584
+ @Text = text
9585
+ @SpinalColumn = spinalcolumn
9586
+ @LimbJoint = limbjoint
9587
+ @Foot = foot
9588
+ @Bone = bone
9589
+ @Gait = gait
9590
+ @Deformity = deformity
9591
+ end
9592
+
9593
+ def deserialize(params)
9594
+ unless params['Text'].nil?
9595
+ @Text = KeyValueItem.new
9596
+ @Text.deserialize(params['Text'])
9597
+ end
9598
+ unless params['SpinalColumn'].nil?
9599
+ @SpinalColumn = KeyValueItem.new
9600
+ @SpinalColumn.deserialize(params['SpinalColumn'])
9601
+ end
9602
+ unless params['LimbJoint'].nil?
9603
+ @LimbJoint = KeyValueItem.new
9604
+ @LimbJoint.deserialize(params['LimbJoint'])
9605
+ end
9606
+ unless params['Foot'].nil?
9607
+ @Foot = KeyValueItem.new
9608
+ @Foot.deserialize(params['Foot'])
9609
+ end
9610
+ unless params['Bone'].nil?
9611
+ @Bone = KeyValueItem.new
9612
+ @Bone.deserialize(params['Bone'])
9613
+ end
9614
+ unless params['Gait'].nil?
9615
+ @Gait = KeyValueItem.new
9616
+ @Gait.deserialize(params['Gait'])
9617
+ end
9618
+ unless params['Deformity'].nil?
9619
+ @Deformity = KeyValueItem.new
9620
+ @Deformity.deserialize(params['Deformity'])
9621
+ end
9622
+ end
9623
+ end
9624
+
9625
+ # 体检报告-外科-甲状腺
9626
+ class SurgeryThyroid < TencentCloud::Common::AbstractModel
9627
+ # @param Text: 甲状腺总体描述
9628
+ # 注意:此字段可能返回 null,表示取不到有效值。
9629
+ # @type Text: :class:`Tencentcloud::Mrs.v20200910.models.KeyValueItem`
9630
+
9631
+ attr_accessor :Text
9632
+
9633
+ def initialize(text=nil)
9634
+ @Text = text
9635
+ end
9636
+
9637
+ def deserialize(params)
9638
+ unless params['Text'].nil?
9639
+ @Text = KeyValueItem.new
9640
+ @Text.deserialize(params['Text'])
9641
+ end
9642
+ end
9643
+ end
9644
+
9645
+ # 体检报告-外科-泌尿生殖系统
9646
+ class SurgeryUrogenitalSystem < TencentCloud::Common::AbstractModel
9647
+ # @param Text: 泌尿生殖系统总体描述
9648
+ # 注意:此字段可能返回 null,表示取不到有效值。
9649
+ # @type Text: :class:`Tencentcloud::Mrs.v20200910.models.KeyValueItem`
9650
+ # @param Prostate: 前列腺
9651
+ # 注意:此字段可能返回 null,表示取不到有效值。
9652
+ # @type Prostate: :class:`Tencentcloud::Mrs.v20200910.models.KeyValueItem`
9653
+ # @param ExternalReproductiveOrgans: 外生殖器(男性)
9654
+ # 注意:此字段可能返回 null,表示取不到有效值。
9655
+ # @type ExternalReproductiveOrgans: :class:`Tencentcloud::Mrs.v20200910.models.KeyValueItem`
9656
+
9657
+ attr_accessor :Text, :Prostate, :ExternalReproductiveOrgans
9658
+
9659
+ def initialize(text=nil, prostate=nil, externalreproductiveorgans=nil)
9660
+ @Text = text
9661
+ @Prostate = prostate
9662
+ @ExternalReproductiveOrgans = externalreproductiveorgans
9663
+ end
9664
+
9665
+ def deserialize(params)
9666
+ unless params['Text'].nil?
9667
+ @Text = KeyValueItem.new
9668
+ @Text.deserialize(params['Text'])
9669
+ end
9670
+ unless params['Prostate'].nil?
9671
+ @Prostate = KeyValueItem.new
9672
+ @Prostate.deserialize(params['Prostate'])
9673
+ end
9674
+ unless params['ExternalReproductiveOrgans'].nil?
9675
+ @ExternalReproductiveOrgans = KeyValueItem.new
9676
+ @ExternalReproductiveOrgans.deserialize(params['ExternalReproductiveOrgans'])
9677
+ end
9678
+ end
9679
+ end
9680
+
7057
9681
  # 病症描述信息
7058
9682
  class SymptomInfo < TencentCloud::Common::AbstractModel
7059
9683
  # @param Grade: 等级
@@ -7528,6 +10152,30 @@ module TencentCloud
7528
10152
  end
7529
10153
  end
7530
10154
 
10155
+ # 文本类型列表块
10156
+ class TextTypeListBlock < TencentCloud::Common::AbstractModel
10157
+ # @param TextTypeList: 文本类型列表
10158
+ # 注意:此字段可能返回 null,表示取不到有效值。
10159
+ # @type TextTypeList: Array
10160
+
10161
+ attr_accessor :TextTypeList
10162
+
10163
+ def initialize(texttypelist=nil)
10164
+ @TextTypeList = texttypelist
10165
+ end
10166
+
10167
+ def deserialize(params)
10168
+ unless params['TextTypeList'].nil?
10169
+ @TextTypeList = []
10170
+ params['TextTypeList'].each do |i|
10171
+ texttype_tmp = TextType.new
10172
+ texttype_tmp.deserialize(i)
10173
+ @TextTypeList << texttype_tmp
10174
+ end
10175
+ end
10176
+ end
10177
+ end
10178
+
7531
10179
  # 时间
7532
10180
  class Time < TencentCloud::Common::AbstractModel
7533
10181
  # @param Name: 具体时间类型
@@ -8572,6 +11220,70 @@ module TencentCloud
8572
11220
  end
8573
11221
  end
8574
11222
 
11223
+ # TurnPDFToObject请求参数结构体
11224
+ class TurnPDFToObjectRequest < TencentCloud::Common::AbstractModel
11225
+ # @param PdfInfo: 体检报告PDF文件信息, 目前只支持传PDF文件的Base64编码字符
11226
+ # @type PdfInfo: :class:`Tencentcloud::Mrs.v20200910.models.PdfInfo`
11227
+
11228
+ attr_accessor :PdfInfo
11229
+
11230
+ def initialize(pdfinfo=nil)
11231
+ @PdfInfo = pdfinfo
11232
+ end
11233
+
11234
+ def deserialize(params)
11235
+ unless params['PdfInfo'].nil?
11236
+ @PdfInfo = PdfInfo.new
11237
+ @PdfInfo.deserialize(params['PdfInfo'])
11238
+ end
11239
+ end
11240
+ end
11241
+
11242
+ # TurnPDFToObject返回参数结构体
11243
+ class TurnPDFToObjectResponse < TencentCloud::Common::AbstractModel
11244
+ # @param Template: 报告结构化结果
11245
+ # @type Template: :class:`Tencentcloud::Mrs.v20200910.models.Template`
11246
+ # @param TextTypeList: 多级分类结果
11247
+ # @type TextTypeList: Array
11248
+ # @param Block: 报告结构化结果
11249
+ # @type Block: :class:`Tencentcloud::Mrs.v20200910.models.Block`
11250
+ # @param IsBlock: 是否使用Block字段
11251
+ # @type IsBlock: Boolean
11252
+ # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
11253
+ # @type RequestId: String
11254
+
11255
+ attr_accessor :Template, :TextTypeList, :Block, :IsBlock, :RequestId
11256
+
11257
+ def initialize(template=nil, texttypelist=nil, block=nil, isblock=nil, requestid=nil)
11258
+ @Template = template
11259
+ @TextTypeList = texttypelist
11260
+ @Block = block
11261
+ @IsBlock = isblock
11262
+ @RequestId = requestid
11263
+ end
11264
+
11265
+ def deserialize(params)
11266
+ unless params['Template'].nil?
11267
+ @Template = Template.new
11268
+ @Template.deserialize(params['Template'])
11269
+ end
11270
+ unless params['TextTypeList'].nil?
11271
+ @TextTypeList = []
11272
+ params['TextTypeList'].each do |i|
11273
+ texttype_tmp = TextType.new
11274
+ texttype_tmp.deserialize(i)
11275
+ @TextTypeList << texttype_tmp
11276
+ end
11277
+ end
11278
+ unless params['Block'].nil?
11279
+ @Block = Block.new
11280
+ @Block.deserialize(params['Block'])
11281
+ end
11282
+ @IsBlock = params['IsBlock']
11283
+ @RequestId = params['RequestId']
11284
+ end
11285
+ end
11286
+
8575
11287
  # 免疫接种记录
8576
11288
  class Vaccination < TencentCloud::Common::AbstractModel
8577
11289
  # @param Id: 序号
@@ -8712,6 +11424,47 @@ module TencentCloud
8712
11424
  end
8713
11425
  end
8714
11426
 
11427
+ # 体检报告信息-包含单位
11428
+ class ValueUnitItem < TencentCloud::Common::AbstractModel
11429
+ # @param Name: 类型
11430
+ # 注意:此字段可能返回 null,表示取不到有效值。
11431
+ # @type Name: String
11432
+ # @param Item: 项目原文
11433
+ # 注意:此字段可能返回 null,表示取不到有效值。
11434
+ # @type Item: :class:`Tencentcloud::Mrs.v20200910.models.PhysicalBaseItem`
11435
+ # @param Result: 数值
11436
+ # 注意:此字段可能返回 null,表示取不到有效值。
11437
+ # @type Result: :class:`Tencentcloud::Mrs.v20200910.models.PhysicalBaseItem`
11438
+ # @param Unit: 单位
11439
+ # 注意:此字段可能返回 null,表示取不到有效值。
11440
+ # @type Unit: :class:`Tencentcloud::Mrs.v20200910.models.PhysicalBaseItem`
11441
+
11442
+ attr_accessor :Name, :Item, :Result, :Unit
11443
+
11444
+ def initialize(name=nil, item=nil, result=nil, unit=nil)
11445
+ @Name = name
11446
+ @Item = item
11447
+ @Result = result
11448
+ @Unit = unit
11449
+ end
11450
+
11451
+ def deserialize(params)
11452
+ @Name = params['Name']
11453
+ unless params['Item'].nil?
11454
+ @Item = PhysicalBaseItem.new
11455
+ @Item.deserialize(params['Item'])
11456
+ end
11457
+ unless params['Result'].nil?
11458
+ @Result = PhysicalBaseItem.new
11459
+ @Result.deserialize(params['Result'])
11460
+ end
11461
+ unless params['Unit'].nil?
11462
+ @Unit = PhysicalBaseItem.new
11463
+ @Unit.deserialize(params['Unit'])
11464
+ end
11465
+ end
11466
+ end
11467
+
8715
11468
  end
8716
11469
  end
8717
11470
  end