tencentcloud-sdk-nodejs 4.0.684 → 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 (101) hide show
  1. package/CHANGELOG.md +515 -0
  2. package/SERVICE_CHANGELOG.md +824 -140
  3. package/package.json +1 -1
  4. package/products.md +26 -26
  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/cfw/v20190904/cfw_client.ts +113 -15
  13. package/src/services/cfw/v20190904/cfw_models.ts +584 -148
  14. package/src/services/clb/v20180317/clb_models.ts +1 -1
  15. package/src/services/csip/v20221121/csip_models.ts +5 -0
  16. package/src/services/dnspod/v20210323/dnspod_models.ts +1 -1
  17. package/src/services/ess/v20201111/ess_client.ts +37 -18
  18. package/src/services/ess/v20201111/ess_models.ts +100 -40
  19. package/src/services/essbasic/v20210526/essbasic_client.ts +1 -0
  20. package/src/services/essbasic/v20210526/essbasic_models.ts +53 -1
  21. package/src/services/iai/v20180301/iai_client.ts +0 -2
  22. package/src/services/iai/v20180301/iai_models.ts +13 -17
  23. package/src/services/iai/v20200303/iai_models.ts +1 -5
  24. package/src/services/lcic/v20220817/lcic_models.ts +5 -1
  25. package/src/services/monitor/v20180724/monitor_models.ts +2 -2
  26. package/src/services/mrs/v20200910/mrs_client.ts +90 -16
  27. package/src/services/mrs/v20200910/mrs_models.ts +2328 -782
  28. package/src/services/ocr/v20181119/ocr_models.ts +8 -0
  29. package/src/services/ses/v20201002/ses_client.ts +13 -0
  30. package/src/services/ses/v20201002/ses_models.ts +58 -0
  31. package/src/services/sqlserver/v20180328/sqlserver_client.ts +25 -0
  32. package/src/services/sqlserver/v20180328/sqlserver_models.ts +107 -0
  33. package/src/services/ssa/v20180608/ssa_client.ts +14 -0
  34. package/src/services/ssa/v20180608/ssa_models.ts +86 -0
  35. package/src/services/ssl/v20191205/ssl_models.ts +65 -38
  36. package/src/services/tcr/v20190924/tcr_client.ts +1 -1
  37. package/src/services/tcr/v20190924/tcr_models.ts +9 -3
  38. package/src/services/trocket/v20230308/trocket_client.ts +129 -18
  39. package/src/services/trocket/v20230308/trocket_models.ts +705 -256
  40. package/src/services/tsf/v20180326/tsf_models.ts +40 -20
  41. package/src/services/vod/v20180717/vod_client.ts +44 -6
  42. package/src/services/vod/v20180717/vod_models.ts +286 -170
  43. package/src/services/vpc/v20170312/vpc_models.ts +16 -0
  44. package/src/services/waf/v20180125/waf_models.ts +28 -1
  45. package/tencentcloud/common/sdk_version.d.ts +1 -1
  46. package/tencentcloud/common/sdk_version.js +1 -1
  47. package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +1 -1
  48. package/tencentcloud/services/antiddos/v20200309/antiddos_client.js +1 -1
  49. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +1 -1
  50. package/tencentcloud/services/as/v20180419/as_models.d.ts +4 -0
  51. package/tencentcloud/services/cdc/v20201214/cdc_models.d.ts +71 -5
  52. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +2 -2
  53. package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +35 -3
  54. package/tencentcloud/services/cfw/v20190904/cfw_client.js +51 -3
  55. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +566 -148
  56. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +1 -1
  57. package/tencentcloud/services/csip/v20221121/csip_models.d.ts +5 -0
  58. package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +1 -1
  59. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +33 -15
  60. package/tencentcloud/services/ess/v20201111/ess_client.js +33 -15
  61. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +99 -40
  62. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +52 -1
  63. package/tencentcloud/services/iai/v20180301/iai_client.d.ts +0 -2
  64. package/tencentcloud/services/iai/v20180301/iai_client.js +0 -2
  65. package/tencentcloud/services/iai/v20180301/iai_models.d.ts +13 -17
  66. package/tencentcloud/services/iai/v20200303/iai_models.d.ts +1 -5
  67. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +5 -1
  68. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +2 -2
  69. package/tencentcloud/services/mrs/v20200910/mrs_client.d.ts +5 -1
  70. package/tencentcloud/services/mrs/v20200910/mrs_client.js +6 -0
  71. package/tencentcloud/services/mrs/v20200910/mrs_models.d.ts +2272 -790
  72. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +8 -0
  73. package/tencentcloud/services/ses/v20201002/ses_client.d.ts +5 -1
  74. package/tencentcloud/services/ses/v20201002/ses_client.js +6 -0
  75. package/tencentcloud/services/ses/v20201002/ses_models.d.ts +55 -0
  76. package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.d.ts +9 -1
  77. package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.js +12 -0
  78. package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +102 -0
  79. package/tencentcloud/services/ssa/v20180608/ssa_client.d.ts +5 -1
  80. package/tencentcloud/services/ssa/v20180608/ssa_client.js +6 -0
  81. package/tencentcloud/services/ssa/v20180608/ssa_models.d.ts +82 -0
  82. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +65 -38
  83. package/tencentcloud/services/tcr/v20190924/tcr_client.d.ts +1 -1
  84. package/tencentcloud/services/tcr/v20190924/tcr_client.js +1 -1
  85. package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +9 -3
  86. package/tencentcloud/services/trocket/v20230308/trocket_client.d.ts +41 -3
  87. package/tencentcloud/services/trocket/v20230308/trocket_client.js +59 -3
  88. package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +665 -235
  89. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +40 -20
  90. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +13 -1
  91. package/tencentcloud/services/vod/v20180717/vod_client.js +18 -0
  92. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +278 -170
  93. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +16 -0
  94. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +27 -0
  95. package/test/cfw.v20190904.test.js +82 -2
  96. package/test/mrs.v20200910.test.js +10 -0
  97. package/test/ses.v20201002.test.js +10 -0
  98. package/test/sqlserver.v20180328.test.js +20 -0
  99. package/test/ssa.v20180608.test.js +10 -0
  100. package/test/trocket.v20230308.test.js +92 -2
  101. package/test/vod.v20180717.test.js +30 -0
@@ -178,6 +178,16 @@ export interface IHCBlock {
178
178
  */
179
179
  Coords?: Array<Coord>;
180
180
  }
181
+ /**
182
+ * 体检报告-妇科-阴道
183
+ */
184
+ export interface GynaecologyVagina {
185
+ /**
186
+ * 阴道总体描述
187
+ 注意:此字段可能返回 null,表示取不到有效值。
188
+ */
189
+ Text?: KeyValueItem;
190
+ }
181
191
  /**
182
192
  * 体温名称
183
193
  */
@@ -552,6 +562,21 @@ export interface SurgeryListBlock {
552
562
  */
553
563
  Part?: string;
554
564
  }
565
+ /**
566
+ * 体检报告V1版本
567
+ */
568
+ export interface PhysicalExaminationV1 {
569
+ /**
570
+ * 体检报告信息
571
+ 注意:此字段可能返回 null,表示取不到有效值。
572
+ */
573
+ PhysicalExaminationMulti?: PhysicalExamination;
574
+ /**
575
+ * 版本
576
+ 注意:此字段可能返回 null,表示取不到有效值。
577
+ */
578
+ Version?: string;
579
+ }
555
580
  /**
556
581
  * 多发
557
582
  */
@@ -712,6 +737,16 @@ export interface BirthPlaceBlock {
712
737
  */
713
738
  Value?: string;
714
739
  }
740
+ /**
741
+ * 体检报告-小结
742
+ */
743
+ export interface GeneralExaminationBriefSummary {
744
+ /**
745
+ * 一般检查小结
746
+ 注意:此字段可能返回 null,表示取不到有效值。
747
+ */
748
+ Text?: KeyValueItem;
749
+ }
715
750
  /**
716
751
  * pTNM
717
752
  */
@@ -772,36 +807,6 @@ export interface TableIndicators {
772
807
  */
773
808
  Sample?: BaseItem;
774
809
  }
775
- /**
776
- * 组织学类
777
- */
778
- export interface HistologyClass {
779
- /**
780
- * 项目名称
781
- 注意:此字段可能返回 null,表示取不到有效值。
782
- */
783
- Name?: string;
784
- /**
785
- * 索引
786
- 注意:此字段可能返回 null,表示取不到有效值。
787
- */
788
- Index?: Array<number | bigint>;
789
- /**
790
- * 原文
791
- 注意:此字段可能返回 null,表示取不到有效值。
792
- */
793
- Src?: string;
794
- /**
795
- * 归一化值
796
- 注意:此字段可能返回 null,表示取不到有效值。
797
- */
798
- Value?: string;
799
- /**
800
- * 原文对应坐标
801
- 注意:此字段可能返回 null,表示取不到有效值。
802
- */
803
- Coords?: Array<Coord>;
804
- }
805
810
  /**
806
811
  * 块信息
807
812
  */
@@ -897,6 +902,36 @@ export interface Lymph {
897
902
  */
898
903
  TransferNum: number;
899
904
  }
905
+ /**
906
+ * 体检报告-口腔科
907
+ */
908
+ export interface StomatologyBaseItem {
909
+ /**
910
+ * 龋齿
911
+ 注意:此字段可能返回 null,表示取不到有效值。
912
+ */
913
+ ToothDecay?: StomatologyToothDecay;
914
+ /**
915
+ * 牙龈
916
+ 注意:此字段可能返回 null,表示取不到有效值。
917
+ */
918
+ Gingiva?: StomatologyGingiva;
919
+ /**
920
+ * 牙周
921
+ 注意:此字段可能返回 null,表示取不到有效值。
922
+ */
923
+ Periodontics?: StomatologyPeriodontics;
924
+ /**
925
+ * 口腔其他
926
+ 注意:此字段可能返回 null,表示取不到有效值。
927
+ */
928
+ Others?: Array<KeyValueItem>;
929
+ /**
930
+ * 小结
931
+ 注意:此字段可能返回 null,表示取不到有效值。
932
+ */
933
+ BriefSummary?: StomatologyBriefSummary;
934
+ }
900
935
  /**
901
936
  * 基础类型
902
937
  */
@@ -927,6 +962,36 @@ export interface BaseItem {
927
962
  */
928
963
  Coords?: Array<Coord>;
929
964
  }
965
+ /**
966
+ * 体检报告-耳鼻喉科
967
+ */
968
+ export interface OtolaryngologyBaseItem {
969
+ /**
970
+ * 耳朵
971
+ 注意:此字段可能返回 null,表示取不到有效值。
972
+ */
973
+ Ear?: OtolaryngologyEar;
974
+ /**
975
+ * 鼻
976
+ 注意:此字段可能返回 null,表示取不到有效值。
977
+ */
978
+ Nose?: OtolaryngologyNose;
979
+ /**
980
+ * 喉
981
+ 注意:此字段可能返回 null,表示取不到有效值。
982
+ */
983
+ Larynx?: OtolaryngologyLarynx;
984
+ /**
985
+ * 耳鼻喉其他
986
+ 注意:此字段可能返回 null,表示取不到有效值。
987
+ */
988
+ Others?: Array<KeyValueItem>;
989
+ /**
990
+ * 小结
991
+ 注意:此字段可能返回 null,表示取不到有效值。
992
+ */
993
+ BriefSummary?: OtolaryngologyBriefSummary;
994
+ }
930
995
  /**
931
996
  * 病案首页第二页
932
997
  */
@@ -972,6 +1037,26 @@ export interface Fp2NdItem {
972
1037
  */
973
1038
  AnesthesiaMethod?: BaseItem;
974
1039
  }
1040
+ /**
1041
+ * 体检报告-外科-浅表淋巴结
1042
+ */
1043
+ export interface SurgeryLymphNode {
1044
+ /**
1045
+ * 浅表淋巴结总体描述
1046
+ 注意:此字段可能返回 null,表示取不到有效值。
1047
+ */
1048
+ Text?: KeyValueItem;
1049
+ }
1050
+ /**
1051
+ * 体检报告-外科-头颈部
1052
+ */
1053
+ export interface SurgeryHeadNeck {
1054
+ /**
1055
+ * 头颈部总体描述
1056
+ 注意:此字段可能返回 null,表示取不到有效值。
1057
+ */
1058
+ Text?: KeyValueItem;
1059
+ }
975
1060
  /**
976
1061
  * 器官
977
1062
  */
@@ -1234,206 +1319,441 @@ export interface MenstrualPeriodBlock {
1234
1319
  Value?: string;
1235
1320
  }
1236
1321
  /**
1237
- * 免疫接种证明
1322
+ * 病历
1238
1323
  */
1239
- export interface VaccineCertificate {
1324
+ export interface TreatmentRecord {
1240
1325
  /**
1241
- * 免疫接种列表
1326
+ * 入院
1242
1327
  注意:此字段可能返回 null,表示取不到有效值。
1243
1328
  */
1244
- VaccineList: Array<Vaccination>;
1245
- }
1246
- /**
1247
- * 值
1248
- */
1249
- export interface Value {
1329
+ DmissionCondition: string;
1250
1330
  /**
1251
- * 等级
1331
+ * 主诉
1252
1332
  注意:此字段可能返回 null,表示取不到有效值。
1253
1333
  */
1254
- Grade: string;
1334
+ ChiefComplaint: string;
1255
1335
  /**
1256
- * 百分比
1336
+ * 现病史
1257
1337
  注意:此字段可能返回 null,表示取不到有效值。
1258
1338
  */
1259
- Percent: Array<number>;
1339
+ DiseasePresent: string;
1260
1340
  /**
1261
- * 阳性
1341
+ * 主要症状体征
1262
1342
  注意:此字段可能返回 null,表示取不到有效值。
1263
1343
  */
1264
- Positive: string;
1265
- }
1266
- /**
1267
- * 既往史
1268
- */
1269
- export interface MainDiseaseHistoryBlock {
1344
+ SymptomsAndSigns: string;
1270
1345
  /**
1271
- * 名称
1346
+ * 辅助检查
1272
1347
  注意:此字段可能返回 null,表示取不到有效值。
1273
1348
  */
1274
- Name?: string;
1349
+ AuxiliaryExamination: string;
1275
1350
  /**
1276
- * 原文
1351
+ * 体格检查
1277
1352
  注意:此字段可能返回 null,表示取不到有效值。
1278
1353
  */
1279
- Src?: string;
1354
+ BodyExamination: string;
1280
1355
  /**
1281
- * 状态
1356
+ * 专科检查
1282
1357
  注意:此字段可能返回 null,表示取不到有效值。
1283
1358
  */
1284
- State?: boolean;
1359
+ SpecialistExamination: string;
1285
1360
  /**
1286
- * 对外输出值
1361
+ * 精神检查
1287
1362
  注意:此字段可能返回 null,表示取不到有效值。
1288
1363
  */
1289
- Value?: string;
1364
+ MentalExamination: string;
1290
1365
  /**
1291
- * 否定列表
1366
+ * 检查记录
1292
1367
  注意:此字段可能返回 null,表示取不到有效值。
1293
1368
  */
1294
- Neglist?: NeglistBlock;
1369
+ CheckRecord: string;
1295
1370
  /**
1296
- * 肯定列表
1371
+ * 化验结果
1297
1372
  注意:此字段可能返回 null,表示取不到有效值。
1298
1373
  */
1299
- Poslist?: PoslistBlock;
1300
- }
1301
- /**
1302
- * 疾病史
1303
- */
1304
- export interface DiseaseMedicalHistory {
1374
+ InspectResult: string;
1305
1375
  /**
1306
- * 主病史
1376
+ * 切口愈合情况
1307
1377
  注意:此字段可能返回 null,表示取不到有效值。
1308
1378
  */
1309
- MainDiseaseHistory: string;
1379
+ IncisionHealing: string;
1310
1380
  /**
1311
- * 过敏史
1381
+ * 处理意见
1312
1382
  注意:此字段可能返回 null,表示取不到有效值。
1313
1383
  */
1314
- AllergyHistory: string;
1384
+ TreatmentSuggestion: string;
1315
1385
  /**
1316
- * 传染疾病史
1386
+ * 门诊随访要求
1317
1387
  注意:此字段可能返回 null,表示取不到有效值。
1318
1388
  */
1319
- InfectHistory: string;
1389
+ FollowUpRequirements: string;
1320
1390
  /**
1321
- * 手术史
1391
+ * 诊疗经过
1322
1392
  注意:此字段可能返回 null,表示取不到有效值。
1323
1393
  */
1324
- OperationHistory: string;
1394
+ CheckAndTreatmentProcess: string;
1325
1395
  /**
1326
- * 输血史
1396
+ * 手术经过
1327
1397
  注意:此字段可能返回 null,表示取不到有效值。
1328
1398
  */
1329
- TransfusionHistory: string;
1330
- }
1331
- /**
1332
- * 家族遗传史
1333
- */
1334
- export interface GeneticHistoryBlock {
1399
+ SurgeryCondition: string;
1335
1400
  /**
1336
- * 名称
1401
+ * 入院情况
1337
1402
  注意:此字段可能返回 null,表示取不到有效值。
1338
1403
  */
1339
- Name?: string;
1404
+ ConditionChanges: string;
1340
1405
  /**
1341
- * 原文
1406
+ * 出院情况
1342
1407
  注意:此字段可能返回 null,表示取不到有效值。
1343
1408
  */
1344
- Src?: string;
1409
+ DischargeCondition: string;
1345
1410
  /**
1346
- * 遗传列表
1411
+ * pTNM信息
1347
1412
  注意:此字段可能返回 null,表示取不到有效值。
1348
1413
  */
1349
- GeneticList?: string;
1414
+ PTNM: string;
1350
1415
  /**
1351
- * 对外输出值
1416
+ * pTNMM信息
1352
1417
  注意:此字段可能返回 null,表示取不到有效值。
1353
1418
  */
1354
- Value?: string;
1355
- }
1356
- /**
1357
- * 月经史
1358
- */
1359
- export interface MenstrualHistoryDetailBlock {
1419
+ PTNMM: string;
1360
1420
  /**
1361
- * 名称
1421
+ * pTNMN信息
1362
1422
  注意:此字段可能返回 null,表示取不到有效值。
1363
1423
  */
1364
- Name?: string;
1424
+ PTNMN: string;
1365
1425
  /**
1366
- * 原文
1426
+ * pTNMT信息
1367
1427
  注意:此字段可能返回 null,表示取不到有效值。
1368
1428
  */
1369
- Src?: string;
1429
+ PTNMT: string;
1370
1430
  /**
1371
- * 状态
1431
+ * ECOG信息
1372
1432
  注意:此字段可能返回 null,表示取不到有效值。
1373
1433
  */
1374
- State?: string;
1434
+ ECOG: string;
1375
1435
  /**
1376
- * 归一化值
1436
+ * NRS信息
1377
1437
  注意:此字段可能返回 null,表示取不到有效值。
1378
1438
  */
1379
- Norm?: string;
1439
+ NRS: string;
1380
1440
  /**
1381
- * 时间类型
1441
+ * KPS信息
1382
1442
  注意:此字段可能返回 null,表示取不到有效值。
1383
1443
  */
1384
- TimeType?: string;
1444
+ KPS: string;
1385
1445
  /**
1386
- * 时间戳
1446
+ * 死亡日期
1387
1447
  注意:此字段可能返回 null,表示取不到有效值。
1388
1448
  */
1389
- Timestamp?: string;
1449
+ DeathDate: string;
1390
1450
  /**
1391
- * 单位
1451
+ * 复发日期
1392
1452
  注意:此字段可能返回 null,表示取不到有效值。
1393
1453
  */
1394
- Unit?: string;
1454
+ RelapseDate: string;
1395
1455
  /**
1396
- * 对外输出值
1456
+ * 观测天数
1397
1457
  注意:此字段可能返回 null,表示取不到有效值。
1398
1458
  */
1399
- Value?: string;
1459
+ ObservationDays: string;
1400
1460
  }
1401
1461
  /**
1402
- * 核酸报告结论
1462
+ * 体检报告-内科-血管
1403
1463
  */
1404
- export interface CovidItemsInfo {
1464
+ export interface InternalMedicineVessel {
1405
1465
  /**
1406
- * 核酸报告结论
1466
+ * 血管总体描述
1407
1467
  注意:此字段可能返回 null,表示取不到有效值。
1408
1468
  */
1409
- CovidItems?: Array<CovidItem>;
1469
+ Text?: KeyValueItem;
1410
1470
  /**
1411
- * 版本号
1471
+ * 血管杂音
1412
1472
  注意:此字段可能返回 null,表示取不到有效值。
1413
1473
  */
1414
- Version?: string;
1474
+ VascularMurmur?: KeyValueItem;
1475
+ /**
1476
+ * 外周血管
1477
+ 注意:此字段可能返回 null,表示取不到有效值。
1478
+ */
1479
+ PeripheralVessel?: KeyValueItem;
1415
1480
  }
1416
1481
  /**
1417
- * 血压
1482
+ * 体检报告-眼科-裸眼视力
1418
1483
  */
1419
- export interface BloodPressureBlock {
1484
+ export interface OphthalmologyBareEyeSight {
1420
1485
  /**
1421
- * 名称
1486
+ * 左眼视力
1422
1487
  注意:此字段可能返回 null,表示取不到有效值。
1423
1488
  */
1424
- Name?: string;
1489
+ LeftEyeVisual?: KeyValueItem;
1425
1490
  /**
1426
- * 原文
1491
+ * 裸眼视力
1427
1492
  注意:此字段可能返回 null,表示取不到有效值。
1428
1493
  */
1429
- Src?: string;
1494
+ Text?: KeyValueItem;
1430
1495
  /**
1431
- * 归一化值
1496
+ * 右眼视力
1432
1497
  注意:此字段可能返回 null,表示取不到有效值。
1433
1498
  */
1434
- Norm?: string;
1435
- /**
1436
- * 单位
1499
+ RightEyeVisual?: KeyValueItem;
1500
+ }
1501
+ /**
1502
+ * 值
1503
+ */
1504
+ export interface Value {
1505
+ /**
1506
+ * 等级
1507
+ 注意:此字段可能返回 null,表示取不到有效值。
1508
+ */
1509
+ Grade: string;
1510
+ /**
1511
+ * 百分比
1512
+ 注意:此字段可能返回 null,表示取不到有效值。
1513
+ */
1514
+ Percent: Array<number>;
1515
+ /**
1516
+ * 阳性
1517
+ 注意:此字段可能返回 null,表示取不到有效值。
1518
+ */
1519
+ Positive: string;
1520
+ }
1521
+ /**
1522
+ * 既往史
1523
+ */
1524
+ export interface MainDiseaseHistoryBlock {
1525
+ /**
1526
+ * 名称
1527
+ 注意:此字段可能返回 null,表示取不到有效值。
1528
+ */
1529
+ Name?: string;
1530
+ /**
1531
+ * 原文
1532
+ 注意:此字段可能返回 null,表示取不到有效值。
1533
+ */
1534
+ Src?: string;
1535
+ /**
1536
+ * 状态
1537
+ 注意:此字段可能返回 null,表示取不到有效值。
1538
+ */
1539
+ State?: boolean;
1540
+ /**
1541
+ * 对外输出值
1542
+ 注意:此字段可能返回 null,表示取不到有效值。
1543
+ */
1544
+ Value?: string;
1545
+ /**
1546
+ * 否定列表
1547
+ 注意:此字段可能返回 null,表示取不到有效值。
1548
+ */
1549
+ Neglist?: NeglistBlock;
1550
+ /**
1551
+ * 肯定列表
1552
+ 注意:此字段可能返回 null,表示取不到有效值。
1553
+ */
1554
+ Poslist?: PoslistBlock;
1555
+ }
1556
+ /**
1557
+ * 疾病史
1558
+ */
1559
+ export interface DiseaseMedicalHistory {
1560
+ /**
1561
+ * 主病史
1562
+ 注意:此字段可能返回 null,表示取不到有效值。
1563
+ */
1564
+ MainDiseaseHistory: string;
1565
+ /**
1566
+ * 过敏史
1567
+ 注意:此字段可能返回 null,表示取不到有效值。
1568
+ */
1569
+ AllergyHistory: string;
1570
+ /**
1571
+ * 传染疾病史
1572
+ 注意:此字段可能返回 null,表示取不到有效值。
1573
+ */
1574
+ InfectHistory: string;
1575
+ /**
1576
+ * 手术史
1577
+ 注意:此字段可能返回 null,表示取不到有效值。
1578
+ */
1579
+ OperationHistory: string;
1580
+ /**
1581
+ * 输血史
1582
+ 注意:此字段可能返回 null,表示取不到有效值。
1583
+ */
1584
+ TransfusionHistory: string;
1585
+ }
1586
+ /**
1587
+ * 家族遗传史
1588
+ */
1589
+ export interface GeneticHistoryBlock {
1590
+ /**
1591
+ * 名称
1592
+ 注意:此字段可能返回 null,表示取不到有效值。
1593
+ */
1594
+ Name?: string;
1595
+ /**
1596
+ * 原文
1597
+ 注意:此字段可能返回 null,表示取不到有效值。
1598
+ */
1599
+ Src?: string;
1600
+ /**
1601
+ * 遗传列表
1602
+ 注意:此字段可能返回 null,表示取不到有效值。
1603
+ */
1604
+ GeneticList?: string;
1605
+ /**
1606
+ * 对外输出值
1607
+ 注意:此字段可能返回 null,表示取不到有效值。
1608
+ */
1609
+ Value?: string;
1610
+ }
1611
+ /**
1612
+ * 体检报告-眼科-小结
1613
+ */
1614
+ export interface OphthalmologyBriefSummary {
1615
+ /**
1616
+ * 眼科小结
1617
+ 注意:此字段可能返回 null,表示取不到有效值。
1618
+ */
1619
+ Text?: KeyValueItem;
1620
+ }
1621
+ /**
1622
+ * 月经史
1623
+ */
1624
+ export interface MenstrualHistoryDetailBlock {
1625
+ /**
1626
+ * 名称
1627
+ 注意:此字段可能返回 null,表示取不到有效值。
1628
+ */
1629
+ Name?: string;
1630
+ /**
1631
+ * 原文
1632
+ 注意:此字段可能返回 null,表示取不到有效值。
1633
+ */
1634
+ Src?: string;
1635
+ /**
1636
+ * 状态
1637
+ 注意:此字段可能返回 null,表示取不到有效值。
1638
+ */
1639
+ State?: string;
1640
+ /**
1641
+ * 归一化值
1642
+ 注意:此字段可能返回 null,表示取不到有效值。
1643
+ */
1644
+ Norm?: string;
1645
+ /**
1646
+ * 时间类型
1647
+ 注意:此字段可能返回 null,表示取不到有效值。
1648
+ */
1649
+ TimeType?: string;
1650
+ /**
1651
+ * 时间戳
1652
+ 注意:此字段可能返回 null,表示取不到有效值。
1653
+ */
1654
+ Timestamp?: string;
1655
+ /**
1656
+ * 单位
1657
+ 注意:此字段可能返回 null,表示取不到有效值。
1658
+ */
1659
+ Unit?: string;
1660
+ /**
1661
+ * 对外输出值
1662
+ 注意:此字段可能返回 null,表示取不到有效值。
1663
+ */
1664
+ Value?: string;
1665
+ }
1666
+ /**
1667
+ * 体检报告-内科-腹部-胆囊
1668
+ */
1669
+ export interface InternalMedicineAbdomenGallBladder {
1670
+ /**
1671
+ * 胆囊总体描述
1672
+ 注意:此字段可能返回 null,表示取不到有效值。
1673
+ */
1674
+ Src?: KeyValueItem;
1675
+ /**
1676
+ * 胆囊大小
1677
+ 注意:此字段可能返回 null,表示取不到有效值。
1678
+ */
1679
+ Size?: KeyValueItem;
1680
+ /**
1681
+ * 胆囊触诊
1682
+ 注意:此字段可能返回 null,表示取不到有效值。
1683
+ */
1684
+ Palpation?: KeyValueItem;
1685
+ /**
1686
+ * 胆囊叩诊
1687
+ 注意:此字段可能返回 null,表示取不到有效值。
1688
+ */
1689
+ Percussion?: KeyValueItem;
1690
+ /**
1691
+ * 胆囊压痛
1692
+ 注意:此字段可能返回 null,表示取不到有效值。
1693
+ */
1694
+ Tenderness?: KeyValueItem;
1695
+ /**
1696
+ * 胆囊质地
1697
+ 注意:此字段可能返回 null,表示取不到有效值。
1698
+ */
1699
+ Consistency?: KeyValueItem;
1700
+ }
1701
+ /**
1702
+ * 体检报告-妇科-外阴
1703
+ */
1704
+ export interface GynaecologyVulva {
1705
+ /**
1706
+ * 外阴总体描述
1707
+ 注意:此字段可能返回 null,表示取不到有效值。
1708
+ */
1709
+ Text?: KeyValueItem;
1710
+ }
1711
+ /**
1712
+ * 体检报告-眼科-色觉
1713
+ */
1714
+ export interface OphthalmologyColourVision {
1715
+ /**
1716
+ * 色觉总体描述
1717
+ 注意:此字段可能返回 null,表示取不到有效值。
1718
+ */
1719
+ Text?: KeyValueItem;
1720
+ }
1721
+ /**
1722
+ * 核酸报告结论
1723
+ */
1724
+ export interface CovidItemsInfo {
1725
+ /**
1726
+ * 核酸报告结论
1727
+ 注意:此字段可能返回 null,表示取不到有效值。
1728
+ */
1729
+ CovidItems?: Array<CovidItem>;
1730
+ /**
1731
+ * 版本号
1732
+ 注意:此字段可能返回 null,表示取不到有效值。
1733
+ */
1734
+ Version?: string;
1735
+ }
1736
+ /**
1737
+ * 血压
1738
+ */
1739
+ export interface BloodPressureBlock {
1740
+ /**
1741
+ * 名称
1742
+ 注意:此字段可能返回 null,表示取不到有效值。
1743
+ */
1744
+ Name?: string;
1745
+ /**
1746
+ * 原文
1747
+ 注意:此字段可能返回 null,表示取不到有效值。
1748
+ */
1749
+ Src?: string;
1750
+ /**
1751
+ * 归一化值
1752
+ 注意:此字段可能返回 null,表示取不到有效值。
1753
+ */
1754
+ Norm?: string;
1755
+ /**
1756
+ * 单位
1437
1757
  注意:此字段可能返回 null,表示取不到有效值。
1438
1758
  */
1439
1759
  Unit?: string;
@@ -1578,6 +1898,16 @@ export interface EcgDescription {
1578
1898
  */
1579
1899
  PQRSTAxis: EcgItem;
1580
1900
  }
1901
+ /**
1902
+ * 体检报告-外科-甲状腺
1903
+ */
1904
+ export interface SurgeryThyroid {
1905
+ /**
1906
+ * 甲状腺总体描述
1907
+ 注意:此字段可能返回 null,表示取不到有效值。
1908
+ */
1909
+ Text?: KeyValueItem;
1910
+ }
1581
1911
  /**
1582
1912
  * 门诊病历信息
1583
1913
  */
@@ -1638,6 +1968,16 @@ export interface EyeItemsInfo {
1638
1968
  */
1639
1969
  Version?: string;
1640
1970
  }
1971
+ /**
1972
+ * 体检报告-外科-皮肤
1973
+ */
1974
+ export interface SurgerySkin {
1975
+ /**
1976
+ * 皮肤总体描述
1977
+ 注意:此字段可能返回 null,表示取不到有效值。
1978
+ */
1979
+ Text?: KeyValueItem;
1980
+ }
1641
1981
  /**
1642
1982
  * 检验指标项结构v2
1643
1983
  */
@@ -1724,41 +2064,21 @@ export interface NormSize {
1724
2064
  Impl?: string;
1725
2065
  }
1726
2066
  /**
1727
- * 病案首页
2067
+ * 体检报告-妇科-小结
1728
2068
  */
1729
- export interface FirstPage {
2069
+ export interface GynaecologyBriefSummary {
1730
2070
  /**
1731
- * 出入院诊断
2071
+ * 小结
1732
2072
  注意:此字段可能返回 null,表示取不到有效值。
1733
2073
  */
1734
- DischargeDiagnosis?: Array<DischargeDiagnosis>;
2074
+ Text?: KeyValueItem;
2075
+ }
2076
+ /**
2077
+ * TextToObject返回参数结构体
2078
+ */
2079
+ export interface TextToObjectResponse {
1735
2080
  /**
1736
- * 病理诊断
1737
- 注意:此字段可能返回 null,表示取不到有效值。
1738
- */
1739
- PathologicalDiagnosis?: BlockInfo;
1740
- /**
1741
- * 临床诊断
1742
- 注意:此字段可能返回 null,表示取不到有效值。
1743
- */
1744
- ClinicalDiagnosis?: BlockInfo;
1745
- /**
1746
- * 受伤中毒的外部原因
1747
- 注意:此字段可能返回 null,表示取不到有效值。
1748
- */
1749
- DamagePoi?: BlockInfoV2;
1750
- /**
1751
- * 病案首页第二页
1752
- 注意:此字段可能返回 null,表示取不到有效值。
1753
- */
1754
- Fp2NdItems?: Array<Fp2NdItem>;
1755
- }
1756
- /**
1757
- * TextToObject返回参数结构体
1758
- */
1759
- export interface TextToObjectResponse {
1760
- /**
1761
- * 报告结构化结果
2081
+ * 报告结构化结果
1762
2082
  */
1763
2083
  Template?: Template;
1764
2084
  /**
@@ -2032,6 +2352,56 @@ export interface ChiefComplaintDetailBlock {
2032
2352
  */
2033
2353
  TimeType?: string;
2034
2354
  }
2355
+ /**
2356
+ * TurnPDFToObject返回参数结构体
2357
+ */
2358
+ export interface TurnPDFToObjectResponse {
2359
+ /**
2360
+ * 报告结构化结果
2361
+ */
2362
+ Template?: Template;
2363
+ /**
2364
+ * 多级分类结果
2365
+ */
2366
+ TextTypeList?: Array<TextType>;
2367
+ /**
2368
+ * 报告结构化结果
2369
+ */
2370
+ Block?: Block;
2371
+ /**
2372
+ * 是否使用Block字段
2373
+ */
2374
+ IsBlock?: boolean;
2375
+ /**
2376
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2377
+ */
2378
+ RequestId?: string;
2379
+ }
2380
+ /**
2381
+ * 体检报告-内科-心脏
2382
+ */
2383
+ export interface InternalMedicineHeart {
2384
+ /**
2385
+ * 心脏总体描述
2386
+ 注意:此字段可能返回 null,表示取不到有效值。
2387
+ */
2388
+ Text?: KeyValueItem;
2389
+ /**
2390
+ * 心律
2391
+ 注意:此字段可能返回 null,表示取不到有效值。
2392
+ */
2393
+ HeartRhythm?: KeyValueItem;
2394
+ /**
2395
+ * 心率
2396
+ 注意:此字段可能返回 null,表示取不到有效值。
2397
+ */
2398
+ HeartRate?: ValueUnitItem;
2399
+ /**
2400
+ * 心脏听诊
2401
+ 注意:此字段可能返回 null,表示取不到有效值。
2402
+ */
2403
+ HeartAuscultation?: KeyValueItem;
2404
+ }
2035
2405
  /**
2036
2406
  * 报告基本信息
2037
2407
  */
@@ -2168,49 +2538,84 @@ export interface ReportInfo {
2168
2538
  BedNo?: string;
2169
2539
  }
2170
2540
  /**
2171
- * 内窥镜报告
2541
+ * 生命体征
2172
2542
  */
2173
- export interface Endoscopy {
2543
+ export interface GeneralExaminationVitalSign {
2174
2544
  /**
2175
- * 活检部位
2545
+ * 生命体征总体描述
2176
2546
  注意:此字段可能返回 null,表示取不到有效值。
2177
2547
  */
2178
- BiopsyPart: BiopsyPart;
2548
+ Text?: ValueUnitItem;
2179
2549
  /**
2180
- * 可见描述
2550
+ * 体温
2181
2551
  注意:此字段可能返回 null,表示取不到有效值。
2182
2552
  */
2183
- Desc: EndoscopyDesc;
2553
+ BodyTemperature?: ValueUnitItem;
2184
2554
  /**
2185
- * 结论
2555
+ * 脉率
2186
2556
  注意:此字段可能返回 null,表示取不到有效值。
2187
2557
  */
2188
- Summary: Summary;
2558
+ Pulse?: ValueUnitItem;
2559
+ /**
2560
+ * 心率
2561
+ 注意:此字段可能返回 null,表示取不到有效值。
2562
+ */
2563
+ HeartRate?: ValueUnitItem;
2564
+ /**
2565
+ * 呼吸频率
2566
+ 注意:此字段可能返回 null,表示取不到有效值。
2567
+ */
2568
+ BreathingRate?: ValueUnitItem;
2569
+ /**
2570
+ * 身高
2571
+ 注意:此字段可能返回 null,表示取不到有效值。
2572
+ */
2573
+ BodyHeight?: ValueUnitItem;
2574
+ /**
2575
+ * 体重
2576
+ 注意:此字段可能返回 null,表示取不到有效值。
2577
+ */
2578
+ BodyWeight?: ValueUnitItem;
2579
+ /**
2580
+ * 体质指数
2581
+ 注意:此字段可能返回 null,表示取不到有效值。
2582
+ */
2583
+ BodyMassIndex?: ValueUnitItem;
2584
+ /**
2585
+ * 腰围
2586
+ 注意:此字段可能返回 null,表示取不到有效值。
2587
+ */
2588
+ Waistline?: ValueUnitItem;
2589
+ /**
2590
+ * 血压
2591
+ 注意:此字段可能返回 null,表示取不到有效值。
2592
+ */
2593
+ BloodPressure?: GeneralExaminationVitalSignBloodPressure;
2189
2594
  }
2190
2595
  /**
2191
- * 家庭成员
2596
+ * 体检报告基础信息
2192
2597
  */
2193
- export interface RelativeHistoryBlock {
2598
+ export interface PhysicalBaseItem {
2194
2599
  /**
2195
- * 名称
2600
+ * 类型
2196
2601
  注意:此字段可能返回 null,表示取不到有效值。
2197
2602
  */
2198
2603
  Name?: string;
2199
2604
  /**
2200
- * 成员列表
2605
+ * 原始文本
2201
2606
  注意:此字段可能返回 null,表示取不到有效值。
2202
2607
  */
2203
- Detail?: Array<RelativeHistoryDetailBlock>;
2608
+ Src?: string;
2204
2609
  /**
2205
- * 原文
2610
+ * 归一化后值
2206
2611
  注意:此字段可能返回 null,表示取不到有效值。
2207
2612
  */
2208
- Src?: string;
2613
+ Value?: string;
2209
2614
  /**
2210
- * 对外输出值
2615
+ * 四点坐标
2211
2616
  注意:此字段可能返回 null,表示取不到有效值。
2212
2617
  */
2213
- Value?: string;
2618
+ Coords?: Array<Coord>;
2214
2619
  }
2215
2620
  /**
2216
2621
  * 体检结论
@@ -2302,6 +2707,66 @@ export interface PathologyV2 {
2302
2707
  */
2303
2708
  Molecular?: Array<Molecular>;
2304
2709
  }
2710
+ /**
2711
+ * 病案首页
2712
+ */
2713
+ export interface FirstPage {
2714
+ /**
2715
+ * 出入院诊断
2716
+ 注意:此字段可能返回 null,表示取不到有效值。
2717
+ */
2718
+ DischargeDiagnosis?: Array<DischargeDiagnosis>;
2719
+ /**
2720
+ * 病理诊断
2721
+ 注意:此字段可能返回 null,表示取不到有效值。
2722
+ */
2723
+ PathologicalDiagnosis?: BlockInfo;
2724
+ /**
2725
+ * 临床诊断
2726
+ 注意:此字段可能返回 null,表示取不到有效值。
2727
+ */
2728
+ ClinicalDiagnosis?: BlockInfo;
2729
+ /**
2730
+ * 受伤中毒的外部原因
2731
+ 注意:此字段可能返回 null,表示取不到有效值。
2732
+ */
2733
+ DamagePoi?: BlockInfoV2;
2734
+ /**
2735
+ * 病案首页第二页
2736
+ 注意:此字段可能返回 null,表示取不到有效值。
2737
+ */
2738
+ Fp2NdItems?: Array<Fp2NdItem>;
2739
+ }
2740
+ /**
2741
+ * 侵犯
2742
+ */
2743
+ export interface InvasiveV2 {
2744
+ /**
2745
+ * 索引
2746
+ 注意:此字段可能返回 null,表示取不到有效值。
2747
+ */
2748
+ Index?: Array<number | bigint>;
2749
+ /**
2750
+ * 部位
2751
+ 注意:此字段可能返回 null,表示取不到有效值。
2752
+ */
2753
+ Part?: Part;
2754
+ /**
2755
+ * 阴性或阳性
2756
+ 注意:此字段可能返回 null,表示取不到有效值。
2757
+ */
2758
+ Positive?: string;
2759
+ /**
2760
+ * 原文
2761
+ 注意:此字段可能返回 null,表示取不到有效值。
2762
+ */
2763
+ Src?: string;
2764
+ /**
2765
+ * 原文对应坐标
2766
+ 注意:此字段可能返回 null,表示取不到有效值。
2767
+ */
2768
+ Coords?: Array<Coord>;
2769
+ }
2305
2770
  /**
2306
2771
  * TextToObject请求参数结构体
2307
2772
  */
@@ -2361,6 +2826,51 @@ export interface AspectRatio {
2361
2826
  */
2362
2827
  Value: string;
2363
2828
  }
2829
+ /**
2830
+ * 个人史
2831
+ */
2832
+ export interface PersonalHistoryBlock {
2833
+ /**
2834
+ * 出生地
2835
+ 注意:此字段可能返回 null,表示取不到有效值。
2836
+ */
2837
+ BirthPlace?: BirthPlaceBlock;
2838
+ /**
2839
+ * 居住地
2840
+ 注意:此字段可能返回 null,表示取不到有效值。
2841
+ */
2842
+ LivePlace?: BirthPlaceBlock;
2843
+ /**
2844
+ * 职业
2845
+ 注意:此字段可能返回 null,表示取不到有效值。
2846
+ */
2847
+ Job?: BirthPlaceBlock;
2848
+ /**
2849
+ * 吸烟
2850
+ 注意:此字段可能返回 null,表示取不到有效值。
2851
+ */
2852
+ SmokeHistory?: SmokeHistoryBlock;
2853
+ /**
2854
+ * 喝酒
2855
+ 注意:此字段可能返回 null,表示取不到有效值。
2856
+ */
2857
+ AlcoholicHistory?: SmokeHistoryBlock;
2858
+ /**
2859
+ * 月经史
2860
+ 注意:此字段可能返回 null,表示取不到有效值。
2861
+ */
2862
+ MenstrualHistory?: MenstrualHistoryBlock;
2863
+ /**
2864
+ * 婚姻-生育史
2865
+ 注意:此字段可能返回 null,表示取不到有效值。
2866
+ */
2867
+ ObstericalHistory?: ObstetricalHistoryBlock;
2868
+ /**
2869
+ * 家族史
2870
+ 注意:此字段可能返回 null,表示取不到有效值。
2871
+ */
2872
+ FamilyHistory?: FamilyHistoryBlock;
2873
+ }
2364
2874
  /**
2365
2875
  * 新生儿信息
2366
2876
  */
@@ -2446,6 +2956,51 @@ export interface FamilyMedicalHistory {
2446
2956
  */
2447
2957
  GeneticHistory: string;
2448
2958
  }
2959
+ /**
2960
+ * 体检报告-眼科-矫正视力
2961
+ */
2962
+ export interface OphthalmologyCorrectedVisualAcuity {
2963
+ /**
2964
+ * 左眼矫正视力
2965
+ 注意:此字段可能返回 null,表示取不到有效值。
2966
+ */
2967
+ LeftEyeVisual?: KeyValueItem;
2968
+ /**
2969
+ * 矫正视力
2970
+ 注意:此字段可能返回 null,表示取不到有效值。
2971
+ */
2972
+ Text?: KeyValueItem;
2973
+ /**
2974
+ * 右眼矫正视力
2975
+ 注意:此字段可能返回 null,表示取不到有效值。
2976
+ */
2977
+ RightEyeVisual?: KeyValueItem;
2978
+ }
2979
+ /**
2980
+ * 血压
2981
+ */
2982
+ export interface GeneralExaminationVitalSignBloodPressure {
2983
+ /**
2984
+ * 血压
2985
+ 注意:此字段可能返回 null,表示取不到有效值。
2986
+ */
2987
+ Text?: BloodPressureItem;
2988
+ /**
2989
+ * 收缩压/舒张压
2990
+ 注意:此字段可能返回 null,表示取不到有效值。
2991
+ */
2992
+ SystolicDiastolicPressure?: Array<BloodPressureItem>;
2993
+ /**
2994
+ * 收缩压
2995
+ 注意:此字段可能返回 null,表示取不到有效值。
2996
+ */
2997
+ SystolicPressure?: Array<BloodPressureItem>;
2998
+ /**
2999
+ * 舒张压
3000
+ 注意:此字段可能返回 null,表示取不到有效值。
3001
+ */
3002
+ DiastolicPressure?: Array<BloodPressureItem>;
3003
+ }
2449
3004
  /**
2450
3005
  * 部位信息
2451
3006
  */
@@ -2496,29 +3051,29 @@ export interface ImageToClassResponse {
2496
3051
  RequestId?: string;
2497
3052
  }
2498
3053
  /**
2499
- * 侵犯扩散
3054
+ * 药物史
2500
3055
  */
2501
- export interface Invas {
3056
+ export interface DrugListBlock {
2502
3057
  /**
2503
- * 原文位置
3058
+ * 通用名称
2504
3059
  注意:此字段可能返回 null,表示取不到有效值。
2505
3060
  */
2506
- Index: Array<number | bigint>;
3061
+ CommonName?: string;
2507
3062
  /**
2508
- * 部位
3063
+ * 商品名称
2509
3064
  注意:此字段可能返回 null,表示取不到有效值。
2510
3065
  */
2511
- Part: Part;
3066
+ TradeName?: string;
2512
3067
  /**
2513
- * 阳性
3068
+ * 用法用量
2514
3069
  注意:此字段可能返回 null,表示取不到有效值。
2515
3070
  */
2516
- Positive: string;
3071
+ Dosage?: DosageBlock;
2517
3072
  /**
2518
- * 原文
3073
+ *
2519
3074
  注意:此字段可能返回 null,表示取不到有效值。
2520
3075
  */
2521
- Src: string;
3076
+ Value?: string;
2522
3077
  }
2523
3078
  /**
2524
3079
  * 报告模板
@@ -2750,6 +3305,41 @@ export interface ClinicalStaging {
2750
3305
  */
2751
3306
  Value?: string;
2752
3307
  }
3308
+ /**
3309
+ * 体检报告-内科-腹部-胰腺
3310
+ */
3311
+ export interface InternalMedicineAbdomenPancreas {
3312
+ /**
3313
+ * 胰腺总体描述
3314
+ 注意:此字段可能返回 null,表示取不到有效值。
3315
+ */
3316
+ Src?: KeyValueItem;
3317
+ /**
3318
+ * 胰腺大小
3319
+ 注意:此字段可能返回 null,表示取不到有效值。
3320
+ */
3321
+ Size?: KeyValueItem;
3322
+ /**
3323
+ * 胰腺触诊
3324
+ 注意:此字段可能返回 null,表示取不到有效值。
3325
+ */
3326
+ Palpation?: KeyValueItem;
3327
+ /**
3328
+ * 胰腺叩诊
3329
+ 注意:此字段可能返回 null,表示取不到有效值。
3330
+ */
3331
+ Percussion?: KeyValueItem;
3332
+ /**
3333
+ * 肝脏压痛
3334
+ 注意:此字段可能返回 null,表示取不到有效值。
3335
+ */
3336
+ Tenderness?: KeyValueItem;
3337
+ /**
3338
+ * 胰腺质地
3339
+ 注意:此字段可能返回 null,表示取不到有效值。
3340
+ */
3341
+ Consistency?: KeyValueItem;
3342
+ }
2753
3343
  /**
2754
3344
  * 个人史
2755
3345
  */
@@ -2795,6 +3385,46 @@ export interface DiagCert {
2795
3385
  */
2796
3386
  Diagnosis: Array<DiagCertItem>;
2797
3387
  }
3388
+ /**
3389
+ * 体检报告-内科-腹部
3390
+ */
3391
+ export interface InternalMedicineAbdomen {
3392
+ /**
3393
+ * 内科腹部小结
3394
+ 注意:此字段可能返回 null,表示取不到有效值。
3395
+ */
3396
+ Text?: KeyValueItem;
3397
+ /**
3398
+ * 肝脏
3399
+ 注意:此字段可能返回 null,表示取不到有效值。
3400
+ */
3401
+ Liver?: InternalMedicineAbdomenLiver;
3402
+ /**
3403
+ * 胆囊
3404
+ 注意:此字段可能返回 null,表示取不到有效值。
3405
+ */
3406
+ GallBladder?: InternalMedicineAbdomenGallBladder;
3407
+ /**
3408
+ * 胰腺
3409
+ 注意:此字段可能返回 null,表示取不到有效值。
3410
+ */
3411
+ Pancreas?: InternalMedicineAbdomenPancreas;
3412
+ /**
3413
+ * 脾脏
3414
+ 注意:此字段可能返回 null,表示取不到有效值。
3415
+ */
3416
+ Spleen?: InternalMedicineAbdomenSpleen;
3417
+ /**
3418
+ * 肾脏
3419
+ 注意:此字段可能返回 null,表示取不到有效值。
3420
+ */
3421
+ Kidney?: InternalMedicineAbdomenKidney;
3422
+ /**
3423
+ * 腹部其他
3424
+ 注意:此字段可能返回 null,表示取不到有效值。
3425
+ */
3426
+ Others?: Array<KeyValueItem>;
3427
+ }
2798
3428
  /**
2799
3429
  * PTNM分期
2800
3430
  */
@@ -2891,6 +3521,16 @@ export interface AdmissionConditionBlock {
2891
3521
  */
2892
3522
  Value?: string;
2893
3523
  }
3524
+ /**
3525
+ * 体检报告-口腔科-龋齿
3526
+ */
3527
+ export interface StomatologyToothDecay {
3528
+ /**
3529
+ * 龋齿总体描述
3530
+ 注意:此字段可能返回 null,表示取不到有效值。
3531
+ */
3532
+ Text?: KeyValueItem;
3533
+ }
2894
3534
  /**
2895
3535
  * TextToClass返回参数结构体
2896
3536
  */
@@ -2905,794 +3545,1103 @@ export interface TextToClassResponse {
2905
3545
  RequestId?: string;
2906
3546
  }
2907
3547
  /**
2908
- * 治疗记录
3548
+ * 体检报告-口腔科-小结
2909
3549
  */
2910
- export interface TreatmentRecordBlock {
3550
+ export interface StomatologyBriefSummary {
2911
3551
  /**
2912
- * 免疫组化
3552
+ * 口腔小结
2913
3553
  注意:此字段可能返回 null,表示取不到有效值。
2914
3554
  */
2915
- Immunohistochemistry?: ImmunohistochemistryBlock;
3555
+ Text?: KeyValueItem;
3556
+ }
3557
+ /**
3558
+ * 听力信息
3559
+ */
3560
+ export interface HearingItem {
2916
3561
  /**
2917
- * 主诉
3562
+ * 类型
2918
3563
  注意:此字段可能返回 null,表示取不到有效值。
2919
3564
  */
2920
- ChiefComplaint?: ChiefComplaintBlock;
3565
+ Name?: string;
2921
3566
  /**
2922
- * 入院情况
3567
+ * 项目原文
2923
3568
  注意:此字段可能返回 null,表示取不到有效值。
2924
3569
  */
2925
- AdmissionCondition?: AdmissionConditionBlock;
3570
+ Item?: PhysicalBaseItem;
2926
3571
  /**
2927
- * 查体
3572
+ * 方位
2928
3573
  注意:此字段可能返回 null,表示取不到有效值。
2929
3574
  */
2930
- BodyExamination?: BodyExaminationBlock;
3575
+ Location?: PhysicalBaseItem;
2931
3576
  /**
2932
- * 入院诊断
3577
+ * 描述
2933
3578
  注意:此字段可能返回 null,表示取不到有效值。
2934
3579
  */
2935
- AdmissionDiagnosis?: AdmissionDiagnosisBlock;
3580
+ Result?: PhysicalBaseItem;
3581
+ }
3582
+ /**
3583
+ * 组织学类型
3584
+ */
3585
+ export interface HistologyType {
2936
3586
  /**
2937
- * 入院中医诊断
3587
+ * 浸润
2938
3588
  注意:此字段可能返回 null,表示取不到有效值。
2939
3589
  */
2940
- AdmissionTraditionalDiagnosis?: AdmissionDiagnosisBlock;
3590
+ Infiltration: string;
2941
3591
  /**
2942
- * 入院西医诊断
3592
+ * 原文位置
2943
3593
  注意:此字段可能返回 null,表示取不到有效值。
2944
3594
  */
2945
- AdmissionModernDiagnosis?: AdmissionDiagnosisBlock;
3595
+ Index: Array<number | bigint>;
2946
3596
  /**
2947
- * 病理诊断
3597
+ * 原文
2948
3598
  注意:此字段可能返回 null,表示取不到有效值。
2949
3599
  */
2950
- PathologicalDiagnosis?: PathologicalDiagnosisBlock;
3600
+ Src: string;
2951
3601
  /**
2952
- * 现病史
3602
+ * 类型
2953
3603
  注意:此字段可能返回 null,表示取不到有效值。
2954
3604
  */
2955
- DiseasePresent?: DiseasePresentBlock;
3605
+ Type: string;
3606
+ }
3607
+ /**
3608
+ * 块信息
3609
+ */
3610
+ export interface BlockInfo {
2956
3611
  /**
2957
- * 体征
3612
+ * 原文位置
2958
3613
  注意:此字段可能返回 null,表示取不到有效值。
2959
3614
  */
2960
- SymptomsAndSigns?: DiseasePresentBlock;
3615
+ Index?: Array<number | bigint>;
2961
3616
  /**
2962
- * 辅助检查
3617
+ * 阳性
2963
3618
  注意:此字段可能返回 null,表示取不到有效值。
2964
3619
  */
2965
- AuxiliaryExamination?: DiseasePresentBlock;
3620
+ Positive?: string;
2966
3621
  /**
2967
- * 特殊检查
3622
+ * 原文
2968
3623
  注意:此字段可能返回 null,表示取不到有效值。
2969
3624
  */
2970
- SpecialistExamination?: DiseasePresentBlock;
3625
+ Src?: string;
2971
3626
  /**
2972
- * 精神检查
3627
+ *
2973
3628
  注意:此字段可能返回 null,表示取不到有效值。
2974
3629
  */
2975
- MentalExamination?: DiseasePresentBlock;
3630
+ Value?: string;
2976
3631
  /**
2977
- * 检查记录
3632
+ * 类型
2978
3633
  注意:此字段可能返回 null,表示取不到有效值。
2979
3634
  */
2980
- CheckRecord?: DiseasePresentBlock;
3635
+ Type?: string;
2981
3636
  /**
2982
- * 检查结果
3637
+ * 名称
2983
3638
  注意:此字段可能返回 null,表示取不到有效值。
2984
3639
  */
2985
- InspectResult?: DiseasePresentBlock;
3640
+ Name?: string;
2986
3641
  /**
2987
- * 治疗经过
3642
+ * 大小
2988
3643
  注意:此字段可能返回 null,表示取不到有效值。
2989
3644
  */
2990
- CheckAndTreatmentProcess?: DiseasePresentBlock;
3645
+ Size?: Array<Size>;
3646
+ }
3647
+ /**
3648
+ * 手术记录
3649
+ */
3650
+ export interface Surgery {
2991
3651
  /**
2992
- * 手术经过
3652
+ * 手术史
2993
3653
  注意:此字段可能返回 null,表示取不到有效值。
2994
3654
  */
2995
- SurgeryCondition?: SurgeryConditionBlock;
3655
+ SurgeryHistory?: SurgeryHistory;
2996
3656
  /**
2997
- * 切口愈合
3657
+ * 其他信息
2998
3658
  注意:此字段可能返回 null,表示取不到有效值。
2999
3659
  */
3000
- IncisionHealing?: DiseasePresentBlock;
3660
+ OtherInfo?: OtherInfo;
3661
+ }
3662
+ /**
3663
+ * 结构化信息
3664
+ */
3665
+ export interface Block {
3001
3666
  /**
3002
- * 出院诊断
3667
+ * 诊断信息
3003
3668
  注意:此字段可能返回 null,表示取不到有效值。
3004
3669
  */
3005
- DischargeDiagnosis?: DischargeDiagnosisBlock;
3670
+ Check?: Array<Check>;
3006
3671
  /**
3007
- * 出院中医诊断
3672
+ * 病理报告
3008
3673
  注意:此字段可能返回 null,表示取不到有效值。
3009
3674
  */
3010
- DischargeTraditionalDiagnosis?: DiseasePresentBlock;
3675
+ Pathology?: Array<PathologyReport>;
3011
3676
  /**
3012
- * 出院西医诊断
3677
+ * 医学资料
3013
3678
  注意:此字段可能返回 null,表示取不到有效值。
3014
3679
  */
3015
- DischargeModernDiagnosis?: DischargeDiagnosisBlock;
3680
+ MedDoc?: Array<MedDoc>;
3016
3681
  /**
3017
- * 出院情况
3682
+ * 诊断证明
3018
3683
  注意:此字段可能返回 null,表示取不到有效值。
3019
3684
  */
3020
- DischargeCondition?: DischargeConditionBlock;
3685
+ DiagCert?: Array<DiagCert>;
3021
3686
  /**
3022
- * 出院医嘱
3687
+ * 病案首页
3023
3688
  注意:此字段可能返回 null,表示取不到有效值。
3024
3689
  */
3025
- DischargeInstructions?: DiseasePresentBlock;
3690
+ FirstPage?: Array<FirstPage>;
3026
3691
  /**
3027
- * 治疗建议
3692
+ * 检验报告
3028
3693
  注意:此字段可能返回 null,表示取不到有效值。
3029
3694
  */
3030
- TreatmentSuggestion?: DiseasePresentBlock;
3695
+ Indicator?: Array<Indicator>;
3031
3696
  /**
3032
- * 随访
3697
+ * 门诊病历信息
3033
3698
  注意:此字段可能返回 null,表示取不到有效值。
3034
3699
  */
3035
- FollowUpRequirements?: DiseasePresentBlock;
3700
+ MedicalRecordInfo?: Array<MedicalRecordInfo>;
3036
3701
  /**
3037
- * 治疗情况变化
3702
+ * 出入院信息
3038
3703
  注意:此字段可能返回 null,表示取不到有效值。
3039
3704
  */
3040
- ConditionChanges?: DiseasePresentBlock;
3705
+ Hospitalization?: Array<Hospitalization>;
3041
3706
  /**
3042
- * 收缩压
3707
+ * 手术记录
3043
3708
  注意:此字段可能返回 null,表示取不到有效值。
3044
3709
  */
3045
- PulmonaryArterySystolicPressure?: DiseasePresentBlock;
3710
+ Surgery?: Array<Surgery>;
3046
3711
  /**
3047
- * bclc分期
3712
+ * 处方单
3048
3713
  注意:此字段可能返回 null,表示取不到有效值。
3049
3714
  */
3050
- BCLC?: DiseasePresentBlock;
3715
+ Prescription?: Array<Prescription>;
3051
3716
  /**
3052
- * PTNM分期
3717
+ * 免疫接种证明
3053
3718
  注意:此字段可能返回 null,表示取不到有效值。
3054
3719
  */
3055
- PTNM?: PTNMBlock;
3720
+ VaccineCertificate?: Array<VaccineCertificate>;
3056
3721
  /**
3057
- * ECOG评分
3722
+ * 心电图
3058
3723
  注意:此字段可能返回 null,表示取不到有效值。
3059
3724
  */
3060
- ECOG?: DiseasePresentBlock;
3725
+ Electrocardiogram?: Array<Electrocardiogram>;
3061
3726
  /**
3062
- * NRS评分
3727
+ * 病理报告v2
3063
3728
  注意:此字段可能返回 null,表示取不到有效值。
3064
3729
  */
3065
- NRS?: DiseasePresentBlock;
3730
+ PathologyV2?: Array<PathologyV2>;
3066
3731
  /**
3067
- * kps评分
3732
+ * 内窥镜报告
3068
3733
  注意:此字段可能返回 null,表示取不到有效值。
3069
3734
  */
3070
- KPS?: DiseasePresentBlock;
3735
+ Endoscopy?: Array<Endoscopy>;
3071
3736
  /**
3072
- * 癌症分期
3737
+ * C14检验报告
3073
3738
  注意:此字段可能返回 null,表示取不到有效值。
3074
3739
  */
3075
- Cancerstaging?: ClinicalStaging;
3740
+ C14?: Array<Indicator>;
3076
3741
  /**
3077
- * 死亡时间
3742
+ * 体检结论
3078
3743
  注意:此字段可能返回 null,表示取不到有效值。
3079
3744
  */
3080
- DeathDate?: DeathDateBlock;
3745
+ Exame?: Array<Exame>;
3081
3746
  /**
3082
- * 复发日期
3747
+ * 出入院结构体
3083
3748
  注意:此字段可能返回 null,表示取不到有效值。
3084
3749
  */
3085
- RelapseDate?: RelapseDateBlock;
3750
+ MedDocV2?: Array<DischargeInfoBlock>;
3086
3751
  /**
3087
- * 观察日期
3752
+ * 检验报告v3
3088
3753
  注意:此字段可能返回 null,表示取不到有效值。
3089
3754
  */
3090
- ObservationDays?: DeathDateBlock;
3755
+ IndicatorV3?: Array<IndicatorV3>;
3091
3756
  /**
3092
- * 切口愈合情况
3757
+ * 孕产报告
3093
3758
  注意:此字段可能返回 null,表示取不到有效值。
3094
3759
  */
3095
- IncisionHealingText?: string;
3760
+ Maternity?: Array<Maternity>;
3096
3761
  /**
3097
- * 辅助检查
3762
+ * 时间轴
3098
3763
  注意:此字段可能返回 null,表示取不到有效值。
3099
3764
  */
3100
- AuxiliaryExaminationText?: string;
3765
+ Timeline?: Array<TimelineInformation>;
3101
3766
  /**
3102
- * 特殊检查
3767
+ * 核酸报告结论
3103
3768
  注意:此字段可能返回 null,表示取不到有效值。
3104
3769
  */
3105
- SpecialExamText?: string;
3770
+ Covid?: Array<CovidItemsInfo>;
3106
3771
  /**
3107
- * 门诊诊断
3772
+ * 眼科报告结构体
3108
3773
  注意:此字段可能返回 null,表示取不到有效值。
3109
3774
  */
3110
- OutpatientDiagnosisText?: string;
3775
+ Eye?: Array<EyeItemsInfo>;
3111
3776
  /**
3112
- * 入院情况
3777
+ * 出生证明结构化信息
3113
3778
  注意:此字段可能返回 null,表示取不到有效值。
3114
3779
  */
3115
- AdmissionConditionText?: string;
3780
+ BirthCert?: Array<BirthCert>;
3116
3781
  /**
3117
- * 诊疗经过
3782
+ * 文本类型列表
3118
3783
  注意:此字段可能返回 null,表示取不到有效值。
3119
3784
  */
3120
- CheckAndTreatmentProcessText?: string;
3785
+ TextTypeListBlocks?: Array<TextTypeListBlock>;
3121
3786
  /**
3122
- * 体征
3787
+ * 体检报告信息
3123
3788
  注意:此字段可能返回 null,表示取不到有效值。
3124
3789
  */
3125
- SymptomsAndSignsText?: string;
3790
+ PhysicalExamination?: PhysicalExaminationV1;
3791
+ }
3792
+ /**
3793
+ * 文本类型
3794
+ */
3795
+ export interface TextType {
3126
3796
  /**
3127
- * 出院医嘱
3797
+ * 类别Id
3128
3798
  注意:此字段可能返回 null,表示取不到有效值。
3129
3799
  */
3130
- DischargeInstructionsText?: string;
3800
+ Id: number;
3131
3801
  /**
3132
- * 入院诊断
3802
+ * 类别层级
3133
3803
  注意:此字段可能返回 null,表示取不到有效值。
3134
3804
  */
3135
- AdmissionDiagnosisText?: string;
3805
+ Level: number;
3136
3806
  /**
3137
- * 手术情况
3807
+ * 类别名
3138
3808
  注意:此字段可能返回 null,表示取不到有效值。
3139
3809
  */
3140
- SurgeryConditionText?: string;
3810
+ Name: string;
3811
+ }
3812
+ /**
3813
+ * 心电图指标项
3814
+ */
3815
+ export interface EcgItem {
3141
3816
  /**
3142
- * 病理诊断
3817
+ * 名称
3143
3818
  注意:此字段可能返回 null,表示取不到有效值。
3144
3819
  */
3145
- PathologicalDiagnosisText?: string;
3820
+ Name: string;
3146
3821
  /**
3147
- * 出院情况
3822
+ *
3148
3823
  注意:此字段可能返回 null,表示取不到有效值。
3149
3824
  */
3150
- DischargeConditionText?: string;
3825
+ Value: string;
3151
3826
  /**
3152
- * 检查记录
3827
+ * 单位
3153
3828
  注意:此字段可能返回 null,表示取不到有效值。
3154
3829
  */
3155
- CheckRecordText?: string;
3830
+ Unit: string;
3156
3831
  /**
3157
- * 主诉
3832
+ * 原文
3158
3833
  注意:此字段可能返回 null,表示取不到有效值。
3159
3834
  */
3160
- ChiefComplaintText?: string;
3835
+ Src: string;
3836
+ }
3837
+ /**
3838
+ * 体检报告-妇科-子宫
3839
+ */
3840
+ export interface GynaecologyUterus {
3161
3841
  /**
3162
- * 出院诊断
3842
+ * 子宫总体描述
3163
3843
  注意:此字段可能返回 null,表示取不到有效值。
3164
3844
  */
3165
- DischargeDiagnosisText?: string;
3845
+ Text?: KeyValueItem;
3166
3846
  }
3167
3847
  /**
3168
- * 组织学类型
3848
+ * 胎儿数据结构
3169
3849
  */
3170
- export interface HistologyType {
3850
+ export interface Fetus {
3171
3851
  /**
3172
- * 浸润
3852
+ * 双顶径
3173
3853
  注意:此字段可能返回 null,表示取不到有效值。
3174
3854
  */
3175
- Infiltration: string;
3855
+ BPD?: FieldInfo;
3176
3856
  /**
3177
- * 原文位置
3857
+ * 腹前后径
3178
3858
  注意:此字段可能返回 null,表示取不到有效值。
3179
3859
  */
3180
- Index: Array<number | bigint>;
3860
+ APTD?: FieldInfo;
3181
3861
  /**
3182
- * 原文
3862
+ * 腹左右径
3183
3863
  注意:此字段可能返回 null,表示取不到有效值。
3184
3864
  */
3185
- Src: string;
3865
+ TTD?: FieldInfo;
3186
3866
  /**
3187
- * 类型
3867
+ * 头臀径
3188
3868
  注意:此字段可能返回 null,表示取不到有效值。
3189
3869
  */
3190
- Type: string;
3870
+ CRL?: FieldInfo;
3871
+ /**
3872
+ * 头围
3873
+ 注意:此字段可能返回 null,表示取不到有效值。
3874
+ */
3875
+ HC?: FieldInfo;
3876
+ /**
3877
+ * 腹围
3878
+ 注意:此字段可能返回 null,表示取不到有效值。
3879
+ */
3880
+ AC?: FieldInfo;
3881
+ /**
3882
+ * 股骨长
3883
+ 注意:此字段可能返回 null,表示取不到有效值。
3884
+ */
3885
+ FL?: FieldInfo;
3886
+ /**
3887
+ * 肱骨长
3888
+ 注意:此字段可能返回 null,表示取不到有效值。
3889
+ */
3890
+ HL?: FieldInfo;
3891
+ /**
3892
+ * 胎儿重量
3893
+ 注意:此字段可能返回 null,表示取不到有效值。
3894
+ */
3895
+ Weight?: FieldInfo;
3896
+ /**
3897
+ * 颈项透明层
3898
+ 注意:此字段可能返回 null,表示取不到有效值。
3899
+ */
3900
+ NT?: FieldInfo;
3901
+ /**
3902
+ * 脐动脉血流
3903
+ 注意:此字段可能返回 null,表示取不到有效值。
3904
+ */
3905
+ UmbilicalCord?: FieldInfo;
3906
+ /**
3907
+ * 羊水最大深度
3908
+ 注意:此字段可能返回 null,表示取不到有效值。
3909
+ */
3910
+ WaterDeep?: FieldInfo;
3911
+ /**
3912
+ * 羊水四象限测量
3913
+ 注意:此字段可能返回 null,表示取不到有效值。
3914
+ */
3915
+ WaterQuad?: FieldInfo;
3916
+ /**
3917
+ * 羊水指数
3918
+ 注意:此字段可能返回 null,表示取不到有效值。
3919
+ */
3920
+ AFI?: FieldInfo;
3921
+ /**
3922
+ * 胎心
3923
+ 注意:此字段可能返回 null,表示取不到有效值。
3924
+ */
3925
+ FHR?: FieldInfo;
3926
+ /**
3927
+ * 胎动
3928
+ 注意:此字段可能返回 null,表示取不到有效值。
3929
+ */
3930
+ Movement?: FieldInfo;
3931
+ /**
3932
+ * 胎数
3933
+ 注意:此字段可能返回 null,表示取不到有效值。
3934
+ */
3935
+ Num?: FieldInfo;
3936
+ /**
3937
+ * 胎位
3938
+ 注意:此字段可能返回 null,表示取不到有效值。
3939
+ */
3940
+ Position?: FieldInfo;
3941
+ /**
3942
+ * 是否活胎
3943
+ 注意:此字段可能返回 null,表示取不到有效值。
3944
+ */
3945
+ Alive?: FieldInfo;
3946
+ /**
3947
+ * 胎盘位置
3948
+ 注意:此字段可能返回 null,表示取不到有效值。
3949
+ */
3950
+ PlacentaLocation?: FieldInfo;
3951
+ /**
3952
+ * 胎盘厚度
3953
+ 注意:此字段可能返回 null,表示取不到有效值。
3954
+ */
3955
+ PlacentaThickness?: FieldInfo;
3956
+ /**
3957
+ * 胎盘成熟度
3958
+ 注意:此字段可能返回 null,表示取不到有效值。
3959
+ */
3960
+ PlacentaGrade?: FieldInfo;
3961
+ /**
3962
+ * 妊娠时间
3963
+ 注意:此字段可能返回 null,表示取不到有效值。
3964
+ */
3965
+ GestationTime?: FieldInfo;
3966
+ /**
3967
+ * 妊娠周期
3968
+ 注意:此字段可能返回 null,表示取不到有效值。
3969
+ */
3970
+ GestationPeriod?: FieldInfo;
3971
+ /**
3972
+ * 绕颈
3973
+ 注意:此字段可能返回 null,表示取不到有效值。
3974
+ */
3975
+ AroundNeck?: FieldInfo;
3976
+ /**
3977
+ * 病变
3978
+ 注意:此字段可能返回 null,表示取不到有效值。
3979
+ */
3980
+ Sym?: Array<FieldInfo>;
3981
+ /**
3982
+ * 原文内容
3983
+ 注意:此字段可能返回 null,表示取不到有效值。
3984
+ */
3985
+ Src?: string;
3191
3986
  }
3192
3987
  /**
3193
- * 块信息
3988
+ * 体检报告-耳鼻喉科-耳朵
3194
3989
  */
3195
- export interface BlockInfo {
3990
+ export interface OtolaryngologyEar {
3196
3991
  /**
3197
- * 原文位置
3992
+ * 耳总体描述
3198
3993
  注意:此字段可能返回 null,表示取不到有效值。
3199
3994
  */
3200
- Index?: Array<number | bigint>;
3995
+ Text?: KeyValueItem;
3201
3996
  /**
3202
- * 阳性
3997
+ * 听力
3203
3998
  注意:此字段可能返回 null,表示取不到有效值。
3204
3999
  */
3205
- Positive?: string;
4000
+ Hearing?: HearingItem;
4001
+ }
4002
+ /**
4003
+ * 图片信息
4004
+ */
4005
+ export interface ImageInfo {
3206
4006
  /**
3207
- * 原文
4007
+ * 图片id
4008
+ */
4009
+ Id: number;
4010
+ /**
4011
+ * 图片url
4012
+ */
4013
+ Url?: string;
4014
+ /**
4015
+ * 图片base64编码
4016
+ */
4017
+ Base64?: string;
4018
+ }
4019
+ /**
4020
+ * 点坐标
4021
+ */
4022
+ export interface Point {
4023
+ /**
4024
+ * x坐标
3208
4025
  注意:此字段可能返回 null,表示取不到有效值。
3209
4026
  */
3210
- Src?: string;
4027
+ X?: number;
3211
4028
  /**
3212
- *
4029
+ * y坐标
3213
4030
  注意:此字段可能返回 null,表示取不到有效值。
3214
4031
  */
3215
- Value?: string;
4032
+ Y?: number;
4033
+ }
4034
+ /**
4035
+ * 月经史
4036
+ */
4037
+ export interface MenstrualMedicalHistory {
3216
4038
  /**
3217
- * 类型
4039
+ * 末次月经时间
3218
4040
  注意:此字段可能返回 null,表示取不到有效值。
3219
4041
  */
3220
- Type?: string;
4042
+ LastMenstrualPeriod: string;
4043
+ /**
4044
+ * 经量
4045
+ 注意:此字段可能返回 null,表示取不到有效值。
4046
+ */
4047
+ MenstrualFlow: string;
4048
+ /**
4049
+ * 月经初潮年龄
4050
+ 注意:此字段可能返回 null,表示取不到有效值。
4051
+ */
4052
+ MenarcheAge: string;
4053
+ /**
4054
+ * 是否来月经
4055
+ 注意:此字段可能返回 null,表示取不到有效值。
4056
+ */
4057
+ MenstruationOrNot: string;
4058
+ /**
4059
+ * 月经周期
4060
+ 注意:此字段可能返回 null,表示取不到有效值。
4061
+ */
4062
+ MenstrualCycles: string;
4063
+ /**
4064
+ * 月经持续天数
4065
+ 注意:此字段可能返回 null,表示取不到有效值。
4066
+ */
4067
+ MenstrualPeriod: string;
4068
+ }
4069
+ /**
4070
+ * 检查报告单
4071
+ */
4072
+ export interface Check {
4073
+ /**
4074
+ * 描述
4075
+ 注意:此字段可能返回 null,表示取不到有效值。
4076
+ */
4077
+ Desc: Desc;
4078
+ /**
4079
+ * 结论
4080
+ 注意:此字段可能返回 null,表示取不到有效值。
4081
+ */
4082
+ Summary: Summary;
4083
+ }
4084
+ /**
4085
+ * 心电图诊断
4086
+ */
4087
+ export interface EcgDiagnosis {
4088
+ /**
4089
+ * 名称
4090
+ 注意:此字段可能返回 null,表示取不到有效值。
4091
+ */
4092
+ Name: string;
4093
+ /**
4094
+ * 值
4095
+ 注意:此字段可能返回 null,表示取不到有效值。
4096
+ */
4097
+ Value: Array<string>;
4098
+ }
4099
+ /**
4100
+ * 免疫组化
4101
+ */
4102
+ export interface ImmunohistochemistryBlock {
3221
4103
  /**
3222
4104
  * 名称
3223
4105
  注意:此字段可能返回 null,表示取不到有效值。
3224
4106
  */
3225
4107
  Name?: string;
3226
4108
  /**
3227
- * 大小
4109
+ * 原文
3228
4110
  注意:此字段可能返回 null,表示取不到有效值。
3229
4111
  */
3230
- Size?: Array<Size>;
4112
+ Src?: string;
4113
+ /**
4114
+ * 免疫组化详情
4115
+ 注意:此字段可能返回 null,表示取不到有效值。
4116
+ */
4117
+ Value?: Array<IHCBlock>;
3231
4118
  }
3232
4119
  /**
3233
- * 手术记录
4120
+ * 体检报告-耳鼻喉科-喉
3234
4121
  */
3235
- export interface Surgery {
4122
+ export interface OtolaryngologyLarynx {
3236
4123
  /**
3237
- * 手术史
4124
+ * 喉总体描述
3238
4125
  注意:此字段可能返回 null,表示取不到有效值。
3239
4126
  */
3240
- SurgeryHistory?: SurgeryHistory;
4127
+ Text?: KeyValueItem;
4128
+ }
4129
+ /**
4130
+ * 诊断结论
4131
+ */
4132
+ export interface SummaryInfo {
3241
4133
  /**
3242
- * 其他信息
4134
+ * 诊断结论文本
3243
4135
  注意:此字段可能返回 null,表示取不到有效值。
3244
4136
  */
3245
- OtherInfo?: OtherInfo;
4137
+ Text?: BaseInfo;
4138
+ /**
4139
+ * 诊断结论详情
4140
+ 注意:此字段可能返回 null,表示取不到有效值。
4141
+ */
4142
+ Infos?: Array<DetailInformation>;
3246
4143
  }
3247
4144
  /**
3248
- * 文本类型
4145
+ * 描述段落
3249
4146
  */
3250
- export interface TextType {
4147
+ export interface DescInfo {
3251
4148
  /**
3252
- * 类别Id
4149
+ * 描述段落文本
3253
4150
  注意:此字段可能返回 null,表示取不到有效值。
3254
4151
  */
3255
- Id: number;
4152
+ Text?: BaseInfo;
3256
4153
  /**
3257
- * 类别层级
4154
+ * 描述段落详情
3258
4155
  注意:此字段可能返回 null,表示取不到有效值。
3259
4156
  */
3260
- Level: number;
4157
+ Infos?: Array<DetailInformation>;
4158
+ }
4159
+ /**
4160
+ * 组织学类
4161
+ */
4162
+ export interface HistologyClass {
3261
4163
  /**
3262
- * 类别名
4164
+ * 项目名称
3263
4165
  注意:此字段可能返回 null,表示取不到有效值。
3264
4166
  */
3265
- Name: string;
4167
+ Name?: string;
4168
+ /**
4169
+ * 索引
4170
+ 注意:此字段可能返回 null,表示取不到有效值。
4171
+ */
4172
+ Index?: Array<number | bigint>;
4173
+ /**
4174
+ * 原文
4175
+ 注意:此字段可能返回 null,表示取不到有效值。
4176
+ */
4177
+ Src?: string;
4178
+ /**
4179
+ * 归一化值
4180
+ 注意:此字段可能返回 null,表示取不到有效值。
4181
+ */
4182
+ Value?: string;
4183
+ /**
4184
+ * 原文对应坐标
4185
+ 注意:此字段可能返回 null,表示取不到有效值。
4186
+ */
4187
+ Coords?: Array<Coord>;
3266
4188
  }
3267
4189
  /**
3268
- * 心电图指标项
4190
+ * 家族史
3269
4191
  */
3270
- export interface EcgItem {
4192
+ export interface FamilyHistoryBlock {
3271
4193
  /**
3272
- * 名称
4194
+ * 家庭成员
3273
4195
  注意:此字段可能返回 null,表示取不到有效值。
3274
4196
  */
3275
- Name: string;
4197
+ RelativeHistory?: RelativeHistoryBlock;
3276
4198
  /**
3277
- *
4199
+ * 家族肿瘤史
3278
4200
  注意:此字段可能返回 null,表示取不到有效值。
3279
4201
  */
3280
- Value: string;
4202
+ RelativeCancerHistory?: RelativeCancerHistoryBlock;
3281
4203
  /**
3282
- * 单位
4204
+ * 家族遗传史
3283
4205
  注意:此字段可能返回 null,表示取不到有效值。
3284
4206
  */
3285
- Unit: string;
4207
+ GeneticHistory?: GeneticHistoryBlock;
4208
+ }
4209
+ /**
4210
+ * 入院诊断
4211
+ */
4212
+ export interface AdmissionDiagnosisBlock {
4213
+ /**
4214
+ * 名称
4215
+ 注意:此字段可能返回 null,表示取不到有效值。
4216
+ */
4217
+ Name?: string;
3286
4218
  /**
3287
4219
  * 原文
3288
4220
  注意:此字段可能返回 null,表示取不到有效值。
3289
4221
  */
3290
- Src: string;
4222
+ Src?: string;
4223
+ /**
4224
+ * 归一化值
4225
+ 注意:此字段可能返回 null,表示取不到有效值。
4226
+ */
4227
+ Norm?: string;
4228
+ /**
4229
+ * 对外输出值
4230
+ 注意:此字段可能返回 null,表示取不到有效值。
4231
+ */
4232
+ Value?: string;
3291
4233
  }
3292
4234
  /**
3293
- * 胎儿数据结构
4235
+ * 治疗记录
3294
4236
  */
3295
- export interface Fetus {
4237
+ export interface TreatmentRecordBlock {
3296
4238
  /**
3297
- * 双顶径
4239
+ * 免疫组化
3298
4240
  注意:此字段可能返回 null,表示取不到有效值。
3299
4241
  */
3300
- BPD?: FieldInfo;
4242
+ Immunohistochemistry?: ImmunohistochemistryBlock;
3301
4243
  /**
3302
- * 腹前后径
4244
+ * 主诉
3303
4245
  注意:此字段可能返回 null,表示取不到有效值。
3304
4246
  */
3305
- APTD?: FieldInfo;
4247
+ ChiefComplaint?: ChiefComplaintBlock;
3306
4248
  /**
3307
- * 腹左右径
4249
+ * 入院情况
3308
4250
  注意:此字段可能返回 null,表示取不到有效值。
3309
4251
  */
3310
- TTD?: FieldInfo;
4252
+ AdmissionCondition?: AdmissionConditionBlock;
3311
4253
  /**
3312
- * 头臀径
4254
+ * 查体
3313
4255
  注意:此字段可能返回 null,表示取不到有效值。
3314
4256
  */
3315
- CRL?: FieldInfo;
4257
+ BodyExamination?: BodyExaminationBlock;
3316
4258
  /**
3317
- * 头围
4259
+ * 入院诊断
3318
4260
  注意:此字段可能返回 null,表示取不到有效值。
3319
4261
  */
3320
- HC?: FieldInfo;
4262
+ AdmissionDiagnosis?: AdmissionDiagnosisBlock;
3321
4263
  /**
3322
- * 腹围
4264
+ * 入院中医诊断
3323
4265
  注意:此字段可能返回 null,表示取不到有效值。
3324
4266
  */
3325
- AC?: FieldInfo;
4267
+ AdmissionTraditionalDiagnosis?: AdmissionDiagnosisBlock;
3326
4268
  /**
3327
- * 股骨长
4269
+ * 入院西医诊断
3328
4270
  注意:此字段可能返回 null,表示取不到有效值。
3329
4271
  */
3330
- FL?: FieldInfo;
4272
+ AdmissionModernDiagnosis?: AdmissionDiagnosisBlock;
3331
4273
  /**
3332
- * 肱骨长
4274
+ * 病理诊断
3333
4275
  注意:此字段可能返回 null,表示取不到有效值。
3334
4276
  */
3335
- HL?: FieldInfo;
4277
+ PathologicalDiagnosis?: PathologicalDiagnosisBlock;
3336
4278
  /**
3337
- * 胎儿重量
4279
+ * 现病史
3338
4280
  注意:此字段可能返回 null,表示取不到有效值。
3339
4281
  */
3340
- Weight?: FieldInfo;
4282
+ DiseasePresent?: DiseasePresentBlock;
3341
4283
  /**
3342
- * 颈项透明层
4284
+ * 体征
3343
4285
  注意:此字段可能返回 null,表示取不到有效值。
3344
4286
  */
3345
- NT?: FieldInfo;
4287
+ SymptomsAndSigns?: DiseasePresentBlock;
3346
4288
  /**
3347
- * 脐动脉血流
4289
+ * 辅助检查
3348
4290
  注意:此字段可能返回 null,表示取不到有效值。
3349
4291
  */
3350
- UmbilicalCord?: FieldInfo;
4292
+ AuxiliaryExamination?: DiseasePresentBlock;
3351
4293
  /**
3352
- * 羊水最大深度
4294
+ * 特殊检查
3353
4295
  注意:此字段可能返回 null,表示取不到有效值。
3354
4296
  */
3355
- WaterDeep?: FieldInfo;
4297
+ SpecialistExamination?: DiseasePresentBlock;
3356
4298
  /**
3357
- * 羊水四象限测量
4299
+ * 精神检查
3358
4300
  注意:此字段可能返回 null,表示取不到有效值。
3359
4301
  */
3360
- WaterQuad?: FieldInfo;
4302
+ MentalExamination?: DiseasePresentBlock;
3361
4303
  /**
3362
- * 羊水指数
4304
+ * 检查记录
3363
4305
  注意:此字段可能返回 null,表示取不到有效值。
3364
4306
  */
3365
- AFI?: FieldInfo;
4307
+ CheckRecord?: DiseasePresentBlock;
3366
4308
  /**
3367
- * 胎心
4309
+ * 检查结果
3368
4310
  注意:此字段可能返回 null,表示取不到有效值。
3369
4311
  */
3370
- FHR?: FieldInfo;
4312
+ InspectResult?: DiseasePresentBlock;
3371
4313
  /**
3372
- * 胎动
4314
+ * 治疗经过
3373
4315
  注意:此字段可能返回 null,表示取不到有效值。
3374
4316
  */
3375
- Movement?: FieldInfo;
4317
+ CheckAndTreatmentProcess?: DiseasePresentBlock;
3376
4318
  /**
3377
- * 胎数
4319
+ * 手术经过
3378
4320
  注意:此字段可能返回 null,表示取不到有效值。
3379
4321
  */
3380
- Num?: FieldInfo;
4322
+ SurgeryCondition?: SurgeryConditionBlock;
3381
4323
  /**
3382
- * 胎位
4324
+ * 切口愈合
3383
4325
  注意:此字段可能返回 null,表示取不到有效值。
3384
4326
  */
3385
- Position?: FieldInfo;
4327
+ IncisionHealing?: DiseasePresentBlock;
3386
4328
  /**
3387
- * 是否活胎
4329
+ * 出院诊断
3388
4330
  注意:此字段可能返回 null,表示取不到有效值。
3389
4331
  */
3390
- Alive?: FieldInfo;
4332
+ DischargeDiagnosis?: DischargeDiagnosisBlock;
3391
4333
  /**
3392
- * 胎盘位置
4334
+ * 出院中医诊断
3393
4335
  注意:此字段可能返回 null,表示取不到有效值。
3394
4336
  */
3395
- PlacentaLocation?: FieldInfo;
4337
+ DischargeTraditionalDiagnosis?: DiseasePresentBlock;
3396
4338
  /**
3397
- * 胎盘厚度
4339
+ * 出院西医诊断
3398
4340
  注意:此字段可能返回 null,表示取不到有效值。
3399
4341
  */
3400
- PlacentaThickness?: FieldInfo;
4342
+ DischargeModernDiagnosis?: DischargeDiagnosisBlock;
3401
4343
  /**
3402
- * 胎盘成熟度
4344
+ * 出院情况
3403
4345
  注意:此字段可能返回 null,表示取不到有效值。
3404
4346
  */
3405
- PlacentaGrade?: FieldInfo;
4347
+ DischargeCondition?: DischargeConditionBlock;
3406
4348
  /**
3407
- * 妊娠时间
4349
+ * 出院医嘱
3408
4350
  注意:此字段可能返回 null,表示取不到有效值。
3409
4351
  */
3410
- GestationTime?: FieldInfo;
4352
+ DischargeInstructions?: DiseasePresentBlock;
4353
+ /**
4354
+ * 治疗建议
4355
+ 注意:此字段可能返回 null,表示取不到有效值。
4356
+ */
4357
+ TreatmentSuggestion?: DiseasePresentBlock;
4358
+ /**
4359
+ * 随访
4360
+ 注意:此字段可能返回 null,表示取不到有效值。
4361
+ */
4362
+ FollowUpRequirements?: DiseasePresentBlock;
4363
+ /**
4364
+ * 治疗情况变化
4365
+ 注意:此字段可能返回 null,表示取不到有效值。
4366
+ */
4367
+ ConditionChanges?: DiseasePresentBlock;
4368
+ /**
4369
+ * 收缩压
4370
+ 注意:此字段可能返回 null,表示取不到有效值。
4371
+ */
4372
+ PulmonaryArterySystolicPressure?: DiseasePresentBlock;
4373
+ /**
4374
+ * bclc分期
4375
+ 注意:此字段可能返回 null,表示取不到有效值。
4376
+ */
4377
+ BCLC?: DiseasePresentBlock;
4378
+ /**
4379
+ * PTNM分期
4380
+ 注意:此字段可能返回 null,表示取不到有效值。
4381
+ */
4382
+ PTNM?: PTNMBlock;
4383
+ /**
4384
+ * ECOG评分
4385
+ 注意:此字段可能返回 null,表示取不到有效值。
4386
+ */
4387
+ ECOG?: DiseasePresentBlock;
4388
+ /**
4389
+ * NRS评分
4390
+ 注意:此字段可能返回 null,表示取不到有效值。
4391
+ */
4392
+ NRS?: DiseasePresentBlock;
4393
+ /**
4394
+ * kps评分
4395
+ 注意:此字段可能返回 null,表示取不到有效值。
4396
+ */
4397
+ KPS?: DiseasePresentBlock;
3411
4398
  /**
3412
- * 妊娠周期
4399
+ * 癌症分期
3413
4400
  注意:此字段可能返回 null,表示取不到有效值。
3414
4401
  */
3415
- GestationPeriod?: FieldInfo;
4402
+ Cancerstaging?: ClinicalStaging;
3416
4403
  /**
3417
- * 绕颈
4404
+ * 死亡时间
3418
4405
  注意:此字段可能返回 null,表示取不到有效值。
3419
4406
  */
3420
- AroundNeck?: FieldInfo;
4407
+ DeathDate?: DeathDateBlock;
3421
4408
  /**
3422
- * 病变
4409
+ * 复发日期
3423
4410
  注意:此字段可能返回 null,表示取不到有效值。
3424
4411
  */
3425
- Sym?: Array<FieldInfo>;
4412
+ RelapseDate?: RelapseDateBlock;
3426
4413
  /**
3427
- * 原文内容
4414
+ * 观察日期
3428
4415
  注意:此字段可能返回 null,表示取不到有效值。
3429
4416
  */
3430
- Src?: string;
3431
- }
3432
- /**
3433
- * 图片信息
3434
- */
3435
- export interface ImageInfo {
4417
+ ObservationDays?: DeathDateBlock;
3436
4418
  /**
3437
- * 图片id
4419
+ * 切口愈合情况
4420
+ 注意:此字段可能返回 null,表示取不到有效值。
3438
4421
  */
3439
- Id: number;
4422
+ IncisionHealingText?: string;
3440
4423
  /**
3441
- * 图片url
4424
+ * 辅助检查
4425
+ 注意:此字段可能返回 null,表示取不到有效值。
3442
4426
  */
3443
- Url?: string;
4427
+ AuxiliaryExaminationText?: string;
3444
4428
  /**
3445
- * 图片base64编码
4429
+ * 特殊检查
4430
+ 注意:此字段可能返回 null,表示取不到有效值。
3446
4431
  */
3447
- Base64?: string;
3448
- }
3449
- /**
3450
- * 点坐标
3451
- */
3452
- export interface Point {
4432
+ SpecialExamText?: string;
3453
4433
  /**
3454
- * x坐标
4434
+ * 门诊诊断
3455
4435
  注意:此字段可能返回 null,表示取不到有效值。
3456
4436
  */
3457
- X?: number;
4437
+ OutpatientDiagnosisText?: string;
3458
4438
  /**
3459
- * y坐标
4439
+ * 入院情况
3460
4440
  注意:此字段可能返回 null,表示取不到有效值。
3461
4441
  */
3462
- Y?: number;
3463
- }
3464
- /**
3465
- * 月经史
3466
- */
3467
- export interface MenstrualMedicalHistory {
4442
+ AdmissionConditionText?: string;
3468
4443
  /**
3469
- * 末次月经时间
4444
+ * 诊疗经过
3470
4445
  注意:此字段可能返回 null,表示取不到有效值。
3471
4446
  */
3472
- LastMenstrualPeriod: string;
4447
+ CheckAndTreatmentProcessText?: string;
3473
4448
  /**
3474
- * 经量
4449
+ * 体征
3475
4450
  注意:此字段可能返回 null,表示取不到有效值。
3476
4451
  */
3477
- MenstrualFlow: string;
4452
+ SymptomsAndSignsText?: string;
3478
4453
  /**
3479
- * 月经初潮年龄
4454
+ * 出院医嘱
3480
4455
  注意:此字段可能返回 null,表示取不到有效值。
3481
4456
  */
3482
- MenarcheAge: string;
4457
+ DischargeInstructionsText?: string;
3483
4458
  /**
3484
- * 是否来月经
4459
+ * 入院诊断
3485
4460
  注意:此字段可能返回 null,表示取不到有效值。
3486
4461
  */
3487
- MenstruationOrNot: string;
4462
+ AdmissionDiagnosisText?: string;
3488
4463
  /**
3489
- * 月经周期
4464
+ * 手术情况
3490
4465
  注意:此字段可能返回 null,表示取不到有效值。
3491
4466
  */
3492
- MenstrualCycles: string;
4467
+ SurgeryConditionText?: string;
3493
4468
  /**
3494
- * 月经持续天数
4469
+ * 病理诊断
3495
4470
  注意:此字段可能返回 null,表示取不到有效值。
3496
4471
  */
3497
- MenstrualPeriod: string;
3498
- }
3499
- /**
3500
- * 检查报告单
3501
- */
3502
- export interface Check {
4472
+ PathologicalDiagnosisText?: string;
3503
4473
  /**
3504
- * 描述
4474
+ * 出院情况
3505
4475
  注意:此字段可能返回 null,表示取不到有效值。
3506
4476
  */
3507
- Desc: Desc;
4477
+ DischargeConditionText?: string;
3508
4478
  /**
3509
- * 结论
4479
+ * 检查记录
3510
4480
  注意:此字段可能返回 null,表示取不到有效值。
3511
4481
  */
3512
- Summary: Summary;
3513
- }
3514
- /**
3515
- * 心电图诊断
3516
- */
3517
- export interface EcgDiagnosis {
4482
+ CheckRecordText?: string;
3518
4483
  /**
3519
- * 名称
4484
+ * 主诉
3520
4485
  注意:此字段可能返回 null,表示取不到有效值。
3521
4486
  */
3522
- Name: string;
4487
+ ChiefComplaintText?: string;
3523
4488
  /**
3524
- *
4489
+ * 出院诊断
3525
4490
  注意:此字段可能返回 null,表示取不到有效值。
3526
4491
  */
3527
- Value: Array<string>;
4492
+ DischargeDiagnosisText?: string;
3528
4493
  }
3529
4494
  /**
3530
- * 免疫组化
4495
+ * 弹性质地
3531
4496
  */
3532
- export interface ImmunohistochemistryBlock {
4497
+ export interface Elastic {
3533
4498
  /**
3534
- * 名称
4499
+ * 原文位置
3535
4500
  注意:此字段可能返回 null,表示取不到有效值。
3536
4501
  */
3537
- Name?: string;
4502
+ Index: Array<number | bigint>;
3538
4503
  /**
3539
- * 原文
4504
+ * 分数
3540
4505
  注意:此字段可能返回 null,表示取不到有效值。
3541
4506
  */
3542
- Src?: string;
4507
+ Score: string;
3543
4508
  /**
3544
- * 免疫组化详情
4509
+ * 原文
3545
4510
  注意:此字段可能返回 null,表示取不到有效值。
3546
4511
  */
3547
- Value?: Array<IHCBlock>;
3548
- }
3549
- /**
3550
- * 诊断结论
3551
- */
3552
- export interface SummaryInfo {
4512
+ Src: string;
3553
4513
  /**
3554
- * 诊断结论文本
4514
+ *
3555
4515
  注意:此字段可能返回 null,表示取不到有效值。
3556
4516
  */
3557
- Text?: BaseInfo;
4517
+ Value: string;
3558
4518
  /**
3559
- * 诊断结论详情
4519
+ * 名称
3560
4520
  注意:此字段可能返回 null,表示取不到有效值。
3561
4521
  */
3562
- Infos?: Array<DetailInformation>;
4522
+ Name: string;
3563
4523
  }
3564
4524
  /**
3565
- * 描述段落
4525
+ * 体检报告-胸围信息
3566
4526
  */
3567
- export interface DescInfo {
4527
+ export interface ChestCircumferenceItem {
3568
4528
  /**
3569
- * 描述段落文本
4529
+ * 类型
3570
4530
  注意:此字段可能返回 null,表示取不到有效值。
3571
4531
  */
3572
- Text?: BaseInfo;
4532
+ Name?: string;
3573
4533
  /**
3574
- * 描述段落详情
4534
+ * 项目原文
3575
4535
  注意:此字段可能返回 null,表示取不到有效值。
3576
4536
  */
3577
- Infos?: Array<DetailInformation>;
3578
- }
3579
- /**
3580
- * ImageToObject返回参数结构体
3581
- */
3582
- export interface ImageToObjectResponse {
4537
+ Item?: PhysicalBaseItem;
3583
4538
  /**
3584
- * 报告结构化结果
4539
+ * 数值
3585
4540
  注意:此字段可能返回 null,表示取不到有效值。
3586
4541
  */
3587
- Template?: Template;
4542
+ Result?: PhysicalBaseItem;
3588
4543
  /**
3589
- * 多级分类结果
4544
+ * 单位
3590
4545
  注意:此字段可能返回 null,表示取不到有效值。
3591
4546
  */
3592
- TextTypeList?: Array<TextType>;
4547
+ Unit?: PhysicalBaseItem;
3593
4548
  /**
3594
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4549
+ * 呼吸状态
4550
+ 注意:此字段可能返回 null,表示取不到有效值。
3595
4551
  */
3596
- RequestId?: string;
4552
+ State?: PhysicalBaseItem;
3597
4553
  }
3598
4554
  /**
3599
- * 家族史
4555
+ * 体检报告-外科-肛门直肠
3600
4556
  */
3601
- export interface FamilyHistoryBlock {
4557
+ export interface SurgeryAnorectal {
3602
4558
  /**
3603
- * 家庭成员
4559
+ * 肛门直肠总体描述
3604
4560
  注意:此字段可能返回 null,表示取不到有效值。
3605
4561
  */
3606
- RelativeHistory?: RelativeHistoryBlock;
4562
+ Text?: KeyValueItem;
3607
4563
  /**
3608
- * 家族肿瘤史
4564
+ * 直肠指检
3609
4565
  注意:此字段可能返回 null,表示取不到有效值。
3610
4566
  */
3611
- RelativeCancerHistory?: RelativeCancerHistoryBlock;
4567
+ DigitalRectalExamination?: KeyValueItem;
3612
4568
  /**
3613
- * 家族遗传史
4569
+ * 痔疮
3614
4570
  注意:此字段可能返回 null,表示取不到有效值。
3615
4571
  */
3616
- GeneticHistory?: GeneticHistoryBlock;
4572
+ Hemorrhoid?: KeyValueItem;
3617
4573
  }
3618
4574
  /**
3619
- * 入院诊断
4575
+ * Ihc信息
3620
4576
  */
3621
- export interface AdmissionDiagnosisBlock {
4577
+ export interface IHCInfo {
3622
4578
  /**
3623
- * 名称
4579
+ * 原文位置
3624
4580
  注意:此字段可能返回 null,表示取不到有效值。
3625
4581
  */
3626
- Name?: string;
4582
+ Index: Array<number | bigint>;
3627
4583
  /**
3628
4584
  * 原文
3629
4585
  注意:此字段可能返回 null,表示取不到有效值。
3630
4586
  */
3631
- Src?: string;
4587
+ Src: string;
3632
4588
  /**
3633
- * 归一化值
4589
+ * 名称
3634
4590
  注意:此字段可能返回 null,表示取不到有效值。
3635
4591
  */
3636
- Norm?: string;
4592
+ Name: string;
3637
4593
  /**
3638
- * 对外输出值
3639
- 注意:此字段可能返回 null,表示取不到有效值。
4594
+ *
3640
4595
  */
3641
- Value?: string;
4596
+ Value: Value;
3642
4597
  }
3643
4598
  /**
3644
- * 弹性质地
4599
+ * 体检报告PDF信息
3645
4600
  */
3646
- export interface Elastic {
4601
+ export interface PdfInfo {
3647
4602
  /**
3648
- * 原文位置
3649
- 注意:此字段可能返回 null,表示取不到有效值。
4603
+ * pdf文件url链接(暂不支持)
3650
4604
  */
3651
- Index: Array<number | bigint>;
4605
+ Url?: string;
3652
4606
  /**
3653
- * 分数
3654
- 注意:此字段可能返回 null,表示取不到有效值。
4607
+ * pdf文件base64编码字符串
3655
4608
  */
3656
- Score: string;
4609
+ Base64?: string;
4610
+ }
4611
+ /**
4612
+ * 体检报告-眼科
4613
+ */
4614
+ export interface OphthalmologyBaseItem {
3657
4615
  /**
3658
- * 原文
4616
+ * 裸眼视力
3659
4617
  注意:此字段可能返回 null,表示取不到有效值。
3660
4618
  */
3661
- Src: string;
4619
+ BareEyeSight?: OphthalmologyBareEyeSight;
3662
4620
  /**
3663
- *
4621
+ * 矫正视力
3664
4622
  注意:此字段可能返回 null,表示取不到有效值。
3665
4623
  */
3666
- Value: string;
4624
+ CorrectedVisualAcuity?: OphthalmologyCorrectedVisualAcuity;
3667
4625
  /**
3668
- * 名称
4626
+ * 色觉
3669
4627
  注意:此字段可能返回 null,表示取不到有效值。
3670
4628
  */
3671
- Name: string;
3672
- }
3673
- /**
3674
- * Ihc信息
3675
- */
3676
- export interface IHCInfo {
4629
+ ColourVision?: OphthalmologyColourVision;
3677
4630
  /**
3678
- * 原文位置
4631
+ * 眼底
3679
4632
  注意:此字段可能返回 null,表示取不到有效值。
3680
4633
  */
3681
- Index: Array<number | bigint>;
4634
+ Fundoscopy?: OphthalmologyFundoscopy;
3682
4635
  /**
3683
- * 原文
4636
+ * 眼科其他
3684
4637
  注意:此字段可能返回 null,表示取不到有效值。
3685
4638
  */
3686
- Src: string;
4639
+ Others?: Array<KeyValueItem>;
3687
4640
  /**
3688
- * 名称
4641
+ * 眼科小结
3689
4642
  注意:此字段可能返回 null,表示取不到有效值。
3690
4643
  */
3691
- Name: string;
3692
- /**
3693
- * 值
3694
- */
3695
- Value: Value;
4644
+ BriefSummary?: OphthalmologyBriefSummary;
3696
4645
  }
3697
4646
  /**
3698
4647
  * 图片处理参数
@@ -3791,6 +4740,31 @@ export interface Medicine {
3791
4740
  */
3792
4741
  PackingUnit: string;
3793
4742
  }
4743
+ /**
4744
+ * 病理诊断
4745
+ */
4746
+ export interface PathologicalDiagnosisBlock {
4747
+ /**
4748
+ * 名称
4749
+ 注意:此字段可能返回 null,表示取不到有效值。
4750
+ */
4751
+ Name?: string;
4752
+ /**
4753
+ * 原文
4754
+ 注意:此字段可能返回 null,表示取不到有效值。
4755
+ */
4756
+ Src?: string;
4757
+ /**
4758
+ * 病理详细
4759
+ 注意:此字段可能返回 null,表示取不到有效值。
4760
+ */
4761
+ Detail?: Array<PathologicalDiagnosisDetailBlock>;
4762
+ /**
4763
+ * 值
4764
+ 注意:此字段可能返回 null,表示取不到有效值。
4765
+ */
4766
+ Value?: string;
4767
+ }
3794
4768
  /**
3795
4769
  * 指定报告类型选用其结构化版本
3796
4770
  */
@@ -3869,10 +4843,30 @@ export interface ObstericalMedicalHistory {
3869
4843
  */
3870
4844
  MarriageHistory: string;
3871
4845
  /**
3872
- * 孕史
4846
+ * 孕史
4847
+ 注意:此字段可能返回 null,表示取不到有效值。
4848
+ */
4849
+ FertilityHistory: string;
4850
+ }
4851
+ /**
4852
+ * 体检报告-口腔科-牙龈
4853
+ */
4854
+ export interface StomatologyGingiva {
4855
+ /**
4856
+ * 牙龈总体描述
4857
+ 注意:此字段可能返回 null,表示取不到有效值。
4858
+ */
4859
+ Text?: KeyValueItem;
4860
+ }
4861
+ /**
4862
+ * 体检报告-耳鼻喉科-鼻
4863
+ */
4864
+ export interface OtolaryngologyNose {
4865
+ /**
4866
+ * 鼻总体描述
3873
4867
  注意:此字段可能返回 null,表示取不到有效值。
3874
4868
  */
3875
- FertilityHistory: string;
4869
+ Text?: KeyValueItem;
3876
4870
  }
3877
4871
  /**
3878
4872
  * 基础类型
@@ -3929,6 +4923,16 @@ export interface BaseItem2 {
3929
4923
  */
3930
4924
  Coords?: Array<Coord>;
3931
4925
  }
4926
+ /**
4927
+ * 免疫接种证明
4928
+ */
4929
+ export interface VaccineCertificate {
4930
+ /**
4931
+ * 免疫接种列表
4932
+ 注意:此字段可能返回 null,表示取不到有效值。
4933
+ */
4934
+ VaccineList: Array<Vaccination>;
4935
+ }
3932
4936
  /**
3933
4937
  * 家族肿瘤史
3934
4938
  */
@@ -4141,6 +5145,36 @@ export interface PoslistBlock {
4141
5145
  */
4142
5146
  Value?: string;
4143
5147
  }
5148
+ /**
5149
+ * 体检报告-妇科-月经史
5150
+ */
5151
+ export interface GynaecologyMenstrualHistory {
5152
+ /**
5153
+ * 妇科月经史总体描述
5154
+ 注意:此字段可能返回 null,表示取不到有效值。
5155
+ */
5156
+ Text?: KeyValueItem;
5157
+ }
5158
+ /**
5159
+ * 内窥镜报告
5160
+ */
5161
+ export interface Endoscopy {
5162
+ /**
5163
+ * 活检部位
5164
+ 注意:此字段可能返回 null,表示取不到有效值。
5165
+ */
5166
+ BiopsyPart: BiopsyPart;
5167
+ /**
5168
+ * 可见描述
5169
+ 注意:此字段可能返回 null,表示取不到有效值。
5170
+ */
5171
+ Desc: EndoscopyDesc;
5172
+ /**
5173
+ * 结论
5174
+ 注意:此字段可能返回 null,表示取不到有效值。
5175
+ */
5176
+ Summary: Summary;
5177
+ }
4144
5178
  /**
4145
5179
  * 处方单
4146
5180
  */
@@ -4151,6 +5185,61 @@ export interface Prescription {
4151
5185
  */
4152
5186
  MedicineList: Array<Medicine>;
4153
5187
  }
5188
+ /**
5189
+ * 体检报告-内科
5190
+ */
5191
+ export interface InternalMedicineBaseItem {
5192
+ /**
5193
+ * 体检报告-内科-腹部
5194
+ 注意:此字段可能返回 null,表示取不到有效值。
5195
+ */
5196
+ Abdomen?: InternalMedicineAbdomen;
5197
+ /**
5198
+ * 体检报告-内科-心脏
5199
+ 注意:此字段可能返回 null,表示取不到有效值。
5200
+ */
5201
+ Heart?: InternalMedicineHeart;
5202
+ /**
5203
+ * 体检报告-内科-血管
5204
+ 注意:此字段可能返回 null,表示取不到有效值。
5205
+ */
5206
+ Vessel?: InternalMedicineVessel;
5207
+ /**
5208
+ * 体检报告-内科-呼吸系统
5209
+ 注意:此字段可能返回 null,表示取不到有效值。
5210
+ */
5211
+ RespiratorySystem?: InternalMedicineRespiratorySystem;
5212
+ /**
5213
+ * 体检报告-内科-内科其他
5214
+ 注意:此字段可能返回 null,表示取不到有效值。
5215
+ */
5216
+ Others?: Array<KeyValueItem>;
5217
+ /**
5218
+ * 体检报告-内科-小结
5219
+ 注意:此字段可能返回 null,表示取不到有效值。
5220
+ */
5221
+ BriefSummary?: InternalMedicineBriefSummary;
5222
+ }
5223
+ /**
5224
+ * 体检报告-外科-泌尿生殖系统
5225
+ */
5226
+ export interface SurgeryUrogenitalSystem {
5227
+ /**
5228
+ * 泌尿生殖系统总体描述
5229
+ 注意:此字段可能返回 null,表示取不到有效值。
5230
+ */
5231
+ Text?: KeyValueItem;
5232
+ /**
5233
+ * 前列腺
5234
+ 注意:此字段可能返回 null,表示取不到有效值。
5235
+ */
5236
+ Prostate?: KeyValueItem;
5237
+ /**
5238
+ * 外生殖器(男性)
5239
+ 注意:此字段可能返回 null,表示取不到有效值。
5240
+ */
5241
+ ExternalReproductiveOrgans?: KeyValueItem;
5242
+ }
4154
5243
  /**
4155
5244
  * 坐标
4156
5245
  */
@@ -4371,6 +5460,41 @@ export interface DosageBlock {
4371
5460
  */
4372
5461
  DrugDeliveryRoute?: string;
4373
5462
  }
5463
+ /**
5464
+ * 家庭成员
5465
+ */
5466
+ export interface RelativeHistoryBlock {
5467
+ /**
5468
+ * 名称
5469
+ 注意:此字段可能返回 null,表示取不到有效值。
5470
+ */
5471
+ Name?: string;
5472
+ /**
5473
+ * 成员列表
5474
+ 注意:此字段可能返回 null,表示取不到有效值。
5475
+ */
5476
+ Detail?: Array<RelativeHistoryDetailBlock>;
5477
+ /**
5478
+ * 原文
5479
+ 注意:此字段可能返回 null,表示取不到有效值。
5480
+ */
5481
+ Src?: string;
5482
+ /**
5483
+ * 对外输出值
5484
+ 注意:此字段可能返回 null,表示取不到有效值。
5485
+ */
5486
+ Value?: string;
5487
+ }
5488
+ /**
5489
+ * 体检报告-口腔科-牙周
5490
+ */
5491
+ export interface StomatologyPeriodontics {
5492
+ /**
5493
+ * 牙周总体描述
5494
+ 注意:此字段可能返回 null,表示取不到有效值。
5495
+ */
5496
+ Text?: KeyValueItem;
5497
+ }
4374
5498
  /**
4375
5499
  * 活检部位
4376
5500
  */
@@ -4392,34 +5516,29 @@ export interface BiopsyPart {
4392
5516
  Coords?: Array<Coord>;
4393
5517
  }
4394
5518
  /**
4395
- * 侵犯
5519
+ * 侵犯扩散
4396
5520
  */
4397
- export interface InvasiveV2 {
5521
+ export interface Invas {
4398
5522
  /**
4399
- * 索引
5523
+ * 原文位置
4400
5524
  注意:此字段可能返回 null,表示取不到有效值。
4401
5525
  */
4402
- Index?: Array<number | bigint>;
5526
+ Index: Array<number | bigint>;
4403
5527
  /**
4404
5528
  * 部位
4405
5529
  注意:此字段可能返回 null,表示取不到有效值。
4406
5530
  */
4407
- Part?: Part;
5531
+ Part: Part;
4408
5532
  /**
4409
- * 阴性或阳性
5533
+ * 阳性
4410
5534
  注意:此字段可能返回 null,表示取不到有效值。
4411
5535
  */
4412
- Positive?: string;
5536
+ Positive: string;
4413
5537
  /**
4414
5538
  * 原文
4415
5539
  注意:此字段可能返回 null,表示取不到有效值。
4416
5540
  */
4417
- Src?: string;
4418
- /**
4419
- * 原文对应坐标
4420
- 注意:此字段可能返回 null,表示取不到有效值。
4421
- */
4422
- Coords?: Array<Coord>;
5541
+ Src: string;
4423
5542
  }
4424
5543
  /**
4425
5544
  * ImageToClass请求参数结构体
@@ -4442,6 +5561,41 @@ export interface ImageToClassRequest {
4442
5561
  */
4443
5562
  UserType?: number;
4444
5563
  }
5564
+ /**
5565
+ * 体检报告-内科-腹部-肝脏
5566
+ */
5567
+ export interface InternalMedicineAbdomenLiver {
5568
+ /**
5569
+ * 肝脏总体描述
5570
+ 注意:此字段可能返回 null,表示取不到有效值。
5571
+ */
5572
+ Src?: KeyValueItem;
5573
+ /**
5574
+ * 肝脏大小
5575
+ 注意:此字段可能返回 null,表示取不到有效值。
5576
+ */
5577
+ Size?: KeyValueItem;
5578
+ /**
5579
+ * 肝脏触诊
5580
+ 注意:此字段可能返回 null,表示取不到有效值。
5581
+ */
5582
+ Palpation?: KeyValueItem;
5583
+ /**
5584
+ * 肝脏叩诊
5585
+ 注意:此字段可能返回 null,表示取不到有效值。
5586
+ */
5587
+ Percussion?: KeyValueItem;
5588
+ /**
5589
+ * 肝脏压痛
5590
+ 注意:此字段可能返回 null,表示取不到有效值。
5591
+ */
5592
+ Tenderness?: KeyValueItem;
5593
+ /**
5594
+ * 肝脏质地
5595
+ 注意:此字段可能返回 null,表示取不到有效值。
5596
+ */
5597
+ Consistency?: KeyValueItem;
5598
+ }
4445
5599
  /**
4446
5600
  * 标准信息类
4447
5601
  */
@@ -4472,6 +5626,116 @@ export interface BaseInfo {
4472
5626
  */
4473
5627
  Coords?: Array<Coord>;
4474
5628
  }
5629
+ /**
5630
+ * 体检报告综合信息
5631
+ */
5632
+ export interface PhysicalExamination {
5633
+ /**
5634
+ * 一般检查
5635
+ 注意:此字段可能返回 null,表示取不到有效值。
5636
+ */
5637
+ GeneralExamination?: GeneralExaminationBaseItem;
5638
+ /**
5639
+ * 内科
5640
+ 注意:此字段可能返回 null,表示取不到有效值。
5641
+ */
5642
+ InternalMedicine?: InternalMedicineBaseItem;
5643
+ /**
5644
+ * 外科
5645
+ 注意:此字段可能返回 null,表示取不到有效值。
5646
+ */
5647
+ Surgery?: SurgeryBaseItem;
5648
+ /**
5649
+ * 口腔科
5650
+ 注意:此字段可能返回 null,表示取不到有效值。
5651
+ */
5652
+ Stomatology?: StomatologyBaseItem;
5653
+ /**
5654
+ * 眼科
5655
+ 注意:此字段可能返回 null,表示取不到有效值。
5656
+ */
5657
+ Ophthalmology?: OphthalmologyBaseItem;
5658
+ /**
5659
+ * 耳鼻喉科
5660
+ 注意:此字段可能返回 null,表示取不到有效值。
5661
+ */
5662
+ Otolaryngology?: OtolaryngologyBaseItem;
5663
+ /**
5664
+ * 妇科
5665
+ 注意:此字段可能返回 null,表示取不到有效值。
5666
+ */
5667
+ Gynaecology?: GynaecologyBaseItem;
5668
+ /**
5669
+ * 未标准化
5670
+ 注意:此字段可能返回 null,表示取不到有效值。
5671
+ */
5672
+ Unclassified?: Array<KeyValueItem>;
5673
+ }
5674
+ /**
5675
+ * 体检报告-内科-呼吸系统
5676
+ */
5677
+ export interface InternalMedicineRespiratorySystem {
5678
+ /**
5679
+ * 呼吸系统总体描述
5680
+ 注意:此字段可能返回 null,表示取不到有效值。
5681
+ */
5682
+ Text?: KeyValueItem;
5683
+ /**
5684
+ * 胸廓
5685
+ 注意:此字段可能返回 null,表示取不到有效值。
5686
+ */
5687
+ Thoracic?: KeyValueItem;
5688
+ /**
5689
+ * 痰量
5690
+ 注意:此字段可能返回 null,表示取不到有效值。
5691
+ */
5692
+ Sputum?: KeyValueItem;
5693
+ /**
5694
+ * 肺部叩诊
5695
+ 注意:此字段可能返回 null,表示取不到有效值。
5696
+ */
5697
+ LungPercussion?: KeyValueItem;
5698
+ /**
5699
+ * 肺部听诊其他
5700
+ 注意:此字段可能返回 null,表示取不到有效值。
5701
+ */
5702
+ LungAuscultation?: Array<KeyValueItem>;
5703
+ }
5704
+ /**
5705
+ * 体检报告血压检测信息
5706
+ */
5707
+ export interface BloodPressureItem {
5708
+ /**
5709
+ * 类型
5710
+ 注意:此字段可能返回 null,表示取不到有效值。
5711
+ */
5712
+ Name?: string;
5713
+ /**
5714
+ * 项目原文
5715
+ 注意:此字段可能返回 null,表示取不到有效值。
5716
+ */
5717
+ Item?: PhysicalBaseItem;
5718
+ /**
5719
+ * 数值
5720
+ 注意:此字段可能返回 null,表示取不到有效值。
5721
+ */
5722
+ Result?: PhysicalBaseItem;
5723
+ /**
5724
+ * 单位
5725
+ 注意:此字段可能返回 null,表示取不到有效值。
5726
+ */
5727
+ Unit?: PhysicalBaseItem;
5728
+ /**
5729
+ * 第几次
5730
+ 注意:此字段可能返回 null,表示取不到有效值。
5731
+ */
5732
+ Times?: PhysicalBaseItem;
5733
+ /**
5734
+ * 左右手臂
5735
+ 注意:此字段可能返回 null,表示取不到有效值。
5736
+ */
5737
+ Location?: PhysicalBaseItem;
5738
+ }
4475
5739
  /**
4476
5740
  * TextToClass请求参数结构体
4477
5741
  */
@@ -4485,6 +5749,16 @@ export interface TextToClassRequest {
4485
5749
  */
4486
5750
  UserType?: number;
4487
5751
  }
5752
+ /**
5753
+ * 文本类型列表块
5754
+ */
5755
+ export interface TextTypeListBlock {
5756
+ /**
5757
+ * 文本类型列表
5758
+ 注意:此字段可能返回 null,表示取不到有效值。
5759
+ */
5760
+ TextTypeList?: Array<TextType>;
5761
+ }
4488
5762
  /**
4489
5763
  * 婚姻-生育史
4490
5764
  */
@@ -4500,6 +5774,46 @@ export interface ObstetricalHistoryBlock {
4500
5774
  */
4501
5775
  FertilityHistory?: FertilityHistoryBlock;
4502
5776
  }
5777
+ /**
5778
+ * 体检报告-外科-脊柱
5779
+ */
5780
+ export interface SurgerySpinalExtremities {
5781
+ /**
5782
+ * 脊柱四肢总体描述
5783
+ 注意:此字段可能返回 null,表示取不到有效值。
5784
+ */
5785
+ Text?: KeyValueItem;
5786
+ /**
5787
+ * 脊柱
5788
+ 注意:此字段可能返回 null,表示取不到有效值。
5789
+ */
5790
+ SpinalColumn?: KeyValueItem;
5791
+ /**
5792
+ * 四肢和关节
5793
+ 注意:此字段可能返回 null,表示取不到有效值。
5794
+ */
5795
+ LimbJoint?: KeyValueItem;
5796
+ /**
5797
+ * 平跛足
5798
+ 注意:此字段可能返回 null,表示取不到有效值。
5799
+ */
5800
+ Foot?: KeyValueItem;
5801
+ /**
5802
+ * 骨骼
5803
+ 注意:此字段可能返回 null,表示取不到有效值。
5804
+ */
5805
+ Bone?: KeyValueItem;
5806
+ /**
5807
+ * 步态
5808
+ 注意:此字段可能返回 null,表示取不到有效值。
5809
+ */
5810
+ Gait?: KeyValueItem;
5811
+ /**
5812
+ * 残疾或畸形
5813
+ 注意:此字段可能返回 null,表示取不到有效值。
5814
+ */
5815
+ Deformity?: KeyValueItem;
5816
+ }
4503
5817
  /**
4504
5818
  * 大小
4505
5819
  */
@@ -4620,10 +5934,19 @@ export interface OtherInfo {
4620
5934
  */
4621
5935
  EndTime?: SurgeryAttr;
4622
5936
  /**
4623
- * 手术结束时间
4624
- 注意:此字段可能返回 null,表示取不到有效值。
5937
+ * 手术结束时间
5938
+ 注意:此字段可能返回 null,表示取不到有效值。
5939
+ */
5940
+ StartTime?: SurgeryAttr;
5941
+ }
5942
+ /**
5943
+ * TurnPDFToObject请求参数结构体
5944
+ */
5945
+ export interface TurnPDFToObjectRequest {
5946
+ /**
5947
+ * 体检报告PDF文件信息, 目前只支持传PDF文件的Base64编码字符
4625
5948
  */
4626
- StartTime?: SurgeryAttr;
5949
+ PdfInfo: PdfInfo;
4627
5950
  }
4628
5951
  /**
4629
5952
  * 月经量
@@ -4690,6 +6013,36 @@ export interface SurgeryHistory {
4690
6013
  */
4691
6014
  DischargeDiagnosis: SurgeryAttr;
4692
6015
  }
6016
+ /**
6017
+ * 体检报告-眼科-眼底
6018
+ */
6019
+ export interface OphthalmologyFundoscopy {
6020
+ /**
6021
+ * 眼底检查总体描述
6022
+ 注意:此字段可能返回 null,表示取不到有效值。
6023
+ */
6024
+ Text?: KeyValueItem;
6025
+ }
6026
+ /**
6027
+ * 体检报告-外科-乳房
6028
+ */
6029
+ export interface SurgeryBreast {
6030
+ /**
6031
+ * 乳房总体描述
6032
+ 注意:此字段可能返回 null,表示取不到有效值。
6033
+ */
6034
+ Text?: KeyValueItem;
6035
+ }
6036
+ /**
6037
+ * 体检报告-内科-内科小结
6038
+ */
6039
+ export interface InternalMedicineBriefSummary {
6040
+ /**
6041
+ * 内科小结
6042
+ 注意:此字段可能返回 null,表示取不到有效值。
6043
+ */
6044
+ Text?: KeyValueItem;
6045
+ }
4693
6046
  /**
4694
6047
  * 病症描述信息
4695
6048
  */
@@ -4731,49 +6084,44 @@ export interface SymptomInfo {
4731
6084
  Coords?: Array<Coord>;
4732
6085
  }
4733
6086
  /**
4734
- * 单淋巴结转移信息
6087
+ * 死亡时间
4735
6088
  */
4736
- export interface LymphNode {
6089
+ export interface DeathDateBlock {
4737
6090
  /**
4738
- * 项目名称
6091
+ * 名称
4739
6092
  注意:此字段可能返回 null,表示取不到有效值。
4740
6093
  */
4741
6094
  Name?: string;
4742
6095
  /**
4743
- * 索引
4744
- 注意:此字段可能返回 null,表示取不到有效值。
4745
- */
4746
- Index?: Array<number | bigint>;
4747
- /**
4748
- * 部位
6096
+ * 原文
4749
6097
  注意:此字段可能返回 null,表示取不到有效值。
4750
6098
  */
4751
- Part?: Part;
6099
+ Src?: string;
4752
6100
  /**
4753
- * 原文
6101
+ * 类型
4754
6102
  注意:此字段可能返回 null,表示取不到有效值。
4755
6103
  */
4756
- Src?: string;
6104
+ Type?: string;
4757
6105
  /**
4758
- * 总数量
6106
+ * 归一化值
4759
6107
  注意:此字段可能返回 null,表示取不到有效值。
4760
6108
  */
4761
- Total?: number;
6109
+ Norm?: string;
4762
6110
  /**
4763
- * 转移数量
6111
+ * 单位
4764
6112
  注意:此字段可能返回 null,表示取不到有效值。
4765
6113
  */
4766
- TransferNum?: number;
6114
+ Unit?: string;
4767
6115
  /**
4768
- * 淋巴结大小
6116
+ * 时间戳
4769
6117
  注意:此字段可能返回 null,表示取不到有效值。
4770
6118
  */
4771
- Sizes?: Array<number | bigint>;
6119
+ Timestamp?: string;
4772
6120
  /**
4773
- * 原文对应坐标
6121
+ * 对外输出值
4774
6122
  注意:此字段可能返回 null,表示取不到有效值。
4775
6123
  */
4776
- Coords?: Array<Coord>;
6124
+ Value?: string;
4777
6125
  }
4778
6126
  /**
4779
6127
  * 出生证明结构化信息
@@ -4801,29 +6149,24 @@ export interface BirthCert {
4801
6149
  IssueInfo?: IssueInfo;
4802
6150
  }
4803
6151
  /**
4804
- * 病理诊断
6152
+ * 体检报告信息
4805
6153
  */
4806
- export interface PathologicalDiagnosisBlock {
6154
+ export interface KeyValueItem {
4807
6155
  /**
4808
- * 名称
6156
+ * 类型
4809
6157
  注意:此字段可能返回 null,表示取不到有效值。
4810
6158
  */
4811
6159
  Name?: string;
4812
6160
  /**
4813
- * 原文
4814
- 注意:此字段可能返回 null,表示取不到有效值。
4815
- */
4816
- Src?: string;
4817
- /**
4818
- * 病理详细
6161
+ * 项目原文
4819
6162
  注意:此字段可能返回 null,表示取不到有效值。
4820
6163
  */
4821
- Detail?: Array<PathologicalDiagnosisDetailBlock>;
6164
+ Item?: PhysicalBaseItem;
4822
6165
  /**
4823
- *
6166
+ * 结果
4824
6167
  注意:此字段可能返回 null,表示取不到有效值。
4825
6168
  */
4826
- Value?: string;
6169
+ Result?: PhysicalBaseItem;
4827
6170
  }
4828
6171
  /**
4829
6172
  * 主诉
@@ -4900,6 +6243,76 @@ export interface ValueBlock {
4900
6243
  */
4901
6244
  Positive?: string;
4902
6245
  }
6246
+ /**
6247
+ * 体检报告-内科-腹部-脾脏
6248
+ */
6249
+ export interface InternalMedicineAbdomenSpleen {
6250
+ /**
6251
+ * 脾脏总体描述
6252
+ 注意:此字段可能返回 null,表示取不到有效值。
6253
+ */
6254
+ Src?: KeyValueItem;
6255
+ /**
6256
+ * 脾脏大小
6257
+ 注意:此字段可能返回 null,表示取不到有效值。
6258
+ */
6259
+ Size?: KeyValueItem;
6260
+ /**
6261
+ * 脾脏触诊
6262
+ 注意:此字段可能返回 null,表示取不到有效值。
6263
+ */
6264
+ Palpation?: KeyValueItem;
6265
+ /**
6266
+ * 脾脏叩诊
6267
+ 注意:此字段可能返回 null,表示取不到有效值。
6268
+ */
6269
+ Percussion?: KeyValueItem;
6270
+ /**
6271
+ * 脾脏压痛
6272
+ 注意:此字段可能返回 null,表示取不到有效值。
6273
+ */
6274
+ Tenderness?: KeyValueItem;
6275
+ /**
6276
+ * 脾脏质地
6277
+ 注意:此字段可能返回 null,表示取不到有效值。
6278
+ */
6279
+ Consistency?: KeyValueItem;
6280
+ }
6281
+ /**
6282
+ * 体检报告-内科-腹部-肾脏
6283
+ */
6284
+ export interface InternalMedicineAbdomenKidney {
6285
+ /**
6286
+ * 肾脏总体描述
6287
+ 注意:此字段可能返回 null,表示取不到有效值。
6288
+ */
6289
+ Src?: KeyValueItem;
6290
+ /**
6291
+ * 肾脏大小
6292
+ 注意:此字段可能返回 null,表示取不到有效值。
6293
+ */
6294
+ Size?: KeyValueItem;
6295
+ /**
6296
+ * 肾脏触诊
6297
+ 注意:此字段可能返回 null,表示取不到有效值。
6298
+ */
6299
+ Palpation?: KeyValueItem;
6300
+ /**
6301
+ * 肾脏叩诊
6302
+ 注意:此字段可能返回 null,表示取不到有效值。
6303
+ */
6304
+ Percussion?: KeyValueItem;
6305
+ /**
6306
+ * 肾脏压痛
6307
+ 注意:此字段可能返回 null,表示取不到有效值。
6308
+ */
6309
+ Tenderness?: KeyValueItem;
6310
+ /**
6311
+ * 肾脏质地
6312
+ 注意:此字段可能返回 null,表示取不到有效值。
6313
+ */
6314
+ Consistency?: KeyValueItem;
6315
+ }
4903
6316
  /**
4904
6317
  * 母亲或父亲信息
4905
6318
  */
@@ -4966,44 +6379,69 @@ export interface DischargeInfoBlock {
4966
6379
  ParagraphBlock?: ParagraphBlock;
4967
6380
  }
4968
6381
  /**
4969
- * 死亡时间
6382
+ * 孕产报告
4970
6383
  */
4971
- export interface DeathDateBlock {
6384
+ export interface Maternity {
4972
6385
  /**
4973
- * 名称
6386
+ * 描述部分
6387
+ 注意:此字段可能返回 null,表示取不到有效值。
6388
+ */
6389
+ Desc?: MaternityDesc;
6390
+ /**
6391
+ * 结论部分
6392
+ 注意:此字段可能返回 null,表示取不到有效值。
6393
+ */
6394
+ Summary?: MaternitySummary;
6395
+ /**
6396
+ * 报告原文
6397
+ 注意:此字段可能返回 null,表示取不到有效值。
6398
+ */
6399
+ OcrText?: string;
6400
+ }
6401
+ /**
6402
+ * 单淋巴结转移信息
6403
+ */
6404
+ export interface LymphNode {
6405
+ /**
6406
+ * 项目名称
4974
6407
  注意:此字段可能返回 null,表示取不到有效值。
4975
6408
  */
4976
6409
  Name?: string;
4977
6410
  /**
4978
- * 原文
6411
+ * 索引
4979
6412
  注意:此字段可能返回 null,表示取不到有效值。
4980
6413
  */
4981
- Src?: string;
6414
+ Index?: Array<number | bigint>;
4982
6415
  /**
4983
- * 类型
6416
+ * 部位
4984
6417
  注意:此字段可能返回 null,表示取不到有效值。
4985
6418
  */
4986
- Type?: string;
6419
+ Part?: Part;
4987
6420
  /**
4988
- * 归一化值
6421
+ * 原文
4989
6422
  注意:此字段可能返回 null,表示取不到有效值。
4990
6423
  */
4991
- Norm?: string;
6424
+ Src?: string;
4992
6425
  /**
4993
- * 单位
6426
+ * 总数量
4994
6427
  注意:此字段可能返回 null,表示取不到有效值。
4995
6428
  */
4996
- Unit?: string;
6429
+ Total?: number;
4997
6430
  /**
4998
- * 时间戳
6431
+ * 转移数量
4999
6432
  注意:此字段可能返回 null,表示取不到有效值。
5000
6433
  */
5001
- Timestamp?: string;
6434
+ TransferNum?: number;
5002
6435
  /**
5003
- * 对外输出值
6436
+ * 淋巴结大小
5004
6437
  注意:此字段可能返回 null,表示取不到有效值。
5005
6438
  */
5006
- Value?: string;
6439
+ Sizes?: Array<number | bigint>;
6440
+ /**
6441
+ * 原文对应坐标
6442
+ 注意:此字段可能返回 null,表示取不到有效值。
6443
+ */
6444
+ Coords?: Array<Coord>;
5007
6445
  }
5008
6446
  /**
5009
6447
  * 签发信息
@@ -5240,6 +6678,61 @@ export interface HistologyTypeV2 {
5240
6678
  */
5241
6679
  Coords?: Array<Coord>;
5242
6680
  }
6681
+ /**
6682
+ * 体检报告-外科
6683
+ */
6684
+ export interface SurgeryBaseItem {
6685
+ /**
6686
+ * 体检报告-外科-头颈部
6687
+ 注意:此字段可能返回 null,表示取不到有效值。
6688
+ */
6689
+ HeadNeck?: SurgeryHeadNeck;
6690
+ /**
6691
+ * 体检报告-外科-甲状腺
6692
+ 注意:此字段可能返回 null,表示取不到有效值。
6693
+ */
6694
+ Thyroid?: SurgeryThyroid;
6695
+ /**
6696
+ * 体检报告-外科-乳房
6697
+ 注意:此字段可能返回 null,表示取不到有效值。
6698
+ */
6699
+ Breast?: SurgeryBreast;
6700
+ /**
6701
+ * 体检报告-外科-浅表淋巴结
6702
+ 注意:此字段可能返回 null,表示取不到有效值。
6703
+ */
6704
+ LymphNode?: SurgeryLymphNode;
6705
+ /**
6706
+ * 体检报告-外科-脊柱
6707
+ 注意:此字段可能返回 null,表示取不到有效值。
6708
+ */
6709
+ SpinalExtremities?: SurgerySpinalExtremities;
6710
+ /**
6711
+ * 体检报告-外科-皮肤
6712
+ 注意:此字段可能返回 null,表示取不到有效值。
6713
+ */
6714
+ Skin?: SurgerySkin;
6715
+ /**
6716
+ * 体检报告-外科-肛门直肠
6717
+ 注意:此字段可能返回 null,表示取不到有效值。
6718
+ */
6719
+ Anorectal?: SurgeryAnorectal;
6720
+ /**
6721
+ * 体检报告-外科-泌尿生殖系统
6722
+ 注意:此字段可能返回 null,表示取不到有效值。
6723
+ */
6724
+ UrogenitalSystem?: SurgeryUrogenitalSystem;
6725
+ /**
6726
+ * 体检报告-外科-外科其他
6727
+ 注意:此字段可能返回 null,表示取不到有效值。
6728
+ */
6729
+ Others?: Array<KeyValueItem>;
6730
+ /**
6731
+ * 体检报告-外科-小结
6732
+ 注意:此字段可能返回 null,表示取不到有效值。
6733
+ */
6734
+ BriefSummary?: SurgeryBriefSummary;
6735
+ }
5243
6736
  /**
5244
6737
  * 部位描述
5245
6738
  */
@@ -5273,62 +6766,117 @@ export interface DischargeDiagnosisBlock {
5273
6766
  * 名称
5274
6767
  注意:此字段可能返回 null,表示取不到有效值。
5275
6768
  */
5276
- Name?: string;
6769
+ Name?: string;
6770
+ /**
6771
+ * 原文
6772
+ 注意:此字段可能返回 null,表示取不到有效值。
6773
+ */
6774
+ Src?: string;
6775
+ /**
6776
+ * 归一化值
6777
+ 注意:此字段可能返回 null,表示取不到有效值。
6778
+ */
6779
+ Norm?: string;
6780
+ /**
6781
+ * 对外输出值
6782
+ 注意:此字段可能返回 null,表示取不到有效值。
6783
+ */
6784
+ Value?: string;
6785
+ }
6786
+ /**
6787
+ * 婚育史
6788
+ */
6789
+ export interface FertilityHistoryBlock {
6790
+ /**
6791
+ * 名称
6792
+ 注意:此字段可能返回 null,表示取不到有效值。
6793
+ */
6794
+ Name?: string;
6795
+ /**
6796
+ * 原文
6797
+ 注意:此字段可能返回 null,表示取不到有效值。
6798
+ */
6799
+ Src?: string;
6800
+ /**
6801
+ * 状态
6802
+ 注意:此字段可能返回 null,表示取不到有效值。
6803
+ */
6804
+ State?: string;
6805
+ /**
6806
+ * 归一化值
6807
+ 注意:此字段可能返回 null,表示取不到有效值。
6808
+ */
6809
+ Norm?: string;
6810
+ /**
6811
+ * 对外输出值
6812
+ 注意:此字段可能返回 null,表示取不到有效值。
6813
+ */
6814
+ Value?: string;
6815
+ /**
6816
+ * 妊娠次数
6817
+ 注意:此字段可能返回 null,表示取不到有效值。
6818
+ */
6819
+ PregCount?: string;
6820
+ /**
6821
+ * 生产次数
6822
+ 注意:此字段可能返回 null,表示取不到有效值。
6823
+ */
6824
+ ProduCount?: string;
6825
+ }
6826
+ /**
6827
+ * 体检报告-其他项
6828
+ */
6829
+ export interface GeneralExaminationOthers {
5277
6830
  /**
5278
- * 原文
6831
+ * 面容与表情
5279
6832
  注意:此字段可能返回 null,表示取不到有效值。
5280
6833
  */
5281
- Src?: string;
6834
+ Countenance?: KeyValueItem;
5282
6835
  /**
5283
- * 归一化值
6836
+ * 精神状态
5284
6837
  注意:此字段可能返回 null,表示取不到有效值。
5285
6838
  */
5286
- Norm?: string;
6839
+ MentalStatus?: KeyValueItem;
5287
6840
  /**
5288
- * 对外输出值
6841
+ * 发育及营养状况
5289
6842
  注意:此字段可能返回 null,表示取不到有效值。
5290
6843
  */
5291
- Value?: string;
5292
- }
5293
- /**
5294
- * 婚育史
5295
- */
5296
- export interface FertilityHistoryBlock {
6844
+ DevelopmentCondition?: KeyValueItem;
5297
6845
  /**
5298
- * 名称
6846
+ * 记忆力
5299
6847
  注意:此字段可能返回 null,表示取不到有效值。
5300
6848
  */
5301
- Name?: string;
6849
+ Memory?: KeyValueItem;
5302
6850
  /**
5303
- * 原文
6851
+ * 臀围
5304
6852
  注意:此字段可能返回 null,表示取不到有效值。
5305
6853
  */
5306
- Src?: string;
6854
+ Hipline?: ValueUnitItem;
5307
6855
  /**
5308
- * 状态
6856
+ * 腰臀比
5309
6857
  注意:此字段可能返回 null,表示取不到有效值。
5310
6858
  */
5311
- State?: string;
6859
+ WaistHipRatio?: ValueUnitItem;
5312
6860
  /**
5313
- * 归一化值
6861
+ * 生活嗜好
5314
6862
  注意:此字段可能返回 null,表示取不到有效值。
5315
6863
  */
5316
- Norm?: string;
6864
+ Addiction?: KeyValueItem;
5317
6865
  /**
5318
- * 对外输出值
6866
+ * 生活能力评定
5319
6867
  注意:此字段可能返回 null,表示取不到有效值。
5320
6868
  */
5321
- Value?: string;
6869
+ AbilityOfLifeADL?: KeyValueItem;
5322
6870
  /**
5323
- * 妊娠次数
6871
+ * 一般检查其他
5324
6872
  注意:此字段可能返回 null,表示取不到有效值。
5325
6873
  */
5326
- PregCount?: string;
6874
+ Others?: Array<KeyValueItem>;
5327
6875
  /**
5328
- * 生产次数
6876
+ * 胸围
5329
6877
  注意:此字段可能返回 null,表示取不到有效值。
5330
6878
  */
5331
- ProduCount?: string;
6879
+ ChestCircumference?: ChestCircumferenceItem;
5332
6880
  }
5333
6881
  /**
5334
6882
  * 疾病史
@@ -5431,29 +6979,14 @@ export interface IndicatorV3 {
5431
6979
  Version?: string;
5432
6980
  }
5433
6981
  /**
5434
- * 药物史
6982
+ * 体检报告-妇科-子宫颈
5435
6983
  */
5436
- export interface DrugListBlock {
6984
+ export interface GynaecologyCervix {
5437
6985
  /**
5438
- * 通用名称
5439
- 注意:此字段可能返回 null,表示取不到有效值。
5440
- */
5441
- CommonName?: string;
5442
- /**
5443
- * 商品名称
5444
- 注意:此字段可能返回 null,表示取不到有效值。
5445
- */
5446
- TradeName?: string;
5447
- /**
5448
- * 用法用量
5449
- 注意:此字段可能返回 null,表示取不到有效值。
5450
- */
5451
- Dosage?: DosageBlock;
5452
- /**
5453
- * 值
6986
+ * 子宫颈总体描述
5454
6987
  注意:此字段可能返回 null,表示取不到有效值。
5455
6988
  */
5456
- Value?: string;
6989
+ Text?: KeyValueItem;
5457
6990
  }
5458
6991
  /**
5459
6992
  * 内窥镜描述
@@ -5475,6 +7008,16 @@ export interface EndoscopyDesc {
5475
7008
  */
5476
7009
  Coords?: Array<Coord>;
5477
7010
  }
7011
+ /**
7012
+ * 体检报告-妇科-子宫附件
7013
+ */
7014
+ export interface GynaecologyAdnexal {
7015
+ /**
7016
+ * 子宫附件总体描述
7017
+ 注意:此字段可能返回 null,表示取不到有效值。
7018
+ */
7019
+ Text?: KeyValueItem;
7020
+ }
5478
7021
  /**
5479
7022
  * 检验指标项
5480
7023
  */
@@ -5616,49 +7159,24 @@ export interface SurgeryHistoryBlock {
5616
7159
  Surgerylist?: Array<SurgeryListBlock>;
5617
7160
  }
5618
7161
  /**
5619
- * 个人史
7162
+ * 体检报告-外科-小结
5620
7163
  */
5621
- export interface PersonalHistoryBlock {
5622
- /**
5623
- * 出生地
5624
- 注意:此字段可能返回 null,表示取不到有效值。
5625
- */
5626
- BirthPlace?: BirthPlaceBlock;
5627
- /**
5628
- * 居住地
5629
- 注意:此字段可能返回 null,表示取不到有效值。
5630
- */
5631
- LivePlace?: BirthPlaceBlock;
5632
- /**
5633
- * 职业
5634
- 注意:此字段可能返回 null,表示取不到有效值。
5635
- */
5636
- Job?: BirthPlaceBlock;
5637
- /**
5638
- * 吸烟
5639
- 注意:此字段可能返回 null,表示取不到有效值。
5640
- */
5641
- SmokeHistory?: SmokeHistoryBlock;
5642
- /**
5643
- * 喝酒
5644
- 注意:此字段可能返回 null,表示取不到有效值。
5645
- */
5646
- AlcoholicHistory?: SmokeHistoryBlock;
5647
- /**
5648
- * 月经史
5649
- 注意:此字段可能返回 null,表示取不到有效值。
5650
- */
5651
- MenstrualHistory?: MenstrualHistoryBlock;
7164
+ export interface SurgeryBriefSummary {
5652
7165
  /**
5653
- * 婚姻-生育史
7166
+ * 外科小结
5654
7167
  注意:此字段可能返回 null,表示取不到有效值。
5655
7168
  */
5656
- ObstericalHistory?: ObstetricalHistoryBlock;
7169
+ Text?: KeyValueItem;
7170
+ }
7171
+ /**
7172
+ * 体检报告-妇科-盆腔
7173
+ */
7174
+ export interface GynaecologyPelvicCavity {
5657
7175
  /**
5658
- * 家族史
7176
+ * 盆腔总体描述
5659
7177
  注意:此字段可能返回 null,表示取不到有效值。
5660
7178
  */
5661
- FamilyHistory?: FamilyHistoryBlock;
7179
+ Text?: KeyValueItem;
5662
7180
  }
5663
7181
  /**
5664
7182
  * 复发时间
@@ -5706,212 +7224,176 @@ export interface RelapseDateBlock {
5706
7224
  Value?: string;
5707
7225
  }
5708
7226
  /**
5709
- * 孕产报告
7227
+ * ImageToObject返回参数结构体
5710
7228
  */
5711
- export interface Maternity {
7229
+ export interface ImageToObjectResponse {
5712
7230
  /**
5713
- * 描述部分
7231
+ * 报告结构化结果
5714
7232
  注意:此字段可能返回 null,表示取不到有效值。
5715
7233
  */
5716
- Desc?: MaternityDesc;
7234
+ Template?: Template;
5717
7235
  /**
5718
- * 结论部分
7236
+ * 多级分类结果
5719
7237
  注意:此字段可能返回 null,表示取不到有效值。
5720
7238
  */
5721
- Summary?: MaternitySummary;
7239
+ TextTypeList?: Array<TextType>;
5722
7240
  /**
5723
- * 报告原文
5724
- 注意:此字段可能返回 null,表示取不到有效值。
7241
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
5725
7242
  */
5726
- OcrText?: string;
7243
+ RequestId?: string;
5727
7244
  }
5728
7245
  /**
5729
- * 是否绝经
7246
+ * 体检报告信息-包含单位
5730
7247
  */
5731
- export interface MenstruationOrNotBlock {
7248
+ export interface ValueUnitItem {
5732
7249
  /**
5733
- * 名称
7250
+ * 类型
5734
7251
  注意:此字段可能返回 null,表示取不到有效值。
5735
7252
  */
5736
7253
  Name?: string;
5737
7254
  /**
5738
- * 原文
5739
- 注意:此字段可能返回 null,表示取不到有效值。
5740
- */
5741
- Src?: string;
5742
- /**
5743
- * 归一化值
5744
- 注意:此字段可能返回 null,表示取不到有效值。
5745
- */
5746
- Norm?: string;
5747
- /**
5748
- * 时间类型
5749
- 注意:此字段可能返回 null,表示取不到有效值。
5750
- */
5751
- TimeType?: string;
5752
- /**
5753
- * 时间戳
5754
- 注意:此字段可能返回 null,表示取不到有效值。
5755
- */
5756
- Timestamp?: string;
5757
- /**
5758
- * 对外输出值
7255
+ * 项目原文
5759
7256
  注意:此字段可能返回 null,表示取不到有效值。
5760
7257
  */
5761
- Value?: string;
5762
- }
5763
- /**
5764
- * 心电图
5765
- */
5766
- export interface Electrocardiogram {
7258
+ Item?: PhysicalBaseItem;
5767
7259
  /**
5768
- * 心电图详情
7260
+ * 数值
5769
7261
  注意:此字段可能返回 null,表示取不到有效值。
5770
7262
  */
5771
- EcgDescription: EcgDescription;
7263
+ Result?: PhysicalBaseItem;
5772
7264
  /**
5773
- * 心电图诊断
7265
+ * 单位
5774
7266
  注意:此字段可能返回 null,表示取不到有效值。
5775
7267
  */
5776
- EcgDiagnosis: EcgDiagnosis;
7268
+ Unit?: PhysicalBaseItem;
5777
7269
  }
5778
7270
  /**
5779
- * 病历
7271
+ * 体检报告-妇科
5780
7272
  */
5781
- export interface TreatmentRecord {
5782
- /**
5783
- * 入院
5784
- 注意:此字段可能返回 null,表示取不到有效值。
5785
- */
5786
- DmissionCondition: string;
5787
- /**
5788
- * 主诉
5789
- 注意:此字段可能返回 null,表示取不到有效值。
5790
- */
5791
- ChiefComplaint: string;
5792
- /**
5793
- * 现病史
5794
- 注意:此字段可能返回 null,表示取不到有效值。
5795
- */
5796
- DiseasePresent: string;
5797
- /**
5798
- * 主要症状体征
5799
- 注意:此字段可能返回 null,表示取不到有效值。
5800
- */
5801
- SymptomsAndSigns: string;
5802
- /**
5803
- * 辅助检查
5804
- 注意:此字段可能返回 null,表示取不到有效值。
5805
- */
5806
- AuxiliaryExamination: string;
7273
+ export interface GynaecologyBaseItem {
5807
7274
  /**
5808
- * 体格检查
5809
- 注意:此字段可能返回 null,表示取不到有效值。
5810
- */
5811
- BodyExamination: string;
5812
- /**
5813
- * 专科检查
7275
+ * 外阴
5814
7276
  注意:此字段可能返回 null,表示取不到有效值。
5815
7277
  */
5816
- SpecialistExamination: string;
7278
+ Vulva?: GynaecologyVulva;
5817
7279
  /**
5818
- * 精神检查
7280
+ * 阴道
5819
7281
  注意:此字段可能返回 null,表示取不到有效值。
5820
7282
  */
5821
- MentalExamination: string;
7283
+ Vagina?: GynaecologyVagina;
5822
7284
  /**
5823
- * 检查记录
7285
+ * 子宫颈
5824
7286
  注意:此字段可能返回 null,表示取不到有效值。
5825
7287
  */
5826
- CheckRecord: string;
7288
+ Cervix?: GynaecologyCervix;
5827
7289
  /**
5828
- * 化验结果
7290
+ * 子宫
5829
7291
  注意:此字段可能返回 null,表示取不到有效值。
5830
7292
  */
5831
- InspectResult: string;
7293
+ Uterus?: GynaecologyUterus;
5832
7294
  /**
5833
- * 切口愈合情况
7295
+ * 子宫附件
5834
7296
  注意:此字段可能返回 null,表示取不到有效值。
5835
7297
  */
5836
- IncisionHealing: string;
7298
+ Adnexal?: GynaecologyAdnexal;
5837
7299
  /**
5838
- * 处理意见
7300
+ * 盆腔
5839
7301
  注意:此字段可能返回 null,表示取不到有效值。
5840
7302
  */
5841
- TreatmentSuggestion: string;
7303
+ PelvicCavity?: GynaecologyPelvicCavity;
5842
7304
  /**
5843
- * 门诊随访要求
7305
+ * 妇科其他
5844
7306
  注意:此字段可能返回 null,表示取不到有效值。
5845
7307
  */
5846
- FollowUpRequirements: string;
7308
+ Others?: Array<KeyValueItem>;
5847
7309
  /**
5848
- * 诊疗经过
7310
+ * 月经史
5849
7311
  注意:此字段可能返回 null,表示取不到有效值。
5850
7312
  */
5851
- CheckAndTreatmentProcess: string;
7313
+ MenstrualHistory?: GynaecologyMenstrualHistory;
5852
7314
  /**
5853
- * 手术经过
7315
+ * 小结
5854
7316
  注意:此字段可能返回 null,表示取不到有效值。
5855
7317
  */
5856
- SurgeryCondition: string;
7318
+ BriefSummary?: GynaecologyBriefSummary;
7319
+ }
7320
+ /**
7321
+ * 体检报告-一般检测信息
7322
+ */
7323
+ export interface GeneralExaminationBaseItem {
5857
7324
  /**
5858
- * 入院情况
7325
+ * 生命体征
5859
7326
  注意:此字段可能返回 null,表示取不到有效值。
5860
7327
  */
5861
- ConditionChanges: string;
7328
+ VitalSign?: GeneralExaminationVitalSign;
5862
7329
  /**
5863
- * 出院情况
7330
+ * 其他
5864
7331
  注意:此字段可能返回 null,表示取不到有效值。
5865
7332
  */
5866
- DischargeCondition: string;
7333
+ Others?: GeneralExaminationOthers;
5867
7334
  /**
5868
- * pTNM信息
7335
+ * 小结
5869
7336
  注意:此字段可能返回 null,表示取不到有效值。
5870
7337
  */
5871
- PTNM: string;
7338
+ BriefSummary?: GeneralExaminationBriefSummary;
7339
+ }
7340
+ /**
7341
+ * 是否绝经
7342
+ */
7343
+ export interface MenstruationOrNotBlock {
5872
7344
  /**
5873
- * pTNMM信息
7345
+ * 名称
5874
7346
  注意:此字段可能返回 null,表示取不到有效值。
5875
7347
  */
5876
- PTNMM: string;
7348
+ Name?: string;
5877
7349
  /**
5878
- * pTNMN信息
7350
+ * 原文
5879
7351
  注意:此字段可能返回 null,表示取不到有效值。
5880
7352
  */
5881
- PTNMN: string;
7353
+ Src?: string;
5882
7354
  /**
5883
- * pTNMT信息
7355
+ * 归一化值
5884
7356
  注意:此字段可能返回 null,表示取不到有效值。
5885
7357
  */
5886
- PTNMT: string;
7358
+ Norm?: string;
5887
7359
  /**
5888
- * ECOG信息
7360
+ * 时间类型
5889
7361
  注意:此字段可能返回 null,表示取不到有效值。
5890
7362
  */
5891
- ECOG: string;
7363
+ TimeType?: string;
5892
7364
  /**
5893
- * NRS信息
7365
+ * 时间戳
5894
7366
  注意:此字段可能返回 null,表示取不到有效值。
5895
7367
  */
5896
- NRS: string;
7368
+ Timestamp?: string;
5897
7369
  /**
5898
- * KPS信息
7370
+ * 对外输出值
5899
7371
  注意:此字段可能返回 null,表示取不到有效值。
5900
7372
  */
5901
- KPS: string;
7373
+ Value?: string;
7374
+ }
7375
+ /**
7376
+ * 心电图
7377
+ */
7378
+ export interface Electrocardiogram {
5902
7379
  /**
5903
- * 死亡日期
7380
+ * 心电图详情
5904
7381
  注意:此字段可能返回 null,表示取不到有效值。
5905
7382
  */
5906
- DeathDate: string;
7383
+ EcgDescription: EcgDescription;
5907
7384
  /**
5908
- * 复发日期
7385
+ * 心电图诊断
5909
7386
  注意:此字段可能返回 null,表示取不到有效值。
5910
7387
  */
5911
- RelapseDate: string;
7388
+ EcgDiagnosis: EcgDiagnosis;
7389
+ }
7390
+ /**
7391
+ * 体检报告-耳鼻喉科-小结
7392
+ */
7393
+ export interface OtolaryngologyBriefSummary {
5912
7394
  /**
5913
- * 观测天数
7395
+ * 耳鼻喉小结
5914
7396
  注意:此字段可能返回 null,表示取不到有效值。
5915
7397
  */
5916
- ObservationDays: string;
7398
+ Text?: KeyValueItem;
5917
7399
  }