tencentcloud-sdk-mrs 3.0.816 → 3.0.817

Sign up to get free protection for your applications and to get access to all the features.
@@ -302,147 +302,554 @@ module TencentCloud
302
302
  end
303
303
  end
304
304
 
305
- # 活检部位
306
- class BiopsyPart < TencentCloud::Common::AbstractModel
307
- # @param Value:
305
+ # 预防用生物制品说明书
306
+ class BiologicalProductInfo < TencentCloud::Common::AbstractModel
307
+ # @param Name: 药品名称,包括通用名和商品名
308
308
  # 注意:此字段可能返回 null,表示取不到有效值。
309
- # @type Value: String
310
- # @param Src: 原文
309
+ # @type Name: :class:`Tencentcloud::Mrs.v20200910.models.BiologicalProductInfoName`
310
+ # @param IngredientAndAppearance: 成份和性状
311
311
  # 注意:此字段可能返回 null,表示取不到有效值。
312
- # @type Src: String
313
- # @param Coords: 坐标
312
+ # @type IngredientAndAppearance: :class:`Tencentcloud::Mrs.v20200910.models.BiologicalProductInfoIngredientAndAppearance`
313
+ # @param VaccinationTarget: 接种对象
314
314
  # 注意:此字段可能返回 null,表示取不到有效值。
315
- # @type Coords: Array
315
+ # @type VaccinationTarget: :class:`Tencentcloud::Mrs.v20200910.models.BiologicalProductInfoVaccinationTarget`
316
+ # @param Indications: 作用与用途
317
+ # 注意:此字段可能返回 null,表示取不到有效值。
318
+ # @type Indications: :class:`Tencentcloud::Mrs.v20200910.models.BiologicalProductInfoIndications`
319
+ # @param Brochure: 规格
320
+ # 注意:此字段可能返回 null,表示取不到有效值。
321
+ # @type Brochure: :class:`Tencentcloud::Mrs.v20200910.models.BiologicalProductInfoBrochure`
322
+ # @param Dosage: 免疫程序和剂量
323
+ # 注意:此字段可能返回 null,表示取不到有效值。
324
+ # @type Dosage: :class:`Tencentcloud::Mrs.v20200910.models.BiologicalProductInfoDosage`
325
+ # @param AdverseReaction: 不良反应
326
+ # 注意:此字段可能返回 null,表示取不到有效值。
327
+ # @type AdverseReaction: :class:`Tencentcloud::Mrs.v20200910.models.BiologicalProductInfoAdverseReaction`
328
+ # @param Contraindications: 禁忌情况
329
+ # 注意:此字段可能返回 null,表示取不到有效值。
330
+ # @type Contraindications: :class:`Tencentcloud::Mrs.v20200910.models.BiologicalProductInfoContraindications`
331
+ # @param Precautions: 注意事项
332
+ # 注意:此字段可能返回 null,表示取不到有效值。
333
+ # @type Precautions: :class:`Tencentcloud::Mrs.v20200910.models.BiologicalProductInfoPrecautions`
334
+ # @param Storage: 储存条件
335
+ # 注意:此字段可能返回 null,表示取不到有效值。
336
+ # @type Storage: :class:`Tencentcloud::Mrs.v20200910.models.BiologicalProductInfoStorage`
337
+ # @param Packaging: 包装信息
338
+ # 注意:此字段可能返回 null,表示取不到有效值。
339
+ # @type Packaging: :class:`Tencentcloud::Mrs.v20200910.models.BiologicalProductInfoPackaging`
340
+ # @param ValidityPeriod: 有效期
341
+ # 注意:此字段可能返回 null,表示取不到有效值。
342
+ # @type ValidityPeriod: :class:`Tencentcloud::Mrs.v20200910.models.BiologicalProductInfoValidityPeriod`
343
+ # @param ExecutiveStandards: 执行标准
344
+ # 注意:此字段可能返回 null,表示取不到有效值。
345
+ # @type ExecutiveStandards: :class:`Tencentcloud::Mrs.v20200910.models.BiologicalProductInfoExecutiveStandards`
346
+ # @param Approval: 批准文号
347
+ # 注意:此字段可能返回 null,表示取不到有效值。
348
+ # @type Approval: :class:`Tencentcloud::Mrs.v20200910.models.BiologicalProductInfoApproval`
349
+ # @param Manufacturer: 生产企业名称和地址
350
+ # 注意:此字段可能返回 null,表示取不到有效值。
351
+ # @type Manufacturer: :class:`Tencentcloud::Mrs.v20200910.models.BiologicalProductInfoManufacturer`
316
352
 
317
- attr_accessor :Value, :Src, :Coords
353
+ attr_accessor :Name, :IngredientAndAppearance, :VaccinationTarget, :Indications, :Brochure, :Dosage, :AdverseReaction, :Contraindications, :Precautions, :Storage, :Packaging, :ValidityPeriod, :ExecutiveStandards, :Approval, :Manufacturer
318
354
 
319
- def initialize(value=nil, src=nil, coords=nil)
320
- @Value = value
321
- @Src = src
322
- @Coords = coords
355
+ def initialize(name=nil, ingredientandappearance=nil, vaccinationtarget=nil, indications=nil, brochure=nil, dosage=nil, adversereaction=nil, contraindications=nil, precautions=nil, storage=nil, packaging=nil, validityperiod=nil, executivestandards=nil, approval=nil, manufacturer=nil)
356
+ @Name = name
357
+ @IngredientAndAppearance = ingredientandappearance
358
+ @VaccinationTarget = vaccinationtarget
359
+ @Indications = indications
360
+ @Brochure = brochure
361
+ @Dosage = dosage
362
+ @AdverseReaction = adversereaction
363
+ @Contraindications = contraindications
364
+ @Precautions = precautions
365
+ @Storage = storage
366
+ @Packaging = packaging
367
+ @ValidityPeriod = validityperiod
368
+ @ExecutiveStandards = executivestandards
369
+ @Approval = approval
370
+ @Manufacturer = manufacturer
323
371
  end
324
372
 
325
373
  def deserialize(params)
326
- @Value = params['Value']
327
- @Src = params['Src']
328
- unless params['Coords'].nil?
329
- @Coords = []
330
- params['Coords'].each do |i|
331
- coord_tmp = Coord.new
332
- coord_tmp.deserialize(i)
333
- @Coords << coord_tmp
334
- end
374
+ unless params['Name'].nil?
375
+ @Name = BiologicalProductInfoName.new
376
+ @Name.deserialize(params['Name'])
377
+ end
378
+ unless params['IngredientAndAppearance'].nil?
379
+ @IngredientAndAppearance = BiologicalProductInfoIngredientAndAppearance.new
380
+ @IngredientAndAppearance.deserialize(params['IngredientAndAppearance'])
381
+ end
382
+ unless params['VaccinationTarget'].nil?
383
+ @VaccinationTarget = BiologicalProductInfoVaccinationTarget.new
384
+ @VaccinationTarget.deserialize(params['VaccinationTarget'])
385
+ end
386
+ unless params['Indications'].nil?
387
+ @Indications = BiologicalProductInfoIndications.new
388
+ @Indications.deserialize(params['Indications'])
389
+ end
390
+ unless params['Brochure'].nil?
391
+ @Brochure = BiologicalProductInfoBrochure.new
392
+ @Brochure.deserialize(params['Brochure'])
393
+ end
394
+ unless params['Dosage'].nil?
395
+ @Dosage = BiologicalProductInfoDosage.new
396
+ @Dosage.deserialize(params['Dosage'])
397
+ end
398
+ unless params['AdverseReaction'].nil?
399
+ @AdverseReaction = BiologicalProductInfoAdverseReaction.new
400
+ @AdverseReaction.deserialize(params['AdverseReaction'])
401
+ end
402
+ unless params['Contraindications'].nil?
403
+ @Contraindications = BiologicalProductInfoContraindications.new
404
+ @Contraindications.deserialize(params['Contraindications'])
405
+ end
406
+ unless params['Precautions'].nil?
407
+ @Precautions = BiologicalProductInfoPrecautions.new
408
+ @Precautions.deserialize(params['Precautions'])
409
+ end
410
+ unless params['Storage'].nil?
411
+ @Storage = BiologicalProductInfoStorage.new
412
+ @Storage.deserialize(params['Storage'])
413
+ end
414
+ unless params['Packaging'].nil?
415
+ @Packaging = BiologicalProductInfoPackaging.new
416
+ @Packaging.deserialize(params['Packaging'])
417
+ end
418
+ unless params['ValidityPeriod'].nil?
419
+ @ValidityPeriod = BiologicalProductInfoValidityPeriod.new
420
+ @ValidityPeriod.deserialize(params['ValidityPeriod'])
421
+ end
422
+ unless params['ExecutiveStandards'].nil?
423
+ @ExecutiveStandards = BiologicalProductInfoExecutiveStandards.new
424
+ @ExecutiveStandards.deserialize(params['ExecutiveStandards'])
425
+ end
426
+ unless params['Approval'].nil?
427
+ @Approval = BiologicalProductInfoApproval.new
428
+ @Approval.deserialize(params['Approval'])
429
+ end
430
+ unless params['Manufacturer'].nil?
431
+ @Manufacturer = BiologicalProductInfoManufacturer.new
432
+ @Manufacturer.deserialize(params['Manufacturer'])
335
433
  end
336
434
  end
337
435
  end
338
436
 
339
- # 出生证明结构化信息
340
- class BirthCert < TencentCloud::Common::AbstractModel
341
- # @param NeonatalInfo: 新生儿信息
342
- # 注意:此字段可能返回 null,表示取不到有效值。
343
- # @type NeonatalInfo: :class:`Tencentcloud::Mrs.v20200910.models.NeonatalInfo`
344
- # @param MotherInfo: 母亲信息
345
- # 注意:此字段可能返回 null,表示取不到有效值。
346
- # @type MotherInfo: :class:`Tencentcloud::Mrs.v20200910.models.ParentInfo`
347
- # @param FatherInfo: 父亲信息
437
+ # 不良反应
438
+ class BiologicalProductInfoAdverseReaction < TencentCloud::Common::AbstractModel
439
+ # @param Text: 文本内容
348
440
  # 注意:此字段可能返回 null,表示取不到有效值。
349
- # @type FatherInfo: :class:`Tencentcloud::Mrs.v20200910.models.ParentInfo`
350
- # @param IssueInfo: 签发信息
441
+ # @type Text: String
442
+
443
+ attr_accessor :Text
444
+
445
+ def initialize(text=nil)
446
+ @Text = text
447
+ end
448
+
449
+ def deserialize(params)
450
+ @Text = params['Text']
451
+ end
452
+ end
453
+
454
+ # 批准文号
455
+ class BiologicalProductInfoApproval < TencentCloud::Common::AbstractModel
456
+ # @param Text: 文本内容
351
457
  # 注意:此字段可能返回 null,表示取不到有效值。
352
- # @type IssueInfo: :class:`Tencentcloud::Mrs.v20200910.models.IssueInfo`
458
+ # @type Text: String
353
459
 
354
- attr_accessor :NeonatalInfo, :MotherInfo, :FatherInfo, :IssueInfo
460
+ attr_accessor :Text
355
461
 
356
- def initialize(neonatalinfo=nil, motherinfo=nil, fatherinfo=nil, issueinfo=nil)
357
- @NeonatalInfo = neonatalinfo
358
- @MotherInfo = motherinfo
359
- @FatherInfo = fatherinfo
360
- @IssueInfo = issueinfo
462
+ def initialize(text=nil)
463
+ @Text = text
361
464
  end
362
465
 
363
466
  def deserialize(params)
364
- unless params['NeonatalInfo'].nil?
365
- @NeonatalInfo = NeonatalInfo.new
366
- @NeonatalInfo.deserialize(params['NeonatalInfo'])
367
- end
368
- unless params['MotherInfo'].nil?
369
- @MotherInfo = ParentInfo.new
370
- @MotherInfo.deserialize(params['MotherInfo'])
371
- end
372
- unless params['FatherInfo'].nil?
373
- @FatherInfo = ParentInfo.new
374
- @FatherInfo.deserialize(params['FatherInfo'])
375
- end
376
- unless params['IssueInfo'].nil?
377
- @IssueInfo = IssueInfo.new
378
- @IssueInfo.deserialize(params['IssueInfo'])
379
- end
467
+ @Text = params['Text']
380
468
  end
381
469
  end
382
470
 
383
- # 出生地
384
- class BirthPlaceBlock < TencentCloud::Common::AbstractModel
385
- # @param Name: 名称
471
+ # 规格
472
+ class BiologicalProductInfoBrochure < TencentCloud::Common::AbstractModel
473
+ # @param Text: 文本内容
386
474
  # 注意:此字段可能返回 null,表示取不到有效值。
387
- # @type Name: String
388
- # @param Src: 原文
475
+ # @type Text: String
476
+
477
+ attr_accessor :Text
478
+
479
+ def initialize(text=nil)
480
+ @Text = text
481
+ end
482
+
483
+ def deserialize(params)
484
+ @Text = params['Text']
485
+ end
486
+ end
487
+
488
+ # 禁忌情况
489
+ class BiologicalProductInfoContraindications < TencentCloud::Common::AbstractModel
490
+ # @param Text: 文本内容
389
491
  # 注意:此字段可能返回 null,表示取不到有效值。
390
- # @type Src: String
391
- # @param Value: 对外输出值
492
+ # @type Text: String
493
+
494
+ attr_accessor :Text
495
+
496
+ def initialize(text=nil)
497
+ @Text = text
498
+ end
499
+
500
+ def deserialize(params)
501
+ @Text = params['Text']
502
+ end
503
+ end
504
+
505
+ # 免疫程序和剂量
506
+ class BiologicalProductInfoDosage < TencentCloud::Common::AbstractModel
507
+ # @param Text: 文本内容
392
508
  # 注意:此字段可能返回 null,表示取不到有效值。
393
- # @type Value: String
509
+ # @type Text: String
394
510
 
395
- attr_accessor :Name, :Src, :Value
511
+ attr_accessor :Text
396
512
 
397
- def initialize(name=nil, src=nil, value=nil)
398
- @Name = name
399
- @Src = src
400
- @Value = value
513
+ def initialize(text=nil)
514
+ @Text = text
401
515
  end
402
516
 
403
517
  def deserialize(params)
404
- @Name = params['Name']
405
- @Src = params['Src']
406
- @Value = params['Value']
518
+ @Text = params['Text']
407
519
  end
408
520
  end
409
521
 
410
- # 结构化信息
411
- class Block < TencentCloud::Common::AbstractModel
412
- # @param Check: 诊断信息
522
+ # 执行标准
523
+ class BiologicalProductInfoExecutiveStandards < TencentCloud::Common::AbstractModel
524
+ # @param Text: 文本内容
413
525
  # 注意:此字段可能返回 null,表示取不到有效值。
414
- # @type Check: Array
415
- # @param Pathology: 病理报告
526
+ # @type Text: String
527
+
528
+ attr_accessor :Text
529
+
530
+ def initialize(text=nil)
531
+ @Text = text
532
+ end
533
+
534
+ def deserialize(params)
535
+ @Text = params['Text']
536
+ end
537
+ end
538
+
539
+ # 作用与用途
540
+ class BiologicalProductInfoIndications < TencentCloud::Common::AbstractModel
541
+ # @param Text: 文本内容
416
542
  # 注意:此字段可能返回 null,表示取不到有效值。
417
- # @type Pathology: Array
418
- # @param MedDoc: 医学资料
543
+ # @type Text: String
544
+
545
+ attr_accessor :Text
546
+
547
+ def initialize(text=nil)
548
+ @Text = text
549
+ end
550
+
551
+ def deserialize(params)
552
+ @Text = params['Text']
553
+ end
554
+ end
555
+
556
+ # 成份和性状
557
+ class BiologicalProductInfoIngredientAndAppearance < TencentCloud::Common::AbstractModel
558
+ # @param Text: 文本
419
559
  # 注意:此字段可能返回 null,表示取不到有效值。
420
- # @type MedDoc: Array
421
- # @param DiagCert: 诊断证明
560
+ # @type Text: String
561
+
562
+ attr_accessor :Text
563
+
564
+ def initialize(text=nil)
565
+ @Text = text
566
+ end
567
+
568
+ def deserialize(params)
569
+ @Text = params['Text']
570
+ end
571
+ end
572
+
573
+ # 生产企业名称和地址
574
+ class BiologicalProductInfoManufacturer < TencentCloud::Common::AbstractModel
575
+ # @param Text: 文本内容
422
576
  # 注意:此字段可能返回 null,表示取不到有效值。
423
- # @type DiagCert: Array
424
- # @param FirstPage: 病案首页
577
+ # @type Text: String
578
+
579
+ attr_accessor :Text
580
+
581
+ def initialize(text=nil)
582
+ @Text = text
583
+ end
584
+
585
+ def deserialize(params)
586
+ @Text = params['Text']
587
+ end
588
+ end
589
+
590
+ # 药品名称,包括通用名和商品名
591
+ class BiologicalProductInfoName < TencentCloud::Common::AbstractModel
592
+ # @param Text: 文本内容
425
593
  # 注意:此字段可能返回 null,表示取不到有效值。
426
- # @type FirstPage: Array
427
- # @param Indicator: 检验报告
594
+ # @type Text: String
595
+ # @param GenericName: 通用名
428
596
  # 注意:此字段可能返回 null,表示取不到有效值。
429
- # @type Indicator: Array
430
- # @param MedicalRecordInfo: 门诊病历信息
597
+ # @type GenericName: String
598
+ # @param BarndName: 品牌名
431
599
  # 注意:此字段可能返回 null,表示取不到有效值。
432
- # @type MedicalRecordInfo: Array
433
- # @param Hospitalization: 出入院信息
600
+ # @type BarndName: String
601
+ # @param EnName: 英文名
434
602
  # 注意:此字段可能返回 null,表示取不到有效值。
435
- # @type Hospitalization: Array
436
- # @param Surgery: 手术记录
603
+ # @type EnName: String
604
+ # @param Pinyin: 拼音
437
605
  # 注意:此字段可能返回 null,表示取不到有效值。
438
- # @type Surgery: Array
439
- # @param Prescription: 处方单
606
+ # @type Pinyin: String
607
+
608
+ attr_accessor :Text, :GenericName, :BarndName, :EnName, :Pinyin
609
+
610
+ def initialize(text=nil, genericname=nil, barndname=nil, enname=nil, pinyin=nil)
611
+ @Text = text
612
+ @GenericName = genericname
613
+ @BarndName = barndname
614
+ @EnName = enname
615
+ @Pinyin = pinyin
616
+ end
617
+
618
+ def deserialize(params)
619
+ @Text = params['Text']
620
+ @GenericName = params['GenericName']
621
+ @BarndName = params['BarndName']
622
+ @EnName = params['EnName']
623
+ @Pinyin = params['Pinyin']
624
+ end
625
+ end
626
+
627
+ # 包装信息
628
+ class BiologicalProductInfoPackaging < TencentCloud::Common::AbstractModel
629
+ # @param Text: 文本内容
440
630
  # 注意:此字段可能返回 null,表示取不到有效值。
441
- # @type Prescription: Array
442
- # @param VaccineCertificate: 免疫接种证明
631
+ # @type Text: String
632
+
633
+ attr_accessor :Text
634
+
635
+ def initialize(text=nil)
636
+ @Text = text
637
+ end
638
+
639
+ def deserialize(params)
640
+ @Text = params['Text']
641
+ end
642
+ end
643
+
644
+ # 注意事项
645
+ class BiologicalProductInfoPrecautions < TencentCloud::Common::AbstractModel
646
+ # @param Text: 文本内容
443
647
  # 注意:此字段可能返回 null,表示取不到有效值。
444
- # @type VaccineCertificate: Array
445
- # @param Electrocardiogram: 心电图
648
+ # @type Text: String
649
+
650
+ attr_accessor :Text
651
+
652
+ def initialize(text=nil)
653
+ @Text = text
654
+ end
655
+
656
+ def deserialize(params)
657
+ @Text = params['Text']
658
+ end
659
+ end
660
+
661
+ # 储存条件
662
+ class BiologicalProductInfoStorage < TencentCloud::Common::AbstractModel
663
+ # @param Text: 文本内容
664
+ # 注意:此字段可能返回 null,表示取不到有效值。
665
+ # @type Text: String
666
+
667
+ attr_accessor :Text
668
+
669
+ def initialize(text=nil)
670
+ @Text = text
671
+ end
672
+
673
+ def deserialize(params)
674
+ @Text = params['Text']
675
+ end
676
+ end
677
+
678
+ # 接种对象
679
+ class BiologicalProductInfoVaccinationTarget < TencentCloud::Common::AbstractModel
680
+ # @param Text: 文本内容
681
+ # 注意:此字段可能返回 null,表示取不到有效值。
682
+ # @type Text: String
683
+
684
+ attr_accessor :Text
685
+
686
+ def initialize(text=nil)
687
+ @Text = text
688
+ end
689
+
690
+ def deserialize(params)
691
+ @Text = params['Text']
692
+ end
693
+ end
694
+
695
+ # 有效期
696
+ class BiologicalProductInfoValidityPeriod < TencentCloud::Common::AbstractModel
697
+ # @param Text: 文本内容
698
+ # 注意:此字段可能返回 null,表示取不到有效值。
699
+ # @type Text: String
700
+
701
+ attr_accessor :Text
702
+
703
+ def initialize(text=nil)
704
+ @Text = text
705
+ end
706
+
707
+ def deserialize(params)
708
+ @Text = params['Text']
709
+ end
710
+ end
711
+
712
+ # 活检部位
713
+ class BiopsyPart < TencentCloud::Common::AbstractModel
714
+ # @param Value: 值
715
+ # 注意:此字段可能返回 null,表示取不到有效值。
716
+ # @type Value: String
717
+ # @param Src: 原文
718
+ # 注意:此字段可能返回 null,表示取不到有效值。
719
+ # @type Src: String
720
+ # @param Coords: 坐标
721
+ # 注意:此字段可能返回 null,表示取不到有效值。
722
+ # @type Coords: Array
723
+
724
+ attr_accessor :Value, :Src, :Coords
725
+
726
+ def initialize(value=nil, src=nil, coords=nil)
727
+ @Value = value
728
+ @Src = src
729
+ @Coords = coords
730
+ end
731
+
732
+ def deserialize(params)
733
+ @Value = params['Value']
734
+ @Src = params['Src']
735
+ unless params['Coords'].nil?
736
+ @Coords = []
737
+ params['Coords'].each do |i|
738
+ coord_tmp = Coord.new
739
+ coord_tmp.deserialize(i)
740
+ @Coords << coord_tmp
741
+ end
742
+ end
743
+ end
744
+ end
745
+
746
+ # 出生证明结构化信息
747
+ class BirthCert < TencentCloud::Common::AbstractModel
748
+ # @param NeonatalInfo: 新生儿信息
749
+ # 注意:此字段可能返回 null,表示取不到有效值。
750
+ # @type NeonatalInfo: :class:`Tencentcloud::Mrs.v20200910.models.NeonatalInfo`
751
+ # @param MotherInfo: 母亲信息
752
+ # 注意:此字段可能返回 null,表示取不到有效值。
753
+ # @type MotherInfo: :class:`Tencentcloud::Mrs.v20200910.models.ParentInfo`
754
+ # @param FatherInfo: 父亲信息
755
+ # 注意:此字段可能返回 null,表示取不到有效值。
756
+ # @type FatherInfo: :class:`Tencentcloud::Mrs.v20200910.models.ParentInfo`
757
+ # @param IssueInfo: 签发信息
758
+ # 注意:此字段可能返回 null,表示取不到有效值。
759
+ # @type IssueInfo: :class:`Tencentcloud::Mrs.v20200910.models.IssueInfo`
760
+
761
+ attr_accessor :NeonatalInfo, :MotherInfo, :FatherInfo, :IssueInfo
762
+
763
+ def initialize(neonatalinfo=nil, motherinfo=nil, fatherinfo=nil, issueinfo=nil)
764
+ @NeonatalInfo = neonatalinfo
765
+ @MotherInfo = motherinfo
766
+ @FatherInfo = fatherinfo
767
+ @IssueInfo = issueinfo
768
+ end
769
+
770
+ def deserialize(params)
771
+ unless params['NeonatalInfo'].nil?
772
+ @NeonatalInfo = NeonatalInfo.new
773
+ @NeonatalInfo.deserialize(params['NeonatalInfo'])
774
+ end
775
+ unless params['MotherInfo'].nil?
776
+ @MotherInfo = ParentInfo.new
777
+ @MotherInfo.deserialize(params['MotherInfo'])
778
+ end
779
+ unless params['FatherInfo'].nil?
780
+ @FatherInfo = ParentInfo.new
781
+ @FatherInfo.deserialize(params['FatherInfo'])
782
+ end
783
+ unless params['IssueInfo'].nil?
784
+ @IssueInfo = IssueInfo.new
785
+ @IssueInfo.deserialize(params['IssueInfo'])
786
+ end
787
+ end
788
+ end
789
+
790
+ # 出生地
791
+ class BirthPlaceBlock < TencentCloud::Common::AbstractModel
792
+ # @param Name: 名称
793
+ # 注意:此字段可能返回 null,表示取不到有效值。
794
+ # @type Name: String
795
+ # @param Src: 原文
796
+ # 注意:此字段可能返回 null,表示取不到有效值。
797
+ # @type Src: String
798
+ # @param Value: 对外输出值
799
+ # 注意:此字段可能返回 null,表示取不到有效值。
800
+ # @type Value: String
801
+
802
+ attr_accessor :Name, :Src, :Value
803
+
804
+ def initialize(name=nil, src=nil, value=nil)
805
+ @Name = name
806
+ @Src = src
807
+ @Value = value
808
+ end
809
+
810
+ def deserialize(params)
811
+ @Name = params['Name']
812
+ @Src = params['Src']
813
+ @Value = params['Value']
814
+ end
815
+ end
816
+
817
+ # 结构化信息
818
+ class Block < TencentCloud::Common::AbstractModel
819
+ # @param Check: 诊断信息
820
+ # 注意:此字段可能返回 null,表示取不到有效值。
821
+ # @type Check: Array
822
+ # @param Pathology: 病理报告
823
+ # 注意:此字段可能返回 null,表示取不到有效值。
824
+ # @type Pathology: Array
825
+ # @param MedDoc: 医学资料
826
+ # 注意:此字段可能返回 null,表示取不到有效值。
827
+ # @type MedDoc: Array
828
+ # @param DiagCert: 诊断证明
829
+ # 注意:此字段可能返回 null,表示取不到有效值。
830
+ # @type DiagCert: Array
831
+ # @param FirstPage: 病案首页
832
+ # 注意:此字段可能返回 null,表示取不到有效值。
833
+ # @type FirstPage: Array
834
+ # @param Indicator: 检验报告
835
+ # 注意:此字段可能返回 null,表示取不到有效值。
836
+ # @type Indicator: Array
837
+ # @param MedicalRecordInfo: 门诊病历信息
838
+ # 注意:此字段可能返回 null,表示取不到有效值。
839
+ # @type MedicalRecordInfo: Array
840
+ # @param Hospitalization: 出入院信息
841
+ # 注意:此字段可能返回 null,表示取不到有效值。
842
+ # @type Hospitalization: Array
843
+ # @param Surgery: 手术记录
844
+ # 注意:此字段可能返回 null,表示取不到有效值。
845
+ # @type Surgery: Array
846
+ # @param Prescription: 处方单
847
+ # 注意:此字段可能返回 null,表示取不到有效值。
848
+ # @type Prescription: Array
849
+ # @param VaccineCertificate: 免疫接种证明
850
+ # 注意:此字段可能返回 null,表示取不到有效值。
851
+ # @type VaccineCertificate: Array
852
+ # @param Electrocardiogram: 心电图
446
853
  # 注意:此字段可能返回 null,表示取不到有效值。
447
854
  # @type Electrocardiogram: Array
448
855
  # @param PathologyV2: 病理报告v2
@@ -816,245 +1223,902 @@ module TencentCloud
816
1223
  # @type Src: String
817
1224
  # @param Value: value
818
1225
  # 注意:此字段可能返回 null,表示取不到有效值。
819
- # @type Value: String
1226
+ # @type Value: String
1227
+
1228
+ attr_accessor :Name, :Src, :Value
1229
+
1230
+ def initialize(name=nil, src=nil, value=nil)
1231
+ @Name = name
1232
+ @Src = src
1233
+ @Value = value
1234
+ end
1235
+
1236
+ def deserialize(params)
1237
+ @Name = params['Name']
1238
+ @Src = params['Src']
1239
+ @Value = params['Value']
1240
+ end
1241
+ end
1242
+
1243
+ # 血压
1244
+ class BloodPressureBlock < TencentCloud::Common::AbstractModel
1245
+ # @param Name: 名称
1246
+ # 注意:此字段可能返回 null,表示取不到有效值。
1247
+ # @type Name: String
1248
+ # @param Src: 原文
1249
+ # 注意:此字段可能返回 null,表示取不到有效值。
1250
+ # @type Src: String
1251
+ # @param Norm: 归一化值
1252
+ # 注意:此字段可能返回 null,表示取不到有效值。
1253
+ # @type Norm: String
1254
+ # @param Unit: 单位
1255
+ # 注意:此字段可能返回 null,表示取不到有效值。
1256
+ # @type Unit: String
1257
+ # @param Value: 对外输出值
1258
+ # 注意:此字段可能返回 null,表示取不到有效值。
1259
+ # @type Value: String
1260
+ # @param NormDiastolic: 舒张压
1261
+ # 注意:此字段可能返回 null,表示取不到有效值。
1262
+ # @type NormDiastolic: String
1263
+ # @param NormSystolic: 收缩压
1264
+ # 注意:此字段可能返回 null,表示取不到有效值。
1265
+ # @type NormSystolic: String
1266
+
1267
+ attr_accessor :Name, :Src, :Norm, :Unit, :Value, :NormDiastolic, :NormSystolic
1268
+
1269
+ def initialize(name=nil, src=nil, norm=nil, unit=nil, value=nil, normdiastolic=nil, normsystolic=nil)
1270
+ @Name = name
1271
+ @Src = src
1272
+ @Norm = norm
1273
+ @Unit = unit
1274
+ @Value = value
1275
+ @NormDiastolic = normdiastolic
1276
+ @NormSystolic = normsystolic
1277
+ end
1278
+
1279
+ def deserialize(params)
1280
+ @Name = params['Name']
1281
+ @Src = params['Src']
1282
+ @Norm = params['Norm']
1283
+ @Unit = params['Unit']
1284
+ @Value = params['Value']
1285
+ @NormDiastolic = params['NormDiastolic']
1286
+ @NormSystolic = params['NormSystolic']
1287
+ end
1288
+ end
1289
+
1290
+ # 体检报告血压检测信息
1291
+ class BloodPressureItem < TencentCloud::Common::AbstractModel
1292
+ # @param Name: 类型
1293
+ # 注意:此字段可能返回 null,表示取不到有效值。
1294
+ # @type Name: String
1295
+ # @param Item: 项目原文
1296
+ # 注意:此字段可能返回 null,表示取不到有效值。
1297
+ # @type Item: :class:`Tencentcloud::Mrs.v20200910.models.PhysicalBaseItem`
1298
+ # @param Result: 数值
1299
+ # 注意:此字段可能返回 null,表示取不到有效值。
1300
+ # @type Result: :class:`Tencentcloud::Mrs.v20200910.models.PhysicalBaseItem`
1301
+ # @param Unit: 单位
1302
+ # 注意:此字段可能返回 null,表示取不到有效值。
1303
+ # @type Unit: :class:`Tencentcloud::Mrs.v20200910.models.PhysicalBaseItem`
1304
+ # @param Times: 第几次
1305
+ # 注意:此字段可能返回 null,表示取不到有效值。
1306
+ # @type Times: :class:`Tencentcloud::Mrs.v20200910.models.PhysicalBaseItem`
1307
+ # @param Location: 左右手臂
1308
+ # 注意:此字段可能返回 null,表示取不到有效值。
1309
+ # @type Location: :class:`Tencentcloud::Mrs.v20200910.models.PhysicalBaseItem`
1310
+
1311
+ attr_accessor :Name, :Item, :Result, :Unit, :Times, :Location
1312
+
1313
+ def initialize(name=nil, item=nil, result=nil, unit=nil, times=nil, location=nil)
1314
+ @Name = name
1315
+ @Item = item
1316
+ @Result = result
1317
+ @Unit = unit
1318
+ @Times = times
1319
+ @Location = location
1320
+ end
1321
+
1322
+ def deserialize(params)
1323
+ @Name = params['Name']
1324
+ unless params['Item'].nil?
1325
+ @Item = PhysicalBaseItem.new
1326
+ @Item.deserialize(params['Item'])
1327
+ end
1328
+ unless params['Result'].nil?
1329
+ @Result = PhysicalBaseItem.new
1330
+ @Result.deserialize(params['Result'])
1331
+ end
1332
+ unless params['Unit'].nil?
1333
+ @Unit = PhysicalBaseItem.new
1334
+ @Unit.deserialize(params['Unit'])
1335
+ end
1336
+ unless params['Times'].nil?
1337
+ @Times = PhysicalBaseItem.new
1338
+ @Times.deserialize(params['Times'])
1339
+ end
1340
+ unless params['Location'].nil?
1341
+ @Location = PhysicalBaseItem.new
1342
+ @Location.deserialize(params['Location'])
1343
+ end
1344
+ end
1345
+ end
1346
+
1347
+ # 查体
1348
+ class BodyExaminationBlock < TencentCloud::Common::AbstractModel
1349
+ # @param BodyTemperature: 体温
1350
+ # 注意:此字段可能返回 null,表示取不到有效值。
1351
+ # @type BodyTemperature: :class:`Tencentcloud::Mrs.v20200910.models.BodyTemperatureBlock`
1352
+ # @param Pulse: 脉搏
1353
+ # 注意:此字段可能返回 null,表示取不到有效值。
1354
+ # @type Pulse: :class:`Tencentcloud::Mrs.v20200910.models.BodyTemperatureBlock`
1355
+ # @param Breathe: 呼吸
1356
+ # 注意:此字段可能返回 null,表示取不到有效值。
1357
+ # @type Breathe: :class:`Tencentcloud::Mrs.v20200910.models.BodyTemperatureBlock`
1358
+ # @param BloodPressure: 血压
1359
+ # 注意:此字段可能返回 null,表示取不到有效值。
1360
+ # @type BloodPressure: :class:`Tencentcloud::Mrs.v20200910.models.BloodPressureBlock`
1361
+
1362
+ attr_accessor :BodyTemperature, :Pulse, :Breathe, :BloodPressure
1363
+
1364
+ def initialize(bodytemperature=nil, pulse=nil, breathe=nil, bloodpressure=nil)
1365
+ @BodyTemperature = bodytemperature
1366
+ @Pulse = pulse
1367
+ @Breathe = breathe
1368
+ @BloodPressure = bloodpressure
1369
+ end
1370
+
1371
+ def deserialize(params)
1372
+ unless params['BodyTemperature'].nil?
1373
+ @BodyTemperature = BodyTemperatureBlock.new
1374
+ @BodyTemperature.deserialize(params['BodyTemperature'])
1375
+ end
1376
+ unless params['Pulse'].nil?
1377
+ @Pulse = BodyTemperatureBlock.new
1378
+ @Pulse.deserialize(params['Pulse'])
1379
+ end
1380
+ unless params['Breathe'].nil?
1381
+ @Breathe = BodyTemperatureBlock.new
1382
+ @Breathe.deserialize(params['Breathe'])
1383
+ end
1384
+ unless params['BloodPressure'].nil?
1385
+ @BloodPressure = BloodPressureBlock.new
1386
+ @BloodPressure.deserialize(params['BloodPressure'])
1387
+ end
1388
+ end
1389
+ end
1390
+
1391
+ # 体温名称
1392
+ class BodyTemperatureBlock < TencentCloud::Common::AbstractModel
1393
+ # @param Name: 名称
1394
+ # 注意:此字段可能返回 null,表示取不到有效值。
1395
+ # @type Name: String
1396
+ # @param Src: 原文
1397
+ # 注意:此字段可能返回 null,表示取不到有效值。
1398
+ # @type Src: String
1399
+ # @param Norm: 归一化值
1400
+ # 注意:此字段可能返回 null,表示取不到有效值。
1401
+ # @type Norm: String
1402
+ # @param Unit: 单位
1403
+ # 注意:此字段可能返回 null,表示取不到有效值。
1404
+ # @type Unit: String
1405
+ # @param Value: 对外输出值
1406
+ # 注意:此字段可能返回 null,表示取不到有效值。
1407
+ # @type Value: String
1408
+
1409
+ attr_accessor :Name, :Src, :Norm, :Unit, :Value
1410
+
1411
+ def initialize(name=nil, src=nil, norm=nil, unit=nil, value=nil)
1412
+ @Name = name
1413
+ @Src = src
1414
+ @Norm = norm
1415
+ @Unit = unit
1416
+ @Value = value
1417
+ end
1418
+
1419
+ def deserialize(params)
1420
+ @Name = params['Name']
1421
+ @Src = params['Src']
1422
+ @Norm = params['Norm']
1423
+ @Unit = params['Unit']
1424
+ @Value = params['Value']
1425
+ end
1426
+ end
1427
+
1428
+ # 检查报告单
1429
+ class Check < TencentCloud::Common::AbstractModel
1430
+ # @param Desc: 描述
1431
+ # 注意:此字段可能返回 null,表示取不到有效值。
1432
+ # @type Desc: :class:`Tencentcloud::Mrs.v20200910.models.Desc`
1433
+ # @param Summary: 结论
1434
+ # 注意:此字段可能返回 null,表示取不到有效值。
1435
+ # @type Summary: :class:`Tencentcloud::Mrs.v20200910.models.Summary`
1436
+ # @param BlockTitle: 检查报告块标题
1437
+ # 注意:此字段可能返回 null,表示取不到有效值。
1438
+ # @type BlockTitle: Array
1439
+
1440
+ attr_accessor :Desc, :Summary, :BlockTitle
1441
+
1442
+ def initialize(desc=nil, summary=nil, blocktitle=nil)
1443
+ @Desc = desc
1444
+ @Summary = summary
1445
+ @BlockTitle = blocktitle
1446
+ end
1447
+
1448
+ def deserialize(params)
1449
+ unless params['Desc'].nil?
1450
+ @Desc = Desc.new
1451
+ @Desc.deserialize(params['Desc'])
1452
+ end
1453
+ unless params['Summary'].nil?
1454
+ @Summary = Summary.new
1455
+ @Summary.deserialize(params['Summary'])
1456
+ end
1457
+ unless params['BlockTitle'].nil?
1458
+ @BlockTitle = []
1459
+ params['BlockTitle'].each do |i|
1460
+ blocktitle_tmp = BlockTitle.new
1461
+ blocktitle_tmp.deserialize(i)
1462
+ @BlockTitle << blocktitle_tmp
1463
+ end
1464
+ end
1465
+ end
1466
+ end
1467
+
1468
+ # 药品说明书消息定义
1469
+ class ChemicalProductInfo < TencentCloud::Common::AbstractModel
1470
+ # @param Name: 药品名称,包括通用名和商品名
1471
+ # 注意:此字段可能返回 null,表示取不到有效值。
1472
+ # @type Name: :class:`Tencentcloud::Mrs.v20200910.models.ChemicalProductInfoName`
1473
+ # @param ActiveIngredient: 活性成份消息定义,如果是复方制剂,可以不列出每个活性成份的详细信息
1474
+ # 注意:此字段可能返回 null,表示取不到有效值。
1475
+ # @type ActiveIngredient: :class:`Tencentcloud::Mrs.v20200910.models.ChemicalProductInfoActiveIngredient`
1476
+ # @param Appearance: 性状
1477
+ # 注意:此字段可能返回 null,表示取不到有效值。
1478
+ # @type Appearance: :class:`Tencentcloud::Mrs.v20200910.models.ChemicalProductInfoAppearance`
1479
+ # @param Indications: 适应症描述
1480
+ # 注意:此字段可能返回 null,表示取不到有效值。
1481
+ # @type Indications: :class:`Tencentcloud::Mrs.v20200910.models.ChemicalProductInfoIndications`
1482
+ # @param Brochure: 规格
1483
+ # 注意:此字段可能返回 null,表示取不到有效值。
1484
+ # @type Brochure: :class:`Tencentcloud::Mrs.v20200910.models.ChemicalProductInfoBrochure`
1485
+ # @param Dosage: 用法用量
1486
+ # 注意:此字段可能返回 null,表示取不到有效值。
1487
+ # @type Dosage: :class:`Tencentcloud::Mrs.v20200910.models.ChemicalProductInfoDosage`
1488
+ # @param AdverseReaction: 不良反应
1489
+ # 注意:此字段可能返回 null,表示取不到有效值。
1490
+ # @type AdverseReaction: :class:`Tencentcloud::Mrs.v20200910.models.ChemicalProductInfoAdverseReaction`
1491
+ # @param Contraindications: 禁忌情况
1492
+ # 注意:此字段可能返回 null,表示取不到有效值。
1493
+ # @type Contraindications: :class:`Tencentcloud::Mrs.v20200910.models.ChemicalProductInfoContraindications`
1494
+ # @param Precautions: 注意事项
1495
+ # 注意:此字段可能返回 null,表示取不到有效值。
1496
+ # @type Precautions: :class:`Tencentcloud::Mrs.v20200910.models.ChemicalProductInfoPrecautions`
1497
+ # @param PregnancyLactationUse: 孕妇及哺乳期妇女用药
1498
+ # 注意:此字段可能返回 null,表示取不到有效值。
1499
+ # @type PregnancyLactationUse: :class:`Tencentcloud::Mrs.v20200910.models.ChemicalProductInfoPregnancyLactationUse`
1500
+ # @param PediatricUse: 儿童用药
1501
+ # 注意:此字段可能返回 null,表示取不到有效值。
1502
+ # @type PediatricUse: :class:`Tencentcloud::Mrs.v20200910.models.ChemicalProductInfoPediatricUse`
1503
+ # @param GeriatricUse: 老年用药
1504
+ # 注意:此字段可能返回 null,表示取不到有效值。
1505
+ # @type GeriatricUse: :class:`Tencentcloud::Mrs.v20200910.models.ChemicalProductInfoGeriatricUse`
1506
+ # @param Interactions: 药品的药物相互作用
1507
+ # 注意:此字段可能返回 null,表示取不到有效值。
1508
+ # @type Interactions: :class:`Tencentcloud::Mrs.v20200910.models.ChemicalProductInfoInteractions`
1509
+ # @param Overdose: 药物过量
1510
+ # 注意:此字段可能返回 null,表示取不到有效值。
1511
+ # @type Overdose: :class:`Tencentcloud::Mrs.v20200910.models.ChemicalProductInfoOverdose`
1512
+ # @param ClinicalTrial: 临床试验
1513
+ # 注意:此字段可能返回 null,表示取不到有效值。
1514
+ # @type ClinicalTrial: :class:`Tencentcloud::Mrs.v20200910.models.ChemicalProductInfoClinicalTrial`
1515
+ # @param PharmacologyToxicology: 药理毒理
1516
+ # 注意:此字段可能返回 null,表示取不到有效值。
1517
+ # @type PharmacologyToxicology: :class:`Tencentcloud::Mrs.v20200910.models.ChemicalProductInfoPharmacologyToxicology`
1518
+ # @param Pharmacokinetics: 药代动力学
1519
+ # 注意:此字段可能返回 null,表示取不到有效值。
1520
+ # @type Pharmacokinetics: :class:`Tencentcloud::Mrs.v20200910.models.ChemicalProductInfoPharmacokinetics`
1521
+ # @param Storage: 储存条件
1522
+ # 注意:此字段可能返回 null,表示取不到有效值。
1523
+ # @type Storage: :class:`Tencentcloud::Mrs.v20200910.models.ChemicalProductInfoStorage`
1524
+ # @param Packaging: 包装信息
1525
+ # 注意:此字段可能返回 null,表示取不到有效值。
1526
+ # @type Packaging: :class:`Tencentcloud::Mrs.v20200910.models.ChemicalProductInfoPackaging`
1527
+ # @param ValidityPeriod: 有效期
1528
+ # 注意:此字段可能返回 null,表示取不到有效值。
1529
+ # @type ValidityPeriod: :class:`Tencentcloud::Mrs.v20200910.models.ChemicalProductInfoValidityPeriod`
1530
+ # @param ExecutiveStandards: 执行标准
1531
+ # 注意:此字段可能返回 null,表示取不到有效值。
1532
+ # @type ExecutiveStandards: :class:`Tencentcloud::Mrs.v20200910.models.ChemicalProductInfoExecutiveStandards`
1533
+ # @param Approval: 批准文号
1534
+ # 注意:此字段可能返回 null,表示取不到有效值。
1535
+ # @type Approval: :class:`Tencentcloud::Mrs.v20200910.models.ChemicalProductInfoApproval`
1536
+ # @param Manufacturer: 生产企业名称和地址
1537
+ # 注意:此字段可能返回 null,表示取不到有效值。
1538
+ # @type Manufacturer: :class:`Tencentcloud::Mrs.v20200910.models.ChemicalProductInfoManufacturer`
1539
+
1540
+ attr_accessor :Name, :ActiveIngredient, :Appearance, :Indications, :Brochure, :Dosage, :AdverseReaction, :Contraindications, :Precautions, :PregnancyLactationUse, :PediatricUse, :GeriatricUse, :Interactions, :Overdose, :ClinicalTrial, :PharmacologyToxicology, :Pharmacokinetics, :Storage, :Packaging, :ValidityPeriod, :ExecutiveStandards, :Approval, :Manufacturer
1541
+
1542
+ def initialize(name=nil, activeingredient=nil, appearance=nil, indications=nil, brochure=nil, dosage=nil, adversereaction=nil, contraindications=nil, precautions=nil, pregnancylactationuse=nil, pediatricuse=nil, geriatricuse=nil, interactions=nil, overdose=nil, clinicaltrial=nil, pharmacologytoxicology=nil, pharmacokinetics=nil, storage=nil, packaging=nil, validityperiod=nil, executivestandards=nil, approval=nil, manufacturer=nil)
1543
+ @Name = name
1544
+ @ActiveIngredient = activeingredient
1545
+ @Appearance = appearance
1546
+ @Indications = indications
1547
+ @Brochure = brochure
1548
+ @Dosage = dosage
1549
+ @AdverseReaction = adversereaction
1550
+ @Contraindications = contraindications
1551
+ @Precautions = precautions
1552
+ @PregnancyLactationUse = pregnancylactationuse
1553
+ @PediatricUse = pediatricuse
1554
+ @GeriatricUse = geriatricuse
1555
+ @Interactions = interactions
1556
+ @Overdose = overdose
1557
+ @ClinicalTrial = clinicaltrial
1558
+ @PharmacologyToxicology = pharmacologytoxicology
1559
+ @Pharmacokinetics = pharmacokinetics
1560
+ @Storage = storage
1561
+ @Packaging = packaging
1562
+ @ValidityPeriod = validityperiod
1563
+ @ExecutiveStandards = executivestandards
1564
+ @Approval = approval
1565
+ @Manufacturer = manufacturer
1566
+ end
1567
+
1568
+ def deserialize(params)
1569
+ unless params['Name'].nil?
1570
+ @Name = ChemicalProductInfoName.new
1571
+ @Name.deserialize(params['Name'])
1572
+ end
1573
+ unless params['ActiveIngredient'].nil?
1574
+ @ActiveIngredient = ChemicalProductInfoActiveIngredient.new
1575
+ @ActiveIngredient.deserialize(params['ActiveIngredient'])
1576
+ end
1577
+ unless params['Appearance'].nil?
1578
+ @Appearance = ChemicalProductInfoAppearance.new
1579
+ @Appearance.deserialize(params['Appearance'])
1580
+ end
1581
+ unless params['Indications'].nil?
1582
+ @Indications = ChemicalProductInfoIndications.new
1583
+ @Indications.deserialize(params['Indications'])
1584
+ end
1585
+ unless params['Brochure'].nil?
1586
+ @Brochure = ChemicalProductInfoBrochure.new
1587
+ @Brochure.deserialize(params['Brochure'])
1588
+ end
1589
+ unless params['Dosage'].nil?
1590
+ @Dosage = ChemicalProductInfoDosage.new
1591
+ @Dosage.deserialize(params['Dosage'])
1592
+ end
1593
+ unless params['AdverseReaction'].nil?
1594
+ @AdverseReaction = ChemicalProductInfoAdverseReaction.new
1595
+ @AdverseReaction.deserialize(params['AdverseReaction'])
1596
+ end
1597
+ unless params['Contraindications'].nil?
1598
+ @Contraindications = ChemicalProductInfoContraindications.new
1599
+ @Contraindications.deserialize(params['Contraindications'])
1600
+ end
1601
+ unless params['Precautions'].nil?
1602
+ @Precautions = ChemicalProductInfoPrecautions.new
1603
+ @Precautions.deserialize(params['Precautions'])
1604
+ end
1605
+ unless params['PregnancyLactationUse'].nil?
1606
+ @PregnancyLactationUse = ChemicalProductInfoPregnancyLactationUse.new
1607
+ @PregnancyLactationUse.deserialize(params['PregnancyLactationUse'])
1608
+ end
1609
+ unless params['PediatricUse'].nil?
1610
+ @PediatricUse = ChemicalProductInfoPediatricUse.new
1611
+ @PediatricUse.deserialize(params['PediatricUse'])
1612
+ end
1613
+ unless params['GeriatricUse'].nil?
1614
+ @GeriatricUse = ChemicalProductInfoGeriatricUse.new
1615
+ @GeriatricUse.deserialize(params['GeriatricUse'])
1616
+ end
1617
+ unless params['Interactions'].nil?
1618
+ @Interactions = ChemicalProductInfoInteractions.new
1619
+ @Interactions.deserialize(params['Interactions'])
1620
+ end
1621
+ unless params['Overdose'].nil?
1622
+ @Overdose = ChemicalProductInfoOverdose.new
1623
+ @Overdose.deserialize(params['Overdose'])
1624
+ end
1625
+ unless params['ClinicalTrial'].nil?
1626
+ @ClinicalTrial = ChemicalProductInfoClinicalTrial.new
1627
+ @ClinicalTrial.deserialize(params['ClinicalTrial'])
1628
+ end
1629
+ unless params['PharmacologyToxicology'].nil?
1630
+ @PharmacologyToxicology = ChemicalProductInfoPharmacologyToxicology.new
1631
+ @PharmacologyToxicology.deserialize(params['PharmacologyToxicology'])
1632
+ end
1633
+ unless params['Pharmacokinetics'].nil?
1634
+ @Pharmacokinetics = ChemicalProductInfoPharmacokinetics.new
1635
+ @Pharmacokinetics.deserialize(params['Pharmacokinetics'])
1636
+ end
1637
+ unless params['Storage'].nil?
1638
+ @Storage = ChemicalProductInfoStorage.new
1639
+ @Storage.deserialize(params['Storage'])
1640
+ end
1641
+ unless params['Packaging'].nil?
1642
+ @Packaging = ChemicalProductInfoPackaging.new
1643
+ @Packaging.deserialize(params['Packaging'])
1644
+ end
1645
+ unless params['ValidityPeriod'].nil?
1646
+ @ValidityPeriod = ChemicalProductInfoValidityPeriod.new
1647
+ @ValidityPeriod.deserialize(params['ValidityPeriod'])
1648
+ end
1649
+ unless params['ExecutiveStandards'].nil?
1650
+ @ExecutiveStandards = ChemicalProductInfoExecutiveStandards.new
1651
+ @ExecutiveStandards.deserialize(params['ExecutiveStandards'])
1652
+ end
1653
+ unless params['Approval'].nil?
1654
+ @Approval = ChemicalProductInfoApproval.new
1655
+ @Approval.deserialize(params['Approval'])
1656
+ end
1657
+ unless params['Manufacturer'].nil?
1658
+ @Manufacturer = ChemicalProductInfoManufacturer.new
1659
+ @Manufacturer.deserialize(params['Manufacturer'])
1660
+ end
1661
+ end
1662
+ end
1663
+
1664
+ # 活性成份消息定义,如果是复方制剂,可以不列出每个活性成份的详细信息
1665
+ class ChemicalProductInfoActiveIngredient < TencentCloud::Common::AbstractModel
1666
+ # @param Text: 文本内容
1667
+ # 注意:此字段可能返回 null,表示取不到有效值。
1668
+ # @type Text: String
1669
+ # @param ChemicalName: 活性成份的化学名称
1670
+ # 注意:此字段可能返回 null,表示取不到有效值。
1671
+ # @type ChemicalName: String
1672
+ # @param ChemicalFormula: 活性成份的化学结构式
1673
+ # 注意:此字段可能返回 null,表示取不到有效值。
1674
+ # @type ChemicalFormula: String
1675
+ # @param MolecularFormula: 活性成份的分子式
1676
+ # 注意:此字段可能返回 null,表示取不到有效值。
1677
+ # @type MolecularFormula: String
1678
+ # @param MolecularWeight: 活性成份的分子量
1679
+ # 注意:此字段可能返回 null,表示取不到有效值。
1680
+ # @type MolecularWeight: String
1681
+
1682
+ attr_accessor :Text, :ChemicalName, :ChemicalFormula, :MolecularFormula, :MolecularWeight
1683
+
1684
+ def initialize(text=nil, chemicalname=nil, chemicalformula=nil, molecularformula=nil, molecularweight=nil)
1685
+ @Text = text
1686
+ @ChemicalName = chemicalname
1687
+ @ChemicalFormula = chemicalformula
1688
+ @MolecularFormula = molecularformula
1689
+ @MolecularWeight = molecularweight
1690
+ end
1691
+
1692
+ def deserialize(params)
1693
+ @Text = params['Text']
1694
+ @ChemicalName = params['ChemicalName']
1695
+ @ChemicalFormula = params['ChemicalFormula']
1696
+ @MolecularFormula = params['MolecularFormula']
1697
+ @MolecularWeight = params['MolecularWeight']
1698
+ end
1699
+ end
1700
+
1701
+ # 不良反应
1702
+ class ChemicalProductInfoAdverseReaction < TencentCloud::Common::AbstractModel
1703
+ # @param Text: 文本
1704
+ # 注意:此字段可能返回 null,表示取不到有效值。
1705
+ # @type Text: String
1706
+
1707
+ attr_accessor :Text
1708
+
1709
+ def initialize(text=nil)
1710
+ @Text = text
1711
+ end
1712
+
1713
+ def deserialize(params)
1714
+ @Text = params['Text']
1715
+ end
1716
+ end
1717
+
1718
+ # 性状
1719
+ class ChemicalProductInfoAppearance < TencentCloud::Common::AbstractModel
1720
+ # @param Text: 文本
1721
+ # 注意:此字段可能返回 null,表示取不到有效值。
1722
+ # @type Text: String
1723
+
1724
+ attr_accessor :Text
1725
+
1726
+ def initialize(text=nil)
1727
+ @Text = text
1728
+ end
1729
+
1730
+ def deserialize(params)
1731
+ @Text = params['Text']
1732
+ end
1733
+ end
1734
+
1735
+ # 批准文号
1736
+ class ChemicalProductInfoApproval < TencentCloud::Common::AbstractModel
1737
+ # @param Text: 文本
1738
+ # 注意:此字段可能返回 null,表示取不到有效值。
1739
+ # @type Text: String
1740
+
1741
+ attr_accessor :Text
1742
+
1743
+ def initialize(text=nil)
1744
+ @Text = text
1745
+ end
1746
+
1747
+ def deserialize(params)
1748
+ @Text = params['Text']
1749
+ end
1750
+ end
1751
+
1752
+ # 规格
1753
+ class ChemicalProductInfoBrochure < TencentCloud::Common::AbstractModel
1754
+ # @param Text: 文本
1755
+ # 注意:此字段可能返回 null,表示取不到有效值。
1756
+ # @type Text: String
1757
+
1758
+ attr_accessor :Text
1759
+
1760
+ def initialize(text=nil)
1761
+ @Text = text
1762
+ end
1763
+
1764
+ def deserialize(params)
1765
+ @Text = params['Text']
1766
+ end
1767
+ end
1768
+
1769
+ # 临床试验
1770
+ class ChemicalProductInfoClinicalTrial < TencentCloud::Common::AbstractModel
1771
+ # @param Text: 文本
1772
+ # 注意:此字段可能返回 null,表示取不到有效值。
1773
+ # @type Text: String
1774
+
1775
+ attr_accessor :Text
1776
+
1777
+ def initialize(text=nil)
1778
+ @Text = text
1779
+ end
1780
+
1781
+ def deserialize(params)
1782
+ @Text = params['Text']
1783
+ end
1784
+ end
1785
+
1786
+ # 禁忌情况
1787
+ class ChemicalProductInfoContraindications < TencentCloud::Common::AbstractModel
1788
+ # @param Text: 文本
1789
+ # 注意:此字段可能返回 null,表示取不到有效值。
1790
+ # @type Text: String
1791
+
1792
+ attr_accessor :Text
1793
+
1794
+ def initialize(text=nil)
1795
+ @Text = text
1796
+ end
1797
+
1798
+ def deserialize(params)
1799
+ @Text = params['Text']
1800
+ end
1801
+ end
1802
+
1803
+ # 用法用量
1804
+ class ChemicalProductInfoDosage < TencentCloud::Common::AbstractModel
1805
+ # @param Text: 文本
1806
+ # 注意:此字段可能返回 null,表示取不到有效值。
1807
+ # @type Text: String
1808
+
1809
+ attr_accessor :Text
1810
+
1811
+ def initialize(text=nil)
1812
+ @Text = text
1813
+ end
1814
+
1815
+ def deserialize(params)
1816
+ @Text = params['Text']
1817
+ end
1818
+ end
1819
+
1820
+ # 执行标准
1821
+ class ChemicalProductInfoExecutiveStandards < TencentCloud::Common::AbstractModel
1822
+ # @param Text: 文本
1823
+ # 注意:此字段可能返回 null,表示取不到有效值。
1824
+ # @type Text: String
1825
+
1826
+ attr_accessor :Text
1827
+
1828
+ def initialize(text=nil)
1829
+ @Text = text
1830
+ end
1831
+
1832
+ def deserialize(params)
1833
+ @Text = params['Text']
1834
+ end
1835
+ end
1836
+
1837
+ # 老年用药
1838
+ class ChemicalProductInfoGeriatricUse < TencentCloud::Common::AbstractModel
1839
+ # @param Text: 文本
1840
+ # 注意:此字段可能返回 null,表示取不到有效值。
1841
+ # @type Text: String
1842
+
1843
+ attr_accessor :Text
1844
+
1845
+ def initialize(text=nil)
1846
+ @Text = text
1847
+ end
1848
+
1849
+ def deserialize(params)
1850
+ @Text = params['Text']
1851
+ end
1852
+ end
1853
+
1854
+ # 适应症描述
1855
+ class ChemicalProductInfoIndications < TencentCloud::Common::AbstractModel
1856
+ # @param Text: 文本
1857
+ # 注意:此字段可能返回 null,表示取不到有效值。
1858
+ # @type Text: String
1859
+
1860
+ attr_accessor :Text
1861
+
1862
+ def initialize(text=nil)
1863
+ @Text = text
1864
+ end
1865
+
1866
+ def deserialize(params)
1867
+ @Text = params['Text']
1868
+ end
1869
+ end
1870
+
1871
+ # 药品的药物相互作用
1872
+ class ChemicalProductInfoInteractions < TencentCloud::Common::AbstractModel
1873
+ # @param Text: 文本
1874
+ # 注意:此字段可能返回 null,表示取不到有效值。
1875
+ # @type Text: String
1876
+
1877
+ attr_accessor :Text
1878
+
1879
+ def initialize(text=nil)
1880
+ @Text = text
1881
+ end
1882
+
1883
+ def deserialize(params)
1884
+ @Text = params['Text']
1885
+ end
1886
+ end
1887
+
1888
+ # 生产企业名称和地址
1889
+ class ChemicalProductInfoManufacturer < TencentCloud::Common::AbstractModel
1890
+ # @param Text: 文本
1891
+ # 注意:此字段可能返回 null,表示取不到有效值。
1892
+ # @type Text: String
1893
+ # @param Name: 企业名称
1894
+ # 注意:此字段可能返回 null,表示取不到有效值。
1895
+ # @type Name: String
1896
+ # @param Address: 生产地址
1897
+ # 注意:此字段可能返回 null,表示取不到有效值。
1898
+ # @type Address: String
1899
+ # @param PostalCode: 邮政编码
1900
+ # 注意:此字段可能返回 null,表示取不到有效值。
1901
+ # @type PostalCode: String
1902
+ # @param Phone: 电话,包含区号
1903
+ # 注意:此字段可能返回 null,表示取不到有效值。
1904
+ # @type Phone: String
1905
+ # @param Fax: 传真,包含区号
1906
+ # 注意:此字段可能返回 null,表示取不到有效值。
1907
+ # @type Fax: String
1908
+ # @param Website: 网址,如无则不填写
1909
+ # 注意:此字段可能返回 null,表示取不到有效值。
1910
+ # @type Website: String
1911
+
1912
+ attr_accessor :Text, :Name, :Address, :PostalCode, :Phone, :Fax, :Website
1913
+
1914
+ def initialize(text=nil, name=nil, address=nil, postalcode=nil, phone=nil, fax=nil, website=nil)
1915
+ @Text = text
1916
+ @Name = name
1917
+ @Address = address
1918
+ @PostalCode = postalcode
1919
+ @Phone = phone
1920
+ @Fax = fax
1921
+ @Website = website
1922
+ end
1923
+
1924
+ def deserialize(params)
1925
+ @Text = params['Text']
1926
+ @Name = params['Name']
1927
+ @Address = params['Address']
1928
+ @PostalCode = params['PostalCode']
1929
+ @Phone = params['Phone']
1930
+ @Fax = params['Fax']
1931
+ @Website = params['Website']
1932
+ end
1933
+ end
1934
+
1935
+ # 药品名称,包括通用名和商品名
1936
+ class ChemicalProductInfoName < TencentCloud::Common::AbstractModel
1937
+ # @param Text: 文本内容
1938
+ # 注意:此字段可能返回 null,表示取不到有效值。
1939
+ # @type Text: String
1940
+ # @param GenericName: 通用名
1941
+ # 注意:此字段可能返回 null,表示取不到有效值。
1942
+ # @type GenericName: String
1943
+ # @param BarndName: 品牌名
1944
+ # 注意:此字段可能返回 null,表示取不到有效值。
1945
+ # @type BarndName: String
1946
+ # @param EnName: 英文名
1947
+ # 注意:此字段可能返回 null,表示取不到有效值。
1948
+ # @type EnName: String
1949
+ # @param Pinyin: 拼音
1950
+ # 注意:此字段可能返回 null,表示取不到有效值。
1951
+ # @type Pinyin: String
1952
+
1953
+ attr_accessor :Text, :GenericName, :BarndName, :EnName, :Pinyin
1954
+
1955
+ def initialize(text=nil, genericname=nil, barndname=nil, enname=nil, pinyin=nil)
1956
+ @Text = text
1957
+ @GenericName = genericname
1958
+ @BarndName = barndname
1959
+ @EnName = enname
1960
+ @Pinyin = pinyin
1961
+ end
1962
+
1963
+ def deserialize(params)
1964
+ @Text = params['Text']
1965
+ @GenericName = params['GenericName']
1966
+ @BarndName = params['BarndName']
1967
+ @EnName = params['EnName']
1968
+ @Pinyin = params['Pinyin']
1969
+ end
1970
+ end
1971
+
1972
+ # 药物过量
1973
+ class ChemicalProductInfoOverdose < TencentCloud::Common::AbstractModel
1974
+ # @param Text: 文本
1975
+ # 注意:此字段可能返回 null,表示取不到有效值。
1976
+ # @type Text: String
1977
+
1978
+ attr_accessor :Text
1979
+
1980
+ def initialize(text=nil)
1981
+ @Text = text
1982
+ end
1983
+
1984
+ def deserialize(params)
1985
+ @Text = params['Text']
1986
+ end
1987
+ end
1988
+
1989
+ # 包装信息
1990
+ class ChemicalProductInfoPackaging < TencentCloud::Common::AbstractModel
1991
+ # @param Text: 文本
1992
+ # 注意:此字段可能返回 null,表示取不到有效值。
1993
+ # @type Text: String
1994
+
1995
+ attr_accessor :Text
1996
+
1997
+ def initialize(text=nil)
1998
+ @Text = text
1999
+ end
2000
+
2001
+ def deserialize(params)
2002
+ @Text = params['Text']
2003
+ end
2004
+ end
2005
+
2006
+ # 儿童用药
2007
+ class ChemicalProductInfoPediatricUse < TencentCloud::Common::AbstractModel
2008
+ # @param Text: 文本
2009
+ # 注意:此字段可能返回 null,表示取不到有效值。
2010
+ # @type Text: String
2011
+
2012
+ attr_accessor :Text
2013
+
2014
+ def initialize(text=nil)
2015
+ @Text = text
2016
+ end
2017
+
2018
+ def deserialize(params)
2019
+ @Text = params['Text']
2020
+ end
2021
+ end
2022
+
2023
+ # 药代动力学
2024
+ class ChemicalProductInfoPharmacokinetics < TencentCloud::Common::AbstractModel
2025
+ # @param Text: 文本
2026
+ # 注意:此字段可能返回 null,表示取不到有效值。
2027
+ # @type Text: String
820
2028
 
821
- attr_accessor :Name, :Src, :Value
2029
+ attr_accessor :Text
822
2030
 
823
- def initialize(name=nil, src=nil, value=nil)
824
- @Name = name
825
- @Src = src
826
- @Value = value
2031
+ def initialize(text=nil)
2032
+ @Text = text
827
2033
  end
828
2034
 
829
2035
  def deserialize(params)
830
- @Name = params['Name']
831
- @Src = params['Src']
832
- @Value = params['Value']
2036
+ @Text = params['Text']
833
2037
  end
834
2038
  end
835
2039
 
836
- # 血压
837
- class BloodPressureBlock < TencentCloud::Common::AbstractModel
838
- # @param Name: 名称
839
- # 注意:此字段可能返回 null,表示取不到有效值。
840
- # @type Name: String
841
- # @param Src: 原文
842
- # 注意:此字段可能返回 null,表示取不到有效值。
843
- # @type Src: String
844
- # @param Norm: 归一化值
845
- # 注意:此字段可能返回 null,表示取不到有效值。
846
- # @type Norm: String
847
- # @param Unit: 单位
848
- # 注意:此字段可能返回 null,表示取不到有效值。
849
- # @type Unit: String
850
- # @param Value: 对外输出值
851
- # 注意:此字段可能返回 null,表示取不到有效值。
852
- # @type Value: String
853
- # @param NormDiastolic: 舒张压
854
- # 注意:此字段可能返回 null,表示取不到有效值。
855
- # @type NormDiastolic: String
856
- # @param NormSystolic: 收缩压
2040
+ # 药理毒理
2041
+ class ChemicalProductInfoPharmacologyToxicology < TencentCloud::Common::AbstractModel
2042
+ # @param Text: 文本
857
2043
  # 注意:此字段可能返回 null,表示取不到有效值。
858
- # @type NormSystolic: String
2044
+ # @type Text: String
859
2045
 
860
- attr_accessor :Name, :Src, :Norm, :Unit, :Value, :NormDiastolic, :NormSystolic
2046
+ attr_accessor :Text
861
2047
 
862
- def initialize(name=nil, src=nil, norm=nil, unit=nil, value=nil, normdiastolic=nil, normsystolic=nil)
863
- @Name = name
864
- @Src = src
865
- @Norm = norm
866
- @Unit = unit
867
- @Value = value
868
- @NormDiastolic = normdiastolic
869
- @NormSystolic = normsystolic
2048
+ def initialize(text=nil)
2049
+ @Text = text
870
2050
  end
871
2051
 
872
2052
  def deserialize(params)
873
- @Name = params['Name']
874
- @Src = params['Src']
875
- @Norm = params['Norm']
876
- @Unit = params['Unit']
877
- @Value = params['Value']
878
- @NormDiastolic = params['NormDiastolic']
879
- @NormSystolic = params['NormSystolic']
2053
+ @Text = params['Text']
880
2054
  end
881
2055
  end
882
2056
 
883
- # 体检报告血压检测信息
884
- class BloodPressureItem < TencentCloud::Common::AbstractModel
885
- # @param Name: 类型
886
- # 注意:此字段可能返回 null,表示取不到有效值。
887
- # @type Name: String
888
- # @param Item: 项目原文
889
- # 注意:此字段可能返回 null,表示取不到有效值。
890
- # @type Item: :class:`Tencentcloud::Mrs.v20200910.models.PhysicalBaseItem`
891
- # @param Result: 数值
892
- # 注意:此字段可能返回 null,表示取不到有效值。
893
- # @type Result: :class:`Tencentcloud::Mrs.v20200910.models.PhysicalBaseItem`
894
- # @param Unit: 单位
895
- # 注意:此字段可能返回 null,表示取不到有效值。
896
- # @type Unit: :class:`Tencentcloud::Mrs.v20200910.models.PhysicalBaseItem`
897
- # @param Times: 第几次
898
- # 注意:此字段可能返回 null,表示取不到有效值。
899
- # @type Times: :class:`Tencentcloud::Mrs.v20200910.models.PhysicalBaseItem`
900
- # @param Location: 左右手臂
2057
+ # 注意事项
2058
+ class ChemicalProductInfoPrecautions < TencentCloud::Common::AbstractModel
2059
+ # @param Text: 文本
901
2060
  # 注意:此字段可能返回 null,表示取不到有效值。
902
- # @type Location: :class:`Tencentcloud::Mrs.v20200910.models.PhysicalBaseItem`
2061
+ # @type Text: String
903
2062
 
904
- attr_accessor :Name, :Item, :Result, :Unit, :Times, :Location
2063
+ attr_accessor :Text
905
2064
 
906
- def initialize(name=nil, item=nil, result=nil, unit=nil, times=nil, location=nil)
907
- @Name = name
908
- @Item = item
909
- @Result = result
910
- @Unit = unit
911
- @Times = times
912
- @Location = location
2065
+ def initialize(text=nil)
2066
+ @Text = text
913
2067
  end
914
2068
 
915
2069
  def deserialize(params)
916
- @Name = params['Name']
917
- unless params['Item'].nil?
918
- @Item = PhysicalBaseItem.new
919
- @Item.deserialize(params['Item'])
920
- end
921
- unless params['Result'].nil?
922
- @Result = PhysicalBaseItem.new
923
- @Result.deserialize(params['Result'])
924
- end
925
- unless params['Unit'].nil?
926
- @Unit = PhysicalBaseItem.new
927
- @Unit.deserialize(params['Unit'])
928
- end
929
- unless params['Times'].nil?
930
- @Times = PhysicalBaseItem.new
931
- @Times.deserialize(params['Times'])
932
- end
933
- unless params['Location'].nil?
934
- @Location = PhysicalBaseItem.new
935
- @Location.deserialize(params['Location'])
936
- end
2070
+ @Text = params['Text']
937
2071
  end
938
2072
  end
939
2073
 
940
- # 查体
941
- class BodyExaminationBlock < TencentCloud::Common::AbstractModel
942
- # @param BodyTemperature: 体温
943
- # 注意:此字段可能返回 null,表示取不到有效值。
944
- # @type BodyTemperature: :class:`Tencentcloud::Mrs.v20200910.models.BodyTemperatureBlock`
945
- # @param Pulse: 脉搏
946
- # 注意:此字段可能返回 null,表示取不到有效值。
947
- # @type Pulse: :class:`Tencentcloud::Mrs.v20200910.models.BodyTemperatureBlock`
948
- # @param Breathe: 呼吸
949
- # 注意:此字段可能返回 null,表示取不到有效值。
950
- # @type Breathe: :class:`Tencentcloud::Mrs.v20200910.models.BodyTemperatureBlock`
951
- # @param BloodPressure: 血压
2074
+ # 孕妇及哺乳期妇女用药
2075
+ class ChemicalProductInfoPregnancyLactationUse < TencentCloud::Common::AbstractModel
2076
+ # @param Text: 文本
952
2077
  # 注意:此字段可能返回 null,表示取不到有效值。
953
- # @type BloodPressure: :class:`Tencentcloud::Mrs.v20200910.models.BloodPressureBlock`
2078
+ # @type Text: String
954
2079
 
955
- attr_accessor :BodyTemperature, :Pulse, :Breathe, :BloodPressure
2080
+ attr_accessor :Text
956
2081
 
957
- def initialize(bodytemperature=nil, pulse=nil, breathe=nil, bloodpressure=nil)
958
- @BodyTemperature = bodytemperature
959
- @Pulse = pulse
960
- @Breathe = breathe
961
- @BloodPressure = bloodpressure
2082
+ def initialize(text=nil)
2083
+ @Text = text
962
2084
  end
963
2085
 
964
2086
  def deserialize(params)
965
- unless params['BodyTemperature'].nil?
966
- @BodyTemperature = BodyTemperatureBlock.new
967
- @BodyTemperature.deserialize(params['BodyTemperature'])
968
- end
969
- unless params['Pulse'].nil?
970
- @Pulse = BodyTemperatureBlock.new
971
- @Pulse.deserialize(params['Pulse'])
972
- end
973
- unless params['Breathe'].nil?
974
- @Breathe = BodyTemperatureBlock.new
975
- @Breathe.deserialize(params['Breathe'])
976
- end
977
- unless params['BloodPressure'].nil?
978
- @BloodPressure = BloodPressureBlock.new
979
- @BloodPressure.deserialize(params['BloodPressure'])
980
- end
2087
+ @Text = params['Text']
981
2088
  end
982
2089
  end
983
2090
 
984
- # 体温名称
985
- class BodyTemperatureBlock < TencentCloud::Common::AbstractModel
986
- # @param Name: 名称
987
- # 注意:此字段可能返回 null,表示取不到有效值。
988
- # @type Name: String
989
- # @param Src: 原文
990
- # 注意:此字段可能返回 null,表示取不到有效值。
991
- # @type Src: String
992
- # @param Norm: 归一化值
993
- # 注意:此字段可能返回 null,表示取不到有效值。
994
- # @type Norm: String
995
- # @param Unit: 单位
996
- # 注意:此字段可能返回 null,表示取不到有效值。
997
- # @type Unit: String
998
- # @param Value: 对外输出值
2091
+ # 储存条件
2092
+ class ChemicalProductInfoStorage < TencentCloud::Common::AbstractModel
2093
+ # @param Text: 文本
999
2094
  # 注意:此字段可能返回 null,表示取不到有效值。
1000
- # @type Value: String
2095
+ # @type Text: String
1001
2096
 
1002
- attr_accessor :Name, :Src, :Norm, :Unit, :Value
2097
+ attr_accessor :Text
1003
2098
 
1004
- def initialize(name=nil, src=nil, norm=nil, unit=nil, value=nil)
1005
- @Name = name
1006
- @Src = src
1007
- @Norm = norm
1008
- @Unit = unit
1009
- @Value = value
2099
+ def initialize(text=nil)
2100
+ @Text = text
1010
2101
  end
1011
2102
 
1012
2103
  def deserialize(params)
1013
- @Name = params['Name']
1014
- @Src = params['Src']
1015
- @Norm = params['Norm']
1016
- @Unit = params['Unit']
1017
- @Value = params['Value']
2104
+ @Text = params['Text']
1018
2105
  end
1019
2106
  end
1020
2107
 
1021
- # 检查报告单
1022
- class Check < TencentCloud::Common::AbstractModel
1023
- # @param Desc: 描述
1024
- # 注意:此字段可能返回 null,表示取不到有效值。
1025
- # @type Desc: :class:`Tencentcloud::Mrs.v20200910.models.Desc`
1026
- # @param Summary: 结论
1027
- # 注意:此字段可能返回 null,表示取不到有效值。
1028
- # @type Summary: :class:`Tencentcloud::Mrs.v20200910.models.Summary`
1029
- # @param BlockTitle: 检查报告块标题
2108
+ # 有效期
2109
+ class ChemicalProductInfoValidityPeriod < TencentCloud::Common::AbstractModel
2110
+ # @param Text: 文本
1030
2111
  # 注意:此字段可能返回 null,表示取不到有效值。
1031
- # @type BlockTitle: Array
2112
+ # @type Text: String
1032
2113
 
1033
- attr_accessor :Desc, :Summary, :BlockTitle
2114
+ attr_accessor :Text
1034
2115
 
1035
- def initialize(desc=nil, summary=nil, blocktitle=nil)
1036
- @Desc = desc
1037
- @Summary = summary
1038
- @BlockTitle = blocktitle
2116
+ def initialize(text=nil)
2117
+ @Text = text
1039
2118
  end
1040
2119
 
1041
2120
  def deserialize(params)
1042
- unless params['Desc'].nil?
1043
- @Desc = Desc.new
1044
- @Desc.deserialize(params['Desc'])
1045
- end
1046
- unless params['Summary'].nil?
1047
- @Summary = Summary.new
1048
- @Summary.deserialize(params['Summary'])
1049
- end
1050
- unless params['BlockTitle'].nil?
1051
- @BlockTitle = []
1052
- params['BlockTitle'].each do |i|
1053
- blocktitle_tmp = BlockTitle.new
1054
- blocktitle_tmp.deserialize(i)
1055
- @BlockTitle << blocktitle_tmp
1056
- end
1057
- end
2121
+ @Text = params['Text']
1058
2122
  end
1059
2123
  end
1060
2124
 
@@ -2030,6 +3094,57 @@ module TencentCloud
2030
3094
  end
2031
3095
  end
2032
3096
 
3097
+ # DrugInstructionObject请求参数结构体
3098
+ class DrugInstructionObjectRequest < TencentCloud::Common::AbstractModel
3099
+ # @param PdfInfo: 药品说明书PDF文件信息(目前只支持传PDF文件的Base64编码字符(PDF文件不能超过10MB,如果超过建议先压缩PDF,再转成base64)
3100
+ # @type PdfInfo: :class:`Tencentcloud::Mrs.v20200910.models.PdfInfo`
3101
+
3102
+ attr_accessor :PdfInfo
3103
+
3104
+ def initialize(pdfinfo=nil)
3105
+ @PdfInfo = pdfinfo
3106
+ end
3107
+
3108
+ def deserialize(params)
3109
+ unless params['PdfInfo'].nil?
3110
+ @PdfInfo = PdfInfo.new
3111
+ @PdfInfo.deserialize(params['PdfInfo'])
3112
+ end
3113
+ end
3114
+ end
3115
+
3116
+ # DrugInstructionObject返回参数结构体
3117
+ class DrugInstructionObjectResponse < TencentCloud::Common::AbstractModel
3118
+ # @param ChemicalProductInfo: 药品说明书消息定义
3119
+ # 注意:此字段可能返回 null,表示取不到有效值。
3120
+ # @type ChemicalProductInfo: :class:`Tencentcloud::Mrs.v20200910.models.ChemicalProductInfo`
3121
+ # @param BiologicalProductInfo: 预防用生物制品说明书
3122
+ # 注意:此字段可能返回 null,表示取不到有效值。
3123
+ # @type BiologicalProductInfo: :class:`Tencentcloud::Mrs.v20200910.models.BiologicalProductInfo`
3124
+ # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3125
+ # @type RequestId: String
3126
+
3127
+ attr_accessor :ChemicalProductInfo, :BiologicalProductInfo, :RequestId
3128
+
3129
+ def initialize(chemicalproductinfo=nil, biologicalproductinfo=nil, requestid=nil)
3130
+ @ChemicalProductInfo = chemicalproductinfo
3131
+ @BiologicalProductInfo = biologicalproductinfo
3132
+ @RequestId = requestid
3133
+ end
3134
+
3135
+ def deserialize(params)
3136
+ unless params['ChemicalProductInfo'].nil?
3137
+ @ChemicalProductInfo = ChemicalProductInfo.new
3138
+ @ChemicalProductInfo.deserialize(params['ChemicalProductInfo'])
3139
+ end
3140
+ unless params['BiologicalProductInfo'].nil?
3141
+ @BiologicalProductInfo = BiologicalProductInfo.new
3142
+ @BiologicalProductInfo.deserialize(params['BiologicalProductInfo'])
3143
+ end
3144
+ @RequestId = params['RequestId']
3145
+ end
3146
+ end
3147
+
2033
3148
  # 药物史
2034
3149
  class DrugListBlock < TencentCloud::Common::AbstractModel
2035
3150
  # @param CommonName: 通用名称
@@ -4008,8 +5123,8 @@ module TencentCloud
4008
5123
 
4009
5124
  attr_accessor :AdmissionTime, :DischargeTime, :AdmissionDays, :AdmissionDignosis, :AdmissionCondition, :DiagnosisTreatment, :DischargeDiagnosis, :DischargeInstruction, :AdmissionDiagnosis
4010
5125
  extend Gem::Deprecate
4011
- deprecate :AdmissionDignosis, :none, 2024, 4
4012
- deprecate :AdmissionDignosis=, :none, 2024, 4
5126
+ deprecate :AdmissionDignosis, :none, 2024, 5
5127
+ deprecate :AdmissionDignosis=, :none, 2024, 5
4013
5128
 
4014
5129
  def initialize(admissiontime=nil, dischargetime=nil, admissiondays=nil, admissiondignosis=nil, admissioncondition=nil, diagnosistreatment=nil, dischargediagnosis=nil, dischargeinstruction=nil, admissiondiagnosis=nil)
4015
5130
  @AdmissionTime = admissiontime
@@ -4756,8 +5871,8 @@ module TencentCloud
4756
5871
 
4757
5872
  attr_accessor :TableIndictors, :Version, :TableIndicators
4758
5873
  extend Gem::Deprecate
4759
- deprecate :TableIndictors, :none, 2024, 4
4760
- deprecate :TableIndictors=, :none, 2024, 4
5874
+ deprecate :TableIndictors, :none, 2024, 5
5875
+ deprecate :TableIndictors=, :none, 2024, 5
4761
5876
 
4762
5877
  def initialize(tableindictors=nil, version=nil, tableindicators=nil)
4763
5878
  @TableIndictors = tableindictors
@@ -7017,8 +8132,8 @@ module TencentCloud
7017
8132
 
7018
8133
  attr_accessor :Part, :Size, :Envelope, :Edge, :InnerEcho, :Gland, :Shape, :Thickness, :ShapeAttr, :CDFI, :SymDesc, :SizeStatus, :Outline, :Structure, :Density, :Vas, :Cysticwall, :Capsule, :IsthmusThicknese, :InnerEchoDistribution, :Src, :Index, :Transparent, :MriAdc, :MriDwi, :MriT1, :MriT2, :CtHu, :Suvmax, :Metabolism, :RadioactiveUptake, :LymphEnlargement, :ImageFeature, :Duct, :Trend, :Operation, :Coords, :IsthmusThickness
7019
8134
  extend Gem::Deprecate
7020
- deprecate :IsthmusThicknese, :none, 2024, 4
7021
- deprecate :IsthmusThicknese=, :none, 2024, 4
8135
+ deprecate :IsthmusThicknese, :none, 2024, 5
8136
+ deprecate :IsthmusThicknese=, :none, 2024, 5
7022
8137
 
7023
8138
  def initialize(part=nil, size=nil, envelope=nil, edge=nil, innerecho=nil, gland=nil, shape=nil, thickness=nil, shapeattr=nil, cdfi=nil, symdesc=nil, sizestatus=nil, outline=nil, structure=nil, density=nil, vas=nil, cysticwall=nil, capsule=nil, isthmusthicknese=nil, innerechodistribution=nil, src=nil, index=nil, transparent=nil, mriadc=nil, mridwi=nil, mrit1=nil, mrit2=nil, cthu=nil, suvmax=nil, metabolism=nil, radioactiveuptake=nil, lymphenlargement=nil, imagefeature=nil, duct=nil, trend=nil, operation=nil, coords=nil, isthmusthickness=nil)
7024
8139
  @Part = part
@@ -7609,8 +8724,8 @@ module TencentCloud
7609
8724
 
7610
8725
  attr_accessor :IncisionHealingText, :AuxiliaryExaminationText, :SpecialExamText, :OutpatientDiagnosisText, :AdmissionConditionText, :CheckAndTreatmentProcessText, :SymptomsAndSignsText, :DischargeInstructionsText, :AdmissionDiagnosisText, :SurgeryConditionText, :PathologicalDiagnosisText, :DischargeConditionText, :CheckRecordText, :ChiefComplaintText, :DischargeDiagnosisText, :MainDiseaseHistoryText, :DiseasePresentText, :PersonalHistoryText, :MenstruallHistoryText, :ObstericalHistoryText, :FamilyHistoryText, :AllergyHistoryText, :DiseaseHistoryText, :OtherDiagnosisText, :BodyExaminationText, :SpecialistExaminationText, :TreatmentResultText, :MenstrualHistoryText
7611
8726
  extend Gem::Deprecate
7612
- deprecate :MenstruallHistoryText, :none, 2024, 4
7613
- deprecate :MenstruallHistoryText=, :none, 2024, 4
8727
+ deprecate :MenstruallHistoryText, :none, 2024, 5
8728
+ deprecate :MenstruallHistoryText=, :none, 2024, 5
7614
8729
 
7615
8730
  def initialize(incisionhealingtext=nil, auxiliaryexaminationtext=nil, specialexamtext=nil, outpatientdiagnosistext=nil, admissionconditiontext=nil, checkandtreatmentprocesstext=nil, symptomsandsignstext=nil, dischargeinstructionstext=nil, admissiondiagnosistext=nil, surgeryconditiontext=nil, pathologicaldiagnosistext=nil, dischargeconditiontext=nil, checkrecordtext=nil, chiefcomplainttext=nil, dischargediagnosistext=nil, maindiseasehistorytext=nil, diseasepresenttext=nil, personalhistorytext=nil, menstruallhistorytext=nil, obstericalhistorytext=nil, familyhistorytext=nil, allergyhistorytext=nil, diseasehistorytext=nil, otherdiagnosistext=nil, bodyexaminationtext=nil, specialistexaminationtext=nil, treatmentresulttext=nil, menstrualhistorytext=nil)
7616
8731
  @IncisionHealingText = incisionhealingtext
@@ -8203,8 +9318,8 @@ module TencentCloud
8203
9318
 
8204
9319
  attr_accessor :Name, :Sex, :Age, :Phone, :Address, :IdCard, :HealthCardNo, :SocialSecurityCardNo, :Birthday, :Ethnicity, :Married, :Profession, :EducationBackground, :Nationality, :BirthPlace, :MedicalInsuranceType, :AgeNorm, :Nation, :MarriedCode, :ProfessionCode, :MedicalInsuranceTypeCode, :BedNo
8205
9320
  extend Gem::Deprecate
8206
- deprecate :Nation, :none, 2024, 4
8207
- deprecate :Nation=, :none, 2024, 4
9321
+ deprecate :Nation, :none, 2024, 5
9322
+ deprecate :Nation=, :none, 2024, 5
8208
9323
 
8209
9324
  def initialize(name=nil, sex=nil, age=nil, phone=nil, address=nil, idcard=nil, healthcardno=nil, socialsecuritycardno=nil, birthday=nil, ethnicity=nil, married=nil, profession=nil, educationbackground=nil, nationality=nil, birthplace=nil, medicalinsurancetype=nil, agenorm=nil, nation=nil, marriedcode=nil, professioncode=nil, medicalinsurancetypecode=nil, bedno=nil)
8210
9325
  @Name = name
@@ -10632,8 +11747,8 @@ module TencentCloud
10632
11747
 
10633
11748
  attr_accessor :DmissionCondition, :ChiefComplaint, :DiseasePresent, :SymptomsAndSigns, :AuxiliaryExamination, :BodyExamination, :SpecialistExamination, :MentalExamination, :CheckRecord, :InspectResult, :IncisionHealing, :TreatmentSuggestion, :FollowUpRequirements, :CheckAndTreatmentProcess, :SurgeryCondition, :ConditionChanges, :DischargeCondition, :PTNM, :PTNMM, :PTNMN, :PTNMT, :ECOG, :NRS, :KPS, :DeathDate, :RelapseDate, :ObservationDays, :AdmissionCondition
10634
11749
  extend Gem::Deprecate
10635
- deprecate :DmissionCondition, :none, 2024, 4
10636
- deprecate :DmissionCondition=, :none, 2024, 4
11750
+ deprecate :DmissionCondition, :none, 2024, 5
11751
+ deprecate :DmissionCondition=, :none, 2024, 5
10637
11752
 
10638
11753
  def initialize(dmissioncondition=nil, chiefcomplaint=nil, diseasepresent=nil, symptomsandsigns=nil, auxiliaryexamination=nil, bodyexamination=nil, specialistexamination=nil, mentalexamination=nil, checkrecord=nil, inspectresult=nil, incisionhealing=nil, treatmentsuggestion=nil, followuprequirements=nil, checkandtreatmentprocess=nil, surgerycondition=nil, conditionchanges=nil, dischargecondition=nil, ptnm=nil, ptnmm=nil, ptnmn=nil, ptnmt=nil, ecog=nil, nrs=nil, kps=nil, deathdate=nil, relapsedate=nil, observationdays=nil, admissioncondition=nil)
10639
11754
  @DmissionCondition = dmissioncondition
@@ -11216,8 +12331,8 @@ module TencentCloud
11216
12331
 
11217
12332
  attr_accessor :Type, :Part, :Size, :Multiple, :AspectRatio, :Edge, :InnerEcho, :RearEcho, :Elastic, :Shape, :ShapeAttr, :SkinMedulla, :Trend, :Calcification, :Envelope, :Enhancement, :LymphEnlargement, :LymphDoor, :Activity, :Operation, :CDFI, :Index, :SizeStatus, :InnerEchoDistribution, :InnerEchoType, :Outline, :Structure, :Density, :Vas, :Cysticwall, :Capsule, :IsthmusThicknese, :Src, :Transparent, :MriAdc, :MriDwi, :MriT1, :MriT2, :CtHu, :Suvmax, :Metabolism, :RadioactiveUptake, :SymDesc, :ImageFeature, :Coords, :IsthmusThickness
11218
12333
  extend Gem::Deprecate
11219
- deprecate :IsthmusThicknese, :none, 2024, 4
11220
- deprecate :IsthmusThicknese=, :none, 2024, 4
12334
+ deprecate :IsthmusThicknese, :none, 2024, 5
12335
+ deprecate :IsthmusThicknese=, :none, 2024, 5
11221
12336
 
11222
12337
  def initialize(type=nil, part=nil, size=nil, multiple=nil, aspectratio=nil, edge=nil, innerecho=nil, rearecho=nil, elastic=nil, shape=nil, shapeattr=nil, skinmedulla=nil, trend=nil, calcification=nil, envelope=nil, enhancement=nil, lymphenlargement=nil, lymphdoor=nil, activity=nil, operation=nil, cdfi=nil, index=nil, sizestatus=nil, innerechodistribution=nil, innerechotype=nil, outline=nil, structure=nil, density=nil, vas=nil, cysticwall=nil, capsule=nil, isthmusthicknese=nil, src=nil, transparent=nil, mriadc=nil, mridwi=nil, mrit1=nil, mrit2=nil, cthu=nil, suvmax=nil, metabolism=nil, radioactiveuptake=nil, symdesc=nil, imagefeature=nil, coords=nil, isthmusthickness=nil)
11223
12338
  @Type = type