web-core-tcm 0.0.71 → 0.0.73
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.
- package/dist/src/api/algorithm/alova/implement/lisemsAlgorithm.js +10 -6
- package/dist/src/api/algorithm/pulsationsAlgorithm.js +1 -1
- package/dist/src/api/authorization/alova/index.d.ts +2 -3
- package/dist/src/api/authorization/alova/index.js +13 -16
- package/dist/src/api/authorization/authorization.d.ts +1 -1
- package/dist/src/api/authorization/index.js +6 -9
- package/dist/src/api/check/alova/index.d.ts +2 -1
- package/dist/src/api/check/alova/index.js +11 -10
- package/dist/src/api/check/check.d.ts +1 -1
- package/dist/src/api/check/index.js +10 -9
- package/dist/src/api/config/alova/index.js +10 -10
- package/dist/src/api/config/index.d.ts +3 -1
- package/dist/src/api/config/index.js +21 -9
- package/dist/src/api/core/core.d.ts +1 -1
- package/dist/src/api/doctor/alova/index.d.ts +2 -1
- package/dist/src/api/doctor/alova/index.js +8 -7
- package/dist/src/api/doctor/doctor.d.ts +1 -1
- package/dist/src/api/doctor/index.js +7 -6
- package/dist/src/api/index.d.ts +1 -0
- package/dist/src/api/index.js +2 -0
- package/dist/src/api/manager/alova/apiDefinitions.d.ts +77 -0
- package/dist/src/api/manager/alova/apiDefinitions.js +65 -0
- package/dist/src/api/manager/alova/createApis.d.ts +10 -0
- package/dist/src/api/manager/alova/createApis.js +49 -0
- package/dist/src/api/manager/alova/globals.d.ts +5524 -0
- package/dist/src/api/manager/alova/implement/department.d.ts +15 -0
- package/dist/src/api/manager/alova/implement/department.js +71 -0
- package/dist/src/api/manager/alova/implement/division.d.ts +15 -0
- package/dist/src/api/manager/alova/implement/division.js +71 -0
- package/dist/src/api/manager/alova/implement/hospital.d.ts +15 -0
- package/dist/src/api/manager/alova/implement/hospital.js +72 -0
- package/dist/src/api/manager/alova/implement/index.d.ts +3 -0
- package/dist/src/api/manager/alova/implement/index.js +8 -0
- package/dist/src/api/manager/alova/index.d.ts +7 -0
- package/dist/src/api/manager/alova/index.js +21 -0
- package/dist/src/api/manager/department.d.ts +23 -0
- package/dist/src/api/manager/department.js +49 -0
- package/dist/src/api/manager/division.d.ts +23 -0
- package/dist/src/api/manager/division.js +44 -0
- package/dist/src/api/manager/hospital.d.ts +24 -0
- package/dist/src/api/manager/hospital.js +51 -0
- package/dist/src/api/manager/index.d.ts +4 -0
- package/dist/src/api/manager/index.js +18 -0
- package/dist/src/api/metric/alova/implement/metric.d.ts +1 -1
- package/dist/src/api/metric/metric.d.ts +2 -2
- package/dist/src/api/oauth/alova/index.d.ts +2 -1
- package/dist/src/api/oauth/alova/index.js +12 -11
- package/dist/src/api/oauth/index.js +6 -5
- package/dist/src/api/outpatient/alova/index.d.ts +2 -1
- package/dist/src/api/outpatient/alova/index.js +11 -10
- package/dist/src/api/outpatient/index.js +10 -9
- package/dist/src/api/outpatient/outpatient.d.ts +1 -1
- package/dist/src/api/patient/alova/implement/meta.d.ts +1 -1
- package/dist/src/api/patient/alova/index.d.ts +2 -1
- package/dist/src/api/patient/alova/index.js +11 -10
- package/dist/src/api/patient/index.js +27 -26
- package/dist/src/api/patient/meta.d.ts +1 -1
- package/dist/src/api/patient/patient.d.ts +1 -1
- package/dist/src/api/prescription/alova/implement/prescription.d.ts +0 -1
- package/dist/src/api/prescription/alova/implement/prescription.js +9 -17
- package/dist/src/api/prescription/alova/index.d.ts +2 -1
- package/dist/src/api/prescription/alova/index.js +2 -1
- package/dist/src/api/prescription/herbal.d.ts +1 -1
- package/dist/src/api/prescription/index.js +12 -11
- package/dist/src/api/prescription/prescription.d.ts +1 -2
- package/dist/src/api/prescription/prescription.js +9 -12
- package/dist/src/api/scientist/alova/index.d.ts +2 -1
- package/dist/src/api/scientist/alova/index.js +6 -5
- package/dist/src/api/scientist/index.js +8 -7
- package/dist/src/api/scientist/scientist.d.ts +1 -1
- package/dist/src/api/user/alova/apiDefinitions.d.ts +26 -0
- package/dist/src/api/user/alova/apiDefinitions.js +14 -0
- package/dist/src/api/user/alova/createApis.d.ts +10 -0
- package/dist/src/api/user/alova/createApis.js +49 -0
- package/dist/src/api/user/alova/globals.d.ts +529 -0
- package/dist/src/api/user/alova/implement/index.d.ts +1 -0
- package/dist/src/api/user/alova/implement/index.js +1 -0
- package/dist/src/api/user/alova/implement/user.d.ts +10 -0
- package/dist/src/api/user/alova/index.d.ts +7 -0
- package/dist/src/api/user/alova/index.js +21 -0
- package/dist/src/api/user/index.d.ts +2 -0
- package/dist/src/api/user/index.js +8 -0
- package/dist/src/api/user/user.d.ts +23 -0
- package/dist/src/api/user/user.js +52 -0
- package/dist/src/components/tcm/inquirise/ComplaintViewCollected.vue.d.ts +14 -3
- package/dist/src/components/tcm/inquirise/ComplaintViewCollected.vue.js +2 -2
- package/dist/src/components/tcm/inquirise/ComplaintViewCollected.vue2.js +117 -129
- package/dist/src/components/tcm/inquirise/ComplaintsRecognitionCollected.vue.d.ts +14 -3
- package/dist/src/components/tcm/inquirise/ComplaintsRecognitionCollected.vue.js +2 -2
- package/dist/src/components/tcm/inquirise/ComplaintsRecognitionCollected.vue2.js +123 -139
- package/dist/src/components/tcm/lisems/EPPCollected.vue.js +1 -1
- package/dist/src/components/tcm/palpations/PulsationCollect.vue.js +2 -2
- package/dist/src/components/tcm/palpations/PulsationCollect.vue2.js +51 -54
- package/dist/src/index.js +42 -40
- package/dist/web-core-tcm.css +1 -1
- package/package.json +11 -1
|
@@ -1,21 +1,18 @@
|
|
|
1
1
|
import S from "../../../../node_modules/quasar/src/components/linear-progress/QLinearProgress.js";
|
|
2
2
|
import v from "../../../../node_modules/quasar/src/components/btn/QBtn.js";
|
|
3
|
-
import { defineComponent as K, ref as
|
|
3
|
+
import { defineComponent as K, ref as h, onMounted as T, onBeforeUnmount as W, createElementBlock as X, openBlock as r, createElementVNode as Y, createBlock as s, createCommentVNode as k, unref as R } from "vue";
|
|
4
4
|
import { useBluetooth as P } from "../../../../node_modules/@vueuse/core/index.js";
|
|
5
5
|
import Z from "../../../../node_modules/quasar/src/composables/use-quasar/use-quasar.js";
|
|
6
6
|
import { buf2hex as ee, hex2int as q, chunk as te } from "../../../util/number.js";
|
|
7
7
|
import "../../../../node_modules/vue-router/dist/vue-router.js";
|
|
8
8
|
import { onBeforeRouteLeave as oe } from "../../../../node_modules/vue-router/dist/devtools-BLCumUwL.js";
|
|
9
|
-
const ne = { class: "bottom-action full-width" }, ie = {
|
|
10
|
-
class: "no-wrap flex justify-around q-pa-sm",
|
|
11
|
-
style: { gap: "10px" }
|
|
12
|
-
}, w = "6e400001-b5a3-f393-e0a9-e50e24dcca9e", le = "6e400003-b5a3-f393-e0a9-e50e24dcca9e", pe = /* @__PURE__ */ K({
|
|
9
|
+
const ne = { class: "bottom-action full-width" }, ie = { class: "pulsation-controls no-wrap flex justify-around q-pa-sm" }, w = "6e400001-b5a3-f393-e0a9-e50e24dcca9e", le = "6e400003-b5a3-f393-e0a9-e50e24dcca9e", pe = /* @__PURE__ */ K({
|
|
13
10
|
__name: "PulsationCollect",
|
|
14
11
|
emits: ["collected"],
|
|
15
12
|
setup(re, { emit: A }) {
|
|
16
|
-
const
|
|
17
|
-
isSupported:
|
|
18
|
-
isConnected:
|
|
13
|
+
const a = Z(), b = ["A", "B", "C", "F", "E", "D"], u = h(0), f = h(0), C = h({}), {
|
|
14
|
+
isSupported: p,
|
|
15
|
+
isConnected: y,
|
|
19
16
|
device: $,
|
|
20
17
|
requestDevice: O,
|
|
21
18
|
server: V
|
|
@@ -25,7 +22,7 @@ const ne = { class: "bottom-action full-width" }, ie = {
|
|
|
25
22
|
optionalServices: [w]
|
|
26
23
|
}), {
|
|
27
24
|
isSupported: F,
|
|
28
|
-
isConnected:
|
|
25
|
+
isConnected: D,
|
|
29
26
|
device: Q,
|
|
30
27
|
requestDevice: U,
|
|
31
28
|
server: j
|
|
@@ -35,26 +32,26 @@ const ne = { class: "bottom-action full-width" }, ie = {
|
|
|
35
32
|
optionalServices: [w]
|
|
36
33
|
}), I = A;
|
|
37
34
|
oe((e, t, o) => {
|
|
38
|
-
|
|
35
|
+
u.value > 0 || f.value > 0 ? a.dialog({
|
|
39
36
|
message: "是否退出",
|
|
40
37
|
cancel: !0
|
|
41
38
|
}).onOk(() => {
|
|
42
39
|
o();
|
|
43
40
|
}) : o();
|
|
44
41
|
});
|
|
45
|
-
const
|
|
46
|
-
(
|
|
42
|
+
const L = (e) => {
|
|
43
|
+
(u.value > 0 || f.value > 0) && (e.preventDefault(), e.returnValue = "");
|
|
47
44
|
};
|
|
48
45
|
T(() => {
|
|
49
|
-
window.addEventListener("beforeunload",
|
|
46
|
+
window.addEventListener("beforeunload", L);
|
|
50
47
|
}), W(() => {
|
|
51
|
-
window.removeEventListener("beforeunload",
|
|
48
|
+
window.removeEventListener("beforeunload", L);
|
|
52
49
|
});
|
|
53
|
-
function
|
|
50
|
+
function x(e) {
|
|
54
51
|
const n = [];
|
|
55
|
-
let i = b.slice(0, 3), l =
|
|
56
|
-
if (e == "right" && (i = b.slice(3, 6), l =
|
|
57
|
-
|
|
52
|
+
let i = b.slice(0, 3), l = u, c = p, m = y, g = $, N = V;
|
|
53
|
+
if (e == "right" && (i = b.slice(3, 6), l = f, c = F, m = D, g = Q, N = j), c)
|
|
54
|
+
m ? g.value ? N.value.getPrimaryService(w).then((B) => {
|
|
58
55
|
console.log(`Service: ${B.uuid}`), B.getCharacteristic(le).then((d) => {
|
|
59
56
|
console.log(` Characteristic: ${d.uuid}`), d.startNotifications().then(() => {
|
|
60
57
|
console.log(" Notifications started"), d.addEventListener("characteristicvaluechanged", () => {
|
|
@@ -62,12 +59,12 @@ const ne = { class: "bottom-action full-width" }, ie = {
|
|
|
62
59
|
const J = d.value.buffer;
|
|
63
60
|
n.push(ee(J)), l.value = n.length / 4050;
|
|
64
61
|
}
|
|
65
|
-
n.length === 4050 && (
|
|
62
|
+
n.length === 4050 && (a.notify({
|
|
66
63
|
message: "接收完成",
|
|
67
64
|
color: "positive",
|
|
68
65
|
position: "bottom-right",
|
|
69
66
|
timeout: 500
|
|
70
|
-
}), _(
|
|
67
|
+
}), _(g, d), M(i, n.slice(0, 4050), 16200));
|
|
71
68
|
});
|
|
72
69
|
const H = new Uint8Array([49]);
|
|
73
70
|
d.writeValue(H).then(() => {
|
|
@@ -75,17 +72,17 @@ const ne = { class: "bottom-action full-width" }, ie = {
|
|
|
75
72
|
});
|
|
76
73
|
});
|
|
77
74
|
});
|
|
78
|
-
}) :
|
|
75
|
+
}) : a.notify({
|
|
79
76
|
message: "未找到设备",
|
|
80
77
|
color: "negative",
|
|
81
78
|
icon: "warning"
|
|
82
|
-
}) :
|
|
79
|
+
}) : a.notify({
|
|
83
80
|
message: "蓝牙未连接",
|
|
84
81
|
color: "negative",
|
|
85
82
|
icon: "warning"
|
|
86
83
|
});
|
|
87
84
|
else {
|
|
88
|
-
|
|
85
|
+
a.dialog({
|
|
89
86
|
title: "该浏览器不支持蓝牙",
|
|
90
87
|
message: "是否跳转到推荐浏览器下载地址",
|
|
91
88
|
ok: "跳转",
|
|
@@ -105,18 +102,18 @@ const ne = { class: "bottom-action full-width" }, ie = {
|
|
|
105
102
|
for (let l = 0; l < 20; l++)
|
|
106
103
|
n.push(i.slice(l * 12, (l + 1) * 12));
|
|
107
104
|
return n.forEach((l) => {
|
|
108
|
-
let
|
|
109
|
-
t.forEach((
|
|
110
|
-
o[
|
|
111
|
-
(q(l.slice(
|
|
112
|
-
),
|
|
105
|
+
let c = 0;
|
|
106
|
+
t.forEach((m) => {
|
|
107
|
+
o[m].push(
|
|
108
|
+
(q(l.slice(c, c + 2)) * 256 + q(l.slice(c + 2, c + 4))) / 1e3
|
|
109
|
+
), c += 4;
|
|
113
110
|
});
|
|
114
111
|
}), o;
|
|
115
112
|
}
|
|
116
113
|
function M(e, t, o) {
|
|
117
114
|
const n = {};
|
|
118
115
|
e.forEach((i) => n[i] = []), t.forEach((i) => z(i, e, n)), e.forEach((i) => {
|
|
119
|
-
|
|
116
|
+
C.value[i] = te(n[i], o);
|
|
120
117
|
});
|
|
121
118
|
}
|
|
122
119
|
function G(e) {
|
|
@@ -128,15 +125,15 @@ const ne = { class: "bottom-action full-width" }, ie = {
|
|
|
128
125
|
window.location.href = void 0;
|
|
129
126
|
return;
|
|
130
127
|
}
|
|
131
|
-
if (!
|
|
132
|
-
|
|
128
|
+
if (!p.value) {
|
|
129
|
+
a.dialog({
|
|
133
130
|
title: "该浏览器不支持蓝牙",
|
|
134
131
|
message: "是否跳转到小程序?",
|
|
135
132
|
ok: "跳转",
|
|
136
133
|
cancel: "取消",
|
|
137
134
|
persistent: !0
|
|
138
135
|
}).onOk(() => {
|
|
139
|
-
|
|
136
|
+
a.dialog({
|
|
140
137
|
title: "确认离开",
|
|
141
138
|
message: "确认要离开吗?",
|
|
142
139
|
ok: "离开",
|
|
@@ -154,8 +151,8 @@ const ne = { class: "bottom-action full-width" }, ie = {
|
|
|
154
151
|
window.location.href = void 0;
|
|
155
152
|
return;
|
|
156
153
|
}
|
|
157
|
-
if (!
|
|
158
|
-
|
|
154
|
+
if (!p.value) {
|
|
155
|
+
a.dialog({
|
|
159
156
|
title: "该浏览器不支持蓝牙",
|
|
160
157
|
message: "是否跳转到小程序",
|
|
161
158
|
ok: "跳转",
|
|
@@ -171,65 +168,65 @@ const ne = { class: "bottom-action full-width" }, ie = {
|
|
|
171
168
|
}
|
|
172
169
|
return (e, t) => (r(), X("div", ne, [
|
|
173
170
|
Y("div", ie, [
|
|
174
|
-
|
|
171
|
+
u.value !== 0 ? (r(), s(S, {
|
|
175
172
|
key: 0,
|
|
176
|
-
value:
|
|
177
|
-
color: "
|
|
178
|
-
|
|
173
|
+
value: u.value,
|
|
174
|
+
color: "blue",
|
|
175
|
+
class: "progress-bar left-progress",
|
|
179
176
|
rounded: ""
|
|
180
|
-
}, null, 8, ["value"])) :
|
|
181
|
-
|
|
177
|
+
}, null, 8, ["value"])) : k("", !0),
|
|
178
|
+
f.value !== 0 ? (r(), s(S, {
|
|
182
179
|
key: 1,
|
|
183
|
-
value:
|
|
180
|
+
value: f.value,
|
|
184
181
|
color: "green",
|
|
185
|
-
|
|
182
|
+
class: "progress-bar right-progress",
|
|
186
183
|
rounded: ""
|
|
187
|
-
}, null, 8, ["value"])) :
|
|
188
|
-
R(
|
|
184
|
+
}, null, 8, ["value"])) : k("", !0),
|
|
185
|
+
R(y) ? u.value === 0 ? (r(), s(v, {
|
|
189
186
|
key: 3,
|
|
190
187
|
class: "connect-btn",
|
|
191
188
|
color: "teal-8",
|
|
192
189
|
label: "左手开始采集",
|
|
193
|
-
onClick: t[1] || (t[1] = () =>
|
|
194
|
-
})) :
|
|
190
|
+
onClick: t[1] || (t[1] = () => x("left"))
|
|
191
|
+
})) : (r(), s(v, {
|
|
195
192
|
key: 4,
|
|
196
193
|
class: "connect-btn",
|
|
197
194
|
color: "teal-8",
|
|
198
195
|
disable: "",
|
|
199
196
|
label: "左手采集完成"
|
|
200
|
-
})) :
|
|
197
|
+
})) : (r(), s(v, {
|
|
201
198
|
key: 2,
|
|
202
199
|
class: "connect-btn",
|
|
203
200
|
color: "teal-8",
|
|
204
201
|
label: "左手连接设备",
|
|
205
202
|
onClick: t[0] || (t[0] = (o) => E("left"))
|
|
206
203
|
})),
|
|
207
|
-
R(
|
|
204
|
+
R(D) ? f.value === 0 ? (r(), s(v, {
|
|
208
205
|
key: 6,
|
|
209
206
|
class: "connect-btn",
|
|
210
207
|
color: "teal-8",
|
|
211
208
|
label: "右手开始采集",
|
|
212
|
-
onClick: t[3] || (t[3] = () =>
|
|
213
|
-
})) :
|
|
209
|
+
onClick: t[3] || (t[3] = () => x("right"))
|
|
210
|
+
})) : (r(), s(v, {
|
|
214
211
|
key: 7,
|
|
215
212
|
class: "connect-btn",
|
|
216
213
|
color: "teal-8",
|
|
217
214
|
disable: "",
|
|
218
215
|
label: "右手采集完成"
|
|
219
|
-
})) :
|
|
216
|
+
})) : (r(), s(v, {
|
|
220
217
|
key: 5,
|
|
221
218
|
class: "connect-btn",
|
|
222
219
|
color: "teal-8",
|
|
223
220
|
label: "右手连接设备",
|
|
224
221
|
onClick: t[2] || (t[2] = (o) => E("right"))
|
|
225
222
|
})),
|
|
226
|
-
|
|
223
|
+
u.value >= 1 || f.value >= 1 ? (r(), s(v, {
|
|
227
224
|
key: 8,
|
|
228
225
|
class: "connect-upload-btn flex justify-center full-width",
|
|
229
226
|
color: "primary",
|
|
230
227
|
label: "上传数据",
|
|
231
|
-
onClick: t[4] || (t[4] = (o) => G(
|
|
232
|
-
})) :
|
|
228
|
+
onClick: t[4] || (t[4] = (o) => G(C.value))
|
|
229
|
+
})) : k("", !0)
|
|
233
230
|
])
|
|
234
231
|
]));
|
|
235
232
|
}
|
package/dist/src/index.js
CHANGED
|
@@ -11,55 +11,57 @@ import * as f from "./api/oauth/index.js";
|
|
|
11
11
|
import * as l from "./api/outpatient/index.js";
|
|
12
12
|
import * as x from "./api/patient/index.js";
|
|
13
13
|
import * as d from "./api/prescription/index.js";
|
|
14
|
-
import * as
|
|
15
|
-
import * as
|
|
16
|
-
import * as
|
|
17
|
-
import
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import { default as
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import { default as
|
|
24
|
-
import { default as
|
|
25
|
-
import { default as
|
|
26
|
-
import { default as
|
|
27
|
-
import { default as
|
|
28
|
-
import { default as
|
|
29
|
-
import { default as
|
|
30
|
-
import { default as
|
|
31
|
-
import { default as
|
|
14
|
+
import * as n from "./api/scientist/index.js";
|
|
15
|
+
import * as c from "./api/device/device.js";
|
|
16
|
+
import * as A from "./api/core/index.js";
|
|
17
|
+
import * as u from "./api/manager/index.js";
|
|
18
|
+
import { WaveMapSchema as g, WaveSchema as h, file_WaveMap as M } from "./proto/types/WaveMap_pb.js";
|
|
19
|
+
import { ImageSchema as v, ImagesSchema as P, file_Images as I } from "./proto/types/Images_pb.js";
|
|
20
|
+
import { default as D } from "./components/tcm/inquirise/ComplaintsRecognitionCollected.vue.js";
|
|
21
|
+
import { default as W } from "./components/tcm/inquirise/ComplaintViewCollected.vue.js";
|
|
22
|
+
import { symptomsState as T } from "./components/tcm/inquirise/symptoms.js";
|
|
23
|
+
import { default as b } from "./components/tcm/inspections/FaceMetaCollected.vue.js";
|
|
24
|
+
import { default as y } from "./components/tcm/inspections/SceneMetaCollected.vue.js";
|
|
25
|
+
import { default as F } from "./components/tcm/inspections/TongueMetaCollected.vue.js";
|
|
26
|
+
import { default as V } from "./components/tcm/inspections/InspectionDeviceTakeImageCollected.vue.js";
|
|
27
|
+
import { default as q } from "./components/tcm/inspections/CheckSceneMetaCollected.vue.js";
|
|
28
|
+
import { default as G } from "./components/tcm/inspections/AppendixMetaCollected.vue.js";
|
|
29
|
+
import { default as J } from "./components/tcm/lisems/EcgAndPcgCollect.vue.js";
|
|
30
|
+
import { default as L } from "./components/tcm/lisems/EPPCollected.vue.js";
|
|
31
|
+
import { default as Q } from "./components/tcm/palpations/PulsationCollect.vue.js";
|
|
32
|
+
import { default as X } from "./components/tcm/palpations/OnePulsationCollect.vue.js";
|
|
32
33
|
export {
|
|
33
34
|
a as AlgorithmApi,
|
|
34
|
-
|
|
35
|
+
G as AppendixMetaCollected,
|
|
35
36
|
r as AuthorizationApi,
|
|
36
37
|
p as CheckApi,
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
38
|
+
q as CheckSceneMetaCollected,
|
|
39
|
+
W as ComplaintViewCollected,
|
|
40
|
+
D as ComplaintsRecognitionCollected,
|
|
40
41
|
i as ConfigApi,
|
|
41
|
-
|
|
42
|
-
|
|
42
|
+
A as CoreApi,
|
|
43
|
+
c as DeviceApi,
|
|
43
44
|
m as DoctorApi,
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
45
|
+
J as EcgAndPcgCollect,
|
|
46
|
+
L as EppCollected,
|
|
47
|
+
b as FaceMetaCollected,
|
|
48
|
+
v as ImageSchema,
|
|
49
|
+
P as ImagesSchema,
|
|
50
|
+
V as InspectionDeviceTakeImageCollected,
|
|
51
|
+
u as ManagerApi,
|
|
50
52
|
s as MetricApi,
|
|
51
53
|
f as OAuthApi,
|
|
52
|
-
|
|
54
|
+
X as OnePulsationCollect,
|
|
53
55
|
l as OutPatientApi,
|
|
54
56
|
x as PatientApi,
|
|
55
57
|
d as PrescriptionApi,
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
58
|
+
Q as PulsationCollect,
|
|
59
|
+
y as SceneMetaCollected,
|
|
60
|
+
n as ScientistApi,
|
|
61
|
+
F as TongueMetaCollected,
|
|
62
|
+
g as WaveMapSchema,
|
|
63
|
+
h as WaveSchema,
|
|
64
|
+
I as file_Images,
|
|
65
|
+
M as file_WaveMap,
|
|
66
|
+
T as symptomsState
|
|
65
67
|
};
|