tccli 3.0.1231.1__py2.py3-none-any.whl → 3.0.1233.1__py2.py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- tccli/__init__.py +1 -1
- tccli/services/aiart/v20221229/api.json +1 -1
- tccli/services/batch/v20170312/api.json +4 -4
- tccli/services/clb/v20180317/api.json +1 -1
- tccli/services/cvm/v20170312/api.json +6 -6
- tccli/services/ess/v20201111/api.json +1 -1
- tccli/services/essbasic/v20210526/api.json +18 -0
- tccli/services/essbasic/v20210526/examples.json +2 -2
- tccli/services/lighthouse/v20200324/api.json +10 -10
- tccli/services/lighthouse/v20200324/examples.json +2 -2
- tccli/services/live/v20180801/api.json +7 -7
- tccli/services/live/v20180801/examples.json +1 -1
- tccli/services/monitor/monitor_client.py +107 -54
- tccli/services/monitor/v20180724/api.json +206 -0
- tccli/services/monitor/v20180724/examples.json +14 -0
- tccli/services/mqtt/v20240516/api.json +22 -22
- tccli/services/mqtt/v20240516/examples.json +8 -2
- tccli/services/mrs/v20200910/api.json +3 -3
- tccli/services/mrs/v20200910/examples.json +1 -1
- tccli/services/ocr/v20181119/api.json +4 -4
- tccli/services/ocr/v20181119/examples.json +2 -2
- tccli/services/redis/v20180412/api.json +2 -2
- tccli/services/redis/v20180412/examples.json +8 -8
- tccli/services/tcbr/v20220217/api.json +84 -88
- tccli/services/tcbr/v20220217/examples.json +14 -14
- tccli/services/tdmq/v20200217/api.json +10 -0
- tccli/services/tione/tione_client.py +166 -113
- tccli/services/tione/v20211111/api.json +939 -361
- tccli/services/tione/v20211111/examples.json +30 -22
- tccli/services/vclm/v20240523/api.json +1 -1
- tccli/services/vod/v20180717/api.json +6 -6
- tccli/services/vpc/v20170312/api.json +10 -1
- {tccli-3.0.1231.1.dist-info → tccli-3.0.1233.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1231.1.dist-info → tccli-3.0.1233.1.dist-info}/RECORD +37 -37
- {tccli-3.0.1231.1.dist-info → tccli-3.0.1233.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1231.1.dist-info → tccli-3.0.1233.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1231.1.dist-info → tccli-3.0.1233.1.dist-info}/license_files/LICENSE +0 -0
@@ -42,6 +42,13 @@
|
|
42
42
|
"output": "CreateAlarmPolicyResponse",
|
43
43
|
"status": "online"
|
44
44
|
},
|
45
|
+
"CreateAlarmShield": {
|
46
|
+
"document": "创建告警屏蔽规则",
|
47
|
+
"input": "CreateAlarmShieldRequest",
|
48
|
+
"name": "创建告警屏蔽规则",
|
49
|
+
"output": "CreateAlarmShieldResponse",
|
50
|
+
"status": "online"
|
51
|
+
},
|
45
52
|
"CreateAlertRule": {
|
46
53
|
"document": "创建 Prometheus 告警规则。\n\n请注意,**告警对象和告警消息是 Prometheus Rule Annotations 的特殊字段,需要通过 annotations 来传递,对应的 Key 分别为summary/description**,,请参考 [Prometheus Rule更多配置请参考](https://prometheus.io/docs/prometheus/latest/configuration/alerting_rules/)。",
|
47
54
|
"input": "CreateAlertRuleRequest",
|
@@ -3494,6 +3501,205 @@
|
|
3494
3501
|
],
|
3495
3502
|
"type": "object"
|
3496
3503
|
},
|
3504
|
+
"CreateAlarmShieldRequest": {
|
3505
|
+
"document": "CreateAlarmShield请求参数结构体",
|
3506
|
+
"members": [
|
3507
|
+
{
|
3508
|
+
"disabled": false,
|
3509
|
+
"document": "模块名,这里填“monitor”",
|
3510
|
+
"example": "monitor",
|
3511
|
+
"member": "string",
|
3512
|
+
"name": "Module",
|
3513
|
+
"required": true,
|
3514
|
+
"type": "string"
|
3515
|
+
},
|
3516
|
+
{
|
3517
|
+
"disabled": false,
|
3518
|
+
"document": "屏蔽策略名称",
|
3519
|
+
"example": "测试屏蔽",
|
3520
|
+
"member": "string",
|
3521
|
+
"name": "Name",
|
3522
|
+
"required": true,
|
3523
|
+
"type": "string"
|
3524
|
+
},
|
3525
|
+
{
|
3526
|
+
"disabled": false,
|
3527
|
+
"document": "监控类型",
|
3528
|
+
"example": "MT_QCE",
|
3529
|
+
"member": "string",
|
3530
|
+
"name": "MonitorType",
|
3531
|
+
"required": true,
|
3532
|
+
"type": "string"
|
3533
|
+
},
|
3534
|
+
{
|
3535
|
+
"disabled": false,
|
3536
|
+
"document": "命名空间即策略类型",
|
3537
|
+
"example": "CKAFKA-CONSUMERGROUP-TOPIC",
|
3538
|
+
"member": "string",
|
3539
|
+
"name": "NameSpace",
|
3540
|
+
"required": true,
|
3541
|
+
"type": "string"
|
3542
|
+
},
|
3543
|
+
{
|
3544
|
+
"disabled": false,
|
3545
|
+
"document": "屏蔽时间类型 FOREVER_SHIELD:永久屏蔽 PERIOD_SHIELD:绝对时间范围屏蔽 LOOP_SHIELD:相对时间范围屏蔽",
|
3546
|
+
"example": "LOOP_SHIELD",
|
3547
|
+
"member": "string",
|
3548
|
+
"name": "ShieldTimeType",
|
3549
|
+
"required": true,
|
3550
|
+
"type": "string"
|
3551
|
+
},
|
3552
|
+
{
|
3553
|
+
"disabled": false,
|
3554
|
+
"document": "屏蔽对象",
|
3555
|
+
"example": "[\"cafka-xxx\", \"cafka-xxx\"]",
|
3556
|
+
"member": "string",
|
3557
|
+
"name": "ShieldObject",
|
3558
|
+
"required": false,
|
3559
|
+
"type": "list"
|
3560
|
+
},
|
3561
|
+
{
|
3562
|
+
"disabled": false,
|
3563
|
+
"document": "屏蔽指标 为空则为全部指标",
|
3564
|
+
"example": "[\"UnconsumeTopic\", \"MaxOffsetTopic\"]",
|
3565
|
+
"member": "string",
|
3566
|
+
"name": "ShieldMetric",
|
3567
|
+
"required": false,
|
3568
|
+
"type": "list"
|
3569
|
+
},
|
3570
|
+
{
|
3571
|
+
"disabled": false,
|
3572
|
+
"document": "开始时间 相对时间范围:36000 绝对时间范围:1648742400 缺省:0",
|
3573
|
+
"example": "36000",
|
3574
|
+
"member": "uint64",
|
3575
|
+
"name": "StartTime",
|
3576
|
+
"required": false,
|
3577
|
+
"type": "int"
|
3578
|
+
},
|
3579
|
+
{
|
3580
|
+
"disabled": false,
|
3581
|
+
"document": "结束时间 相对时间范围:72000 绝对时间范围:1649088000 缺省:0",
|
3582
|
+
"example": "72000",
|
3583
|
+
"member": "uint64",
|
3584
|
+
"name": "EndTime",
|
3585
|
+
"required": false,
|
3586
|
+
"type": "int"
|
3587
|
+
},
|
3588
|
+
{
|
3589
|
+
"disabled": false,
|
3590
|
+
"document": "循环开始日期 2022/04/01 缺省:0",
|
3591
|
+
"example": "1648742400",
|
3592
|
+
"member": "uint64",
|
3593
|
+
"name": "LoopStartDate",
|
3594
|
+
"required": false,
|
3595
|
+
"type": "int"
|
3596
|
+
},
|
3597
|
+
{
|
3598
|
+
"disabled": false,
|
3599
|
+
"document": "循环结束日期 2022/04/05 缺省:0",
|
3600
|
+
"example": "1649088000",
|
3601
|
+
"member": "uint64",
|
3602
|
+
"name": "LoopEndDate",
|
3603
|
+
"required": false,
|
3604
|
+
"type": "int"
|
3605
|
+
},
|
3606
|
+
{
|
3607
|
+
"disabled": false,
|
3608
|
+
"document": "需要屏蔽的策略ID",
|
3609
|
+
"example": "policy-1111",
|
3610
|
+
"member": "string",
|
3611
|
+
"name": "ShieldPolicyId",
|
3612
|
+
"required": false,
|
3613
|
+
"type": "string"
|
3614
|
+
},
|
3615
|
+
{
|
3616
|
+
"disabled": false,
|
3617
|
+
"document": "需要屏蔽的告警等级,取值范围Warn,Remind,Serious",
|
3618
|
+
"example": "Warn",
|
3619
|
+
"member": "string",
|
3620
|
+
"name": "ShieldAlarmLevel",
|
3621
|
+
"required": false,
|
3622
|
+
"type": "list"
|
3623
|
+
},
|
3624
|
+
{
|
3625
|
+
"disabled": false,
|
3626
|
+
"document": "屏蔽类型,为OBJNAME是老版本实例名屏蔽,为POLICY是新版本维度匹配",
|
3627
|
+
"example": "OBJNAME",
|
3628
|
+
"member": "string",
|
3629
|
+
"name": "VersionTag",
|
3630
|
+
"required": false,
|
3631
|
+
"type": "string"
|
3632
|
+
},
|
3633
|
+
{
|
3634
|
+
"disabled": false,
|
3635
|
+
"document": "屏蔽规则的描述",
|
3636
|
+
"example": "描述",
|
3637
|
+
"member": "string",
|
3638
|
+
"name": "Description",
|
3639
|
+
"required": false,
|
3640
|
+
"type": "string"
|
3641
|
+
},
|
3642
|
+
{
|
3643
|
+
"disabled": false,
|
3644
|
+
"document": " 时区,东八区+8,西八区减8,以此类推\n",
|
3645
|
+
"example": "5.5",
|
3646
|
+
"member": "float",
|
3647
|
+
"name": "TimeZone",
|
3648
|
+
"required": false,
|
3649
|
+
"type": "float"
|
3650
|
+
},
|
3651
|
+
{
|
3652
|
+
"disabled": false,
|
3653
|
+
"document": "屏蔽事件 为空则为全部指标",
|
3654
|
+
"example": "[\"cpm:ErrorEvent:SsdTempe\"]",
|
3655
|
+
"member": "string",
|
3656
|
+
"name": "ShieldEvent",
|
3657
|
+
"required": false,
|
3658
|
+
"type": "list"
|
3659
|
+
},
|
3660
|
+
{
|
3661
|
+
"disabled": false,
|
3662
|
+
"document": "是否对指标屏蔽 1=是 0=否",
|
3663
|
+
"example": "1",
|
3664
|
+
"member": "int64",
|
3665
|
+
"name": "ShieldMetricFlag",
|
3666
|
+
"required": false,
|
3667
|
+
"type": "int"
|
3668
|
+
},
|
3669
|
+
{
|
3670
|
+
"disabled": false,
|
3671
|
+
"document": "是否对事件屏蔽 1=是 0=否",
|
3672
|
+
"example": "1",
|
3673
|
+
"member": "int64",
|
3674
|
+
"name": "ShieldEventFlag",
|
3675
|
+
"required": false,
|
3676
|
+
"type": "int"
|
3677
|
+
}
|
3678
|
+
],
|
3679
|
+
"type": "object"
|
3680
|
+
},
|
3681
|
+
"CreateAlarmShieldResponse": {
|
3682
|
+
"document": "CreateAlarmShield返回参数结构体",
|
3683
|
+
"members": [
|
3684
|
+
{
|
3685
|
+
"disabled": false,
|
3686
|
+
"document": "屏蔽规则的Id",
|
3687
|
+
"example": "Shield-xxxx",
|
3688
|
+
"member": "string",
|
3689
|
+
"name": "ShieldId",
|
3690
|
+
"output_required": true,
|
3691
|
+
"type": "string",
|
3692
|
+
"value_allowed_null": false
|
3693
|
+
},
|
3694
|
+
{
|
3695
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
3696
|
+
"member": "string",
|
3697
|
+
"name": "RequestId",
|
3698
|
+
"type": "string"
|
3699
|
+
}
|
3700
|
+
],
|
3701
|
+
"type": "object"
|
3702
|
+
},
|
3497
3703
|
"CreateAlertRuleRequest": {
|
3498
3704
|
"document": "CreateAlertRule请求参数结构体",
|
3499
3705
|
"members": [
|
@@ -48,6 +48,20 @@
|
|
48
48
|
"title": "创建告警策略"
|
49
49
|
}
|
50
50
|
],
|
51
|
+
"CreateAlarmShield": [
|
52
|
+
{
|
53
|
+
"document": "",
|
54
|
+
"input": "POST / HTTP/1.1\nHost: monitor.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateAlarmShield\n<公共请求参数>\n\n{\n \"LoopStartDate\": \"1648742400\",\n \"StartTime\": \"36000\",\n \"NameSpace\": \"cvm_device\",\n \"Module\": \"monitor\",\n \"ShieldMetric\": [\n \"CpuUsage\"\n ],\n \"LoopEndDate\": \"1649088000\",\n \"ShieldTimeType\": \"LOOP_SHIELD\",\n \"MonitorType\": \"MT_QCE\",\n \"EndTime\": \"72000\",\n \"ShieldObject\": [\n \"cafka-xxx\"\n ],\n \"Name\": \"1311\"\n}",
|
55
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"f4f51ecc-c3fa-4e0a-a9b5-093b1a58013e\",\n \"ShieldId\": \"Shield-wixc9u804z\"\n }\n}",
|
56
|
+
"title": "CreateAlarmShield示例1"
|
57
|
+
},
|
58
|
+
{
|
59
|
+
"document": "",
|
60
|
+
"input": "POST / HTTP/1.1\nHost: monitor.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateAlarmShield\n<公共请求参数>\n\n{\n \"Module\": \"monitor\",\n \"Name\": \"测试屏蔽\",\n \"MonitorType\": \"MT_QCE\",\n \"NameSpace\": \"cvm_device\",\n \"ShieldObject\": [\n \"cafka-xxx\",\n \"cafka-xxx1\"\n ],\n \"ShieldMetric\": [\n \"CpuUsage\",\n \"BaseCpuUsage\"\n ],\n \"ShieldTimeType\": \"LOOP_SHIELD\",\n \"StartTime\": \"36000\",\n \"EndTime\": \"72000\",\n \"LoopStartDate\": \"1648742400\",\n \"LoopEndDate\": \"1649088000\"\n}",
|
61
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"29ghj2hh-45-266627r66hheh-23\",\n \"ShieldId\": \"shield-xxxx\"\n }\n}",
|
62
|
+
"title": "创建告警屏蔽规则"
|
63
|
+
}
|
64
|
+
],
|
51
65
|
"CreateAlertRule": [
|
52
66
|
{
|
53
67
|
"document": "",
|
@@ -554,7 +554,7 @@
|
|
554
554
|
{
|
555
555
|
"disabled": false,
|
556
556
|
"document": "实例ID",
|
557
|
-
"example": "
|
557
|
+
"example": "mqtt-xxxx",
|
558
558
|
"member": "string",
|
559
559
|
"name": "InstanceId",
|
560
560
|
"required": true,
|
@@ -607,7 +607,7 @@
|
|
607
607
|
},
|
608
608
|
{
|
609
609
|
"disabled": false,
|
610
|
-
"document": "设备连接时传递jwt的key
|
610
|
+
"document": "设备连接时传递jwt的key;\nusername-使用用户名字段传递;\npassword-使用密码字段传递",
|
611
611
|
"example": "username",
|
612
612
|
"member": "string",
|
613
613
|
"name": "From",
|
@@ -790,7 +790,7 @@
|
|
790
790
|
{
|
791
791
|
"disabled": false,
|
792
792
|
"document": "设备证书序列号",
|
793
|
-
"example": "
|
793
|
+
"example": "37593",
|
794
794
|
"member": "string",
|
795
795
|
"name": "DeviceCertificateSn",
|
796
796
|
"required": true,
|
@@ -825,7 +825,7 @@
|
|
825
825
|
},
|
826
826
|
{
|
827
827
|
"disabled": false,
|
828
|
-
"document": "
|
828
|
+
"document": "认证器类型:\nJWT:JWT认证器\nJWKS:JWKS认证器\nBYOC:一端一证认证器",
|
829
829
|
"example": "JWKS",
|
830
830
|
"member": "string",
|
831
831
|
"name": "Type",
|
@@ -898,7 +898,7 @@
|
|
898
898
|
{
|
899
899
|
"disabled": false,
|
900
900
|
"document": "设备证书序列号",
|
901
|
-
"example": "
|
901
|
+
"example": "37593",
|
902
902
|
"member": "string",
|
903
903
|
"name": "DeviceCertificateSn",
|
904
904
|
"required": true,
|
@@ -969,7 +969,7 @@
|
|
969
969
|
},
|
970
970
|
{
|
971
971
|
"disabled": false,
|
972
|
-
"document": "
|
972
|
+
"document": "认证器类型: JWT:JWT认证器 JWKS:JWKS认证器 HTTP:HTTP认证器",
|
973
973
|
"example": "JWKS",
|
974
974
|
"member": "string",
|
975
975
|
"name": "Type",
|
@@ -1127,8 +1127,8 @@
|
|
1127
1127
|
},
|
1128
1128
|
{
|
1129
1129
|
"disabled": false,
|
1130
|
-
"document": "证书序列号",
|
1131
|
-
"example": "
|
1130
|
+
"document": "Ca证书序列号",
|
1131
|
+
"example": "1b1e3bf3702110125887a3a721a7e66f05522513",
|
1132
1132
|
"member": "string",
|
1133
1133
|
"name": "CaSn",
|
1134
1134
|
"output_required": false,
|
@@ -1137,8 +1137,8 @@
|
|
1137
1137
|
},
|
1138
1138
|
{
|
1139
1139
|
"disabled": false,
|
1140
|
-
"document": "
|
1141
|
-
"example": "
|
1140
|
+
"document": "设备证书序列号",
|
1141
|
+
"example": "0eef68a582b94254296e54ce754f94d707a59911",
|
1142
1142
|
"member": "string",
|
1143
1143
|
"name": "DeviceCertificateSn",
|
1144
1144
|
"output_required": false,
|
@@ -1147,8 +1147,8 @@
|
|
1147
1147
|
},
|
1148
1148
|
{
|
1149
1149
|
"disabled": false,
|
1150
|
-
"document": "
|
1151
|
-
"example": "
|
1150
|
+
"document": "设备证书内容",
|
1151
|
+
"example": "-----BEGIN CERTIFICATE-----\\nMIIEQjCCAyqgAwIBAgIUDu9opYK5QlQpblTOdU+U1welmREwDQYJKoZIhvcNAQEL\\n-----END CERTIFICATE-----\\n",
|
1152
1152
|
"member": "string",
|
1153
1153
|
"name": "DeviceCertificate",
|
1154
1154
|
"output_required": false,
|
@@ -1157,8 +1157,8 @@
|
|
1157
1157
|
},
|
1158
1158
|
{
|
1159
1159
|
"disabled": false,
|
1160
|
-
"document": "设备证书
|
1161
|
-
"example": "
|
1160
|
+
"document": "设备证书common name",
|
1161
|
+
"example": "mqtt-test.xxx.tencent.com",
|
1162
1162
|
"member": "string",
|
1163
1163
|
"name": "DeviceCertificateCn",
|
1164
1164
|
"output_required": false,
|
@@ -1229,7 +1229,7 @@
|
|
1229
1229
|
{
|
1230
1230
|
"disabled": false,
|
1231
1231
|
"document": "过滤器支持ClientId、CaSn、DeviceCertificateSn、Status搜索",
|
1232
|
-
"example": "[]",
|
1232
|
+
"example": "[{\"Name\":\"DeviceCertificateSn\",\"Values\":[\"mqtt\"]}]",
|
1233
1233
|
"member": "Filter",
|
1234
1234
|
"name": "Filters",
|
1235
1235
|
"required": false,
|
@@ -1281,7 +1281,7 @@
|
|
1281
1281
|
{
|
1282
1282
|
"disabled": false,
|
1283
1283
|
"document": "设备证书",
|
1284
|
-
"example": "
|
1284
|
+
"example": "[ { \"ClientId\": \"mqtt_495bf0d1\", \"DeviceCertificateSn\": \"sn\", \"DeviceCertificateCn\": \"*.mqtt.tencenttdmq.com\", \"DeviceCertificate\": \"-----BEGIN CERTIFICATE-----\\r\\nMIIDtzCCAp+gAwIBAgIUDAmlFLEYRYrhNkFH+uRaU/0TZCswDQYJKoZIhvcNAQEL\\r\\n\\n-----END CERTIFICATE-----\\r\\n\", \"CaSn\": \"51e61225de8146bea80e793197d7cc3e7680d978\", \"Format\": \"PEM\", \"Status\": \"ACTIVE\", \"CertificateSource\": \"API\", \"LastActivationTime\": 1728893405812, \"LastInactivationTime\": 0, \"CreatedTime\": 1728893406000, \"UpdateTime\": 1728893850000, \"NotBeforeTime\": 1728893395000, \"NotAfterTime\": 1772093395000 }, { \"ClientId\": \"mqtt_495bf0d1\", \"DeviceCertificateSn\": \"sn\", \"DeviceCertificateCn\": \"client-test\", \"DeviceCertificate\": \"-----BEGIN CERTIFICATE-----\\r\\nMIIDrDCCApSgAwIBAgIUDAmlFLEYRYrhNkFH+uRaU/0TZCowDQYJKoZIhvcNAQEL\\r\\n-----END CERTIFICATE-----\\r\\n\", \"CaSn\": \"51e61225de8146bea80e793197d7cc3e7680d978\", \"Format\": \"PEM\", \"Status\": \"ACTIVE\", \"CertificateSource\": \"API\", \"LastActivationTime\": 1728892994189, \"LastInactivationTime\": 0, \"CreatedTime\": 1728892994000, \"UpdateTime\": 1728893891000, \"NotBeforeTime\": 1728892979000, \"NotAfterTime\": 1772092979000 }, { \"ClientId\": \" \", \"DeviceCertificateSn\": \"sn\", \"DeviceCertificateCn\": \"*.mqtt.tencenttdmq.com\", \"DeviceCertificate\": \"-----BEGIN CERTIFICATE-----\\nMIIDrzCCApegAwIBAgIUV23UtXK/m8jslmJsfVgfxsECUNcwDQYJKoZIhvcNAQEL\\n-----END CERTIFICATE-----\\n\", \"CaSn\": \"5c443401cd63e4840bb6839fc1e404ee7b719876\", \"Format\": \"PEM\", \"Status\": \"ACTIVE\", \"CertificateSource\": \"API\", \"LastActivationTime\": 1728725044431, \"LastInactivationTime\": 1728725012888, \"CreatedTime\": 1728725044000, \"UpdateTime\": 1728725048000, \"NotBeforeTime\": 1726115615000, \"NotAfterTime\": 1769315615000 } ]",
|
1285
1285
|
"member": "DeviceCertificateItem",
|
1286
1286
|
"name": "Data",
|
1287
1287
|
"output_required": true,
|
@@ -1377,7 +1377,7 @@
|
|
1377
1377
|
{
|
1378
1378
|
"disabled": false,
|
1379
1379
|
"document": "实例ID",
|
1380
|
-
"example": "
|
1380
|
+
"example": "mqtt-xxxx",
|
1381
1381
|
"member": "string",
|
1382
1382
|
"name": "InstanceId",
|
1383
1383
|
"required": true,
|
@@ -1391,7 +1391,7 @@
|
|
1391
1391
|
"members": [
|
1392
1392
|
{
|
1393
1393
|
"disabled": false,
|
1394
|
-
"document": "
|
1394
|
+
"document": "实例类型\nBASIC 基础版\nPRO 专业版",
|
1395
1395
|
"example": "BASIC",
|
1396
1396
|
"member": "string",
|
1397
1397
|
"name": "InstanceType",
|
@@ -1521,7 +1521,7 @@
|
|
1521
1521
|
},
|
1522
1522
|
{
|
1523
1523
|
"disabled": false,
|
1524
|
-
"document": "
|
1524
|
+
"document": "客户端证书注册方式:\nJITP:自动注册\nAPI:通过API手动注册",
|
1525
1525
|
"example": "API",
|
1526
1526
|
"member": "string",
|
1527
1527
|
"name": "DeviceCertificateProvisionType",
|
@@ -1581,7 +1581,7 @@
|
|
1581
1581
|
},
|
1582
1582
|
{
|
1583
1583
|
"disabled": false,
|
1584
|
-
"document": "
|
1584
|
+
"document": "TLS,单向认证 mTLS,双向认证 BYOC;一机一证",
|
1585
1585
|
"example": "TLS",
|
1586
1586
|
"member": "string",
|
1587
1587
|
"name": "X509Mode",
|
@@ -2684,7 +2684,7 @@
|
|
2684
2684
|
{
|
2685
2685
|
"disabled": false,
|
2686
2686
|
"document": "设备证书序列号",
|
2687
|
-
"example": "
|
2687
|
+
"example": "eef68a582b94254296e54ce754f94d707a59912",
|
2688
2688
|
"member": "string",
|
2689
2689
|
"name": "DeviceCertificateSn",
|
2690
2690
|
"required": true,
|
@@ -2744,7 +2744,7 @@
|
|
2744
2744
|
{
|
2745
2745
|
"disabled": false,
|
2746
2746
|
"document": "策略ID和优先级",
|
2747
|
-
"example": "[]",
|
2747
|
+
"example": "[ \t\t{ \t\t\t\"Id\": 1, \t\t\t\"Priority\": 3 \t\t}, \t\t{ \t\t\t\"Id\": 6, \t\t\t\"Priority\": 1 \t\t}, \t\t{ \t\t\t\"Id\": 7, \t\t\t\"Priority\": 2 \t\t} \t]",
|
2748
2748
|
"member": "AuthorizationPolicyPriority",
|
2749
2749
|
"name": "Priorities",
|
2750
2750
|
"required": false,
|
@@ -86,6 +86,12 @@
|
|
86
86
|
"input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMQTTAuthenticator\n<公共请求参数>\n\n{\n \"InstanceId\": \"mqtt-2vnk55xv\",\n \"Type\": \"JWKS\"\n}",
|
87
87
|
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"Authenticators\": [\n {\n \"Config\": \"{\\\"endpoint\\\":\\\"1.2.3.4\\\",\\\"refreshInterval\\\":10}\",\n \"Status\": \"open\",\n \"Type\": \"JWKS\"\n }\n ],\n \"RequestId\": \"83d4a381-b448-45c8-adcf-b563bd18f4fb\"\n }\n}",
|
88
88
|
"title": "示例"
|
89
|
+
},
|
90
|
+
{
|
91
|
+
"document": "HTTP示例",
|
92
|
+
"input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAuthenticator\n<公共请求参数>\n\n{\n \"InstanceId\": \"mqtt-dmzeoj58\",\n \"Type\": \"HTTP\"\n}",
|
93
|
+
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"Authenticators\": [\n {\n \"Config\": \"{\\\"headers\\\":[{\\\"key\\\":\\\"user\\\",\\\"value\\\":\\\"${username}\\\"}],\\\"endpoint\\\":\\\"127.0.0.1\\\",\\\"method\\\":\\\"Post\\\",\\\"readTimeout\\\":1,\\\"connectTimeout\\\":1,\\\"body\\\":[{\\\"key\\\":\\\"user\\\",\\\"value\\\":\\\"${username}\\\"}],\\\"concurrency\\\":1}\",\n \"CreateTime\": 1731036362,\n \"Remark\": \"this is remark\",\n \"Status\": \"open\",\n \"Type\": \"HTTP\"\n }\n ],\n \"RequestId\": \"756b8ee7-00e8-48ea-94f2-02eead2a5067\"\n }\n}",
|
94
|
+
"title": "HTTP示例"
|
89
95
|
}
|
90
96
|
],
|
91
97
|
"DescribeAuthorizationPolicies": [
|
@@ -100,7 +106,7 @@
|
|
100
106
|
{
|
101
107
|
"document": "示例",
|
102
108
|
"input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDeviceCertificate\n<公共请求参数>\n\n{\n \"DeviceCertificateSn\": \"0eef68a582b94254296e54ce754f94d707a59911\",\n \"InstanceId\": \"mqtt-jbgwp4ae\"\n}",
|
103
|
-
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"CaSn\": \"1b1e3bf3702110125887a3a721a7e66f05522513\",\n \"CertificateSource\": \"API\",\n \"ClientId\": \"111\",\n \"CreatedTime\": 1724050379000,\n \"DeviceCertificate\": \"-----BEGIN CERTIFICATE-----\\nMIIEQjCCAyqgAwIBAgIUDu9opYK5QlQpblTOdU+U1welmREwDQYJKoZIhvcNAQEL\\
|
109
|
+
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"CaSn\": \"1b1e3bf3702110125887a3a721a7e66f05522513\",\n \"CertificateSource\": \"API\",\n \"ClientId\": \"111\",\n \"CreatedTime\": 1724050379000,\n \"DeviceCertificate\": \"-----BEGIN CERTIFICATE-----\\nMIIEQjCCAyqgAwIBAgIUDu9opYK5QlQpblTOdU+U1welmREwDQYJKoZIhvcNAQEL\\n-----END CERTIFICATE-----\\n\",\n \"DeviceCertificateCn\": \"mqtt-test.xxx.tencent.com\",\n \"DeviceCertificateSn\": \"0eef68a582b94254296e54ce754f94d707a59911\",\n \"Format\": \"PEM\",\n \"LastActivationTime\": 1724050378987,\n \"LastInactivationTime\": 0,\n \"NotAfterTime\": 1758185683000,\n \"NotBeforeTime\": 1714985683000,\n \"RequestId\": \"1b5fc3fa-4bbf-421a-aad1-c45d49119a2c\",\n \"Status\": \"ACTIVE\",\n \"UpdateTime\": 1724050379000\n }\n}",
|
104
110
|
"title": "示例"
|
105
111
|
}
|
106
112
|
],
|
@@ -155,7 +161,7 @@
|
|
155
161
|
"ModifyJWKSAuthenticator": [
|
156
162
|
{
|
157
163
|
"document": "示例",
|
158
|
-
"input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyMQTTJWKSAuthenticator\n<公共请求参数>\n\n{\n \"InstanceId\": \"mqtt-3w7vz9ko\",\n \"Endpoint\": \"https://
|
164
|
+
"input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyMQTTJWKSAuthenticator\n<公共请求参数>\n\n{\n \"InstanceId\": \"mqtt-3w7vz9ko\",\n \"Endpoint\": \"https://127.0.0.1\",\n \"RefreshInterval\": 222,\n \"Remark\": \"ramark\"\n}",
|
159
165
|
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"RequestId\": \"2614e8ba-273a-4f1e-a910-6ed6ed97b7f8\"\n }\n}",
|
160
166
|
"title": "示例"
|
161
167
|
}
|
@@ -3688,7 +3688,7 @@
|
|
3688
3688
|
{
|
3689
3689
|
"disabled": false,
|
3690
3690
|
"document": "药品说明书消息定义",
|
3691
|
-
"example": "
|
3691
|
+
"example": "{ \"ActiveIngredient\": { \"ChemicalFormula\": \"HCO\", \"MolecularFormula\": \"(C15H25NO3)2C4H503\", \"MolecularWeight\": \"684.82\", \"Text\": \"主要组成成份:\\r\\n 本品主要成份为酒石酸美托洛尔;化学名称为:1-异丙氨基-3-[对-(2-甲氧\\r\\n乙基)苯氧基]-2-丙醇L(+)-酒石酸盐\\r\\n 化学结构式:\\r\\n HCO\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n 分子式: (C15H25NO3)2C4H503\\r\\n 分子量: 684.82\" }, \"AdverseReaction\": { \"Text\": \"不良反应的发生率约为10%,通常与剂量有关。\" }, \"Appearance\": { \"Text\": \"本品为白色片。\" }, \"Approval\": { \"Text\": \"50mg: 国药准字H32025390\\r\\n 25mg: 国药准字H32025391\" }, \"Brochure\": { \"Text\": \"(1) 25mg (2)50mg\" }, \"Contraindications\": { \"Text\": \"心源性休克。病态窦房结综合征。\" }, \"Dosage\": { \"Text\": \"口服。剂量应个体化,以避免心动过缓的发生。\" }, \"ExecutiveStandards\": { \"Text\": \"《中国药典》2020年版二部\" }, \"GeriatricUse\": { \"Text\": \"老年人的药代动力学与年轻人相比无明显改变,因而老年患者用量无需调整。\" }, \"Indications\": { \"Text\": \"用于治疗 高血压、心绞痛、心肌梗死、肥厚型心肌病、主动脉夹层、心律失\\r\\n常、甲状腺功能亢进、心脏神经官能症等。近年来尚用于心力衰竭的治疗,此时\\r\\n应在有经验的医师指导下使用。\" }, \"Interactions\": { \"Text\": \"美托洛尔是一种CYP2D6的作用底物。可乐定: β受体阻滞剂有可能加重可乐定突然停用时所发生的反跳性高血压。\\r\\n如欲终止与可乐定的联合治疗,应在停用可乐定前数日停用β受体阻滞剂。\\r\\n 利福平: 利福平可诱导美托洛尔的代谢,导致后者的血药浓度降低。\\r\\n 应严密监控同时接受其它β受体阻滞剂(如:滴眼液)或单胺氧化酶(MAO)抑\\r\\n制剂的患者。在接受β受体阻滞剂治疗的患者,吸入麻醉会增加心脏抑制作用。\\r\\n 接受β受体阻滞剂治疗的患者应重新调整口服降糖药的剂量。若与西咪替丁\\r\\n或肼屈嗪合用,美托洛尔的血浆浓度会增加。\" }, \"Manufacturer\": { \"Address\": \"泰州市药城大道88号\", \"PostalCode\": \"225300\", \"Text\": \"委托方企业名称:\\r\\n 注册地址: 无锡市新区黄山路2号\\r\\n 邮政编码: 214028\\r\\n 受托方企业名称:\\r\\n 生产地址: 泰州市药城大道88号\\r\\n 邮政编码: 225300\\r\\n 质量投诉电话: 4008281755,800 8281755\\r\\n 产品信息免费咨询电话:\\r\\n 传真: 021-38723255\\r\\n 网址: www。astrazeneca。com。cn\", \"Website\": \"www。astrazeneca。com。cn\" }, \"Name\": { \"BrandName\": \"倍他乐克\", \"EnName\": \"MetoprololTartrate Tablets\", \"GenericName\": \"酒石酸美托洛尔片\", \"Pinyin\": \"Jiushisuan Meituoluoer Pian\", \"Text\": \"通用名称: 酒石酸美托洛尔片\\r\\n 商品名称: 倍他乐克\\r\\n 英文名称: MetoprololTartrate Tablets\\r\\n 汉语拼音: Jiushisuan Meituoluoer Pian\" }, \"Overdose\": { \"Text\": \"毒性: 美托洛尔7.5g引起成人致死性中毒。一例5岁儿童误服100mg经洗胃后\\r\\n无任何症状。\" }, \"Packaging\": { \"Text\": \"铝塑泡包装;\\r\\n 25mg:20片/板/盒,20片/板x2板/盒,20片/板x3板/盒;\\r\\n 50mg:20片/板/盒,20片/板x2板/盒;\" }, \"PediatricUse\": { \"Text\": \"儿童使用本品的经验有限。\" }, \"Pharmacokinetics\": { \"Text\": \"本品的生物利用度为40-50%。在服药后1-2小时达到最大的β受体阻滞作用。\\r\\n每日一次口服100mg后,对心率的作用在12小时后仍显着。美托洛尔主要在肝脏\\r\\n由CYP2D6代谢,三个主要的代谢物已被确定,均无具有临床意义的β受体阻滞作\\r\\n用。血浆半衰期为3-5小时。约5%的美托洛尔以原形由肾排泄,其馀的均被代谢。\" }, \"PharmacologyToxicology\": { \"Text\": \"美托洛尔是一种选择性的β受体阻滞剂,其对心脏β受体产生作用所需剂\\r\\n量低于其对外周血管和支气管上的β:受体产生作用所需剂量。随剂量增加,β\\r\\n受体选择性可能降低。\\r\\n 美托洛尔无β受体激动作用,几乎无膜激活作用。β受体阻滞剂有负性变力\\r\\n和变时作用。\" }, \"Precautions\": { \"Text\": \"肾功能损害\" }, \"PregnancyLactationUse\": { \"Text\": \"β受体阻滞剂(包括美托洛尔)会减少胎盘灌注,可引起胎儿发育迟缓、心\\r\\n动过缓、宫内死亡、流产及早产。\\r\\n 美托洛尔在人乳中浓度很高(大约相当于母体血浆浓度的三倍)。β受体阻\\r\\n滞剂(包括美托洛尔)可对新生儿和婴儿产生不利影响,尤其是心动过缓。\\r\\n 除非必要,美托洛尔不得用于孕妇或哺乳期妇女。\\r\\n 妊娠、哺乳期妇女不宜使用本品。\\r\\n 如果你已经妊娠或正在哺乳期间、可能妊娠或试图怀孕,应在使用本品前咨\\r\\n询医生。\" }, \"Storage\": { \"Text\": \"避光、密封保存。\" }, \"ValidityPeriod\": { \"Text\": \"36个月\" } }",
|
3692
3692
|
"member": "ChemicalProductInfo",
|
3693
3693
|
"name": "ChemicalProductInfo",
|
3694
3694
|
"output_required": false,
|
@@ -3698,7 +3698,7 @@
|
|
3698
3698
|
{
|
3699
3699
|
"disabled": false,
|
3700
3700
|
"document": "预防用生物制品说明书",
|
3701
|
-
"example": "
|
3701
|
+
"example": "{ \"AdverseReaction\": { \"Text\": \"同其他所有疫苗一样,接种本品可能会发生不良反应。\" }, \"Approval\": { \"Text\": \"国药准字S20133007\" }, \"Brochure\": { \"Text\": \"0.25ml/支(婴幼儿剂量)。本品每1次人用剂量为0.25ml,含各流感病毒株血凝\\r\\n素应不低于7.5μg。\" }, \"Contraindications\": { \"Text\": \"如有下列任一情况禁用本品,并请务必告知医生:\\r\\n 对本品中的活性成分、任何辅料或微量存在的成分如鸡蛋(卵清蛋白或鸡源蛋\\r\\n 白)、新霉素、甲醛或TritonX-100过敏。\\r\\n 发热或急性感染期,接种需推迟到痊愈后进行。\" }, \"Dosage\": { \"Text\": \"6个月~35个月龄的儿童,接种1剂,每剂0.25ml。\\r\\n 既往未接种过流感疫苗的儿童,接种2剂,间隔至少4周。\\r\\n 使用前应将本疫苗置于室温并摇匀,然后肌内注射。\" }, \"ExecutiveStandards\": { \"Text\": \"国家食品药品监督管理局标准 YBS00142013和《中国药典》2015年版三\\r\\n 部\" }, \"Indications\": { \"Text\": \"本品用于流行性感冒的预防。接种本疫苗后,可刺激机体产生抗流行性感冒病毒的\\r\\n免疫力。本品所含的疫苗成分并不会导致流感。\\r\\n 流感是一种快速传播的疾病,由多种不同类型的流感病毒引起,这些病毒每年变\\r\\n异,因此需要每年接种。医生会推荐最佳的接种时间。\" }, \"IngredientAndAppearance\": { \"Text\": \"本品在轻摇后为乳白色液体。\" }, \"Manufacturer\": { \"Text\": \"企业名称: 深圳赛诺菲巴斯德生物制品有限公司\\r\\n 生产地址:深圳市坪山新区锦绣东路25号赛诺菲巴斯德生命科学园区\\r\\n 网址: www。sanofipasteur。cn\\r\\n 疫苗接种咨询热线: 800-810-7100\" }, \"Name\": { \"EnName\": \"Influenza Vaccine(Split Virion),Inactivated\", \"GenericName\": \"流感病毒裂解疫苗\", \"Pinyin\": \"Liugan Bingdu Liejie Yimiao\", \"Text\": \"通用名称: 流感病毒裂解疫苗\\r\\n英文名称: Influenza Vaccine(Split Virion),Inactivated\\r\\n汉语拼音: Liugan Bingdu Liejie Yimiao\" }, \"Packaging\": { \"Text\": \"预填充型, 1支/盒,10支/盒。\" }, \"Precautions\": { \"Text\": \"如免疫应答较差(免疫缺陷或因服用药物的影响),请在接种前告知医生。\" }, \"Storage\": { \"Text\": \"置于儿童触及不到也看不到处。\" }, \"VaccinationTarget\": { \"Text\": \"本疫苗用于6个月~35个月龄的儿童,尤其推荐用于易发生流感相关并发症的儿\\r\\n童。\" }, \"ValidityPeriod\": { \"Text\": \"12个月。\\r\\n 请勿超过有效期使用。\" } }",
|
3702
3702
|
"member": "BiologicalProductInfo",
|
3703
3703
|
"name": "BiologicalProductInfo",
|
3704
3704
|
"output_required": false,
|
@@ -6542,7 +6542,7 @@
|
|
6542
6542
|
},
|
6543
6543
|
{
|
6544
6544
|
"disabled": false,
|
6545
|
-
"document": "
|
6545
|
+
"document": "图片列表,目前只支持传入一张图片,需要是图片base64编码,图片url暂不支持",
|
6546
6546
|
"example": "[ { \"Base64\": \"<图片文件的base64编码>\" } ]",
|
6547
6547
|
"member": "ImageInfo",
|
6548
6548
|
"name": "ImageInfoList",
|
@@ -44,7 +44,7 @@
|
|
44
44
|
{
|
45
45
|
"document": "输入一张图片,得到结构化结果",
|
46
46
|
"input": "POST / HTTP/1.1\nHost: mrs.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ImageToObject\n<公共请求参数>\n\n{\n \"IsUsedClassify\": true,\n \"Type\": 0,\n \"UserType\": 0,\n \"HandleParam\": {\n \"OcrEngineType\": 2,\n \"IsScale\": false,\n \"ImageOriginalSize\": 310006,\n \"AutoFitDirection\": false,\n \"IsReturnText\": false,\n \"ScaleTargetSize\": 300000,\n \"AutoOptimizeCoordinate\": true,\n \"RotateTheAngle\": 0.0\n },\n \"ImageInfoList\": [\n {\n \"Base64\": \"注意替换为医疗报告图片base64编码\",\n \"Id\": 1\n }\n ]\n}",
|
47
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"c8469f68-defe-4a3d-81ec-9538e39b2483\",\n \"Template\": {\n \"BirthCert\": null,\n \"C14\": null,\n \"Check\": null,\n \"Covid\": null,\n \"DiagCert\": null,\n \"Electrocardiogram\": null,\n \"Endoscopy\": null,\n \"Exame\": null,\n \"Eye\": null,\n \"FirstPage\": null,\n \"Hospitalization\": null,\n \"Indicator\": null,\n \"IndicatorV3\": null,\n \"Maternity\": null,\n \"MedDoc\": null,\n \"MedDocV2\": null,\n \"MedicalRecordInfo\": null,\n \"OcrResult\": \" 处方笺 [自费]\\neking Union Medical College Hospital\\n性别 定点医疗机构编石 处方号 015111835596 [底方]\\n 男 年龄50岁 病人ID\\n 科别 特需皮肤科门诊1\\nR:\\t\\t\\n\\t环孢素软胶囊[新山地明]25MG 25MG 50粒/盒X 3盒(50)\\t\\n用法:每次5粒\\t每日两次\\t口服\\t\\n\\t\\t多烯磷脂酰胆碱胶囊[易善复]228MG 24粒/盒X3盒(24)\\t\\n用法:每次2粒\\t每日三次\\t口服\\t\\n*白凡士林500G 500G/瓶X1瓶\\t\\t\\t\\n用法:每次10G\\t每日两次\\t外用\\t\\n\\n 开单日期\\n 2015-11-18 14:39\\n 收费日期\\n 2015-11-18 14:45\\n\",\n \"OcrText\": \" 处方笺 [自费]\\neking Union Medical College Hospital\\n性别 定点医疗机构编石 处方号 015111835596 [底方]\\n 男 年龄50岁 病人ID\\n 科别 特需皮肤科门诊1\\nR:\\t\\t\\n\\t环孢素软胶囊[新山地明]25MG 25MG 50粒/盒X 3盒(50)\\t\\n用法:每次5粒\\t每日两次\\t口服\\t\\n\\t\\t多烯磷脂酰胆碱胶囊[易善复]228MG 24粒/盒X3盒(24)\\t\\n用法:每次2粒\\t每日三次\\t口服\\t\\n*白凡士林500G 500G/瓶X1瓶\\t\\t\\t\\n用法:每次10G\\t每日两次\\t外用\\t\\n\\n 开单日期\\n 2015-11-18 14:39\\n 收费日期\\n 2015-11-18 14:45\\n\",\n \"Pathology\": null,\n \"PathologyV2\": null,\n \"PatientInfo\": {\n \"Address\": \"\",\n \"Age\": \"50岁\",\n \"AgeNorm\": \"438000小时\",\n \"BedNo\": \"\",\n \"BirthPlace\": \"\",\n \"Birthday\": \"\",\n \"EducationBackground\": \"\",\n \"Ethnicity\": \"\",\n \"HealthCardNo\": \"\",\n \"IdCard\": \"\",\n \"Married\": \"\",\n \"MarriedCode\": \"\",\n \"MedicalInsuranceType\": \"\",\n \"MedicalInsuranceTypeCode\": \"\",\n \"Name\": \"\",\n \"Nation\": \"\",\n \"Nationality\": \"\",\n \"Phone\": \"\",\n \"Profession\": \"\",\n \"ProfessionCode\": \"\",\n \"Sex\": \"男\",\n \"SocialSecurityCardNo\": \"\"\n },\n \"Prescription\": {\n \"MedicineList\": [\n {\n \"Category\": \"\",\n \"DosageUnit\": \"粒\",\n \"Firm\": \"\",\n \"MinQuantity\": \"50\",\n \"Name\": \"环孢素软胶囊\",\n \"PackingUnit\": \"盒\",\n \"Specification\": \"\",\n \"TradeName\": \"\"\n },\n {\n \"Category\": \"\",\n \"DosageUnit\": \"粒\",\n \"Firm\": \"\",\n \"MinQuantity\": \"24\",\n \"Name\": \"多烯磷脂酰胆碱胶囊\",\n \"PackingUnit\": \"盒\",\n \"Specification\": \"\",\n \"TradeName\": \"易善复\"\n }\n ],\n \"Page\": 0\n },\n \"ReportInfo\": {\n \"BedNo\": \"\",\n \"BillingTime\": \"\",\n \"CheckItem\": \"\",\n \"CheckMethod\": \"\",\n \"CheckNum\": \"\",\n \"DepartmentName\": \"特需皮肤科门诊\",\n \"Diagnose\": \"\",\n \"DiagnoseTime\": \"\",\n \"HealthCheckupNum\": \"\",\n \"Hospital\": \"\",\n \"ImageNum\": \"\",\n \"InHospitalNum\": \"\",\n \"InspectTime\": \"\",\n \"MedicalRecordNum\": \"\",\n \"OtherTime\": \"2015-11-18 14:39:00\",\n \"OutpatientNum\": \"\",\n \"PathologyNum\": \"\",\n \"PrintTime\": \"\",\n \"RadiationNum\": \"\",\n \"ReportName\": \"处方笺\",\n \"ReportTime\": \"\",\n \"SampleNum\": \"\",\n \"SampleType\": \"\",\n \"TestNum\": \"\",\n \"Times\": [\n {\n \"Name\": \"其它日期\",\n \"Value\": \"2015-11-18 14:39:00\"\n }\n ],\n \"UltraNum\": \"\"\n },\n \"ReportType\": \"prescription\",\n \"ReportTypeDesc\": \"\",\n \"Surgery\": null,\n \"Timeline\": null,\n \"VaccineCertificate\": null\n },\n \"TextTypeList\": [\n {\n \"Id\": 13,\n \"Level\": 1,\n \"Name\": \"医疗文本\"\n },\n {\n \"Id\": 215,\n \"Level\": 2,\n \"Name\": \"处方报告\"\n }\n ]\n }\n}",
|
47
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"2835bab6-1992-4377-bab4-88e1a8a7adfb\",\n \"Template\": {\n \"Indicator\": {\n \"Indicators\": [\n {\n \"Code\": \"HBA\",\n \"Id\": 911,\n \"ItemString\": \"血红蛋白A\",\n \"Name\": \"血红蛋白A\",\n \"Normal\": true,\n \"Range\": \">94.5\",\n \"Scode\": \"HbA\",\n \"Sname\": \"血红蛋白A\",\n \"Unit\": \"%\"\n },\n {\n \"Code\": \"HBF\",\n \"Id\": 912,\n \"ItemString\": \"血红蛋白F\",\n \"Name\": \"血红蛋白F\",\n \"Normal\": true,\n \"Range\": \"<2.3\",\n \"Scode\": \"HBF\",\n \"Sname\": \"抗碱性血红蛋白\",\n \"Unit\": \"%\"\n },\n {\n \"Code\": \"HBA2\",\n \"Id\": 910,\n \"ItemString\": \"血红蛋白A2\",\n \"Name\": \"血红蛋白A2\",\n \"Normal\": true,\n \"Range\": \"2.5--3.5\",\n \"Scode\": \"HbA2\",\n \"Sname\": \"血红蛋白A2\",\n \"Unit\": \"%\"\n },\n {\n \"Code\": \"HBH\",\n \"ItemString\": \"血红蛋白H\",\n \"Name\": \"血红蛋白?\",\n \"Normal\": true,\n \"Unit\": \"%\"\n },\n {\n \"Code\": \"HBART'S\",\n \"ItemString\": \"血红蛋白Bart's\",\n \"Name\": \"血红蛋白Bart's?\",\n \"Normal\": true,\n \"Unit\": \"%\"\n },\n {\n \"Code\": \"HBJ\",\n \"ItemString\": \"血红蛋白J\",\n \"Name\": \"血红蛋白?\",\n \"Normal\": true,\n \"Unit\": \"%\"\n },\n {\n \"Code\": \"HBC-S\",\n \"ItemString\": \"血红蛋白C-S\",\n \"Name\": \"RBC血红蛋白?\",\n \"Normal\": true,\n \"Unit\": \"%\"\n },\n {\n \"Code\": \"HBE\",\n \"ItemString\": \"血红蛋白E\",\n \"Name\": \"血红蛋白?\",\n \"Normal\": true,\n \"Unit\": \"%\"\n },\n {\n \"Code\": \"HBS\",\n \"ItemString\": \"血红蛋白S\",\n \"Name\": \"血红蛋白?\",\n \"Normal\": true,\n \"Unit\": \"%\"\n },\n {\n \"Code\": \"HBD\",\n \"ItemString\": \"血红蛋白D\",\n \"Name\": \"血红蛋白?\",\n \"Normal\": true,\n \"Unit\": \"%\"\n },\n {\n \"Code\": \"HBG\",\n \"ItemString\": \"血红蛋白G\",\n \"Name\": \"血红蛋白?\",\n \"Normal\": true,\n \"Unit\": \"%\"\n },\n {\n \"Code\": \"HBK\",\n \"ItemString\": \"血红蛋白K\",\n \"Name\": \"血红蛋白?\",\n \"Normal\": true,\n \"Unit\": \"%\"\n },\n {\n \"Code\": \"HBOTHERS\",\n \"ItemString\": \"其他异常血红蛋白。\",\n \"Name\": \"其他异常血红蛋白。?\",\n \"Normal\": true,\n \"Unit\": \"%\"\n }\n ]\n },\n \"OcrResult\": \" ..l2c\\n 效有日当票\\n H91 90\\n WJ^((9\\n M4ohCt\\n代号\\t项目名称\\t结果\\t单位\\t参考值\\t\\nHbA\\t血红蛋白A\\t96.31\\t%\\t>94.5\\t\\nHbF\\t血红蛋白F\\t1.05\\t%\\t<2.3\\t\\nHbA2\\t血红蛋白A2\\t2.64\\t%\\t2.5~3.5\\t\\nHbH\\t血红蛋白H\\t未检出\\t%\\t\\t\\nHbarts\\t血红蛋白Barts\\t未检出\\t%\\t\\t\\nHbJ\\t血红蛋白J\\t未检出\\t%\\t\\t\\nHbC-S\\t血红蛋白C-S\\t未检出\\t%\\t\\t\\nHbE\\t血红蛋白E\\t未检出\\t%\\t\\t\\nHbS\\t血红蛋白S\\t未检出\\t%\\t\\t\\nHbD\\t血红蛋白D\\t未检出\\t%\\t\\t\\nHbG\\t血红蛋白G\\t未检出\\t%\\t\\t\\nHbK\\t血红蛋白K\\t未检出\\t%\\t\\t\\nHbothers\\t其他异常血红蛋白。\\t未检出\\t%\\t\\t\\n\\n wos ro\\n 0自\\n 的屏示\\n 门诊 xxx院检验报告单 86-1\\n 全自动毛细管电泳仪-38\\n 姓名: 张三 科室:产科 全血\\n 性别: 男 床号: 标本类型: 标本状态: y\\n 年龄: 条码号: xxxx12582 检验备注:\\n 33岁 病历号:。 临床诊断: B楼四\\n 15328022 体检\\n 产\\n 大勺\\n 2021-10-31 09:41:00 查蝉响\\n 申请医师:xxx 采集时间: 检验者: xxx 审核者:\\n 报告时间:\\n 2021-10-31 10:59:32 2021-11-05 11:05:17\\n接收时间: 第1页.共1页\\n※本次实验报告仅对本次标本负责。项目前*号标记为广西医院互认项目。※\\n\",\n \"OcrText\": \" ..l2c\\n 效有日当票\\n H91 90\\n WJ^((9\\n M4ohCt\\n代号\\t项目名称\\t结果\\t单位\\t参考值\\t\\nHbA\\t血红蛋白A\\t96.31\\t%\\t>94.5\\t\\nHbF\\t血红蛋白F\\t1.05\\t%\\t<2.3\\t\\nHbA2\\t血红蛋白A2\\t2.64\\t%\\t2.5~3.5\\t\\nHbH\\t血红蛋白H\\t未检出\\t%\\t\\t\\nHbarts\\t血红蛋白Barts\\t未检出\\t%\\t\\t\\nHbJ\\t血红蛋白J\\t未检出\\t%\\t\\t\\nHbC-S\\t血红蛋白C-S\\t未检出\\t%\\t\\t\\nHbE\\t血红蛋白E\\t未检出\\t%\\t\\t\\nHbS\\t血红蛋白S\\t未检出\\t%\\t\\t\\nHbD\\t血红蛋白D\\t未检出\\t%\\t\\t\\nHbG\\t血红蛋白G\\t未检出\\t%\\t\\t\\nHbK\\t血红蛋白K\\t未检出\\t%\\t\\t\\nHbothers\\t其他异常血红蛋白。\\t未检出\\t%\\t\\t\\n\\n wos ro\\n 0自\\n 的屏示\\n 门诊 xxx医院检验报告单 86-1\\n 全自动毛细管电泳仪-38\\n 姓名: 张三 科室:产科 全血\\n 性别: 男 床号: 标本类型: 标本状态: y\\n 年龄: 条码号: xxx12582 检验备注:\\n 33岁 病历号:。 临床诊断: B楼四\\n 15328022 体检\\n 产\\n 大勺\\n 2021-10-31 09:41:00 查蝉响\\n 申请医师:xxx 采集时间: 检验者: xxx 审核者:\\n 报告时间:\\n 2021-10-31 10:59:32 2021-11-05 11:05:17\\n接收时间: 第1页.共1页\\n※本次实验报告仅对本次标本负责。项目前*号标记为广西医院互认项目。※\\n\",\n \"PatientInfo\": {\n \"Age\": \"33岁\",\n \"AgeNorm\": \"289080小时\",\n \"BedNo\": \"xxx82\",\n \"Name\": \"张三\",\n \"Sex\": \"男\"\n },\n \"ReportInfo\": {\n \"BedNo\": \"xxx582\",\n \"DepartmentName\": \"体检\",\n \"Hospital\": \"xxx医院\",\n \"MedicalRecordNum\": \"15328022\",\n \"ReportName\": \"检验报告单\",\n \"ReportTime\": \"2023-11-05 11:05:17\",\n \"Times\": [\n {\n \"Name\": \"报告日期\",\n \"Value\": \"2023-11-05 11:05:17\"\n },\n {\n \"Name\": \"接收日期\",\n \"Value\": \"2023-10-31 10:59:32\"\n },\n {\n \"Name\": \"采集日期\",\n \"Value\": \"2023-10-31 09:41:00\"\n }\n ]\n },\n \"ReportType\": \"indicator\"\n },\n \"TextTypeList\": [\n {\n \"Id\": 11,\n \"Level\": 1,\n \"Name\": \"检验报告\"\n },\n {\n \"Id\": 24,\n \"Level\": 2,\n \"Name\": \"一般检验\"\n },\n {\n \"Id\": 316,\n \"Level\": 3,\n \"Name\": \"血液一般检查\"\n }\n ]\n }\n}",
|
48
48
|
"title": "图片结构化"
|
49
49
|
}
|
50
50
|
],
|