tencentcloud-sdk-nodejs 4.0.685 → 4.0.686

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (77) hide show
  1. package/CHANGELOG.md +445 -0
  2. package/SERVICE_CHANGELOG.md +791 -37
  3. package/package.json +1 -1
  4. package/products.md +22 -22
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/antiddos/v20200309/antiddos_client.ts +1 -1
  7. package/src/services/antiddos/v20200309/antiddos_models.ts +1 -1
  8. package/src/services/as/v20180419/as_models.ts +4 -0
  9. package/src/services/cdc/v20201214/cdc_client.ts +1 -0
  10. package/src/services/cdc/v20201214/cdc_models.ts +72 -5
  11. package/src/services/cdn/v20180606/cdn_models.ts +2 -2
  12. package/src/services/clb/v20180317/clb_models.ts +1 -1
  13. package/src/services/csip/v20221121/csip_models.ts +5 -0
  14. package/src/services/dnspod/v20210323/dnspod_models.ts +1 -1
  15. package/src/services/ess/v20201111/ess_client.ts +32 -14
  16. package/src/services/ess/v20201111/ess_models.ts +98 -38
  17. package/src/services/essbasic/v20210526/essbasic_client.ts +1 -0
  18. package/src/services/essbasic/v20210526/essbasic_models.ts +53 -1
  19. package/src/services/lcic/v20220817/lcic_models.ts +5 -1
  20. package/src/services/monitor/v20180724/monitor_models.ts +2 -2
  21. package/src/services/mrs/v20200910/mrs_client.ts +90 -16
  22. package/src/services/mrs/v20200910/mrs_models.ts +2328 -782
  23. package/src/services/ocr/v20181119/ocr_models.ts +8 -0
  24. package/src/services/ses/v20201002/ses_client.ts +13 -0
  25. package/src/services/ses/v20201002/ses_models.ts +58 -0
  26. package/src/services/ssa/v20180608/ssa_client.ts +14 -0
  27. package/src/services/ssa/v20180608/ssa_models.ts +86 -0
  28. package/src/services/ssl/v20191205/ssl_models.ts +65 -38
  29. package/src/services/trocket/v20230308/trocket_client.ts +129 -18
  30. package/src/services/trocket/v20230308/trocket_models.ts +705 -256
  31. package/src/services/tsf/v20180326/tsf_models.ts +40 -20
  32. package/src/services/vod/v20180717/vod_client.ts +44 -6
  33. package/src/services/vod/v20180717/vod_models.ts +286 -170
  34. package/src/services/vpc/v20170312/vpc_models.ts +16 -0
  35. package/src/services/waf/v20180125/waf_models.ts +28 -1
  36. package/tencentcloud/common/sdk_version.d.ts +1 -1
  37. package/tencentcloud/common/sdk_version.js +1 -1
  38. package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +1 -1
  39. package/tencentcloud/services/antiddos/v20200309/antiddos_client.js +1 -1
  40. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +1 -1
  41. package/tencentcloud/services/as/v20180419/as_models.d.ts +4 -0
  42. package/tencentcloud/services/cdc/v20201214/cdc_models.d.ts +71 -5
  43. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +2 -2
  44. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +1 -1
  45. package/tencentcloud/services/csip/v20221121/csip_models.d.ts +5 -0
  46. package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +1 -1
  47. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +28 -11
  48. package/tencentcloud/services/ess/v20201111/ess_client.js +28 -11
  49. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +97 -38
  50. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +52 -1
  51. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +5 -1
  52. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +2 -2
  53. package/tencentcloud/services/mrs/v20200910/mrs_client.d.ts +5 -1
  54. package/tencentcloud/services/mrs/v20200910/mrs_client.js +6 -0
  55. package/tencentcloud/services/mrs/v20200910/mrs_models.d.ts +2272 -790
  56. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +8 -0
  57. package/tencentcloud/services/ses/v20201002/ses_client.d.ts +5 -1
  58. package/tencentcloud/services/ses/v20201002/ses_client.js +6 -0
  59. package/tencentcloud/services/ses/v20201002/ses_models.d.ts +55 -0
  60. package/tencentcloud/services/ssa/v20180608/ssa_client.d.ts +5 -1
  61. package/tencentcloud/services/ssa/v20180608/ssa_client.js +6 -0
  62. package/tencentcloud/services/ssa/v20180608/ssa_models.d.ts +82 -0
  63. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +65 -38
  64. package/tencentcloud/services/trocket/v20230308/trocket_client.d.ts +41 -3
  65. package/tencentcloud/services/trocket/v20230308/trocket_client.js +59 -3
  66. package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +665 -235
  67. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +40 -20
  68. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +13 -1
  69. package/tencentcloud/services/vod/v20180717/vod_client.js +18 -0
  70. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +278 -170
  71. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +16 -0
  72. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +27 -0
  73. package/test/mrs.v20200910.test.js +10 -0
  74. package/test/ses.v20201002.test.js +10 -0
  75. package/test/ssa.v20180608.test.js +10 -0
  76. package/test/trocket.v20230308.test.js +92 -2
  77. package/test/vod.v20180717.test.js +30 -0
@@ -200,6 +200,17 @@ export interface IHCBlock {
200
200
  Coords?: Array<Coord>
201
201
  }
202
202
 
203
+ /**
204
+ * 体检报告-妇科-阴道
205
+ */
206
+ export interface GynaecologyVagina {
207
+ /**
208
+ * 阴道总体描述
209
+ 注意:此字段可能返回 null,表示取不到有效值。
210
+ */
211
+ Text?: KeyValueItem
212
+ }
213
+
203
214
  /**
204
215
  * 体温名称
205
216
  */
@@ -580,6 +591,22 @@ export interface SurgeryListBlock {
580
591
  Part?: string
581
592
  }
582
593
 
594
+ /**
595
+ * 体检报告V1版本
596
+ */
597
+ export interface PhysicalExaminationV1 {
598
+ /**
599
+ * 体检报告信息
600
+ 注意:此字段可能返回 null,表示取不到有效值。
601
+ */
602
+ PhysicalExaminationMulti?: PhysicalExamination
603
+ /**
604
+ * 版本
605
+ 注意:此字段可能返回 null,表示取不到有效值。
606
+ */
607
+ Version?: string
608
+ }
609
+
583
610
  /**
584
611
  * 多发
585
612
  */
@@ -746,6 +773,17 @@ export interface BirthPlaceBlock {
746
773
  Value?: string
747
774
  }
748
775
 
776
+ /**
777
+ * 体检报告-小结
778
+ */
779
+ export interface GeneralExaminationBriefSummary {
780
+ /**
781
+ * 一般检查小结
782
+ 注意:此字段可能返回 null,表示取不到有效值。
783
+ */
784
+ Text?: KeyValueItem
785
+ }
786
+
749
787
  /**
750
788
  * pTNM
751
789
  */
@@ -808,37 +846,6 @@ export interface TableIndicators {
808
846
  Sample?: BaseItem
809
847
  }
810
848
 
811
- /**
812
- * 组织学类
813
- */
814
- export interface HistologyClass {
815
- /**
816
- * 项目名称
817
- 注意:此字段可能返回 null,表示取不到有效值。
818
- */
819
- Name?: string
820
- /**
821
- * 索引
822
- 注意:此字段可能返回 null,表示取不到有效值。
823
- */
824
- Index?: Array<number | bigint>
825
- /**
826
- * 原文
827
- 注意:此字段可能返回 null,表示取不到有效值。
828
- */
829
- Src?: string
830
- /**
831
- * 归一化值
832
- 注意:此字段可能返回 null,表示取不到有效值。
833
- */
834
- Value?: string
835
- /**
836
- * 原文对应坐标
837
- 注意:此字段可能返回 null,表示取不到有效值。
838
- */
839
- Coords?: Array<Coord>
840
- }
841
-
842
849
  /**
843
850
  * 块信息
844
851
  */
@@ -937,6 +944,37 @@ export interface Lymph {
937
944
  TransferNum: number
938
945
  }
939
946
 
947
+ /**
948
+ * 体检报告-口腔科
949
+ */
950
+ export interface StomatologyBaseItem {
951
+ /**
952
+ * 龋齿
953
+ 注意:此字段可能返回 null,表示取不到有效值。
954
+ */
955
+ ToothDecay?: StomatologyToothDecay
956
+ /**
957
+ * 牙龈
958
+ 注意:此字段可能返回 null,表示取不到有效值。
959
+ */
960
+ Gingiva?: StomatologyGingiva
961
+ /**
962
+ * 牙周
963
+ 注意:此字段可能返回 null,表示取不到有效值。
964
+ */
965
+ Periodontics?: StomatologyPeriodontics
966
+ /**
967
+ * 口腔其他
968
+ 注意:此字段可能返回 null,表示取不到有效值。
969
+ */
970
+ Others?: Array<KeyValueItem>
971
+ /**
972
+ * 小结
973
+ 注意:此字段可能返回 null,表示取不到有效值。
974
+ */
975
+ BriefSummary?: StomatologyBriefSummary
976
+ }
977
+
940
978
  /**
941
979
  * 基础类型
942
980
  */
@@ -968,6 +1006,37 @@ export interface BaseItem {
968
1006
  Coords?: Array<Coord>
969
1007
  }
970
1008
 
1009
+ /**
1010
+ * 体检报告-耳鼻喉科
1011
+ */
1012
+ export interface OtolaryngologyBaseItem {
1013
+ /**
1014
+ * 耳朵
1015
+ 注意:此字段可能返回 null,表示取不到有效值。
1016
+ */
1017
+ Ear?: OtolaryngologyEar
1018
+ /**
1019
+ * 鼻
1020
+ 注意:此字段可能返回 null,表示取不到有效值。
1021
+ */
1022
+ Nose?: OtolaryngologyNose
1023
+ /**
1024
+ * 喉
1025
+ 注意:此字段可能返回 null,表示取不到有效值。
1026
+ */
1027
+ Larynx?: OtolaryngologyLarynx
1028
+ /**
1029
+ * 耳鼻喉其他
1030
+ 注意:此字段可能返回 null,表示取不到有效值。
1031
+ */
1032
+ Others?: Array<KeyValueItem>
1033
+ /**
1034
+ * 小结
1035
+ 注意:此字段可能返回 null,表示取不到有效值。
1036
+ */
1037
+ BriefSummary?: OtolaryngologyBriefSummary
1038
+ }
1039
+
971
1040
  /**
972
1041
  * 病案首页第二页
973
1042
  */
@@ -1014,6 +1083,28 @@ export interface Fp2NdItem {
1014
1083
  AnesthesiaMethod?: BaseItem
1015
1084
  }
1016
1085
 
1086
+ /**
1087
+ * 体检报告-外科-浅表淋巴结
1088
+ */
1089
+ export interface SurgeryLymphNode {
1090
+ /**
1091
+ * 浅表淋巴结总体描述
1092
+ 注意:此字段可能返回 null,表示取不到有效值。
1093
+ */
1094
+ Text?: KeyValueItem
1095
+ }
1096
+
1097
+ /**
1098
+ * 体检报告-外科-头颈部
1099
+ */
1100
+ export interface SurgeryHeadNeck {
1101
+ /**
1102
+ * 头颈部总体描述
1103
+ 注意:此字段可能返回 null,表示取不到有效值。
1104
+ */
1105
+ Text?: KeyValueItem
1106
+ }
1107
+
1017
1108
  /**
1018
1109
  * 器官
1019
1110
  */
@@ -1279,190 +1370,431 @@ export interface MenstrualPeriodBlock {
1279
1370
  }
1280
1371
 
1281
1372
  /**
1282
- * 免疫接种证明
1373
+ * 病历
1283
1374
  */
1284
- export interface VaccineCertificate {
1375
+ export interface TreatmentRecord {
1285
1376
  /**
1286
- * 免疫接种列表
1377
+ * 入院
1287
1378
  注意:此字段可能返回 null,表示取不到有效值。
1288
1379
  */
1289
- VaccineList: Array<Vaccination>
1290
- }
1291
-
1292
- /**
1293
- * 值
1294
- */
1295
- export interface Value {
1380
+ DmissionCondition: string
1296
1381
  /**
1297
- * 等级
1382
+ * 主诉
1298
1383
  注意:此字段可能返回 null,表示取不到有效值。
1299
1384
  */
1300
- Grade: string
1385
+ ChiefComplaint: string
1301
1386
  /**
1302
- * 百分比
1387
+ * 现病史
1303
1388
  注意:此字段可能返回 null,表示取不到有效值。
1304
1389
  */
1305
- Percent: Array<number>
1390
+ DiseasePresent: string
1306
1391
  /**
1307
- * 阳性
1392
+ * 主要症状体征
1308
1393
  注意:此字段可能返回 null,表示取不到有效值。
1309
1394
  */
1310
- Positive: string
1311
- }
1312
-
1313
- /**
1314
- * 既往史
1315
- */
1316
- export interface MainDiseaseHistoryBlock {
1395
+ SymptomsAndSigns: string
1317
1396
  /**
1318
- * 名称
1397
+ * 辅助检查
1319
1398
  注意:此字段可能返回 null,表示取不到有效值。
1320
1399
  */
1321
- Name?: string
1400
+ AuxiliaryExamination: string
1322
1401
  /**
1323
- * 原文
1402
+ * 体格检查
1324
1403
  注意:此字段可能返回 null,表示取不到有效值。
1325
1404
  */
1326
- Src?: string
1405
+ BodyExamination: string
1327
1406
  /**
1328
- * 状态
1407
+ * 专科检查
1329
1408
  注意:此字段可能返回 null,表示取不到有效值。
1330
1409
  */
1331
- State?: boolean
1410
+ SpecialistExamination: string
1332
1411
  /**
1333
- * 对外输出值
1412
+ * 精神检查
1334
1413
  注意:此字段可能返回 null,表示取不到有效值。
1335
1414
  */
1336
- Value?: string
1415
+ MentalExamination: string
1337
1416
  /**
1338
- * 否定列表
1417
+ * 检查记录
1339
1418
  注意:此字段可能返回 null,表示取不到有效值。
1340
1419
  */
1341
- Neglist?: NeglistBlock
1420
+ CheckRecord: string
1342
1421
  /**
1343
- * 肯定列表
1422
+ * 化验结果
1344
1423
  注意:此字段可能返回 null,表示取不到有效值。
1345
1424
  */
1346
- Poslist?: PoslistBlock
1347
- }
1348
-
1349
- /**
1350
- * 疾病史
1351
- */
1352
- export interface DiseaseMedicalHistory {
1425
+ InspectResult: string
1353
1426
  /**
1354
- * 主病史
1427
+ * 切口愈合情况
1355
1428
  注意:此字段可能返回 null,表示取不到有效值。
1356
1429
  */
1357
- MainDiseaseHistory: string
1430
+ IncisionHealing: string
1358
1431
  /**
1359
- * 过敏史
1432
+ * 处理意见
1360
1433
  注意:此字段可能返回 null,表示取不到有效值。
1361
1434
  */
1362
- AllergyHistory: string
1435
+ TreatmentSuggestion: string
1363
1436
  /**
1364
- * 传染疾病史
1437
+ * 门诊随访要求
1365
1438
  注意:此字段可能返回 null,表示取不到有效值。
1366
1439
  */
1367
- InfectHistory: string
1440
+ FollowUpRequirements: string
1368
1441
  /**
1369
- * 手术史
1442
+ * 诊疗经过
1370
1443
  注意:此字段可能返回 null,表示取不到有效值。
1371
1444
  */
1372
- OperationHistory: string
1445
+ CheckAndTreatmentProcess: string
1373
1446
  /**
1374
- * 输血史
1447
+ * 手术经过
1375
1448
  注意:此字段可能返回 null,表示取不到有效值。
1376
1449
  */
1377
- TransfusionHistory: string
1378
- }
1379
-
1380
- /**
1381
- * 家族遗传史
1382
- */
1383
- export interface GeneticHistoryBlock {
1450
+ SurgeryCondition: string
1384
1451
  /**
1385
- * 名称
1452
+ * 入院情况
1386
1453
  注意:此字段可能返回 null,表示取不到有效值。
1387
1454
  */
1388
- Name?: string
1455
+ ConditionChanges: string
1389
1456
  /**
1390
- * 原文
1457
+ * 出院情况
1391
1458
  注意:此字段可能返回 null,表示取不到有效值。
1392
1459
  */
1393
- Src?: string
1460
+ DischargeCondition: string
1394
1461
  /**
1395
- * 遗传列表
1462
+ * pTNM信息
1396
1463
  注意:此字段可能返回 null,表示取不到有效值。
1397
1464
  */
1398
- GeneticList?: string
1465
+ PTNM: string
1399
1466
  /**
1400
- * 对外输出值
1467
+ * pTNMM信息
1401
1468
  注意:此字段可能返回 null,表示取不到有效值。
1402
1469
  */
1403
- Value?: string
1404
- }
1405
-
1406
- /**
1407
- * 月经史
1408
- */
1409
- export interface MenstrualHistoryDetailBlock {
1470
+ PTNMM: string
1410
1471
  /**
1411
- * 名称
1472
+ * pTNMN信息
1412
1473
  注意:此字段可能返回 null,表示取不到有效值。
1413
1474
  */
1414
- Name?: string
1475
+ PTNMN: string
1415
1476
  /**
1416
- * 原文
1477
+ * pTNMT信息
1417
1478
  注意:此字段可能返回 null,表示取不到有效值。
1418
1479
  */
1419
- Src?: string
1480
+ PTNMT: string
1420
1481
  /**
1421
- * 状态
1482
+ * ECOG信息
1422
1483
  注意:此字段可能返回 null,表示取不到有效值。
1423
1484
  */
1424
- State?: string
1485
+ ECOG: string
1425
1486
  /**
1426
- * 归一化值
1487
+ * NRS信息
1427
1488
  注意:此字段可能返回 null,表示取不到有效值。
1428
1489
  */
1429
- Norm?: string
1490
+ NRS: string
1430
1491
  /**
1431
- * 时间类型
1492
+ * KPS信息
1432
1493
  注意:此字段可能返回 null,表示取不到有效值。
1433
1494
  */
1434
- TimeType?: string
1495
+ KPS: string
1435
1496
  /**
1436
- * 时间戳
1497
+ * 死亡日期
1437
1498
  注意:此字段可能返回 null,表示取不到有效值。
1438
1499
  */
1439
- Timestamp?: string
1500
+ DeathDate: string
1440
1501
  /**
1441
- * 单位
1502
+ * 复发日期
1442
1503
  注意:此字段可能返回 null,表示取不到有效值。
1443
1504
  */
1444
- Unit?: string
1505
+ RelapseDate: string
1445
1506
  /**
1446
- * 对外输出值
1507
+ * 观测天数
1447
1508
  注意:此字段可能返回 null,表示取不到有效值。
1448
1509
  */
1449
- Value?: string
1510
+ ObservationDays: string
1450
1511
  }
1451
1512
 
1452
1513
  /**
1453
- * 核酸报告结论
1514
+ * 体检报告-内科-血管
1454
1515
  */
1455
- export interface CovidItemsInfo {
1516
+ export interface InternalMedicineVessel {
1456
1517
  /**
1457
- * 核酸报告结论
1518
+ * 血管总体描述
1458
1519
  注意:此字段可能返回 null,表示取不到有效值。
1459
1520
  */
1460
- CovidItems?: Array<CovidItem>
1521
+ Text?: KeyValueItem
1461
1522
  /**
1462
- * 版本号
1523
+ * 血管杂音
1463
1524
  注意:此字段可能返回 null,表示取不到有效值。
1464
1525
  */
1465
- Version?: string
1526
+ VascularMurmur?: KeyValueItem
1527
+ /**
1528
+ * 外周血管
1529
+ 注意:此字段可能返回 null,表示取不到有效值。
1530
+ */
1531
+ PeripheralVessel?: KeyValueItem
1532
+ }
1533
+
1534
+ /**
1535
+ * 体检报告-眼科-裸眼视力
1536
+ */
1537
+ export interface OphthalmologyBareEyeSight {
1538
+ /**
1539
+ * 左眼视力
1540
+ 注意:此字段可能返回 null,表示取不到有效值。
1541
+ */
1542
+ LeftEyeVisual?: KeyValueItem
1543
+ /**
1544
+ * 裸眼视力
1545
+ 注意:此字段可能返回 null,表示取不到有效值。
1546
+ */
1547
+ Text?: KeyValueItem
1548
+ /**
1549
+ * 右眼视力
1550
+ 注意:此字段可能返回 null,表示取不到有效值。
1551
+ */
1552
+ RightEyeVisual?: KeyValueItem
1553
+ }
1554
+
1555
+ /**
1556
+ * 值
1557
+ */
1558
+ export interface Value {
1559
+ /**
1560
+ * 等级
1561
+ 注意:此字段可能返回 null,表示取不到有效值。
1562
+ */
1563
+ Grade: string
1564
+ /**
1565
+ * 百分比
1566
+ 注意:此字段可能返回 null,表示取不到有效值。
1567
+ */
1568
+ Percent: Array<number>
1569
+ /**
1570
+ * 阳性
1571
+ 注意:此字段可能返回 null,表示取不到有效值。
1572
+ */
1573
+ Positive: string
1574
+ }
1575
+
1576
+ /**
1577
+ * 既往史
1578
+ */
1579
+ export interface MainDiseaseHistoryBlock {
1580
+ /**
1581
+ * 名称
1582
+ 注意:此字段可能返回 null,表示取不到有效值。
1583
+ */
1584
+ Name?: string
1585
+ /**
1586
+ * 原文
1587
+ 注意:此字段可能返回 null,表示取不到有效值。
1588
+ */
1589
+ Src?: string
1590
+ /**
1591
+ * 状态
1592
+ 注意:此字段可能返回 null,表示取不到有效值。
1593
+ */
1594
+ State?: boolean
1595
+ /**
1596
+ * 对外输出值
1597
+ 注意:此字段可能返回 null,表示取不到有效值。
1598
+ */
1599
+ Value?: string
1600
+ /**
1601
+ * 否定列表
1602
+ 注意:此字段可能返回 null,表示取不到有效值。
1603
+ */
1604
+ Neglist?: NeglistBlock
1605
+ /**
1606
+ * 肯定列表
1607
+ 注意:此字段可能返回 null,表示取不到有效值。
1608
+ */
1609
+ Poslist?: PoslistBlock
1610
+ }
1611
+
1612
+ /**
1613
+ * 疾病史
1614
+ */
1615
+ export interface DiseaseMedicalHistory {
1616
+ /**
1617
+ * 主病史
1618
+ 注意:此字段可能返回 null,表示取不到有效值。
1619
+ */
1620
+ MainDiseaseHistory: string
1621
+ /**
1622
+ * 过敏史
1623
+ 注意:此字段可能返回 null,表示取不到有效值。
1624
+ */
1625
+ AllergyHistory: string
1626
+ /**
1627
+ * 传染疾病史
1628
+ 注意:此字段可能返回 null,表示取不到有效值。
1629
+ */
1630
+ InfectHistory: string
1631
+ /**
1632
+ * 手术史
1633
+ 注意:此字段可能返回 null,表示取不到有效值。
1634
+ */
1635
+ OperationHistory: string
1636
+ /**
1637
+ * 输血史
1638
+ 注意:此字段可能返回 null,表示取不到有效值。
1639
+ */
1640
+ TransfusionHistory: string
1641
+ }
1642
+
1643
+ /**
1644
+ * 家族遗传史
1645
+ */
1646
+ export interface GeneticHistoryBlock {
1647
+ /**
1648
+ * 名称
1649
+ 注意:此字段可能返回 null,表示取不到有效值。
1650
+ */
1651
+ Name?: string
1652
+ /**
1653
+ * 原文
1654
+ 注意:此字段可能返回 null,表示取不到有效值。
1655
+ */
1656
+ Src?: string
1657
+ /**
1658
+ * 遗传列表
1659
+ 注意:此字段可能返回 null,表示取不到有效值。
1660
+ */
1661
+ GeneticList?: string
1662
+ /**
1663
+ * 对外输出值
1664
+ 注意:此字段可能返回 null,表示取不到有效值。
1665
+ */
1666
+ Value?: string
1667
+ }
1668
+
1669
+ /**
1670
+ * 体检报告-眼科-小结
1671
+ */
1672
+ export interface OphthalmologyBriefSummary {
1673
+ /**
1674
+ * 眼科小结
1675
+ 注意:此字段可能返回 null,表示取不到有效值。
1676
+ */
1677
+ Text?: KeyValueItem
1678
+ }
1679
+
1680
+ /**
1681
+ * 月经史
1682
+ */
1683
+ export interface MenstrualHistoryDetailBlock {
1684
+ /**
1685
+ * 名称
1686
+ 注意:此字段可能返回 null,表示取不到有效值。
1687
+ */
1688
+ Name?: string
1689
+ /**
1690
+ * 原文
1691
+ 注意:此字段可能返回 null,表示取不到有效值。
1692
+ */
1693
+ Src?: string
1694
+ /**
1695
+ * 状态
1696
+ 注意:此字段可能返回 null,表示取不到有效值。
1697
+ */
1698
+ State?: string
1699
+ /**
1700
+ * 归一化值
1701
+ 注意:此字段可能返回 null,表示取不到有效值。
1702
+ */
1703
+ Norm?: string
1704
+ /**
1705
+ * 时间类型
1706
+ 注意:此字段可能返回 null,表示取不到有效值。
1707
+ */
1708
+ TimeType?: string
1709
+ /**
1710
+ * 时间戳
1711
+ 注意:此字段可能返回 null,表示取不到有效值。
1712
+ */
1713
+ Timestamp?: string
1714
+ /**
1715
+ * 单位
1716
+ 注意:此字段可能返回 null,表示取不到有效值。
1717
+ */
1718
+ Unit?: string
1719
+ /**
1720
+ * 对外输出值
1721
+ 注意:此字段可能返回 null,表示取不到有效值。
1722
+ */
1723
+ Value?: string
1724
+ }
1725
+
1726
+ /**
1727
+ * 体检报告-内科-腹部-胆囊
1728
+ */
1729
+ export interface InternalMedicineAbdomenGallBladder {
1730
+ /**
1731
+ * 胆囊总体描述
1732
+ 注意:此字段可能返回 null,表示取不到有效值。
1733
+ */
1734
+ Src?: KeyValueItem
1735
+ /**
1736
+ * 胆囊大小
1737
+ 注意:此字段可能返回 null,表示取不到有效值。
1738
+ */
1739
+ Size?: KeyValueItem
1740
+ /**
1741
+ * 胆囊触诊
1742
+ 注意:此字段可能返回 null,表示取不到有效值。
1743
+ */
1744
+ Palpation?: KeyValueItem
1745
+ /**
1746
+ * 胆囊叩诊
1747
+ 注意:此字段可能返回 null,表示取不到有效值。
1748
+ */
1749
+ Percussion?: KeyValueItem
1750
+ /**
1751
+ * 胆囊压痛
1752
+ 注意:此字段可能返回 null,表示取不到有效值。
1753
+ */
1754
+ Tenderness?: KeyValueItem
1755
+ /**
1756
+ * 胆囊质地
1757
+ 注意:此字段可能返回 null,表示取不到有效值。
1758
+ */
1759
+ Consistency?: KeyValueItem
1760
+ }
1761
+
1762
+ /**
1763
+ * 体检报告-妇科-外阴
1764
+ */
1765
+ export interface GynaecologyVulva {
1766
+ /**
1767
+ * 外阴总体描述
1768
+ 注意:此字段可能返回 null,表示取不到有效值。
1769
+ */
1770
+ Text?: KeyValueItem
1771
+ }
1772
+
1773
+ /**
1774
+ * 体检报告-眼科-色觉
1775
+ */
1776
+ export interface OphthalmologyColourVision {
1777
+ /**
1778
+ * 色觉总体描述
1779
+ 注意:此字段可能返回 null,表示取不到有效值。
1780
+ */
1781
+ Text?: KeyValueItem
1782
+ }
1783
+
1784
+ /**
1785
+ * 核酸报告结论
1786
+ */
1787
+ export interface CovidItemsInfo {
1788
+ /**
1789
+ * 核酸报告结论
1790
+ 注意:此字段可能返回 null,表示取不到有效值。
1791
+ */
1792
+ CovidItems?: Array<CovidItem>
1793
+ /**
1794
+ * 版本号
1795
+ 注意:此字段可能返回 null,表示取不到有效值。
1796
+ */
1797
+ Version?: string
1466
1798
  }
1467
1799
 
1468
1800
  /**
@@ -1633,6 +1965,17 @@ export interface EcgDescription {
1633
1965
  PQRSTAxis: EcgItem
1634
1966
  }
1635
1967
 
1968
+ /**
1969
+ * 体检报告-外科-甲状腺
1970
+ */
1971
+ export interface SurgeryThyroid {
1972
+ /**
1973
+ * 甲状腺总体描述
1974
+ 注意:此字段可能返回 null,表示取不到有效值。
1975
+ */
1976
+ Text?: KeyValueItem
1977
+ }
1978
+
1636
1979
  /**
1637
1980
  * 门诊病历信息
1638
1981
  */
@@ -1695,6 +2038,17 @@ export interface EyeItemsInfo {
1695
2038
  Version?: string
1696
2039
  }
1697
2040
 
2041
+ /**
2042
+ * 体检报告-外科-皮肤
2043
+ */
2044
+ export interface SurgerySkin {
2045
+ /**
2046
+ * 皮肤总体描述
2047
+ 注意:此字段可能返回 null,表示取不到有效值。
2048
+ */
2049
+ Text?: KeyValueItem
2050
+ }
2051
+
1698
2052
  /**
1699
2053
  * 检验指标项结构v2
1700
2054
  */
@@ -1783,34 +2137,14 @@ export interface NormSize {
1783
2137
  }
1784
2138
 
1785
2139
  /**
1786
- * 病案首页
2140
+ * 体检报告-妇科-小结
1787
2141
  */
1788
- export interface FirstPage {
2142
+ export interface GynaecologyBriefSummary {
1789
2143
  /**
1790
- * 出入院诊断
2144
+ * 小结
1791
2145
  注意:此字段可能返回 null,表示取不到有效值。
1792
2146
  */
1793
- DischargeDiagnosis?: Array<DischargeDiagnosis>
1794
- /**
1795
- * 病理诊断
1796
- 注意:此字段可能返回 null,表示取不到有效值。
1797
- */
1798
- PathologicalDiagnosis?: BlockInfo
1799
- /**
1800
- * 临床诊断
1801
- 注意:此字段可能返回 null,表示取不到有效值。
1802
- */
1803
- ClinicalDiagnosis?: BlockInfo
1804
- /**
1805
- * 受伤中毒的外部原因
1806
- 注意:此字段可能返回 null,表示取不到有效值。
1807
- */
1808
- DamagePoi?: BlockInfoV2
1809
- /**
1810
- * 病案首页第二页
1811
- 注意:此字段可能返回 null,表示取不到有效值。
1812
- */
1813
- Fp2NdItems?: Array<Fp2NdItem>
2147
+ Text?: KeyValueItem
1814
2148
  }
1815
2149
 
1816
2150
  /**
@@ -2101,6 +2435,58 @@ export interface ChiefComplaintDetailBlock {
2101
2435
  TimeType?: string
2102
2436
  }
2103
2437
 
2438
+ /**
2439
+ * TurnPDFToObject返回参数结构体
2440
+ */
2441
+ export interface TurnPDFToObjectResponse {
2442
+ /**
2443
+ * 报告结构化结果
2444
+ */
2445
+ Template?: Template
2446
+ /**
2447
+ * 多级分类结果
2448
+ */
2449
+ TextTypeList?: Array<TextType>
2450
+ /**
2451
+ * 报告结构化结果
2452
+ */
2453
+ Block?: Block
2454
+ /**
2455
+ * 是否使用Block字段
2456
+ */
2457
+ IsBlock?: boolean
2458
+ /**
2459
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2460
+ */
2461
+ RequestId?: string
2462
+ }
2463
+
2464
+ /**
2465
+ * 体检报告-内科-心脏
2466
+ */
2467
+ export interface InternalMedicineHeart {
2468
+ /**
2469
+ * 心脏总体描述
2470
+ 注意:此字段可能返回 null,表示取不到有效值。
2471
+ */
2472
+ Text?: KeyValueItem
2473
+ /**
2474
+ * 心律
2475
+ 注意:此字段可能返回 null,表示取不到有效值。
2476
+ */
2477
+ HeartRhythm?: KeyValueItem
2478
+ /**
2479
+ * 心率
2480
+ 注意:此字段可能返回 null,表示取不到有效值。
2481
+ */
2482
+ HeartRate?: ValueUnitItem
2483
+ /**
2484
+ * 心脏听诊
2485
+ 注意:此字段可能返回 null,表示取不到有效值。
2486
+ */
2487
+ HeartAuscultation?: KeyValueItem
2488
+ }
2489
+
2104
2490
  /**
2105
2491
  * 报告基本信息
2106
2492
  */
@@ -2238,50 +2624,85 @@ export interface ReportInfo {
2238
2624
  }
2239
2625
 
2240
2626
  /**
2241
- * 内窥镜报告
2627
+ * 生命体征
2242
2628
  */
2243
- export interface Endoscopy {
2629
+ export interface GeneralExaminationVitalSign {
2244
2630
  /**
2245
- * 活检部位
2631
+ * 生命体征总体描述
2246
2632
  注意:此字段可能返回 null,表示取不到有效值。
2247
2633
  */
2248
- BiopsyPart: BiopsyPart
2634
+ Text?: ValueUnitItem
2249
2635
  /**
2250
- * 可见描述
2636
+ * 体温
2251
2637
  注意:此字段可能返回 null,表示取不到有效值。
2252
2638
  */
2253
- Desc: EndoscopyDesc
2639
+ BodyTemperature?: ValueUnitItem
2254
2640
  /**
2255
- * 结论
2641
+ * 脉率
2256
2642
  注意:此字段可能返回 null,表示取不到有效值。
2257
2643
  */
2258
- Summary: Summary
2644
+ Pulse?: ValueUnitItem
2645
+ /**
2646
+ * 心率
2647
+ 注意:此字段可能返回 null,表示取不到有效值。
2648
+ */
2649
+ HeartRate?: ValueUnitItem
2650
+ /**
2651
+ * 呼吸频率
2652
+ 注意:此字段可能返回 null,表示取不到有效值。
2653
+ */
2654
+ BreathingRate?: ValueUnitItem
2655
+ /**
2656
+ * 身高
2657
+ 注意:此字段可能返回 null,表示取不到有效值。
2658
+ */
2659
+ BodyHeight?: ValueUnitItem
2660
+ /**
2661
+ * 体重
2662
+ 注意:此字段可能返回 null,表示取不到有效值。
2663
+ */
2664
+ BodyWeight?: ValueUnitItem
2665
+ /**
2666
+ * 体质指数
2667
+ 注意:此字段可能返回 null,表示取不到有效值。
2668
+ */
2669
+ BodyMassIndex?: ValueUnitItem
2670
+ /**
2671
+ * 腰围
2672
+ 注意:此字段可能返回 null,表示取不到有效值。
2673
+ */
2674
+ Waistline?: ValueUnitItem
2675
+ /**
2676
+ * 血压
2677
+ 注意:此字段可能返回 null,表示取不到有效值。
2678
+ */
2679
+ BloodPressure?: GeneralExaminationVitalSignBloodPressure
2259
2680
  }
2260
2681
 
2261
2682
  /**
2262
- * 家庭成员
2683
+ * 体检报告基础信息
2263
2684
  */
2264
- export interface RelativeHistoryBlock {
2685
+ export interface PhysicalBaseItem {
2265
2686
  /**
2266
- * 名称
2687
+ * 类型
2267
2688
  注意:此字段可能返回 null,表示取不到有效值。
2268
2689
  */
2269
2690
  Name?: string
2270
2691
  /**
2271
- * 成员列表
2692
+ * 原始文本
2272
2693
  注意:此字段可能返回 null,表示取不到有效值。
2273
2694
  */
2274
- Detail?: Array<RelativeHistoryDetailBlock>
2695
+ Src?: string
2275
2696
  /**
2276
- * 原文
2697
+ * 归一化后值
2277
2698
  注意:此字段可能返回 null,表示取不到有效值。
2278
2699
  */
2279
- Src?: string
2700
+ Value?: string
2280
2701
  /**
2281
- * 对外输出值
2702
+ * 四点坐标
2282
2703
  注意:此字段可能返回 null,表示取不到有效值。
2283
2704
  */
2284
- Value?: string
2705
+ Coords?: Array<Coord>
2285
2706
  }
2286
2707
 
2287
2708
  /**
@@ -2376,6 +2797,68 @@ export interface PathologyV2 {
2376
2797
  Molecular?: Array<Molecular>
2377
2798
  }
2378
2799
 
2800
+ /**
2801
+ * 病案首页
2802
+ */
2803
+ export interface FirstPage {
2804
+ /**
2805
+ * 出入院诊断
2806
+ 注意:此字段可能返回 null,表示取不到有效值。
2807
+ */
2808
+ DischargeDiagnosis?: Array<DischargeDiagnosis>
2809
+ /**
2810
+ * 病理诊断
2811
+ 注意:此字段可能返回 null,表示取不到有效值。
2812
+ */
2813
+ PathologicalDiagnosis?: BlockInfo
2814
+ /**
2815
+ * 临床诊断
2816
+ 注意:此字段可能返回 null,表示取不到有效值。
2817
+ */
2818
+ ClinicalDiagnosis?: BlockInfo
2819
+ /**
2820
+ * 受伤中毒的外部原因
2821
+ 注意:此字段可能返回 null,表示取不到有效值。
2822
+ */
2823
+ DamagePoi?: BlockInfoV2
2824
+ /**
2825
+ * 病案首页第二页
2826
+ 注意:此字段可能返回 null,表示取不到有效值。
2827
+ */
2828
+ Fp2NdItems?: Array<Fp2NdItem>
2829
+ }
2830
+
2831
+ /**
2832
+ * 侵犯
2833
+ */
2834
+ export interface InvasiveV2 {
2835
+ /**
2836
+ * 索引
2837
+ 注意:此字段可能返回 null,表示取不到有效值。
2838
+ */
2839
+ Index?: Array<number | bigint>
2840
+ /**
2841
+ * 部位
2842
+ 注意:此字段可能返回 null,表示取不到有效值。
2843
+ */
2844
+ Part?: Part
2845
+ /**
2846
+ * 阴性或阳性
2847
+ 注意:此字段可能返回 null,表示取不到有效值。
2848
+ */
2849
+ Positive?: string
2850
+ /**
2851
+ * 原文
2852
+ 注意:此字段可能返回 null,表示取不到有效值。
2853
+ */
2854
+ Src?: string
2855
+ /**
2856
+ * 原文对应坐标
2857
+ 注意:此字段可能返回 null,表示取不到有效值。
2858
+ */
2859
+ Coords?: Array<Coord>
2860
+ }
2861
+
2379
2862
  /**
2380
2863
  * TextToObject请求参数结构体
2381
2864
  */
@@ -2437,6 +2920,52 @@ export interface AspectRatio {
2437
2920
  Value: string
2438
2921
  }
2439
2922
 
2923
+ /**
2924
+ * 个人史
2925
+ */
2926
+ export interface PersonalHistoryBlock {
2927
+ /**
2928
+ * 出生地
2929
+ 注意:此字段可能返回 null,表示取不到有效值。
2930
+ */
2931
+ BirthPlace?: BirthPlaceBlock
2932
+ /**
2933
+ * 居住地
2934
+ 注意:此字段可能返回 null,表示取不到有效值。
2935
+ */
2936
+ LivePlace?: BirthPlaceBlock
2937
+ /**
2938
+ * 职业
2939
+ 注意:此字段可能返回 null,表示取不到有效值。
2940
+ */
2941
+ Job?: BirthPlaceBlock
2942
+ /**
2943
+ * 吸烟
2944
+ 注意:此字段可能返回 null,表示取不到有效值。
2945
+ */
2946
+ SmokeHistory?: SmokeHistoryBlock
2947
+ /**
2948
+ * 喝酒
2949
+ 注意:此字段可能返回 null,表示取不到有效值。
2950
+ */
2951
+ AlcoholicHistory?: SmokeHistoryBlock
2952
+ /**
2953
+ * 月经史
2954
+ 注意:此字段可能返回 null,表示取不到有效值。
2955
+ */
2956
+ MenstrualHistory?: MenstrualHistoryBlock
2957
+ /**
2958
+ * 婚姻-生育史
2959
+ 注意:此字段可能返回 null,表示取不到有效值。
2960
+ */
2961
+ ObstericalHistory?: ObstetricalHistoryBlock
2962
+ /**
2963
+ * 家族史
2964
+ 注意:此字段可能返回 null,表示取不到有效值。
2965
+ */
2966
+ FamilyHistory?: FamilyHistoryBlock
2967
+ }
2968
+
2440
2969
  /**
2441
2970
  * 新生儿信息
2442
2971
  */
@@ -2525,6 +3054,53 @@ export interface FamilyMedicalHistory {
2525
3054
  GeneticHistory: string
2526
3055
  }
2527
3056
 
3057
+ /**
3058
+ * 体检报告-眼科-矫正视力
3059
+ */
3060
+ export interface OphthalmologyCorrectedVisualAcuity {
3061
+ /**
3062
+ * 左眼矫正视力
3063
+ 注意:此字段可能返回 null,表示取不到有效值。
3064
+ */
3065
+ LeftEyeVisual?: KeyValueItem
3066
+ /**
3067
+ * 矫正视力
3068
+ 注意:此字段可能返回 null,表示取不到有效值。
3069
+ */
3070
+ Text?: KeyValueItem
3071
+ /**
3072
+ * 右眼矫正视力
3073
+ 注意:此字段可能返回 null,表示取不到有效值。
3074
+ */
3075
+ RightEyeVisual?: KeyValueItem
3076
+ }
3077
+
3078
+ /**
3079
+ * 血压
3080
+ */
3081
+ export interface GeneralExaminationVitalSignBloodPressure {
3082
+ /**
3083
+ * 血压
3084
+ 注意:此字段可能返回 null,表示取不到有效值。
3085
+ */
3086
+ Text?: BloodPressureItem
3087
+ /**
3088
+ * 收缩压/舒张压
3089
+ 注意:此字段可能返回 null,表示取不到有效值。
3090
+ */
3091
+ SystolicDiastolicPressure?: Array<BloodPressureItem>
3092
+ /**
3093
+ * 收缩压
3094
+ 注意:此字段可能返回 null,表示取不到有效值。
3095
+ */
3096
+ SystolicPressure?: Array<BloodPressureItem>
3097
+ /**
3098
+ * 舒张压
3099
+ 注意:此字段可能返回 null,表示取不到有效值。
3100
+ */
3101
+ DiastolicPressure?: Array<BloodPressureItem>
3102
+ }
3103
+
2528
3104
  /**
2529
3105
  * 部位信息
2530
3106
  */
@@ -2577,29 +3153,29 @@ export interface ImageToClassResponse {
2577
3153
  }
2578
3154
 
2579
3155
  /**
2580
- * 侵犯扩散
3156
+ * 药物史
2581
3157
  */
2582
- export interface Invas {
3158
+ export interface DrugListBlock {
2583
3159
  /**
2584
- * 原文位置
3160
+ * 通用名称
2585
3161
  注意:此字段可能返回 null,表示取不到有效值。
2586
3162
  */
2587
- Index: Array<number | bigint>
3163
+ CommonName?: string
2588
3164
  /**
2589
- * 部位
3165
+ * 商品名称
2590
3166
  注意:此字段可能返回 null,表示取不到有效值。
2591
3167
  */
2592
- Part: Part
3168
+ TradeName?: string
2593
3169
  /**
2594
- * 阳性
3170
+ * 用法用量
2595
3171
  注意:此字段可能返回 null,表示取不到有效值。
2596
3172
  */
2597
- Positive: string
3173
+ Dosage?: DosageBlock
2598
3174
  /**
2599
- * 原文
3175
+ *
2600
3176
  注意:此字段可能返回 null,表示取不到有效值。
2601
3177
  */
2602
- Src: string
3178
+ Value?: string
2603
3179
  }
2604
3180
 
2605
3181
  /**
@@ -2836,6 +3412,42 @@ export interface ClinicalStaging {
2836
3412
  Value?: string
2837
3413
  }
2838
3414
 
3415
+ /**
3416
+ * 体检报告-内科-腹部-胰腺
3417
+ */
3418
+ export interface InternalMedicineAbdomenPancreas {
3419
+ /**
3420
+ * 胰腺总体描述
3421
+ 注意:此字段可能返回 null,表示取不到有效值。
3422
+ */
3423
+ Src?: KeyValueItem
3424
+ /**
3425
+ * 胰腺大小
3426
+ 注意:此字段可能返回 null,表示取不到有效值。
3427
+ */
3428
+ Size?: KeyValueItem
3429
+ /**
3430
+ * 胰腺触诊
3431
+ 注意:此字段可能返回 null,表示取不到有效值。
3432
+ */
3433
+ Palpation?: KeyValueItem
3434
+ /**
3435
+ * 胰腺叩诊
3436
+ 注意:此字段可能返回 null,表示取不到有效值。
3437
+ */
3438
+ Percussion?: KeyValueItem
3439
+ /**
3440
+ * 肝脏压痛
3441
+ 注意:此字段可能返回 null,表示取不到有效值。
3442
+ */
3443
+ Tenderness?: KeyValueItem
3444
+ /**
3445
+ * 胰腺质地
3446
+ 注意:此字段可能返回 null,表示取不到有效值。
3447
+ */
3448
+ Consistency?: KeyValueItem
3449
+ }
3450
+
2839
3451
  /**
2840
3452
  * 个人史
2841
3453
  */
@@ -2883,6 +3495,47 @@ export interface DiagCert {
2883
3495
  Diagnosis: Array<DiagCertItem>
2884
3496
  }
2885
3497
 
3498
+ /**
3499
+ * 体检报告-内科-腹部
3500
+ */
3501
+ export interface InternalMedicineAbdomen {
3502
+ /**
3503
+ * 内科腹部小结
3504
+ 注意:此字段可能返回 null,表示取不到有效值。
3505
+ */
3506
+ Text?: KeyValueItem
3507
+ /**
3508
+ * 肝脏
3509
+ 注意:此字段可能返回 null,表示取不到有效值。
3510
+ */
3511
+ Liver?: InternalMedicineAbdomenLiver
3512
+ /**
3513
+ * 胆囊
3514
+ 注意:此字段可能返回 null,表示取不到有效值。
3515
+ */
3516
+ GallBladder?: InternalMedicineAbdomenGallBladder
3517
+ /**
3518
+ * 胰腺
3519
+ 注意:此字段可能返回 null,表示取不到有效值。
3520
+ */
3521
+ Pancreas?: InternalMedicineAbdomenPancreas
3522
+ /**
3523
+ * 脾脏
3524
+ 注意:此字段可能返回 null,表示取不到有效值。
3525
+ */
3526
+ Spleen?: InternalMedicineAbdomenSpleen
3527
+ /**
3528
+ * 肾脏
3529
+ 注意:此字段可能返回 null,表示取不到有效值。
3530
+ */
3531
+ Kidney?: InternalMedicineAbdomenKidney
3532
+ /**
3533
+ * 腹部其他
3534
+ 注意:此字段可能返回 null,表示取不到有效值。
3535
+ */
3536
+ Others?: Array<KeyValueItem>
3537
+ }
3538
+
2886
3539
  /**
2887
3540
  * PTNM分期
2888
3541
  */
@@ -2982,6 +3635,17 @@ export interface AdmissionConditionBlock {
2982
3635
  Value?: string
2983
3636
  }
2984
3637
 
3638
+ /**
3639
+ * 体检报告-口腔科-龋齿
3640
+ */
3641
+ export interface StomatologyToothDecay {
3642
+ /**
3643
+ * 龋齿总体描述
3644
+ 注意:此字段可能返回 null,表示取不到有效值。
3645
+ */
3646
+ Text?: KeyValueItem
3647
+ }
3648
+
2985
3649
  /**
2986
3650
  * TextToClass返回参数结构体
2987
3651
  */
@@ -2997,394 +3661,312 @@ export interface TextToClassResponse {
2997
3661
  }
2998
3662
 
2999
3663
  /**
3000
- * 治疗记录
3664
+ * 体检报告-口腔科-小结
3001
3665
  */
3002
- export interface TreatmentRecordBlock {
3666
+ export interface StomatologyBriefSummary {
3003
3667
  /**
3004
- * 免疫组化
3668
+ * 口腔小结
3005
3669
  注意:此字段可能返回 null,表示取不到有效值。
3006
3670
  */
3007
- Immunohistochemistry?: ImmunohistochemistryBlock
3671
+ Text?: KeyValueItem
3672
+ }
3673
+
3674
+ /**
3675
+ * 听力信息
3676
+ */
3677
+ export interface HearingItem {
3008
3678
  /**
3009
- * 主诉
3679
+ * 类型
3010
3680
  注意:此字段可能返回 null,表示取不到有效值。
3011
3681
  */
3012
- ChiefComplaint?: ChiefComplaintBlock
3682
+ Name?: string
3013
3683
  /**
3014
- * 入院情况
3684
+ * 项目原文
3015
3685
  注意:此字段可能返回 null,表示取不到有效值。
3016
3686
  */
3017
- AdmissionCondition?: AdmissionConditionBlock
3687
+ Item?: PhysicalBaseItem
3018
3688
  /**
3019
- * 查体
3689
+ * 方位
3020
3690
  注意:此字段可能返回 null,表示取不到有效值。
3021
3691
  */
3022
- BodyExamination?: BodyExaminationBlock
3692
+ Location?: PhysicalBaseItem
3023
3693
  /**
3024
- * 入院诊断
3694
+ * 描述
3025
3695
  注意:此字段可能返回 null,表示取不到有效值。
3026
3696
  */
3027
- AdmissionDiagnosis?: AdmissionDiagnosisBlock
3697
+ Result?: PhysicalBaseItem
3698
+ }
3699
+
3700
+ /**
3701
+ * 组织学类型
3702
+ */
3703
+ export interface HistologyType {
3028
3704
  /**
3029
- * 入院中医诊断
3705
+ * 浸润
3030
3706
  注意:此字段可能返回 null,表示取不到有效值。
3031
3707
  */
3032
- AdmissionTraditionalDiagnosis?: AdmissionDiagnosisBlock
3708
+ Infiltration: string
3033
3709
  /**
3034
- * 入院西医诊断
3710
+ * 原文位置
3035
3711
  注意:此字段可能返回 null,表示取不到有效值。
3036
3712
  */
3037
- AdmissionModernDiagnosis?: AdmissionDiagnosisBlock
3713
+ Index: Array<number | bigint>
3038
3714
  /**
3039
- * 病理诊断
3715
+ * 原文
3040
3716
  注意:此字段可能返回 null,表示取不到有效值。
3041
3717
  */
3042
- PathologicalDiagnosis?: PathologicalDiagnosisBlock
3718
+ Src: string
3043
3719
  /**
3044
- * 现病史
3720
+ * 类型
3045
3721
  注意:此字段可能返回 null,表示取不到有效值。
3046
3722
  */
3047
- DiseasePresent?: DiseasePresentBlock
3723
+ Type: string
3724
+ }
3725
+
3726
+ /**
3727
+ * 块信息
3728
+ */
3729
+ export interface BlockInfo {
3048
3730
  /**
3049
- * 体征
3731
+ * 原文位置
3050
3732
  注意:此字段可能返回 null,表示取不到有效值。
3051
3733
  */
3052
- SymptomsAndSigns?: DiseasePresentBlock
3734
+ Index?: Array<number | bigint>
3053
3735
  /**
3054
- * 辅助检查
3736
+ * 阳性
3055
3737
  注意:此字段可能返回 null,表示取不到有效值。
3056
3738
  */
3057
- AuxiliaryExamination?: DiseasePresentBlock
3739
+ Positive?: string
3058
3740
  /**
3059
- * 特殊检查
3741
+ * 原文
3060
3742
  注意:此字段可能返回 null,表示取不到有效值。
3061
3743
  */
3062
- SpecialistExamination?: DiseasePresentBlock
3744
+ Src?: string
3063
3745
  /**
3064
- * 精神检查
3746
+ *
3065
3747
  注意:此字段可能返回 null,表示取不到有效值。
3066
3748
  */
3067
- MentalExamination?: DiseasePresentBlock
3749
+ Value?: string
3068
3750
  /**
3069
- * 检查记录
3751
+ * 类型
3070
3752
  注意:此字段可能返回 null,表示取不到有效值。
3071
3753
  */
3072
- CheckRecord?: DiseasePresentBlock
3754
+ Type?: string
3073
3755
  /**
3074
- * 检查结果
3756
+ * 名称
3075
3757
  注意:此字段可能返回 null,表示取不到有效值。
3076
3758
  */
3077
- InspectResult?: DiseasePresentBlock
3759
+ Name?: string
3078
3760
  /**
3079
- * 治疗经过
3761
+ * 大小
3080
3762
  注意:此字段可能返回 null,表示取不到有效值。
3081
3763
  */
3082
- CheckAndTreatmentProcess?: DiseasePresentBlock
3764
+ Size?: Array<Size>
3765
+ }
3766
+
3767
+ /**
3768
+ * 手术记录
3769
+ */
3770
+ export interface Surgery {
3083
3771
  /**
3084
- * 手术经过
3772
+ * 手术史
3085
3773
  注意:此字段可能返回 null,表示取不到有效值。
3086
3774
  */
3087
- SurgeryCondition?: SurgeryConditionBlock
3775
+ SurgeryHistory?: SurgeryHistory
3088
3776
  /**
3089
- * 切口愈合
3777
+ * 其他信息
3090
3778
  注意:此字段可能返回 null,表示取不到有效值。
3091
3779
  */
3092
- IncisionHealing?: DiseasePresentBlock
3780
+ OtherInfo?: OtherInfo
3781
+ }
3782
+
3783
+ /**
3784
+ * 结构化信息
3785
+ */
3786
+ export interface Block {
3093
3787
  /**
3094
- * 出院诊断
3788
+ * 诊断信息
3095
3789
  注意:此字段可能返回 null,表示取不到有效值。
3096
3790
  */
3097
- DischargeDiagnosis?: DischargeDiagnosisBlock
3791
+ Check?: Array<Check>
3098
3792
  /**
3099
- * 出院中医诊断
3793
+ * 病理报告
3100
3794
  注意:此字段可能返回 null,表示取不到有效值。
3101
3795
  */
3102
- DischargeTraditionalDiagnosis?: DiseasePresentBlock
3796
+ Pathology?: Array<PathologyReport>
3103
3797
  /**
3104
- * 出院西医诊断
3798
+ * 医学资料
3105
3799
  注意:此字段可能返回 null,表示取不到有效值。
3106
3800
  */
3107
- DischargeModernDiagnosis?: DischargeDiagnosisBlock
3801
+ MedDoc?: Array<MedDoc>
3108
3802
  /**
3109
- * 出院情况
3803
+ * 诊断证明
3110
3804
  注意:此字段可能返回 null,表示取不到有效值。
3111
3805
  */
3112
- DischargeCondition?: DischargeConditionBlock
3806
+ DiagCert?: Array<DiagCert>
3113
3807
  /**
3114
- * 出院医嘱
3808
+ * 病案首页
3115
3809
  注意:此字段可能返回 null,表示取不到有效值。
3116
3810
  */
3117
- DischargeInstructions?: DiseasePresentBlock
3811
+ FirstPage?: Array<FirstPage>
3118
3812
  /**
3119
- * 治疗建议
3813
+ * 检验报告
3120
3814
  注意:此字段可能返回 null,表示取不到有效值。
3121
3815
  */
3122
- TreatmentSuggestion?: DiseasePresentBlock
3816
+ Indicator?: Array<Indicator>
3123
3817
  /**
3124
- * 随访
3818
+ * 门诊病历信息
3125
3819
  注意:此字段可能返回 null,表示取不到有效值。
3126
3820
  */
3127
- FollowUpRequirements?: DiseasePresentBlock
3821
+ MedicalRecordInfo?: Array<MedicalRecordInfo>
3128
3822
  /**
3129
- * 治疗情况变化
3823
+ * 出入院信息
3130
3824
  注意:此字段可能返回 null,表示取不到有效值。
3131
3825
  */
3132
- ConditionChanges?: DiseasePresentBlock
3826
+ Hospitalization?: Array<Hospitalization>
3133
3827
  /**
3134
- * 收缩压
3828
+ * 手术记录
3135
3829
  注意:此字段可能返回 null,表示取不到有效值。
3136
3830
  */
3137
- PulmonaryArterySystolicPressure?: DiseasePresentBlock
3831
+ Surgery?: Array<Surgery>
3138
3832
  /**
3139
- * bclc分期
3833
+ * 处方单
3140
3834
  注意:此字段可能返回 null,表示取不到有效值。
3141
3835
  */
3142
- BCLC?: DiseasePresentBlock
3836
+ Prescription?: Array<Prescription>
3143
3837
  /**
3144
- * PTNM分期
3838
+ * 免疫接种证明
3145
3839
  注意:此字段可能返回 null,表示取不到有效值。
3146
3840
  */
3147
- PTNM?: PTNMBlock
3841
+ VaccineCertificate?: Array<VaccineCertificate>
3148
3842
  /**
3149
- * ECOG评分
3843
+ * 心电图
3150
3844
  注意:此字段可能返回 null,表示取不到有效值。
3151
3845
  */
3152
- ECOG?: DiseasePresentBlock
3846
+ Electrocardiogram?: Array<Electrocardiogram>
3153
3847
  /**
3154
- * NRS评分
3848
+ * 病理报告v2
3155
3849
  注意:此字段可能返回 null,表示取不到有效值。
3156
3850
  */
3157
- NRS?: DiseasePresentBlock
3851
+ PathologyV2?: Array<PathologyV2>
3158
3852
  /**
3159
- * kps评分
3853
+ * 内窥镜报告
3160
3854
  注意:此字段可能返回 null,表示取不到有效值。
3161
3855
  */
3162
- KPS?: DiseasePresentBlock
3856
+ Endoscopy?: Array<Endoscopy>
3163
3857
  /**
3164
- * 癌症分期
3858
+ * C14检验报告
3165
3859
  注意:此字段可能返回 null,表示取不到有效值。
3166
3860
  */
3167
- Cancerstaging?: ClinicalStaging
3861
+ C14?: Array<Indicator>
3168
3862
  /**
3169
- * 死亡时间
3863
+ * 体检结论
3170
3864
  注意:此字段可能返回 null,表示取不到有效值。
3171
3865
  */
3172
- DeathDate?: DeathDateBlock
3866
+ Exame?: Array<Exame>
3173
3867
  /**
3174
- * 复发日期
3868
+ * 出入院结构体
3175
3869
  注意:此字段可能返回 null,表示取不到有效值。
3176
3870
  */
3177
- RelapseDate?: RelapseDateBlock
3871
+ MedDocV2?: Array<DischargeInfoBlock>
3178
3872
  /**
3179
- * 观察日期
3873
+ * 检验报告v3
3180
3874
  注意:此字段可能返回 null,表示取不到有效值。
3181
3875
  */
3182
- ObservationDays?: DeathDateBlock
3876
+ IndicatorV3?: Array<IndicatorV3>
3183
3877
  /**
3184
- * 切口愈合情况
3878
+ * 孕产报告
3185
3879
  注意:此字段可能返回 null,表示取不到有效值。
3186
3880
  */
3187
- IncisionHealingText?: string
3881
+ Maternity?: Array<Maternity>
3188
3882
  /**
3189
- * 辅助检查
3883
+ * 时间轴
3190
3884
  注意:此字段可能返回 null,表示取不到有效值。
3191
3885
  */
3192
- AuxiliaryExaminationText?: string
3886
+ Timeline?: Array<TimelineInformation>
3193
3887
  /**
3194
- * 特殊检查
3888
+ * 核酸报告结论
3195
3889
  注意:此字段可能返回 null,表示取不到有效值。
3196
3890
  */
3197
- SpecialExamText?: string
3891
+ Covid?: Array<CovidItemsInfo>
3198
3892
  /**
3199
- * 门诊诊断
3893
+ * 眼科报告结构体
3200
3894
  注意:此字段可能返回 null,表示取不到有效值。
3201
3895
  */
3202
- OutpatientDiagnosisText?: string
3896
+ Eye?: Array<EyeItemsInfo>
3203
3897
  /**
3204
- * 入院情况
3898
+ * 出生证明结构化信息
3205
3899
  注意:此字段可能返回 null,表示取不到有效值。
3206
3900
  */
3207
- AdmissionConditionText?: string
3901
+ BirthCert?: Array<BirthCert>
3208
3902
  /**
3209
- * 诊疗经过
3903
+ * 文本类型列表
3210
3904
  注意:此字段可能返回 null,表示取不到有效值。
3211
3905
  */
3212
- CheckAndTreatmentProcessText?: string
3906
+ TextTypeListBlocks?: Array<TextTypeListBlock>
3213
3907
  /**
3214
- * 体征
3908
+ * 体检报告信息
3215
3909
  注意:此字段可能返回 null,表示取不到有效值。
3216
3910
  */
3217
- SymptomsAndSignsText?: string
3911
+ PhysicalExamination?: PhysicalExaminationV1
3912
+ }
3913
+
3914
+ /**
3915
+ * 文本类型
3916
+ */
3917
+ export interface TextType {
3218
3918
  /**
3219
- * 出院医嘱
3919
+ * 类别Id
3220
3920
  注意:此字段可能返回 null,表示取不到有效值。
3221
3921
  */
3222
- DischargeInstructionsText?: string
3922
+ Id: number
3223
3923
  /**
3224
- * 入院诊断
3924
+ * 类别层级
3225
3925
  注意:此字段可能返回 null,表示取不到有效值。
3226
3926
  */
3227
- AdmissionDiagnosisText?: string
3927
+ Level: number
3228
3928
  /**
3229
- * 手术情况
3929
+ * 类别名
3230
3930
  注意:此字段可能返回 null,表示取不到有效值。
3231
3931
  */
3232
- SurgeryConditionText?: string
3932
+ Name: string
3933
+ }
3934
+
3935
+ /**
3936
+ * 心电图指标项
3937
+ */
3938
+ export interface EcgItem {
3233
3939
  /**
3234
- * 病理诊断
3940
+ * 名称
3235
3941
  注意:此字段可能返回 null,表示取不到有效值。
3236
3942
  */
3237
- PathologicalDiagnosisText?: string
3943
+ Name: string
3238
3944
  /**
3239
- * 出院情况
3945
+ *
3240
3946
  注意:此字段可能返回 null,表示取不到有效值。
3241
3947
  */
3242
- DischargeConditionText?: string
3948
+ Value: string
3243
3949
  /**
3244
- * 检查记录
3950
+ * 单位
3245
3951
  注意:此字段可能返回 null,表示取不到有效值。
3246
3952
  */
3247
- CheckRecordText?: string
3248
- /**
3249
- * 主诉
3250
- 注意:此字段可能返回 null,表示取不到有效值。
3251
- */
3252
- ChiefComplaintText?: string
3253
- /**
3254
- * 出院诊断
3255
- 注意:此字段可能返回 null,表示取不到有效值。
3256
- */
3257
- DischargeDiagnosisText?: string
3258
- }
3259
-
3260
- /**
3261
- * 组织学类型
3262
- */
3263
- export interface HistologyType {
3264
- /**
3265
- * 浸润
3266
- 注意:此字段可能返回 null,表示取不到有效值。
3267
- */
3268
- Infiltration: string
3269
- /**
3270
- * 原文位置
3271
- 注意:此字段可能返回 null,表示取不到有效值。
3272
- */
3273
- Index: Array<number | bigint>
3953
+ Unit: string
3274
3954
  /**
3275
3955
  * 原文
3276
3956
  注意:此字段可能返回 null,表示取不到有效值。
3277
3957
  */
3278
3958
  Src: string
3279
- /**
3280
- * 类型
3281
- 注意:此字段可能返回 null,表示取不到有效值。
3282
- */
3283
- Type: string
3284
- }
3285
-
3286
- /**
3287
- * 块信息
3288
- */
3289
- export interface BlockInfo {
3290
- /**
3291
- * 原文位置
3292
- 注意:此字段可能返回 null,表示取不到有效值。
3293
- */
3294
- Index?: Array<number | bigint>
3295
- /**
3296
- * 阳性
3297
- 注意:此字段可能返回 null,表示取不到有效值。
3298
- */
3299
- Positive?: string
3300
- /**
3301
- * 原文
3302
- 注意:此字段可能返回 null,表示取不到有效值。
3303
- */
3304
- Src?: string
3305
- /**
3306
- * 值
3307
- 注意:此字段可能返回 null,表示取不到有效值。
3308
- */
3309
- Value?: string
3310
- /**
3311
- * 类型
3312
- 注意:此字段可能返回 null,表示取不到有效值。
3313
- */
3314
- Type?: string
3315
- /**
3316
- * 名称
3317
- 注意:此字段可能返回 null,表示取不到有效值。
3318
- */
3319
- Name?: string
3320
- /**
3321
- * 大小
3322
- 注意:此字段可能返回 null,表示取不到有效值。
3323
- */
3324
- Size?: Array<Size>
3325
- }
3326
-
3327
- /**
3328
- * 手术记录
3329
- */
3330
- export interface Surgery {
3331
- /**
3332
- * 手术史
3333
- 注意:此字段可能返回 null,表示取不到有效值。
3334
- */
3335
- SurgeryHistory?: SurgeryHistory
3336
- /**
3337
- * 其他信息
3338
- 注意:此字段可能返回 null,表示取不到有效值。
3339
- */
3340
- OtherInfo?: OtherInfo
3341
- }
3342
-
3343
- /**
3344
- * 文本类型
3345
- */
3346
- export interface TextType {
3347
- /**
3348
- * 类别Id
3349
- 注意:此字段可能返回 null,表示取不到有效值。
3350
- */
3351
- Id: number
3352
- /**
3353
- * 类别层级
3354
- 注意:此字段可能返回 null,表示取不到有效值。
3355
- */
3356
- Level: number
3357
- /**
3358
- * 类别名
3359
- 注意:此字段可能返回 null,表示取不到有效值。
3360
- */
3361
- Name: string
3362
3959
  }
3363
3960
 
3364
3961
  /**
3365
- * 心电图指标项
3962
+ * 体检报告-妇科-子宫
3366
3963
  */
3367
- export interface EcgItem {
3964
+ export interface GynaecologyUterus {
3368
3965
  /**
3369
- * 名称
3370
- 注意:此字段可能返回 null,表示取不到有效值。
3371
- */
3372
- Name: string
3373
- /**
3374
- * 值
3375
- 注意:此字段可能返回 null,表示取不到有效值。
3376
- */
3377
- Value: string
3378
- /**
3379
- * 单位
3380
- 注意:此字段可能返回 null,表示取不到有效值。
3381
- */
3382
- Unit: string
3383
- /**
3384
- * 原文
3966
+ * 子宫总体描述
3385
3967
  注意:此字段可能返回 null,表示取不到有效值。
3386
3968
  */
3387
- Src: string
3969
+ Text?: KeyValueItem
3388
3970
  }
3389
3971
 
3390
3972
  /**
@@ -3528,6 +4110,22 @@ export interface Fetus {
3528
4110
  Src?: string
3529
4111
  }
3530
4112
 
4113
+ /**
4114
+ * 体检报告-耳鼻喉科-耳朵
4115
+ */
4116
+ export interface OtolaryngologyEar {
4117
+ /**
4118
+ * 耳总体描述
4119
+ 注意:此字段可能返回 null,表示取不到有效值。
4120
+ */
4121
+ Text?: KeyValueItem
4122
+ /**
4123
+ * 听力
4124
+ 注意:此字段可能返回 null,表示取不到有效值。
4125
+ */
4126
+ Hearing?: HearingItem
4127
+ }
4128
+
3531
4129
  /**
3532
4130
  * 图片信息
3533
4131
  */
@@ -3619,191 +4217,576 @@ export interface Check {
3619
4217
  */
3620
4218
  export interface EcgDiagnosis {
3621
4219
  /**
3622
- * 名称
4220
+ * 名称
4221
+ 注意:此字段可能返回 null,表示取不到有效值。
4222
+ */
4223
+ Name: string
4224
+ /**
4225
+ * 值
4226
+ 注意:此字段可能返回 null,表示取不到有效值。
4227
+ */
4228
+ Value: Array<string>
4229
+ }
4230
+
4231
+ /**
4232
+ * 免疫组化
4233
+ */
4234
+ export interface ImmunohistochemistryBlock {
4235
+ /**
4236
+ * 名称
4237
+ 注意:此字段可能返回 null,表示取不到有效值。
4238
+ */
4239
+ Name?: string
4240
+ /**
4241
+ * 原文
4242
+ 注意:此字段可能返回 null,表示取不到有效值。
4243
+ */
4244
+ Src?: string
4245
+ /**
4246
+ * 免疫组化详情
4247
+ 注意:此字段可能返回 null,表示取不到有效值。
4248
+ */
4249
+ Value?: Array<IHCBlock>
4250
+ }
4251
+
4252
+ /**
4253
+ * 体检报告-耳鼻喉科-喉
4254
+ */
4255
+ export interface OtolaryngologyLarynx {
4256
+ /**
4257
+ * 喉总体描述
4258
+ 注意:此字段可能返回 null,表示取不到有效值。
4259
+ */
4260
+ Text?: KeyValueItem
4261
+ }
4262
+
4263
+ /**
4264
+ * 诊断结论
4265
+ */
4266
+ export interface SummaryInfo {
4267
+ /**
4268
+ * 诊断结论文本
4269
+ 注意:此字段可能返回 null,表示取不到有效值。
4270
+ */
4271
+ Text?: BaseInfo
4272
+ /**
4273
+ * 诊断结论详情
4274
+ 注意:此字段可能返回 null,表示取不到有效值。
4275
+ */
4276
+ Infos?: Array<DetailInformation>
4277
+ }
4278
+
4279
+ /**
4280
+ * 描述段落
4281
+ */
4282
+ export interface DescInfo {
4283
+ /**
4284
+ * 描述段落文本
4285
+ 注意:此字段可能返回 null,表示取不到有效值。
4286
+ */
4287
+ Text?: BaseInfo
4288
+ /**
4289
+ * 描述段落详情
4290
+ 注意:此字段可能返回 null,表示取不到有效值。
4291
+ */
4292
+ Infos?: Array<DetailInformation>
4293
+ }
4294
+
4295
+ /**
4296
+ * 组织学类
4297
+ */
4298
+ export interface HistologyClass {
4299
+ /**
4300
+ * 项目名称
4301
+ 注意:此字段可能返回 null,表示取不到有效值。
4302
+ */
4303
+ Name?: string
4304
+ /**
4305
+ * 索引
4306
+ 注意:此字段可能返回 null,表示取不到有效值。
4307
+ */
4308
+ Index?: Array<number | bigint>
4309
+ /**
4310
+ * 原文
4311
+ 注意:此字段可能返回 null,表示取不到有效值。
4312
+ */
4313
+ Src?: string
4314
+ /**
4315
+ * 归一化值
4316
+ 注意:此字段可能返回 null,表示取不到有效值。
4317
+ */
4318
+ Value?: string
4319
+ /**
4320
+ * 原文对应坐标
4321
+ 注意:此字段可能返回 null,表示取不到有效值。
4322
+ */
4323
+ Coords?: Array<Coord>
4324
+ }
4325
+
4326
+ /**
4327
+ * 家族史
4328
+ */
4329
+ export interface FamilyHistoryBlock {
4330
+ /**
4331
+ * 家庭成员
4332
+ 注意:此字段可能返回 null,表示取不到有效值。
4333
+ */
4334
+ RelativeHistory?: RelativeHistoryBlock
4335
+ /**
4336
+ * 家族肿瘤史
4337
+ 注意:此字段可能返回 null,表示取不到有效值。
4338
+ */
4339
+ RelativeCancerHistory?: RelativeCancerHistoryBlock
4340
+ /**
4341
+ * 家族遗传史
4342
+ 注意:此字段可能返回 null,表示取不到有效值。
4343
+ */
4344
+ GeneticHistory?: GeneticHistoryBlock
4345
+ }
4346
+
4347
+ /**
4348
+ * 入院诊断
4349
+ */
4350
+ export interface AdmissionDiagnosisBlock {
4351
+ /**
4352
+ * 名称
4353
+ 注意:此字段可能返回 null,表示取不到有效值。
4354
+ */
4355
+ Name?: string
4356
+ /**
4357
+ * 原文
4358
+ 注意:此字段可能返回 null,表示取不到有效值。
4359
+ */
4360
+ Src?: string
4361
+ /**
4362
+ * 归一化值
4363
+ 注意:此字段可能返回 null,表示取不到有效值。
4364
+ */
4365
+ Norm?: string
4366
+ /**
4367
+ * 对外输出值
4368
+ 注意:此字段可能返回 null,表示取不到有效值。
4369
+ */
4370
+ Value?: string
4371
+ }
4372
+
4373
+ /**
4374
+ * 治疗记录
4375
+ */
4376
+ export interface TreatmentRecordBlock {
4377
+ /**
4378
+ * 免疫组化
4379
+ 注意:此字段可能返回 null,表示取不到有效值。
4380
+ */
4381
+ Immunohistochemistry?: ImmunohistochemistryBlock
4382
+ /**
4383
+ * 主诉
4384
+ 注意:此字段可能返回 null,表示取不到有效值。
4385
+ */
4386
+ ChiefComplaint?: ChiefComplaintBlock
4387
+ /**
4388
+ * 入院情况
4389
+ 注意:此字段可能返回 null,表示取不到有效值。
4390
+ */
4391
+ AdmissionCondition?: AdmissionConditionBlock
4392
+ /**
4393
+ * 查体
4394
+ 注意:此字段可能返回 null,表示取不到有效值。
4395
+ */
4396
+ BodyExamination?: BodyExaminationBlock
4397
+ /**
4398
+ * 入院诊断
4399
+ 注意:此字段可能返回 null,表示取不到有效值。
4400
+ */
4401
+ AdmissionDiagnosis?: AdmissionDiagnosisBlock
4402
+ /**
4403
+ * 入院中医诊断
4404
+ 注意:此字段可能返回 null,表示取不到有效值。
4405
+ */
4406
+ AdmissionTraditionalDiagnosis?: AdmissionDiagnosisBlock
4407
+ /**
4408
+ * 入院西医诊断
4409
+ 注意:此字段可能返回 null,表示取不到有效值。
4410
+ */
4411
+ AdmissionModernDiagnosis?: AdmissionDiagnosisBlock
4412
+ /**
4413
+ * 病理诊断
4414
+ 注意:此字段可能返回 null,表示取不到有效值。
4415
+ */
4416
+ PathologicalDiagnosis?: PathologicalDiagnosisBlock
4417
+ /**
4418
+ * 现病史
4419
+ 注意:此字段可能返回 null,表示取不到有效值。
4420
+ */
4421
+ DiseasePresent?: DiseasePresentBlock
4422
+ /**
4423
+ * 体征
4424
+ 注意:此字段可能返回 null,表示取不到有效值。
4425
+ */
4426
+ SymptomsAndSigns?: DiseasePresentBlock
4427
+ /**
4428
+ * 辅助检查
4429
+ 注意:此字段可能返回 null,表示取不到有效值。
4430
+ */
4431
+ AuxiliaryExamination?: DiseasePresentBlock
4432
+ /**
4433
+ * 特殊检查
4434
+ 注意:此字段可能返回 null,表示取不到有效值。
4435
+ */
4436
+ SpecialistExamination?: DiseasePresentBlock
4437
+ /**
4438
+ * 精神检查
4439
+ 注意:此字段可能返回 null,表示取不到有效值。
4440
+ */
4441
+ MentalExamination?: DiseasePresentBlock
4442
+ /**
4443
+ * 检查记录
4444
+ 注意:此字段可能返回 null,表示取不到有效值。
4445
+ */
4446
+ CheckRecord?: DiseasePresentBlock
4447
+ /**
4448
+ * 检查结果
4449
+ 注意:此字段可能返回 null,表示取不到有效值。
4450
+ */
4451
+ InspectResult?: DiseasePresentBlock
4452
+ /**
4453
+ * 治疗经过
4454
+ 注意:此字段可能返回 null,表示取不到有效值。
4455
+ */
4456
+ CheckAndTreatmentProcess?: DiseasePresentBlock
4457
+ /**
4458
+ * 手术经过
4459
+ 注意:此字段可能返回 null,表示取不到有效值。
4460
+ */
4461
+ SurgeryCondition?: SurgeryConditionBlock
4462
+ /**
4463
+ * 切口愈合
4464
+ 注意:此字段可能返回 null,表示取不到有效值。
4465
+ */
4466
+ IncisionHealing?: DiseasePresentBlock
4467
+ /**
4468
+ * 出院诊断
4469
+ 注意:此字段可能返回 null,表示取不到有效值。
4470
+ */
4471
+ DischargeDiagnosis?: DischargeDiagnosisBlock
4472
+ /**
4473
+ * 出院中医诊断
4474
+ 注意:此字段可能返回 null,表示取不到有效值。
4475
+ */
4476
+ DischargeTraditionalDiagnosis?: DiseasePresentBlock
4477
+ /**
4478
+ * 出院西医诊断
4479
+ 注意:此字段可能返回 null,表示取不到有效值。
4480
+ */
4481
+ DischargeModernDiagnosis?: DischargeDiagnosisBlock
4482
+ /**
4483
+ * 出院情况
4484
+ 注意:此字段可能返回 null,表示取不到有效值。
4485
+ */
4486
+ DischargeCondition?: DischargeConditionBlock
4487
+ /**
4488
+ * 出院医嘱
4489
+ 注意:此字段可能返回 null,表示取不到有效值。
4490
+ */
4491
+ DischargeInstructions?: DiseasePresentBlock
4492
+ /**
4493
+ * 治疗建议
4494
+ 注意:此字段可能返回 null,表示取不到有效值。
4495
+ */
4496
+ TreatmentSuggestion?: DiseasePresentBlock
4497
+ /**
4498
+ * 随访
4499
+ 注意:此字段可能返回 null,表示取不到有效值。
4500
+ */
4501
+ FollowUpRequirements?: DiseasePresentBlock
4502
+ /**
4503
+ * 治疗情况变化
4504
+ 注意:此字段可能返回 null,表示取不到有效值。
4505
+ */
4506
+ ConditionChanges?: DiseasePresentBlock
4507
+ /**
4508
+ * 收缩压
4509
+ 注意:此字段可能返回 null,表示取不到有效值。
4510
+ */
4511
+ PulmonaryArterySystolicPressure?: DiseasePresentBlock
4512
+ /**
4513
+ * bclc分期
4514
+ 注意:此字段可能返回 null,表示取不到有效值。
4515
+ */
4516
+ BCLC?: DiseasePresentBlock
4517
+ /**
4518
+ * PTNM分期
4519
+ 注意:此字段可能返回 null,表示取不到有效值。
4520
+ */
4521
+ PTNM?: PTNMBlock
4522
+ /**
4523
+ * ECOG评分
4524
+ 注意:此字段可能返回 null,表示取不到有效值。
4525
+ */
4526
+ ECOG?: DiseasePresentBlock
4527
+ /**
4528
+ * NRS评分
4529
+ 注意:此字段可能返回 null,表示取不到有效值。
4530
+ */
4531
+ NRS?: DiseasePresentBlock
4532
+ /**
4533
+ * kps评分
4534
+ 注意:此字段可能返回 null,表示取不到有效值。
4535
+ */
4536
+ KPS?: DiseasePresentBlock
4537
+ /**
4538
+ * 癌症分期
4539
+ 注意:此字段可能返回 null,表示取不到有效值。
4540
+ */
4541
+ Cancerstaging?: ClinicalStaging
4542
+ /**
4543
+ * 死亡时间
4544
+ 注意:此字段可能返回 null,表示取不到有效值。
4545
+ */
4546
+ DeathDate?: DeathDateBlock
4547
+ /**
4548
+ * 复发日期
4549
+ 注意:此字段可能返回 null,表示取不到有效值。
4550
+ */
4551
+ RelapseDate?: RelapseDateBlock
4552
+ /**
4553
+ * 观察日期
4554
+ 注意:此字段可能返回 null,表示取不到有效值。
4555
+ */
4556
+ ObservationDays?: DeathDateBlock
4557
+ /**
4558
+ * 切口愈合情况
4559
+ 注意:此字段可能返回 null,表示取不到有效值。
4560
+ */
4561
+ IncisionHealingText?: string
4562
+ /**
4563
+ * 辅助检查
4564
+ 注意:此字段可能返回 null,表示取不到有效值。
4565
+ */
4566
+ AuxiliaryExaminationText?: string
4567
+ /**
4568
+ * 特殊检查
4569
+ 注意:此字段可能返回 null,表示取不到有效值。
4570
+ */
4571
+ SpecialExamText?: string
4572
+ /**
4573
+ * 门诊诊断
4574
+ 注意:此字段可能返回 null,表示取不到有效值。
4575
+ */
4576
+ OutpatientDiagnosisText?: string
4577
+ /**
4578
+ * 入院情况
4579
+ 注意:此字段可能返回 null,表示取不到有效值。
4580
+ */
4581
+ AdmissionConditionText?: string
4582
+ /**
4583
+ * 诊疗经过
4584
+ 注意:此字段可能返回 null,表示取不到有效值。
4585
+ */
4586
+ CheckAndTreatmentProcessText?: string
4587
+ /**
4588
+ * 体征
4589
+ 注意:此字段可能返回 null,表示取不到有效值。
4590
+ */
4591
+ SymptomsAndSignsText?: string
4592
+ /**
4593
+ * 出院医嘱
4594
+ 注意:此字段可能返回 null,表示取不到有效值。
4595
+ */
4596
+ DischargeInstructionsText?: string
4597
+ /**
4598
+ * 入院诊断
4599
+ 注意:此字段可能返回 null,表示取不到有效值。
4600
+ */
4601
+ AdmissionDiagnosisText?: string
4602
+ /**
4603
+ * 手术情况
4604
+ 注意:此字段可能返回 null,表示取不到有效值。
4605
+ */
4606
+ SurgeryConditionText?: string
4607
+ /**
4608
+ * 病理诊断
4609
+ 注意:此字段可能返回 null,表示取不到有效值。
4610
+ */
4611
+ PathologicalDiagnosisText?: string
4612
+ /**
4613
+ * 出院情况
4614
+ 注意:此字段可能返回 null,表示取不到有效值。
4615
+ */
4616
+ DischargeConditionText?: string
4617
+ /**
4618
+ * 检查记录
3623
4619
  注意:此字段可能返回 null,表示取不到有效值。
3624
4620
  */
3625
- Name: string
4621
+ CheckRecordText?: string
3626
4622
  /**
3627
- *
4623
+ * 主诉
3628
4624
  注意:此字段可能返回 null,表示取不到有效值。
3629
4625
  */
3630
- Value: Array<string>
4626
+ ChiefComplaintText?: string
4627
+ /**
4628
+ * 出院诊断
4629
+ 注意:此字段可能返回 null,表示取不到有效值。
4630
+ */
4631
+ DischargeDiagnosisText?: string
3631
4632
  }
3632
4633
 
3633
4634
  /**
3634
- * 免疫组化
4635
+ * 弹性质地
3635
4636
  */
3636
- export interface ImmunohistochemistryBlock {
4637
+ export interface Elastic {
3637
4638
  /**
3638
- * 名称
4639
+ * 原文位置
3639
4640
  注意:此字段可能返回 null,表示取不到有效值。
3640
4641
  */
3641
- Name?: string
4642
+ Index: Array<number | bigint>
3642
4643
  /**
3643
- * 原文
4644
+ * 分数
3644
4645
  注意:此字段可能返回 null,表示取不到有效值。
3645
4646
  */
3646
- Src?: string
4647
+ Score: string
3647
4648
  /**
3648
- * 免疫组化详情
4649
+ * 原文
3649
4650
  注意:此字段可能返回 null,表示取不到有效值。
3650
4651
  */
3651
- Value?: Array<IHCBlock>
3652
- }
3653
-
3654
- /**
3655
- * 诊断结论
3656
- */
3657
- export interface SummaryInfo {
4652
+ Src: string
3658
4653
  /**
3659
- * 诊断结论文本
4654
+ *
3660
4655
  注意:此字段可能返回 null,表示取不到有效值。
3661
4656
  */
3662
- Text?: BaseInfo
4657
+ Value: string
3663
4658
  /**
3664
- * 诊断结论详情
4659
+ * 名称
3665
4660
  注意:此字段可能返回 null,表示取不到有效值。
3666
4661
  */
3667
- Infos?: Array<DetailInformation>
4662
+ Name: string
3668
4663
  }
3669
4664
 
3670
4665
  /**
3671
- * 描述段落
4666
+ * 体检报告-胸围信息
3672
4667
  */
3673
- export interface DescInfo {
4668
+ export interface ChestCircumferenceItem {
3674
4669
  /**
3675
- * 描述段落文本
4670
+ * 类型
3676
4671
  注意:此字段可能返回 null,表示取不到有效值。
3677
4672
  */
3678
- Text?: BaseInfo
4673
+ Name?: string
3679
4674
  /**
3680
- * 描述段落详情
4675
+ * 项目原文
3681
4676
  注意:此字段可能返回 null,表示取不到有效值。
3682
4677
  */
3683
- Infos?: Array<DetailInformation>
3684
- }
3685
-
3686
- /**
3687
- * ImageToObject返回参数结构体
3688
- */
3689
- export interface ImageToObjectResponse {
4678
+ Item?: PhysicalBaseItem
3690
4679
  /**
3691
- * 报告结构化结果
4680
+ * 数值
3692
4681
  注意:此字段可能返回 null,表示取不到有效值。
3693
4682
  */
3694
- Template?: Template
4683
+ Result?: PhysicalBaseItem
3695
4684
  /**
3696
- * 多级分类结果
4685
+ * 单位
3697
4686
  注意:此字段可能返回 null,表示取不到有效值。
3698
4687
  */
3699
- TextTypeList?: Array<TextType>
4688
+ Unit?: PhysicalBaseItem
3700
4689
  /**
3701
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4690
+ * 呼吸状态
4691
+ 注意:此字段可能返回 null,表示取不到有效值。
3702
4692
  */
3703
- RequestId?: string
4693
+ State?: PhysicalBaseItem
3704
4694
  }
3705
4695
 
3706
4696
  /**
3707
- * 家族史
4697
+ * 体检报告-外科-肛门直肠
3708
4698
  */
3709
- export interface FamilyHistoryBlock {
4699
+ export interface SurgeryAnorectal {
3710
4700
  /**
3711
- * 家庭成员
4701
+ * 肛门直肠总体描述
3712
4702
  注意:此字段可能返回 null,表示取不到有效值。
3713
4703
  */
3714
- RelativeHistory?: RelativeHistoryBlock
4704
+ Text?: KeyValueItem
3715
4705
  /**
3716
- * 家族肿瘤史
4706
+ * 直肠指检
3717
4707
  注意:此字段可能返回 null,表示取不到有效值。
3718
4708
  */
3719
- RelativeCancerHistory?: RelativeCancerHistoryBlock
4709
+ DigitalRectalExamination?: KeyValueItem
3720
4710
  /**
3721
- * 家族遗传史
4711
+ * 痔疮
3722
4712
  注意:此字段可能返回 null,表示取不到有效值。
3723
4713
  */
3724
- GeneticHistory?: GeneticHistoryBlock
4714
+ Hemorrhoid?: KeyValueItem
3725
4715
  }
3726
4716
 
3727
4717
  /**
3728
- * 入院诊断
4718
+ * Ihc信息
3729
4719
  */
3730
- export interface AdmissionDiagnosisBlock {
4720
+ export interface IHCInfo {
3731
4721
  /**
3732
- * 名称
4722
+ * 原文位置
3733
4723
  注意:此字段可能返回 null,表示取不到有效值。
3734
4724
  */
3735
- Name?: string
4725
+ Index: Array<number | bigint>
3736
4726
  /**
3737
4727
  * 原文
3738
4728
  注意:此字段可能返回 null,表示取不到有效值。
3739
4729
  */
3740
- Src?: string
4730
+ Src: string
3741
4731
  /**
3742
- * 归一化值
4732
+ * 名称
3743
4733
  注意:此字段可能返回 null,表示取不到有效值。
3744
4734
  */
3745
- Norm?: string
4735
+ Name: string
3746
4736
  /**
3747
- * 对外输出值
3748
- 注意:此字段可能返回 null,表示取不到有效值。
4737
+ *
3749
4738
  */
3750
- Value?: string
4739
+ Value: Value
3751
4740
  }
3752
4741
 
3753
4742
  /**
3754
- * 弹性质地
4743
+ * 体检报告PDF信息
3755
4744
  */
3756
- export interface Elastic {
4745
+ export interface PdfInfo {
3757
4746
  /**
3758
- * 原文位置
3759
- 注意:此字段可能返回 null,表示取不到有效值。
4747
+ * pdf文件url链接(暂不支持)
3760
4748
  */
3761
- Index: Array<number | bigint>
4749
+ Url?: string
3762
4750
  /**
3763
- * 分数
3764
- 注意:此字段可能返回 null,表示取不到有效值。
4751
+ * pdf文件base64编码字符串
3765
4752
  */
3766
- Score: string
4753
+ Base64?: string
4754
+ }
4755
+
4756
+ /**
4757
+ * 体检报告-眼科
4758
+ */
4759
+ export interface OphthalmologyBaseItem {
3767
4760
  /**
3768
- * 原文
4761
+ * 裸眼视力
3769
4762
  注意:此字段可能返回 null,表示取不到有效值。
3770
4763
  */
3771
- Src: string
4764
+ BareEyeSight?: OphthalmologyBareEyeSight
3772
4765
  /**
3773
- *
4766
+ * 矫正视力
3774
4767
  注意:此字段可能返回 null,表示取不到有效值。
3775
4768
  */
3776
- Value: string
4769
+ CorrectedVisualAcuity?: OphthalmologyCorrectedVisualAcuity
3777
4770
  /**
3778
- * 名称
4771
+ * 色觉
3779
4772
  注意:此字段可能返回 null,表示取不到有效值。
3780
4773
  */
3781
- Name: string
3782
- }
3783
-
3784
- /**
3785
- * Ihc信息
3786
- */
3787
- export interface IHCInfo {
4774
+ ColourVision?: OphthalmologyColourVision
3788
4775
  /**
3789
- * 原文位置
4776
+ * 眼底
3790
4777
  注意:此字段可能返回 null,表示取不到有效值。
3791
4778
  */
3792
- Index: Array<number | bigint>
4779
+ Fundoscopy?: OphthalmologyFundoscopy
3793
4780
  /**
3794
- * 原文
4781
+ * 眼科其他
3795
4782
  注意:此字段可能返回 null,表示取不到有效值。
3796
4783
  */
3797
- Src: string
4784
+ Others?: Array<KeyValueItem>
3798
4785
  /**
3799
- * 名称
4786
+ * 眼科小结
3800
4787
  注意:此字段可能返回 null,表示取不到有效值。
3801
4788
  */
3802
- Name: string
3803
- /**
3804
- * 值
3805
- */
3806
- Value: Value
4789
+ BriefSummary?: OphthalmologyBriefSummary
3807
4790
  }
3808
4791
 
3809
4792
  /**
@@ -3906,6 +4889,32 @@ export interface Medicine {
3906
4889
  PackingUnit: string
3907
4890
  }
3908
4891
 
4892
+ /**
4893
+ * 病理诊断
4894
+ */
4895
+ export interface PathologicalDiagnosisBlock {
4896
+ /**
4897
+ * 名称
4898
+ 注意:此字段可能返回 null,表示取不到有效值。
4899
+ */
4900
+ Name?: string
4901
+ /**
4902
+ * 原文
4903
+ 注意:此字段可能返回 null,表示取不到有效值。
4904
+ */
4905
+ Src?: string
4906
+ /**
4907
+ * 病理详细
4908
+ 注意:此字段可能返回 null,表示取不到有效值。
4909
+ */
4910
+ Detail?: Array<PathologicalDiagnosisDetailBlock>
4911
+ /**
4912
+ * 值
4913
+ 注意:此字段可能返回 null,表示取不到有效值。
4914
+ */
4915
+ Value?: string
4916
+ }
4917
+
3909
4918
  /**
3910
4919
  * 指定报告类型选用其结构化版本
3911
4920
  */
@@ -3993,6 +5002,28 @@ export interface ObstericalMedicalHistory {
3993
5002
  FertilityHistory: string
3994
5003
  }
3995
5004
 
5005
+ /**
5006
+ * 体检报告-口腔科-牙龈
5007
+ */
5008
+ export interface StomatologyGingiva {
5009
+ /**
5010
+ * 牙龈总体描述
5011
+ 注意:此字段可能返回 null,表示取不到有效值。
5012
+ */
5013
+ Text?: KeyValueItem
5014
+ }
5015
+
5016
+ /**
5017
+ * 体检报告-耳鼻喉科-鼻
5018
+ */
5019
+ export interface OtolaryngologyNose {
5020
+ /**
5021
+ * 鼻总体描述
5022
+ 注意:此字段可能返回 null,表示取不到有效值。
5023
+ */
5024
+ Text?: KeyValueItem
5025
+ }
5026
+
3996
5027
  /**
3997
5028
  * 基础类型
3998
5029
  */
@@ -4050,6 +5081,17 @@ export interface BaseItem2 {
4050
5081
  Coords?: Array<Coord>
4051
5082
  }
4052
5083
 
5084
+ /**
5085
+ * 免疫接种证明
5086
+ */
5087
+ export interface VaccineCertificate {
5088
+ /**
5089
+ * 免疫接种列表
5090
+ 注意:此字段可能返回 null,表示取不到有效值。
5091
+ */
5092
+ VaccineList: Array<Vaccination>
5093
+ }
5094
+
4053
5095
  /**
4054
5096
  * 家族肿瘤史
4055
5097
  */
@@ -4208,73 +5250,162 @@ export interface ParagraphBlock {
4208
5250
  */
4209
5251
  BodyExaminationText?: string
4210
5252
  /**
4211
- * 专科检查
5253
+ * 专科检查
5254
+ 注意:此字段可能返回 null,表示取不到有效值。
5255
+ */
5256
+ SpecialistExaminationText?: string
5257
+ /**
5258
+ * 治疗结果
5259
+ 注意:此字段可能返回 null,表示取不到有效值。
5260
+ */
5261
+ TreatmentResultText?: string
5262
+ /**
5263
+ * 月经史
5264
+ 注意:此字段可能返回 null,表示取不到有效值。
5265
+ */
5266
+ MenstrualHistoryText?: string
5267
+ }
5268
+
5269
+ /**
5270
+ * 家庭成员详情
5271
+ */
5272
+ export interface RelativeHistoryDetailBlock {
5273
+ /**
5274
+ * 名称
5275
+ 注意:此字段可能返回 null,表示取不到有效值。
5276
+ */
5277
+ Name?: string
5278
+ /**
5279
+ * 关系
5280
+ 注意:此字段可能返回 null,表示取不到有效值。
5281
+ */
5282
+ Relation?: string
5283
+ /**
5284
+ * 死亡时间
5285
+ 注意:此字段可能返回 null,表示取不到有效值。
5286
+ */
5287
+ TimeOfDeath?: string
5288
+ /**
5289
+ * 时间类型
5290
+ 注意:此字段可能返回 null,表示取不到有效值。
5291
+ */
5292
+ TimeType?: string
5293
+ }
5294
+
5295
+ /**
5296
+ * 肯定列表
5297
+ */
5298
+ export interface PoslistBlock {
5299
+ /**
5300
+ * 名称
5301
+ 注意:此字段可能返回 null,表示取不到有效值。
5302
+ */
5303
+ Name?: string
5304
+ /**
5305
+ * 值
5306
+ 注意:此字段可能返回 null,表示取不到有效值。
5307
+ */
5308
+ Value?: string
5309
+ }
5310
+
5311
+ /**
5312
+ * 体检报告-妇科-月经史
5313
+ */
5314
+ export interface GynaecologyMenstrualHistory {
5315
+ /**
5316
+ * 妇科月经史总体描述
5317
+ 注意:此字段可能返回 null,表示取不到有效值。
5318
+ */
5319
+ Text?: KeyValueItem
5320
+ }
5321
+
5322
+ /**
5323
+ * 内窥镜报告
5324
+ */
5325
+ export interface Endoscopy {
5326
+ /**
5327
+ * 活检部位
5328
+ 注意:此字段可能返回 null,表示取不到有效值。
5329
+ */
5330
+ BiopsyPart: BiopsyPart
5331
+ /**
5332
+ * 可见描述
4212
5333
  注意:此字段可能返回 null,表示取不到有效值。
4213
5334
  */
4214
- SpecialistExaminationText?: string
5335
+ Desc: EndoscopyDesc
4215
5336
  /**
4216
- * 治疗结果
5337
+ * 结论
4217
5338
  注意:此字段可能返回 null,表示取不到有效值。
4218
5339
  */
4219
- TreatmentResultText?: string
5340
+ Summary: Summary
5341
+ }
5342
+
5343
+ /**
5344
+ * 处方单
5345
+ */
5346
+ export interface Prescription {
4220
5347
  /**
4221
- * 月经史
5348
+ * 药品列表
4222
5349
  注意:此字段可能返回 null,表示取不到有效值。
4223
5350
  */
4224
- MenstrualHistoryText?: string
5351
+ MedicineList: Array<Medicine>
4225
5352
  }
4226
5353
 
4227
5354
  /**
4228
- * 家庭成员详情
5355
+ * 体检报告-内科
4229
5356
  */
4230
- export interface RelativeHistoryDetailBlock {
5357
+ export interface InternalMedicineBaseItem {
4231
5358
  /**
4232
- * 名称
5359
+ * 体检报告-内科-腹部
4233
5360
  注意:此字段可能返回 null,表示取不到有效值。
4234
5361
  */
4235
- Name?: string
5362
+ Abdomen?: InternalMedicineAbdomen
4236
5363
  /**
4237
- * 关系
5364
+ * 体检报告-内科-心脏
4238
5365
  注意:此字段可能返回 null,表示取不到有效值。
4239
5366
  */
4240
- Relation?: string
5367
+ Heart?: InternalMedicineHeart
4241
5368
  /**
4242
- * 死亡时间
5369
+ * 体检报告-内科-血管
4243
5370
  注意:此字段可能返回 null,表示取不到有效值。
4244
5371
  */
4245
- TimeOfDeath?: string
5372
+ Vessel?: InternalMedicineVessel
4246
5373
  /**
4247
- * 时间类型
5374
+ * 体检报告-内科-呼吸系统
4248
5375
  注意:此字段可能返回 null,表示取不到有效值。
4249
5376
  */
4250
- TimeType?: string
4251
- }
4252
-
4253
- /**
4254
- * 肯定列表
4255
- */
4256
- export interface PoslistBlock {
5377
+ RespiratorySystem?: InternalMedicineRespiratorySystem
4257
5378
  /**
4258
- * 名称
5379
+ * 体检报告-内科-内科其他
4259
5380
  注意:此字段可能返回 null,表示取不到有效值。
4260
5381
  */
4261
- Name?: string
5382
+ Others?: Array<KeyValueItem>
4262
5383
  /**
4263
- *
5384
+ * 体检报告-内科-小结
4264
5385
  注意:此字段可能返回 null,表示取不到有效值。
4265
5386
  */
4266
- Value?: string
5387
+ BriefSummary?: InternalMedicineBriefSummary
4267
5388
  }
4268
5389
 
4269
5390
  /**
4270
- * 处方单
5391
+ * 体检报告-外科-泌尿生殖系统
4271
5392
  */
4272
- export interface Prescription {
5393
+ export interface SurgeryUrogenitalSystem {
4273
5394
  /**
4274
- * 药品列表
5395
+ * 泌尿生殖系统总体描述
4275
5396
  注意:此字段可能返回 null,表示取不到有效值。
4276
5397
  */
4277
- MedicineList: Array<Medicine>
5398
+ Text?: KeyValueItem
5399
+ /**
5400
+ * 前列腺
5401
+ 注意:此字段可能返回 null,表示取不到有效值。
5402
+ */
5403
+ Prostate?: KeyValueItem
5404
+ /**
5405
+ * 外生殖器(男性)
5406
+ 注意:此字段可能返回 null,表示取不到有效值。
5407
+ */
5408
+ ExternalReproductiveOrgans?: KeyValueItem
4278
5409
  }
4279
5410
 
4280
5411
  /**
@@ -4505,6 +5636,43 @@ export interface DosageBlock {
4505
5636
  DrugDeliveryRoute?: string
4506
5637
  }
4507
5638
 
5639
+ /**
5640
+ * 家庭成员
5641
+ */
5642
+ export interface RelativeHistoryBlock {
5643
+ /**
5644
+ * 名称
5645
+ 注意:此字段可能返回 null,表示取不到有效值。
5646
+ */
5647
+ Name?: string
5648
+ /**
5649
+ * 成员列表
5650
+ 注意:此字段可能返回 null,表示取不到有效值。
5651
+ */
5652
+ Detail?: Array<RelativeHistoryDetailBlock>
5653
+ /**
5654
+ * 原文
5655
+ 注意:此字段可能返回 null,表示取不到有效值。
5656
+ */
5657
+ Src?: string
5658
+ /**
5659
+ * 对外输出值
5660
+ 注意:此字段可能返回 null,表示取不到有效值。
5661
+ */
5662
+ Value?: string
5663
+ }
5664
+
5665
+ /**
5666
+ * 体检报告-口腔科-牙周
5667
+ */
5668
+ export interface StomatologyPeriodontics {
5669
+ /**
5670
+ * 牙周总体描述
5671
+ 注意:此字段可能返回 null,表示取不到有效值。
5672
+ */
5673
+ Text?: KeyValueItem
5674
+ }
5675
+
4508
5676
  /**
4509
5677
  * 活检部位
4510
5678
  */
@@ -4527,34 +5695,29 @@ export interface BiopsyPart {
4527
5695
  }
4528
5696
 
4529
5697
  /**
4530
- * 侵犯
5698
+ * 侵犯扩散
4531
5699
  */
4532
- export interface InvasiveV2 {
5700
+ export interface Invas {
4533
5701
  /**
4534
- * 索引
5702
+ * 原文位置
4535
5703
  注意:此字段可能返回 null,表示取不到有效值。
4536
5704
  */
4537
- Index?: Array<number | bigint>
5705
+ Index: Array<number | bigint>
4538
5706
  /**
4539
5707
  * 部位
4540
5708
  注意:此字段可能返回 null,表示取不到有效值。
4541
5709
  */
4542
- Part?: Part
5710
+ Part: Part
4543
5711
  /**
4544
- * 阴性或阳性
5712
+ * 阳性
4545
5713
  注意:此字段可能返回 null,表示取不到有效值。
4546
5714
  */
4547
- Positive?: string
5715
+ Positive: string
4548
5716
  /**
4549
5717
  * 原文
4550
5718
  注意:此字段可能返回 null,表示取不到有效值。
4551
5719
  */
4552
- Src?: string
4553
- /**
4554
- * 原文对应坐标
4555
- 注意:此字段可能返回 null,表示取不到有效值。
4556
- */
4557
- Coords?: Array<Coord>
5720
+ Src: string
4558
5721
  }
4559
5722
 
4560
5723
  /**
@@ -4579,6 +5742,42 @@ export interface ImageToClassRequest {
4579
5742
  UserType?: number
4580
5743
  }
4581
5744
 
5745
+ /**
5746
+ * 体检报告-内科-腹部-肝脏
5747
+ */
5748
+ export interface InternalMedicineAbdomenLiver {
5749
+ /**
5750
+ * 肝脏总体描述
5751
+ 注意:此字段可能返回 null,表示取不到有效值。
5752
+ */
5753
+ Src?: KeyValueItem
5754
+ /**
5755
+ * 肝脏大小
5756
+ 注意:此字段可能返回 null,表示取不到有效值。
5757
+ */
5758
+ Size?: KeyValueItem
5759
+ /**
5760
+ * 肝脏触诊
5761
+ 注意:此字段可能返回 null,表示取不到有效值。
5762
+ */
5763
+ Palpation?: KeyValueItem
5764
+ /**
5765
+ * 肝脏叩诊
5766
+ 注意:此字段可能返回 null,表示取不到有效值。
5767
+ */
5768
+ Percussion?: KeyValueItem
5769
+ /**
5770
+ * 肝脏压痛
5771
+ 注意:此字段可能返回 null,表示取不到有效值。
5772
+ */
5773
+ Tenderness?: KeyValueItem
5774
+ /**
5775
+ * 肝脏质地
5776
+ 注意:此字段可能返回 null,表示取不到有效值。
5777
+ */
5778
+ Consistency?: KeyValueItem
5779
+ }
5780
+
4582
5781
  /**
4583
5782
  * 标准信息类
4584
5783
  */
@@ -4610,6 +5809,119 @@ export interface BaseInfo {
4610
5809
  Coords?: Array<Coord>
4611
5810
  }
4612
5811
 
5812
+ /**
5813
+ * 体检报告综合信息
5814
+ */
5815
+ export interface PhysicalExamination {
5816
+ /**
5817
+ * 一般检查
5818
+ 注意:此字段可能返回 null,表示取不到有效值。
5819
+ */
5820
+ GeneralExamination?: GeneralExaminationBaseItem
5821
+ /**
5822
+ * 内科
5823
+ 注意:此字段可能返回 null,表示取不到有效值。
5824
+ */
5825
+ InternalMedicine?: InternalMedicineBaseItem
5826
+ /**
5827
+ * 外科
5828
+ 注意:此字段可能返回 null,表示取不到有效值。
5829
+ */
5830
+ Surgery?: SurgeryBaseItem
5831
+ /**
5832
+ * 口腔科
5833
+ 注意:此字段可能返回 null,表示取不到有效值。
5834
+ */
5835
+ Stomatology?: StomatologyBaseItem
5836
+ /**
5837
+ * 眼科
5838
+ 注意:此字段可能返回 null,表示取不到有效值。
5839
+ */
5840
+ Ophthalmology?: OphthalmologyBaseItem
5841
+ /**
5842
+ * 耳鼻喉科
5843
+ 注意:此字段可能返回 null,表示取不到有效值。
5844
+ */
5845
+ Otolaryngology?: OtolaryngologyBaseItem
5846
+ /**
5847
+ * 妇科
5848
+ 注意:此字段可能返回 null,表示取不到有效值。
5849
+ */
5850
+ Gynaecology?: GynaecologyBaseItem
5851
+ /**
5852
+ * 未标准化
5853
+ 注意:此字段可能返回 null,表示取不到有效值。
5854
+ */
5855
+ Unclassified?: Array<KeyValueItem>
5856
+ }
5857
+
5858
+ /**
5859
+ * 体检报告-内科-呼吸系统
5860
+ */
5861
+ export interface InternalMedicineRespiratorySystem {
5862
+ /**
5863
+ * 呼吸系统总体描述
5864
+ 注意:此字段可能返回 null,表示取不到有效值。
5865
+ */
5866
+ Text?: KeyValueItem
5867
+ /**
5868
+ * 胸廓
5869
+ 注意:此字段可能返回 null,表示取不到有效值。
5870
+ */
5871
+ Thoracic?: KeyValueItem
5872
+ /**
5873
+ * 痰量
5874
+ 注意:此字段可能返回 null,表示取不到有效值。
5875
+ */
5876
+ Sputum?: KeyValueItem
5877
+ /**
5878
+ * 肺部叩诊
5879
+ 注意:此字段可能返回 null,表示取不到有效值。
5880
+ */
5881
+ LungPercussion?: KeyValueItem
5882
+ /**
5883
+ * 肺部听诊其他
5884
+ 注意:此字段可能返回 null,表示取不到有效值。
5885
+ */
5886
+ LungAuscultation?: Array<KeyValueItem>
5887
+ }
5888
+
5889
+ /**
5890
+ * 体检报告血压检测信息
5891
+ */
5892
+ export interface BloodPressureItem {
5893
+ /**
5894
+ * 类型
5895
+ 注意:此字段可能返回 null,表示取不到有效值。
5896
+ */
5897
+ Name?: string
5898
+ /**
5899
+ * 项目原文
5900
+ 注意:此字段可能返回 null,表示取不到有效值。
5901
+ */
5902
+ Item?: PhysicalBaseItem
5903
+ /**
5904
+ * 数值
5905
+ 注意:此字段可能返回 null,表示取不到有效值。
5906
+ */
5907
+ Result?: PhysicalBaseItem
5908
+ /**
5909
+ * 单位
5910
+ 注意:此字段可能返回 null,表示取不到有效值。
5911
+ */
5912
+ Unit?: PhysicalBaseItem
5913
+ /**
5914
+ * 第几次
5915
+ 注意:此字段可能返回 null,表示取不到有效值。
5916
+ */
5917
+ Times?: PhysicalBaseItem
5918
+ /**
5919
+ * 左右手臂
5920
+ 注意:此字段可能返回 null,表示取不到有效值。
5921
+ */
5922
+ Location?: PhysicalBaseItem
5923
+ }
5924
+
4613
5925
  /**
4614
5926
  * TextToClass请求参数结构体
4615
5927
  */
@@ -4624,6 +5936,17 @@ export interface TextToClassRequest {
4624
5936
  UserType?: number
4625
5937
  }
4626
5938
 
5939
+ /**
5940
+ * 文本类型列表块
5941
+ */
5942
+ export interface TextTypeListBlock {
5943
+ /**
5944
+ * 文本类型列表
5945
+ 注意:此字段可能返回 null,表示取不到有效值。
5946
+ */
5947
+ TextTypeList?: Array<TextType>
5948
+ }
5949
+
4627
5950
  /**
4628
5951
  * 婚姻-生育史
4629
5952
  */
@@ -4640,6 +5963,47 @@ export interface ObstetricalHistoryBlock {
4640
5963
  FertilityHistory?: FertilityHistoryBlock
4641
5964
  }
4642
5965
 
5966
+ /**
5967
+ * 体检报告-外科-脊柱
5968
+ */
5969
+ export interface SurgerySpinalExtremities {
5970
+ /**
5971
+ * 脊柱四肢总体描述
5972
+ 注意:此字段可能返回 null,表示取不到有效值。
5973
+ */
5974
+ Text?: KeyValueItem
5975
+ /**
5976
+ * 脊柱
5977
+ 注意:此字段可能返回 null,表示取不到有效值。
5978
+ */
5979
+ SpinalColumn?: KeyValueItem
5980
+ /**
5981
+ * 四肢和关节
5982
+ 注意:此字段可能返回 null,表示取不到有效值。
5983
+ */
5984
+ LimbJoint?: KeyValueItem
5985
+ /**
5986
+ * 平跛足
5987
+ 注意:此字段可能返回 null,表示取不到有效值。
5988
+ */
5989
+ Foot?: KeyValueItem
5990
+ /**
5991
+ * 骨骼
5992
+ 注意:此字段可能返回 null,表示取不到有效值。
5993
+ */
5994
+ Bone?: KeyValueItem
5995
+ /**
5996
+ * 步态
5997
+ 注意:此字段可能返回 null,表示取不到有效值。
5998
+ */
5999
+ Gait?: KeyValueItem
6000
+ /**
6001
+ * 残疾或畸形
6002
+ 注意:此字段可能返回 null,表示取不到有效值。
6003
+ */
6004
+ Deformity?: KeyValueItem
6005
+ }
6006
+
4643
6007
  /**
4644
6008
  * 大小
4645
6009
  */
@@ -4769,6 +6133,16 @@ export interface OtherInfo {
4769
6133
  StartTime?: SurgeryAttr
4770
6134
  }
4771
6135
 
6136
+ /**
6137
+ * TurnPDFToObject请求参数结构体
6138
+ */
6139
+ export interface TurnPDFToObjectRequest {
6140
+ /**
6141
+ * 体检报告PDF文件信息, 目前只支持传PDF文件的Base64编码字符
6142
+ */
6143
+ PdfInfo: PdfInfo
6144
+ }
6145
+
4772
6146
  /**
4773
6147
  * 月经量
4774
6148
  */
@@ -4821,20 +6195,53 @@ export interface SurgeryHistory {
4821
6195
  */
4822
6196
  PreoperativePathology: SurgeryAttr
4823
6197
  /**
4824
- * 术中诊断
6198
+ * 术中诊断
6199
+ 注意:此字段可能返回 null,表示取不到有效值。
6200
+ */
6201
+ IntraoperativePathology: SurgeryAttr
6202
+ /**
6203
+ * 术后诊断
6204
+ 注意:此字段可能返回 null,表示取不到有效值。
6205
+ */
6206
+ PostoperativePathology: SurgeryAttr
6207
+ /**
6208
+ * 出院诊断
6209
+ 注意:此字段可能返回 null,表示取不到有效值。
6210
+ */
6211
+ DischargeDiagnosis: SurgeryAttr
6212
+ }
6213
+
6214
+ /**
6215
+ * 体检报告-眼科-眼底
6216
+ */
6217
+ export interface OphthalmologyFundoscopy {
6218
+ /**
6219
+ * 眼底检查总体描述
4825
6220
  注意:此字段可能返回 null,表示取不到有效值。
4826
6221
  */
4827
- IntraoperativePathology: SurgeryAttr
6222
+ Text?: KeyValueItem
6223
+ }
6224
+
6225
+ /**
6226
+ * 体检报告-外科-乳房
6227
+ */
6228
+ export interface SurgeryBreast {
4828
6229
  /**
4829
- * 术后诊断
6230
+ * 乳房总体描述
4830
6231
  注意:此字段可能返回 null,表示取不到有效值。
4831
6232
  */
4832
- PostoperativePathology: SurgeryAttr
6233
+ Text?: KeyValueItem
6234
+ }
6235
+
6236
+ /**
6237
+ * 体检报告-内科-内科小结
6238
+ */
6239
+ export interface InternalMedicineBriefSummary {
4833
6240
  /**
4834
- * 出院诊断
6241
+ * 内科小结
4835
6242
  注意:此字段可能返回 null,表示取不到有效值。
4836
6243
  */
4837
- DischargeDiagnosis: SurgeryAttr
6244
+ Text?: KeyValueItem
4838
6245
  }
4839
6246
 
4840
6247
  /**
@@ -4879,49 +6286,44 @@ export interface SymptomInfo {
4879
6286
  }
4880
6287
 
4881
6288
  /**
4882
- * 单淋巴结转移信息
6289
+ * 死亡时间
4883
6290
  */
4884
- export interface LymphNode {
6291
+ export interface DeathDateBlock {
4885
6292
  /**
4886
- * 项目名称
6293
+ * 名称
4887
6294
  注意:此字段可能返回 null,表示取不到有效值。
4888
6295
  */
4889
6296
  Name?: string
4890
6297
  /**
4891
- * 索引
4892
- 注意:此字段可能返回 null,表示取不到有效值。
4893
- */
4894
- Index?: Array<number | bigint>
4895
- /**
4896
- * 部位
6298
+ * 原文
4897
6299
  注意:此字段可能返回 null,表示取不到有效值。
4898
6300
  */
4899
- Part?: Part
6301
+ Src?: string
4900
6302
  /**
4901
- * 原文
6303
+ * 类型
4902
6304
  注意:此字段可能返回 null,表示取不到有效值。
4903
6305
  */
4904
- Src?: string
6306
+ Type?: string
4905
6307
  /**
4906
- * 总数量
6308
+ * 归一化值
4907
6309
  注意:此字段可能返回 null,表示取不到有效值。
4908
6310
  */
4909
- Total?: number
6311
+ Norm?: string
4910
6312
  /**
4911
- * 转移数量
6313
+ * 单位
4912
6314
  注意:此字段可能返回 null,表示取不到有效值。
4913
6315
  */
4914
- TransferNum?: number
6316
+ Unit?: string
4915
6317
  /**
4916
- * 淋巴结大小
6318
+ * 时间戳
4917
6319
  注意:此字段可能返回 null,表示取不到有效值。
4918
6320
  */
4919
- Sizes?: Array<number | bigint>
6321
+ Timestamp?: string
4920
6322
  /**
4921
- * 原文对应坐标
6323
+ * 对外输出值
4922
6324
  注意:此字段可能返回 null,表示取不到有效值。
4923
6325
  */
4924
- Coords?: Array<Coord>
6326
+ Value?: string
4925
6327
  }
4926
6328
 
4927
6329
  /**
@@ -4951,29 +6353,24 @@ export interface BirthCert {
4951
6353
  }
4952
6354
 
4953
6355
  /**
4954
- * 病理诊断
6356
+ * 体检报告信息
4955
6357
  */
4956
- export interface PathologicalDiagnosisBlock {
6358
+ export interface KeyValueItem {
4957
6359
  /**
4958
- * 名称
6360
+ * 类型
4959
6361
  注意:此字段可能返回 null,表示取不到有效值。
4960
6362
  */
4961
6363
  Name?: string
4962
6364
  /**
4963
- * 原文
4964
- 注意:此字段可能返回 null,表示取不到有效值。
4965
- */
4966
- Src?: string
4967
- /**
4968
- * 病理详细
6365
+ * 项目原文
4969
6366
  注意:此字段可能返回 null,表示取不到有效值。
4970
6367
  */
4971
- Detail?: Array<PathologicalDiagnosisDetailBlock>
6368
+ Item?: PhysicalBaseItem
4972
6369
  /**
4973
- *
6370
+ * 结果
4974
6371
  注意:此字段可能返回 null,表示取不到有效值。
4975
6372
  */
4976
- Value?: string
6373
+ Result?: PhysicalBaseItem
4977
6374
  }
4978
6375
 
4979
6376
  /**
@@ -5054,6 +6451,78 @@ export interface ValueBlock {
5054
6451
  Positive?: string
5055
6452
  }
5056
6453
 
6454
+ /**
6455
+ * 体检报告-内科-腹部-脾脏
6456
+ */
6457
+ export interface InternalMedicineAbdomenSpleen {
6458
+ /**
6459
+ * 脾脏总体描述
6460
+ 注意:此字段可能返回 null,表示取不到有效值。
6461
+ */
6462
+ Src?: KeyValueItem
6463
+ /**
6464
+ * 脾脏大小
6465
+ 注意:此字段可能返回 null,表示取不到有效值。
6466
+ */
6467
+ Size?: KeyValueItem
6468
+ /**
6469
+ * 脾脏触诊
6470
+ 注意:此字段可能返回 null,表示取不到有效值。
6471
+ */
6472
+ Palpation?: KeyValueItem
6473
+ /**
6474
+ * 脾脏叩诊
6475
+ 注意:此字段可能返回 null,表示取不到有效值。
6476
+ */
6477
+ Percussion?: KeyValueItem
6478
+ /**
6479
+ * 脾脏压痛
6480
+ 注意:此字段可能返回 null,表示取不到有效值。
6481
+ */
6482
+ Tenderness?: KeyValueItem
6483
+ /**
6484
+ * 脾脏质地
6485
+ 注意:此字段可能返回 null,表示取不到有效值。
6486
+ */
6487
+ Consistency?: KeyValueItem
6488
+ }
6489
+
6490
+ /**
6491
+ * 体检报告-内科-腹部-肾脏
6492
+ */
6493
+ export interface InternalMedicineAbdomenKidney {
6494
+ /**
6495
+ * 肾脏总体描述
6496
+ 注意:此字段可能返回 null,表示取不到有效值。
6497
+ */
6498
+ Src?: KeyValueItem
6499
+ /**
6500
+ * 肾脏大小
6501
+ 注意:此字段可能返回 null,表示取不到有效值。
6502
+ */
6503
+ Size?: KeyValueItem
6504
+ /**
6505
+ * 肾脏触诊
6506
+ 注意:此字段可能返回 null,表示取不到有效值。
6507
+ */
6508
+ Palpation?: KeyValueItem
6509
+ /**
6510
+ * 肾脏叩诊
6511
+ 注意:此字段可能返回 null,表示取不到有效值。
6512
+ */
6513
+ Percussion?: KeyValueItem
6514
+ /**
6515
+ * 肾脏压痛
6516
+ 注意:此字段可能返回 null,表示取不到有效值。
6517
+ */
6518
+ Tenderness?: KeyValueItem
6519
+ /**
6520
+ * 肾脏质地
6521
+ 注意:此字段可能返回 null,表示取不到有效值。
6522
+ */
6523
+ Consistency?: KeyValueItem
6524
+ }
6525
+
5057
6526
  /**
5058
6527
  * 母亲或父亲信息
5059
6528
  */
@@ -5122,44 +6591,70 @@ export interface DischargeInfoBlock {
5122
6591
  }
5123
6592
 
5124
6593
  /**
5125
- * 死亡时间
6594
+ * 孕产报告
5126
6595
  */
5127
- export interface DeathDateBlock {
6596
+ export interface Maternity {
5128
6597
  /**
5129
- * 名称
6598
+ * 描述部分
6599
+ 注意:此字段可能返回 null,表示取不到有效值。
6600
+ */
6601
+ Desc?: MaternityDesc
6602
+ /**
6603
+ * 结论部分
6604
+ 注意:此字段可能返回 null,表示取不到有效值。
6605
+ */
6606
+ Summary?: MaternitySummary
6607
+ /**
6608
+ * 报告原文
6609
+ 注意:此字段可能返回 null,表示取不到有效值。
6610
+ */
6611
+ OcrText?: string
6612
+ }
6613
+
6614
+ /**
6615
+ * 单淋巴结转移信息
6616
+ */
6617
+ export interface LymphNode {
6618
+ /**
6619
+ * 项目名称
5130
6620
  注意:此字段可能返回 null,表示取不到有效值。
5131
6621
  */
5132
6622
  Name?: string
5133
6623
  /**
5134
- * 原文
6624
+ * 索引
5135
6625
  注意:此字段可能返回 null,表示取不到有效值。
5136
6626
  */
5137
- Src?: string
6627
+ Index?: Array<number | bigint>
5138
6628
  /**
5139
- * 类型
6629
+ * 部位
5140
6630
  注意:此字段可能返回 null,表示取不到有效值。
5141
6631
  */
5142
- Type?: string
6632
+ Part?: Part
5143
6633
  /**
5144
- * 归一化值
6634
+ * 原文
5145
6635
  注意:此字段可能返回 null,表示取不到有效值。
5146
6636
  */
5147
- Norm?: string
6637
+ Src?: string
5148
6638
  /**
5149
- * 单位
6639
+ * 总数量
5150
6640
  注意:此字段可能返回 null,表示取不到有效值。
5151
6641
  */
5152
- Unit?: string
6642
+ Total?: number
5153
6643
  /**
5154
- * 时间戳
6644
+ * 转移数量
5155
6645
  注意:此字段可能返回 null,表示取不到有效值。
5156
6646
  */
5157
- Timestamp?: string
6647
+ TransferNum?: number
5158
6648
  /**
5159
- * 对外输出值
6649
+ * 淋巴结大小
5160
6650
  注意:此字段可能返回 null,表示取不到有效值。
5161
6651
  */
5162
- Value?: string
6652
+ Sizes?: Array<number | bigint>
6653
+ /**
6654
+ * 原文对应坐标
6655
+ 注意:此字段可能返回 null,表示取不到有效值。
6656
+ */
6657
+ Coords?: Array<Coord>
5163
6658
  }
5164
6659
 
5165
6660
  /**
@@ -5402,6 +6897,62 @@ export interface HistologyTypeV2 {
5402
6897
  Coords?: Array<Coord>
5403
6898
  }
5404
6899
 
6900
+ /**
6901
+ * 体检报告-外科
6902
+ */
6903
+ export interface SurgeryBaseItem {
6904
+ /**
6905
+ * 体检报告-外科-头颈部
6906
+ 注意:此字段可能返回 null,表示取不到有效值。
6907
+ */
6908
+ HeadNeck?: SurgeryHeadNeck
6909
+ /**
6910
+ * 体检报告-外科-甲状腺
6911
+ 注意:此字段可能返回 null,表示取不到有效值。
6912
+ */
6913
+ Thyroid?: SurgeryThyroid
6914
+ /**
6915
+ * 体检报告-外科-乳房
6916
+ 注意:此字段可能返回 null,表示取不到有效值。
6917
+ */
6918
+ Breast?: SurgeryBreast
6919
+ /**
6920
+ * 体检报告-外科-浅表淋巴结
6921
+ 注意:此字段可能返回 null,表示取不到有效值。
6922
+ */
6923
+ LymphNode?: SurgeryLymphNode
6924
+ /**
6925
+ * 体检报告-外科-脊柱
6926
+ 注意:此字段可能返回 null,表示取不到有效值。
6927
+ */
6928
+ SpinalExtremities?: SurgerySpinalExtremities
6929
+ /**
6930
+ * 体检报告-外科-皮肤
6931
+ 注意:此字段可能返回 null,表示取不到有效值。
6932
+ */
6933
+ Skin?: SurgerySkin
6934
+ /**
6935
+ * 体检报告-外科-肛门直肠
6936
+ 注意:此字段可能返回 null,表示取不到有效值。
6937
+ */
6938
+ Anorectal?: SurgeryAnorectal
6939
+ /**
6940
+ * 体检报告-外科-泌尿生殖系统
6941
+ 注意:此字段可能返回 null,表示取不到有效值。
6942
+ */
6943
+ UrogenitalSystem?: SurgeryUrogenitalSystem
6944
+ /**
6945
+ * 体检报告-外科-外科其他
6946
+ 注意:此字段可能返回 null,表示取不到有效值。
6947
+ */
6948
+ Others?: Array<KeyValueItem>
6949
+ /**
6950
+ * 体检报告-外科-小结
6951
+ 注意:此字段可能返回 null,表示取不到有效值。
6952
+ */
6953
+ BriefSummary?: SurgeryBriefSummary
6954
+ }
6955
+
5405
6956
  /**
5406
6957
  * 部位描述
5407
6958
  */
@@ -5446,53 +6997,109 @@ export interface DischargeDiagnosisBlock {
5446
6997
  * 归一化值
5447
6998
  注意:此字段可能返回 null,表示取不到有效值。
5448
6999
  */
5449
- Norm?: string
7000
+ Norm?: string
7001
+ /**
7002
+ * 对外输出值
7003
+ 注意:此字段可能返回 null,表示取不到有效值。
7004
+ */
7005
+ Value?: string
7006
+ }
7007
+
7008
+ /**
7009
+ * 婚育史
7010
+ */
7011
+ export interface FertilityHistoryBlock {
7012
+ /**
7013
+ * 名称
7014
+ 注意:此字段可能返回 null,表示取不到有效值。
7015
+ */
7016
+ Name?: string
7017
+ /**
7018
+ * 原文
7019
+ 注意:此字段可能返回 null,表示取不到有效值。
7020
+ */
7021
+ Src?: string
7022
+ /**
7023
+ * 状态
7024
+ 注意:此字段可能返回 null,表示取不到有效值。
7025
+ */
7026
+ State?: string
7027
+ /**
7028
+ * 归一化值
7029
+ 注意:此字段可能返回 null,表示取不到有效值。
7030
+ */
7031
+ Norm?: string
7032
+ /**
7033
+ * 对外输出值
7034
+ 注意:此字段可能返回 null,表示取不到有效值。
7035
+ */
7036
+ Value?: string
7037
+ /**
7038
+ * 妊娠次数
7039
+ 注意:此字段可能返回 null,表示取不到有效值。
7040
+ */
7041
+ PregCount?: string
7042
+ /**
7043
+ * 生产次数
7044
+ 注意:此字段可能返回 null,表示取不到有效值。
7045
+ */
7046
+ ProduCount?: string
7047
+ }
7048
+
7049
+ /**
7050
+ * 体检报告-其他项
7051
+ */
7052
+ export interface GeneralExaminationOthers {
7053
+ /**
7054
+ * 面容与表情
7055
+ 注意:此字段可能返回 null,表示取不到有效值。
7056
+ */
7057
+ Countenance?: KeyValueItem
7058
+ /**
7059
+ * 精神状态
7060
+ 注意:此字段可能返回 null,表示取不到有效值。
7061
+ */
7062
+ MentalStatus?: KeyValueItem
5450
7063
  /**
5451
- * 对外输出值
7064
+ * 发育及营养状况
5452
7065
  注意:此字段可能返回 null,表示取不到有效值。
5453
7066
  */
5454
- Value?: string
5455
- }
5456
-
5457
- /**
5458
- * 婚育史
5459
- */
5460
- export interface FertilityHistoryBlock {
7067
+ DevelopmentCondition?: KeyValueItem
5461
7068
  /**
5462
- * 名称
7069
+ * 记忆力
5463
7070
  注意:此字段可能返回 null,表示取不到有效值。
5464
7071
  */
5465
- Name?: string
7072
+ Memory?: KeyValueItem
5466
7073
  /**
5467
- * 原文
7074
+ * 臀围
5468
7075
  注意:此字段可能返回 null,表示取不到有效值。
5469
7076
  */
5470
- Src?: string
7077
+ Hipline?: ValueUnitItem
5471
7078
  /**
5472
- * 状态
7079
+ * 腰臀比
5473
7080
  注意:此字段可能返回 null,表示取不到有效值。
5474
7081
  */
5475
- State?: string
7082
+ WaistHipRatio?: ValueUnitItem
5476
7083
  /**
5477
- * 归一化值
7084
+ * 生活嗜好
5478
7085
  注意:此字段可能返回 null,表示取不到有效值。
5479
7086
  */
5480
- Norm?: string
7087
+ Addiction?: KeyValueItem
5481
7088
  /**
5482
- * 对外输出值
7089
+ * 生活能力评定
5483
7090
  注意:此字段可能返回 null,表示取不到有效值。
5484
7091
  */
5485
- Value?: string
7092
+ AbilityOfLifeADL?: KeyValueItem
5486
7093
  /**
5487
- * 妊娠次数
7094
+ * 一般检查其他
5488
7095
  注意:此字段可能返回 null,表示取不到有效值。
5489
7096
  */
5490
- PregCount?: string
7097
+ Others?: Array<KeyValueItem>
5491
7098
  /**
5492
- * 生产次数
7099
+ * 胸围
5493
7100
  注意:此字段可能返回 null,表示取不到有效值。
5494
7101
  */
5495
- ProduCount?: string
7102
+ ChestCircumference?: ChestCircumferenceItem
5496
7103
  }
5497
7104
 
5498
7105
  /**
@@ -5601,29 +7208,14 @@ export interface IndicatorV3 {
5601
7208
  }
5602
7209
 
5603
7210
  /**
5604
- * 药物史
7211
+ * 体检报告-妇科-子宫颈
5605
7212
  */
5606
- export interface DrugListBlock {
5607
- /**
5608
- * 通用名称
5609
- 注意:此字段可能返回 null,表示取不到有效值。
5610
- */
5611
- CommonName?: string
5612
- /**
5613
- * 商品名称
5614
- 注意:此字段可能返回 null,表示取不到有效值。
5615
- */
5616
- TradeName?: string
5617
- /**
5618
- * 用法用量
5619
- 注意:此字段可能返回 null,表示取不到有效值。
5620
- */
5621
- Dosage?: DosageBlock
7213
+ export interface GynaecologyCervix {
5622
7214
  /**
5623
- *
7215
+ * 子宫颈总体描述
5624
7216
  注意:此字段可能返回 null,表示取不到有效值。
5625
7217
  */
5626
- Value?: string
7218
+ Text?: KeyValueItem
5627
7219
  }
5628
7220
 
5629
7221
  /**
@@ -5647,6 +7239,17 @@ export interface EndoscopyDesc {
5647
7239
  Coords?: Array<Coord>
5648
7240
  }
5649
7241
 
7242
+ /**
7243
+ * 体检报告-妇科-子宫附件
7244
+ */
7245
+ export interface GynaecologyAdnexal {
7246
+ /**
7247
+ * 子宫附件总体描述
7248
+ 注意:此字段可能返回 null,表示取不到有效值。
7249
+ */
7250
+ Text?: KeyValueItem
7251
+ }
7252
+
5650
7253
  /**
5651
7254
  * 检验指标项
5652
7255
  */
@@ -5792,49 +7395,25 @@ export interface SurgeryHistoryBlock {
5792
7395
  }
5793
7396
 
5794
7397
  /**
5795
- * 个人史
7398
+ * 体检报告-外科-小结
5796
7399
  */
5797
- export interface PersonalHistoryBlock {
5798
- /**
5799
- * 出生地
5800
- 注意:此字段可能返回 null,表示取不到有效值。
5801
- */
5802
- BirthPlace?: BirthPlaceBlock
5803
- /**
5804
- * 居住地
5805
- 注意:此字段可能返回 null,表示取不到有效值。
5806
- */
5807
- LivePlace?: BirthPlaceBlock
5808
- /**
5809
- * 职业
5810
- 注意:此字段可能返回 null,表示取不到有效值。
5811
- */
5812
- Job?: BirthPlaceBlock
5813
- /**
5814
- * 吸烟
5815
- 注意:此字段可能返回 null,表示取不到有效值。
5816
- */
5817
- SmokeHistory?: SmokeHistoryBlock
5818
- /**
5819
- * 喝酒
5820
- 注意:此字段可能返回 null,表示取不到有效值。
5821
- */
5822
- AlcoholicHistory?: SmokeHistoryBlock
5823
- /**
5824
- * 月经史
5825
- 注意:此字段可能返回 null,表示取不到有效值。
5826
- */
5827
- MenstrualHistory?: MenstrualHistoryBlock
7400
+ export interface SurgeryBriefSummary {
5828
7401
  /**
5829
- * 婚姻-生育史
7402
+ * 外科小结
5830
7403
  注意:此字段可能返回 null,表示取不到有效值。
5831
7404
  */
5832
- ObstericalHistory?: ObstetricalHistoryBlock
7405
+ Text?: KeyValueItem
7406
+ }
7407
+
7408
+ /**
7409
+ * 体检报告-妇科-盆腔
7410
+ */
7411
+ export interface GynaecologyPelvicCavity {
5833
7412
  /**
5834
- * 家族史
7413
+ * 盆腔总体描述
5835
7414
  注意:此字段可能返回 null,表示取不到有效值。
5836
7415
  */
5837
- FamilyHistory?: FamilyHistoryBlock
7416
+ Text?: KeyValueItem
5838
7417
  }
5839
7418
 
5840
7419
  /**
@@ -5884,215 +7463,182 @@ export interface RelapseDateBlock {
5884
7463
  }
5885
7464
 
5886
7465
  /**
5887
- * 孕产报告
7466
+ * ImageToObject返回参数结构体
5888
7467
  */
5889
- export interface Maternity {
7468
+ export interface ImageToObjectResponse {
5890
7469
  /**
5891
- * 描述部分
7470
+ * 报告结构化结果
5892
7471
  注意:此字段可能返回 null,表示取不到有效值。
5893
7472
  */
5894
- Desc?: MaternityDesc
7473
+ Template?: Template
5895
7474
  /**
5896
- * 结论部分
7475
+ * 多级分类结果
5897
7476
  注意:此字段可能返回 null,表示取不到有效值。
5898
7477
  */
5899
- Summary?: MaternitySummary
7478
+ TextTypeList?: Array<TextType>
5900
7479
  /**
5901
- * 报告原文
5902
- 注意:此字段可能返回 null,表示取不到有效值。
7480
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
5903
7481
  */
5904
- OcrText?: string
7482
+ RequestId?: string
5905
7483
  }
5906
7484
 
5907
7485
  /**
5908
- * 是否绝经
7486
+ * 体检报告信息-包含单位
5909
7487
  */
5910
- export interface MenstruationOrNotBlock {
7488
+ export interface ValueUnitItem {
5911
7489
  /**
5912
- * 名称
7490
+ * 类型
5913
7491
  注意:此字段可能返回 null,表示取不到有效值。
5914
7492
  */
5915
7493
  Name?: string
5916
7494
  /**
5917
- * 原文
5918
- 注意:此字段可能返回 null,表示取不到有效值。
5919
- */
5920
- Src?: string
5921
- /**
5922
- * 归一化值
5923
- 注意:此字段可能返回 null,表示取不到有效值。
5924
- */
5925
- Norm?: string
5926
- /**
5927
- * 时间类型
5928
- 注意:此字段可能返回 null,表示取不到有效值。
5929
- */
5930
- TimeType?: string
5931
- /**
5932
- * 时间戳
5933
- 注意:此字段可能返回 null,表示取不到有效值。
5934
- */
5935
- Timestamp?: string
5936
- /**
5937
- * 对外输出值
7495
+ * 项目原文
5938
7496
  注意:此字段可能返回 null,表示取不到有效值。
5939
7497
  */
5940
- Value?: string
5941
- }
5942
-
5943
- /**
5944
- * 心电图
5945
- */
5946
- export interface Electrocardiogram {
7498
+ Item?: PhysicalBaseItem
5947
7499
  /**
5948
- * 心电图详情
7500
+ * 数值
5949
7501
  注意:此字段可能返回 null,表示取不到有效值。
5950
7502
  */
5951
- EcgDescription: EcgDescription
7503
+ Result?: PhysicalBaseItem
5952
7504
  /**
5953
- * 心电图诊断
7505
+ * 单位
5954
7506
  注意:此字段可能返回 null,表示取不到有效值。
5955
7507
  */
5956
- EcgDiagnosis: EcgDiagnosis
7508
+ Unit?: PhysicalBaseItem
5957
7509
  }
5958
7510
 
5959
7511
  /**
5960
- * 病历
7512
+ * 体检报告-妇科
5961
7513
  */
5962
- export interface TreatmentRecord {
5963
- /**
5964
- * 入院
5965
- 注意:此字段可能返回 null,表示取不到有效值。
5966
- */
5967
- DmissionCondition: string
5968
- /**
5969
- * 主诉
5970
- 注意:此字段可能返回 null,表示取不到有效值。
5971
- */
5972
- ChiefComplaint: string
5973
- /**
5974
- * 现病史
5975
- 注意:此字段可能返回 null,表示取不到有效值。
5976
- */
5977
- DiseasePresent: string
5978
- /**
5979
- * 主要症状体征
5980
- 注意:此字段可能返回 null,表示取不到有效值。
5981
- */
5982
- SymptomsAndSigns: string
5983
- /**
5984
- * 辅助检查
5985
- 注意:此字段可能返回 null,表示取不到有效值。
5986
- */
5987
- AuxiliaryExamination: string
5988
- /**
5989
- * 体格检查
5990
- 注意:此字段可能返回 null,表示取不到有效值。
5991
- */
5992
- BodyExamination: string
7514
+ export interface GynaecologyBaseItem {
5993
7515
  /**
5994
- * 专科检查
7516
+ * 外阴
5995
7517
  注意:此字段可能返回 null,表示取不到有效值。
5996
7518
  */
5997
- SpecialistExamination: string
7519
+ Vulva?: GynaecologyVulva
5998
7520
  /**
5999
- * 精神检查
7521
+ * 阴道
6000
7522
  注意:此字段可能返回 null,表示取不到有效值。
6001
7523
  */
6002
- MentalExamination: string
7524
+ Vagina?: GynaecologyVagina
6003
7525
  /**
6004
- * 检查记录
7526
+ * 子宫颈
6005
7527
  注意:此字段可能返回 null,表示取不到有效值。
6006
7528
  */
6007
- CheckRecord: string
7529
+ Cervix?: GynaecologyCervix
6008
7530
  /**
6009
- * 化验结果
7531
+ * 子宫
6010
7532
  注意:此字段可能返回 null,表示取不到有效值。
6011
7533
  */
6012
- InspectResult: string
7534
+ Uterus?: GynaecologyUterus
6013
7535
  /**
6014
- * 切口愈合情况
7536
+ * 子宫附件
6015
7537
  注意:此字段可能返回 null,表示取不到有效值。
6016
7538
  */
6017
- IncisionHealing: string
7539
+ Adnexal?: GynaecologyAdnexal
6018
7540
  /**
6019
- * 处理意见
7541
+ * 盆腔
6020
7542
  注意:此字段可能返回 null,表示取不到有效值。
6021
7543
  */
6022
- TreatmentSuggestion: string
7544
+ PelvicCavity?: GynaecologyPelvicCavity
6023
7545
  /**
6024
- * 门诊随访要求
7546
+ * 妇科其他
6025
7547
  注意:此字段可能返回 null,表示取不到有效值。
6026
7548
  */
6027
- FollowUpRequirements: string
7549
+ Others?: Array<KeyValueItem>
6028
7550
  /**
6029
- * 诊疗经过
7551
+ * 月经史
6030
7552
  注意:此字段可能返回 null,表示取不到有效值。
6031
7553
  */
6032
- CheckAndTreatmentProcess: string
7554
+ MenstrualHistory?: GynaecologyMenstrualHistory
6033
7555
  /**
6034
- * 手术经过
7556
+ * 小结
6035
7557
  注意:此字段可能返回 null,表示取不到有效值。
6036
7558
  */
6037
- SurgeryCondition: string
7559
+ BriefSummary?: GynaecologyBriefSummary
7560
+ }
7561
+
7562
+ /**
7563
+ * 体检报告-一般检测信息
7564
+ */
7565
+ export interface GeneralExaminationBaseItem {
6038
7566
  /**
6039
- * 入院情况
7567
+ * 生命体征
6040
7568
  注意:此字段可能返回 null,表示取不到有效值。
6041
7569
  */
6042
- ConditionChanges: string
7570
+ VitalSign?: GeneralExaminationVitalSign
6043
7571
  /**
6044
- * 出院情况
7572
+ * 其他
6045
7573
  注意:此字段可能返回 null,表示取不到有效值。
6046
7574
  */
6047
- DischargeCondition: string
7575
+ Others?: GeneralExaminationOthers
6048
7576
  /**
6049
- * pTNM信息
7577
+ * 小结
6050
7578
  注意:此字段可能返回 null,表示取不到有效值。
6051
7579
  */
6052
- PTNM: string
7580
+ BriefSummary?: GeneralExaminationBriefSummary
7581
+ }
7582
+
7583
+ /**
7584
+ * 是否绝经
7585
+ */
7586
+ export interface MenstruationOrNotBlock {
6053
7587
  /**
6054
- * pTNMM信息
7588
+ * 名称
6055
7589
  注意:此字段可能返回 null,表示取不到有效值。
6056
7590
  */
6057
- PTNMM: string
7591
+ Name?: string
6058
7592
  /**
6059
- * pTNMN信息
7593
+ * 原文
6060
7594
  注意:此字段可能返回 null,表示取不到有效值。
6061
7595
  */
6062
- PTNMN: string
7596
+ Src?: string
6063
7597
  /**
6064
- * pTNMT信息
7598
+ * 归一化值
6065
7599
  注意:此字段可能返回 null,表示取不到有效值。
6066
7600
  */
6067
- PTNMT: string
7601
+ Norm?: string
6068
7602
  /**
6069
- * ECOG信息
7603
+ * 时间类型
6070
7604
  注意:此字段可能返回 null,表示取不到有效值。
6071
7605
  */
6072
- ECOG: string
7606
+ TimeType?: string
6073
7607
  /**
6074
- * NRS信息
7608
+ * 时间戳
6075
7609
  注意:此字段可能返回 null,表示取不到有效值。
6076
7610
  */
6077
- NRS: string
7611
+ Timestamp?: string
6078
7612
  /**
6079
- * KPS信息
7613
+ * 对外输出值
6080
7614
  注意:此字段可能返回 null,表示取不到有效值。
6081
7615
  */
6082
- KPS: string
7616
+ Value?: string
7617
+ }
7618
+
7619
+ /**
7620
+ * 心电图
7621
+ */
7622
+ export interface Electrocardiogram {
6083
7623
  /**
6084
- * 死亡日期
7624
+ * 心电图详情
6085
7625
  注意:此字段可能返回 null,表示取不到有效值。
6086
7626
  */
6087
- DeathDate: string
7627
+ EcgDescription: EcgDescription
6088
7628
  /**
6089
- * 复发日期
7629
+ * 心电图诊断
6090
7630
  注意:此字段可能返回 null,表示取不到有效值。
6091
7631
  */
6092
- RelapseDate: string
7632
+ EcgDiagnosis: EcgDiagnosis
7633
+ }
7634
+
7635
+ /**
7636
+ * 体检报告-耳鼻喉科-小结
7637
+ */
7638
+ export interface OtolaryngologyBriefSummary {
6093
7639
  /**
6094
- * 观测天数
7640
+ * 耳鼻喉小结
6095
7641
  注意:此字段可能返回 null,表示取不到有效值。
6096
7642
  */
6097
- ObservationDays: string
7643
+ Text?: KeyValueItem
6098
7644
  }