tccli 3.0.1230.1__py2.py3-none-any.whl → 3.0.1232.1__py2.py3-none-any.whl
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.
- tccli/__init__.py +1 -1
- tccli/services/aiart/aiart_client.py +53 -0
- tccli/services/aiart/v20221229/api.json +98 -0
- tccli/services/aiart/v20221229/examples.json +8 -0
- tccli/services/batch/v20170312/api.json +8 -10
- tccli/services/cam/cam_client.py +53 -0
- tccli/services/cam/v20190116/api.json +125 -52
- tccli/services/cam/v20190116/examples.json +12 -4
- tccli/services/cfg/v20210820/api.json +9 -0
- tccli/services/cloudaudit/v20190319/api.json +39 -39
- tccli/services/cloudaudit/v20190319/examples.json +5 -5
- tccli/services/cvm/v20170312/api.json +59 -61
- tccli/services/cvm/v20170312/examples.json +3 -3
- tccli/services/es/v20180416/api.json +106 -8
- tccli/services/ess/v20201111/api.json +1 -1
- tccli/services/essbasic/v20210526/api.json +2 -2
- tccli/services/live/v20180801/api.json +7 -7
- tccli/services/live/v20180801/examples.json +1 -1
- tccli/services/memcached/v20190318/api.json +20 -20
- tccli/services/mps/v20190612/api.json +11 -0
- tccli/services/mqtt/mqtt_client.py +283 -71
- tccli/services/mqtt/v20240516/api.json +312 -0
- tccli/services/mqtt/v20240516/examples.json +32 -0
- tccli/services/mrs/v20200910/api.json +3 -3
- tccli/services/mrs/v20200910/examples.json +1 -1
- tccli/services/ocr/v20181119/api.json +147 -4
- tccli/services/ocr/v20181119/examples.json +3 -3
- tccli/services/postgres/v20170312/api.json +11 -9
- tccli/services/postgres/v20170312/examples.json +2 -2
- tccli/services/redis/v20180412/examples.json +2 -2
- tccli/services/ssl/v20191205/api.json +4 -4
- tccli/services/ssl/v20191205/examples.json +1 -1
- tccli/services/sts/v20180813/api.json +9 -9
- 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/tse/tse_client.py +228 -16
- tccli/services/tse/v20201207/api.json +476 -0
- tccli/services/tse/v20201207/examples.json +32 -0
- tccli/services/vclm/v20240523/api.json +1 -1
- tccli/services/vdb/v20230616/api.json +3 -3
- tccli/services/vdb/v20230616/examples.json +1 -1
- tccli/services/vod/v20180717/api.json +6 -6
- tccli/services/vpc/v20170312/api.json +17 -7
- tccli/services/vpc/v20170312/examples.json +1 -1
- {tccli-3.0.1230.1.dist-info → tccli-3.0.1232.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1230.1.dist-info → tccli-3.0.1232.1.dist-info}/RECORD +53 -53
- {tccli-3.0.1230.1.dist-info → tccli-3.0.1232.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1230.1.dist-info → tccli-3.0.1232.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1230.1.dist-info → tccli-3.0.1232.1.dist-info}/license_files/LICENSE +0 -0
@@ -35,6 +35,13 @@
|
|
35
35
|
"output": "CreateTopicResponse",
|
36
36
|
"status": "online"
|
37
37
|
},
|
38
|
+
"DeactivateDeviceCertificate": {
|
39
|
+
"document": "失效Ca证书",
|
40
|
+
"input": "DeactivateDeviceCertificateRequest",
|
41
|
+
"name": "失效设备证书",
|
42
|
+
"output": "DeactivateDeviceCertificateResponse",
|
43
|
+
"status": "online"
|
44
|
+
},
|
38
45
|
"DeleteAuthenticator": {
|
39
46
|
"document": "根据认证器类型删除一个MQTT认证器",
|
40
47
|
"input": "DeleteAuthenticatorRequest",
|
@@ -49,6 +56,13 @@
|
|
49
56
|
"output": "DeleteAuthorizationPolicyResponse",
|
50
57
|
"status": "online"
|
51
58
|
},
|
59
|
+
"DeleteDeviceCertificate": {
|
60
|
+
"document": "删除设备证书",
|
61
|
+
"input": "DeleteDeviceCertificateRequest",
|
62
|
+
"name": "删除设备证书",
|
63
|
+
"output": "DeleteDeviceCertificateResponse",
|
64
|
+
"status": "online"
|
65
|
+
},
|
52
66
|
"DeleteTopic": {
|
53
67
|
"document": "删除MQTT主题",
|
54
68
|
"input": "DeleteTopicRequest",
|
@@ -70,6 +84,13 @@
|
|
70
84
|
"output": "DescribeAuthorizationPoliciesResponse",
|
71
85
|
"status": "online"
|
72
86
|
},
|
87
|
+
"DescribeDeviceCertificate": {
|
88
|
+
"document": "查询设备证书详情接口",
|
89
|
+
"input": "DescribeDeviceCertificateRequest",
|
90
|
+
"name": "查询设备证书详情",
|
91
|
+
"output": "DescribeDeviceCertificateResponse",
|
92
|
+
"status": "online"
|
93
|
+
},
|
73
94
|
"DescribeDeviceCertificates": {
|
74
95
|
"document": "分页查询设备证书",
|
75
96
|
"input": "DescribeDeviceCertificatesRequest",
|
@@ -140,6 +161,13 @@
|
|
140
161
|
"output": "RegisterDeviceCertificateResponse",
|
141
162
|
"status": "online"
|
142
163
|
},
|
164
|
+
"RevokedDeviceCertificate": {
|
165
|
+
"document": "吊销设备证书",
|
166
|
+
"input": "RevokedDeviceCertificateRequest",
|
167
|
+
"name": "吊销设备证书",
|
168
|
+
"output": "RevokedDeviceCertificateResponse",
|
169
|
+
"status": "online"
|
170
|
+
},
|
143
171
|
"UpdateAuthorizationPolicyPriority": {
|
144
172
|
"document": "修改策略规则优先级",
|
145
173
|
"input": "UpdateAuthorizationPolicyPriorityRequest",
|
@@ -747,6 +775,42 @@
|
|
747
775
|
],
|
748
776
|
"type": "object"
|
749
777
|
},
|
778
|
+
"DeactivateDeviceCertificateRequest": {
|
779
|
+
"document": "DeactivateDeviceCertificate请求参数结构体",
|
780
|
+
"members": [
|
781
|
+
{
|
782
|
+
"disabled": false,
|
783
|
+
"document": "集群id",
|
784
|
+
"example": "mqtt-1234567",
|
785
|
+
"member": "string",
|
786
|
+
"name": "InstanceId",
|
787
|
+
"required": true,
|
788
|
+
"type": "string"
|
789
|
+
},
|
790
|
+
{
|
791
|
+
"disabled": false,
|
792
|
+
"document": "设备证书序列号",
|
793
|
+
"example": "无",
|
794
|
+
"member": "string",
|
795
|
+
"name": "DeviceCertificateSn",
|
796
|
+
"required": true,
|
797
|
+
"type": "string"
|
798
|
+
}
|
799
|
+
],
|
800
|
+
"type": "object"
|
801
|
+
},
|
802
|
+
"DeactivateDeviceCertificateResponse": {
|
803
|
+
"document": "DeactivateDeviceCertificate返回参数结构体",
|
804
|
+
"members": [
|
805
|
+
{
|
806
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
807
|
+
"member": "string",
|
808
|
+
"name": "RequestId",
|
809
|
+
"type": "string"
|
810
|
+
}
|
811
|
+
],
|
812
|
+
"type": "object"
|
813
|
+
},
|
750
814
|
"DeleteAuthenticatorRequest": {
|
751
815
|
"document": "DeleteAuthenticator请求参数结构体",
|
752
816
|
"members": [
|
@@ -819,6 +883,42 @@
|
|
819
883
|
],
|
820
884
|
"type": "object"
|
821
885
|
},
|
886
|
+
"DeleteDeviceCertificateRequest": {
|
887
|
+
"document": "DeleteDeviceCertificate请求参数结构体",
|
888
|
+
"members": [
|
889
|
+
{
|
890
|
+
"disabled": false,
|
891
|
+
"document": "集群id",
|
892
|
+
"example": "mqtt-1234567",
|
893
|
+
"member": "string",
|
894
|
+
"name": "InstanceId",
|
895
|
+
"required": true,
|
896
|
+
"type": "string"
|
897
|
+
},
|
898
|
+
{
|
899
|
+
"disabled": false,
|
900
|
+
"document": "设备证书序列号",
|
901
|
+
"example": "无",
|
902
|
+
"member": "string",
|
903
|
+
"name": "DeviceCertificateSn",
|
904
|
+
"required": true,
|
905
|
+
"type": "string"
|
906
|
+
}
|
907
|
+
],
|
908
|
+
"type": "object"
|
909
|
+
},
|
910
|
+
"DeleteDeviceCertificateResponse": {
|
911
|
+
"document": "DeleteDeviceCertificate返回参数结构体",
|
912
|
+
"members": [
|
913
|
+
{
|
914
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
915
|
+
"member": "string",
|
916
|
+
"name": "RequestId",
|
917
|
+
"type": "string"
|
918
|
+
}
|
919
|
+
],
|
920
|
+
"type": "object"
|
921
|
+
},
|
822
922
|
"DeleteTopicRequest": {
|
823
923
|
"document": "DeleteTopic请求参数结构体",
|
824
924
|
"members": [
|
@@ -938,6 +1038,182 @@
|
|
938
1038
|
],
|
939
1039
|
"type": "object"
|
940
1040
|
},
|
1041
|
+
"DescribeDeviceCertificateRequest": {
|
1042
|
+
"document": "DescribeDeviceCertificate请求参数结构体",
|
1043
|
+
"members": [
|
1044
|
+
{
|
1045
|
+
"disabled": false,
|
1046
|
+
"document": "设备证书sn",
|
1047
|
+
"example": "123",
|
1048
|
+
"member": "string",
|
1049
|
+
"name": "DeviceCertificateSn",
|
1050
|
+
"required": true,
|
1051
|
+
"type": "string"
|
1052
|
+
},
|
1053
|
+
{
|
1054
|
+
"disabled": false,
|
1055
|
+
"document": "集群id",
|
1056
|
+
"example": "mqtt-12345",
|
1057
|
+
"member": "string",
|
1058
|
+
"name": "InstanceId",
|
1059
|
+
"required": true,
|
1060
|
+
"type": "string"
|
1061
|
+
}
|
1062
|
+
],
|
1063
|
+
"type": "object"
|
1064
|
+
},
|
1065
|
+
"DescribeDeviceCertificateResponse": {
|
1066
|
+
"document": "DescribeDeviceCertificate返回参数结构体",
|
1067
|
+
"members": [
|
1068
|
+
{
|
1069
|
+
"disabled": false,
|
1070
|
+
"document": "创建时间",
|
1071
|
+
"example": "1713164969433",
|
1072
|
+
"member": "int64",
|
1073
|
+
"name": "CreatedTime",
|
1074
|
+
"output_required": false,
|
1075
|
+
"type": "int",
|
1076
|
+
"value_allowed_null": false
|
1077
|
+
},
|
1078
|
+
{
|
1079
|
+
"disabled": false,
|
1080
|
+
"document": "上次更新时间",
|
1081
|
+
"example": "1713164969433",
|
1082
|
+
"member": "int64",
|
1083
|
+
"name": "UpdateTime",
|
1084
|
+
"output_required": false,
|
1085
|
+
"type": "int",
|
1086
|
+
"value_allowed_null": false
|
1087
|
+
},
|
1088
|
+
{
|
1089
|
+
"disabled": false,
|
1090
|
+
"document": "证书失效日期",
|
1091
|
+
"example": "1713164969433",
|
1092
|
+
"member": "int64",
|
1093
|
+
"name": "NotAfterTime",
|
1094
|
+
"output_required": false,
|
1095
|
+
"type": "int",
|
1096
|
+
"value_allowed_null": false
|
1097
|
+
},
|
1098
|
+
{
|
1099
|
+
"disabled": false,
|
1100
|
+
"document": "上次激活时间",
|
1101
|
+
"example": "1713164969433",
|
1102
|
+
"member": "int64",
|
1103
|
+
"name": "LastActivationTime",
|
1104
|
+
"output_required": false,
|
1105
|
+
"type": "int",
|
1106
|
+
"value_allowed_null": false
|
1107
|
+
},
|
1108
|
+
{
|
1109
|
+
"disabled": false,
|
1110
|
+
"document": "上次取消激活时间",
|
1111
|
+
"example": "1713164969433",
|
1112
|
+
"member": "int64",
|
1113
|
+
"name": "LastInactivationTime",
|
1114
|
+
"output_required": false,
|
1115
|
+
"type": "int",
|
1116
|
+
"value_allowed_null": false
|
1117
|
+
},
|
1118
|
+
{
|
1119
|
+
"disabled": false,
|
1120
|
+
"document": "证书状态",
|
1121
|
+
"example": "ACTIVE",
|
1122
|
+
"member": "string",
|
1123
|
+
"name": "Status",
|
1124
|
+
"output_required": false,
|
1125
|
+
"type": "string",
|
1126
|
+
"value_allowed_null": false
|
1127
|
+
},
|
1128
|
+
{
|
1129
|
+
"disabled": false,
|
1130
|
+
"document": "证书序列号",
|
1131
|
+
"example": "123",
|
1132
|
+
"member": "string",
|
1133
|
+
"name": "CaSn",
|
1134
|
+
"output_required": false,
|
1135
|
+
"type": "string",
|
1136
|
+
"value_allowed_null": false
|
1137
|
+
},
|
1138
|
+
{
|
1139
|
+
"disabled": false,
|
1140
|
+
"document": "设备证书sn",
|
1141
|
+
"example": "无",
|
1142
|
+
"member": "string",
|
1143
|
+
"name": "DeviceCertificateSn",
|
1144
|
+
"output_required": false,
|
1145
|
+
"type": "string",
|
1146
|
+
"value_allowed_null": false
|
1147
|
+
},
|
1148
|
+
{
|
1149
|
+
"disabled": false,
|
1150
|
+
"document": "证书内容",
|
1151
|
+
"example": "无",
|
1152
|
+
"member": "string",
|
1153
|
+
"name": "DeviceCertificate",
|
1154
|
+
"output_required": false,
|
1155
|
+
"type": "string",
|
1156
|
+
"value_allowed_null": false
|
1157
|
+
},
|
1158
|
+
{
|
1159
|
+
"disabled": false,
|
1160
|
+
"document": "设备证书cn",
|
1161
|
+
"example": "无",
|
1162
|
+
"member": "string",
|
1163
|
+
"name": "DeviceCertificateCn",
|
1164
|
+
"output_required": false,
|
1165
|
+
"type": "string",
|
1166
|
+
"value_allowed_null": false
|
1167
|
+
},
|
1168
|
+
{
|
1169
|
+
"disabled": false,
|
1170
|
+
"document": "证书格式",
|
1171
|
+
"example": "PEM",
|
1172
|
+
"member": "string",
|
1173
|
+
"name": "Format",
|
1174
|
+
"output_required": false,
|
1175
|
+
"type": "string",
|
1176
|
+
"value_allowed_null": false
|
1177
|
+
},
|
1178
|
+
{
|
1179
|
+
"disabled": false,
|
1180
|
+
"document": "客户端id\n注意:此字段可能返回 null,表示取不到有效值。",
|
1181
|
+
"example": "client1",
|
1182
|
+
"member": "string",
|
1183
|
+
"name": "ClientId",
|
1184
|
+
"output_required": false,
|
1185
|
+
"type": "string",
|
1186
|
+
"value_allowed_null": true
|
1187
|
+
},
|
1188
|
+
{
|
1189
|
+
"disabled": false,
|
1190
|
+
"document": " API, 手动注册 \n JITP 自动注册",
|
1191
|
+
"example": "API",
|
1192
|
+
"member": "string",
|
1193
|
+
"name": "CertificateSource",
|
1194
|
+
"output_required": false,
|
1195
|
+
"type": "string",
|
1196
|
+
"value_allowed_null": false
|
1197
|
+
},
|
1198
|
+
{
|
1199
|
+
"disabled": false,
|
1200
|
+
"document": "证书生效开始时间",
|
1201
|
+
"example": "1713164969433",
|
1202
|
+
"member": "int64",
|
1203
|
+
"name": "NotBeforeTime",
|
1204
|
+
"output_required": false,
|
1205
|
+
"type": "int",
|
1206
|
+
"value_allowed_null": false
|
1207
|
+
},
|
1208
|
+
{
|
1209
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
1210
|
+
"member": "string",
|
1211
|
+
"name": "RequestId",
|
1212
|
+
"type": "string"
|
1213
|
+
}
|
1214
|
+
],
|
1215
|
+
"type": "object"
|
1216
|
+
},
|
941
1217
|
"DescribeDeviceCertificatesRequest": {
|
942
1218
|
"document": "DescribeDeviceCertificates请求参数结构体",
|
943
1219
|
"members": [
|
@@ -2393,6 +2669,42 @@
|
|
2393
2669
|
],
|
2394
2670
|
"type": "object"
|
2395
2671
|
},
|
2672
|
+
"RevokedDeviceCertificateRequest": {
|
2673
|
+
"document": "RevokedDeviceCertificate请求参数结构体",
|
2674
|
+
"members": [
|
2675
|
+
{
|
2676
|
+
"disabled": false,
|
2677
|
+
"document": "集群id",
|
2678
|
+
"example": "mqtt-1234567",
|
2679
|
+
"member": "string",
|
2680
|
+
"name": "InstanceId",
|
2681
|
+
"required": true,
|
2682
|
+
"type": "string"
|
2683
|
+
},
|
2684
|
+
{
|
2685
|
+
"disabled": false,
|
2686
|
+
"document": "设备证书序列号",
|
2687
|
+
"example": "无",
|
2688
|
+
"member": "string",
|
2689
|
+
"name": "DeviceCertificateSn",
|
2690
|
+
"required": true,
|
2691
|
+
"type": "string"
|
2692
|
+
}
|
2693
|
+
],
|
2694
|
+
"type": "object"
|
2695
|
+
},
|
2696
|
+
"RevokedDeviceCertificateResponse": {
|
2697
|
+
"document": "RevokedDeviceCertificate返回参数结构体",
|
2698
|
+
"members": [
|
2699
|
+
{
|
2700
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
2701
|
+
"member": "string",
|
2702
|
+
"name": "RequestId",
|
2703
|
+
"type": "string"
|
2704
|
+
}
|
2705
|
+
],
|
2706
|
+
"type": "object"
|
2707
|
+
},
|
2396
2708
|
"TagFilter": {
|
2397
2709
|
"document": "标签过滤器",
|
2398
2710
|
"members": [
|
@@ -40,6 +40,14 @@
|
|
40
40
|
"title": "示例"
|
41
41
|
}
|
42
42
|
],
|
43
|
+
"DeactivateDeviceCertificate": [
|
44
|
+
{
|
45
|
+
"document": "示例",
|
46
|
+
"input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeactivateDeviceCertificate\n<公共请求参数>\n\n{\n \"InstanceId\": \"mqtt-mmgej724\",\n \"DeviceCertificateSn\": \"eef68a582b94254296e54ce754f94d707a59912\"\n}",
|
47
|
+
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"RequestId\": \"f33b58df-866a-4ff0-b047-f9d72c4e08ea\"\n }\n}",
|
48
|
+
"title": "示例"
|
49
|
+
}
|
50
|
+
],
|
43
51
|
"DeleteAuthenticator": [
|
44
52
|
{
|
45
53
|
"document": "示例",
|
@@ -56,6 +64,14 @@
|
|
56
64
|
"title": "示例"
|
57
65
|
}
|
58
66
|
],
|
67
|
+
"DeleteDeviceCertificate": [
|
68
|
+
{
|
69
|
+
"document": "示例",
|
70
|
+
"input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteDeviceCertificate\n<公共请求参数>\n\n{\n \"InstanceId\": \"mqtt-mmgej724\",\n \"DeviceCertificateSn\": \"eef68a582b94254296e54ce754f94d707a59912\"\n}",
|
71
|
+
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"RequestId\": \"2fe9b31a-6111-4c5f-a481-2f3b65600e0c\"\n }\n}",
|
72
|
+
"title": "示例"
|
73
|
+
}
|
74
|
+
],
|
59
75
|
"DeleteTopic": [
|
60
76
|
{
|
61
77
|
"document": "示例",
|
@@ -80,6 +96,14 @@
|
|
80
96
|
"title": "示例"
|
81
97
|
}
|
82
98
|
],
|
99
|
+
"DescribeDeviceCertificate": [
|
100
|
+
{
|
101
|
+
"document": "示例",
|
102
|
+
"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\\nBQAwgZIxCzAJBgNVBAYTAmNuMQ0wCwYDVQQIDAR4aWFuMQ0wCwYDVQQHDARodXlp\\nMREwDwYDVQQKDAhqZWhhbnN1bjEWMBQGA1UECwwNdW5pdCBqZWhhbnN1bjEVMBMG\\nA1UEAwwMc3Vuamlhbnhpb25nMSMwIQYJKoZIhvcNAQkBFhRqZWhhbnN1bkB0ZW5j\\nZW50LmNvbTAeFw0yNDA1MDYwODU0NDNaFw0yNTA5MTgwODU0NDNaMIGBMQswCQYD\\nVQQGEwJDTjELMAkGA1UECAwCWkoxCzAJBgNVBAcMAkhaMQwwCgYDVQQKDANBTEkx\\nDTALBgNVBAsMBE1RVFQxFjAUBgkqhkiG9w0BCQEWB3h4eEB4eHgxIzAhBgNVBAMM\\nGm1xdHQtdGVzdC54eHguYWxpeXVuY3MuY29tMIIBIjANBgkqhkiG9w0BAQEFAAOC\\nAQ8AMIIBCgKCAQEArSMP1QFvggJVAth6Zhnf7NMWi+JP9TvnfzYl1xAWsWfX2ocN\\nC+AumAQl7I0C2UMUppDHIRiikdAwqmoMLFkuTYCoPnTrk8FpQx+/bLXGNZzwgAKN\\n8Y0dbEanl5y6UFXDB6ZsYhRJmjBEZoUj6xCeBzXxP2Uu0FPFAF5haLwt03gQMcWi\\nEMHLdj/jFKUGoLns/eQUdE5wbsZjGrCmk5hEeJxa9vAw40W0cgwsVi0E8qt5FCj7\\n11DeQsvZ5NlQVyOT6YOStElE2zuWtMjzsgk7ryW2qWANv62hRxY8dDmPXO5oimK8\\nAzNjakiN40OmOhzwfiG3noItixlQywWppuTrfwIDAQABo4GeMIGbMB8GA1UdIwQY\\nMBaAFEaWXAdZRRy3HPvjV6NBAYZYGhDfMAkGA1UdEwQCMAAwCwYDVR0PBAQDAgL0\\nMEEGA1UdEQQ6MDiCEyoubXF0dC5hbGl5dW5jcy5jb22CIW1xdHQtdGVzdC5jbi1x\\naW5nZGFvLmFsaXl1bmNzLmNvbTAdBgNVHQ4EFgQUz7CdvXCtki2X9i6zIQwKVJ7q\\n/LwwDQYJKoZIhvcNAQELBQADggEBAB7Y/susqeC85RtXw9CHcOmcb/17G7svgxFZ\\nLecOwEFxxaqwNVp/ae6TVkPvrMPStpVJmpS7ikYz37J16/n1mks/s+7fkGwAwfCI\\nD+vGR+Hcvu2RsiTPwDMRhFwj92ZclnSyBjtPa1pgS1Nq0oCJ85G+nyxYBAjDQqzO\\n05jNRO+E4/L+WrYhLE6M72amFMLbVGs170wHTiXtzokfUdflj9mNQs3pfLFNsyCt\\nasDfqJX4Kie/MIwv/YKcB9pZ4NsonEgD3OfjJ6pFEHEH4ZiOVHuTT6C52XpCYMWA\\najvuaaIlJp7GgOZxxPInOVXPmBlBlp28AiMlmxSfSAuMpUF0I8w=\\n-----END CERTIFICATE-----\\n\",\n \"DeviceCertificateCn\": \"mqtt-test.xxx.aliyuncs.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
|
+
"title": "示例"
|
105
|
+
}
|
106
|
+
],
|
83
107
|
"DescribeDeviceCertificates": [
|
84
108
|
{
|
85
109
|
"document": "示例",
|
@@ -160,6 +184,14 @@
|
|
160
184
|
"title": "示例"
|
161
185
|
}
|
162
186
|
],
|
187
|
+
"RevokedDeviceCertificate": [
|
188
|
+
{
|
189
|
+
"document": "示例",
|
190
|
+
"input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RevokedDeviceCertificate\n<公共请求参数>\n\n{\n \"InstanceId\": \"mqtt-vv9pnwq4\",\n \"DeviceCertificateSn\": \"eef68a582b94254296e54ce754f94d707a59912\"\n}",
|
191
|
+
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"RequestId\": \"edd5d85e-8c3d-473d-b436-fa394748bf31\"\n }\n}",
|
192
|
+
"title": "示例"
|
193
|
+
}
|
194
|
+
],
|
163
195
|
"UpdateAuthorizationPolicyPriority": [
|
164
196
|
{
|
165
197
|
"document": "示例",
|
@@ -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
|
],
|