@lm_fe/pages-mchc 0.2.6 → 0.2.8

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 (62) hide show
  1. package/README.md +1 -1
  2. package/dist/a_chunks/diagnoses-week.js +1 -1
  3. package/dist/a_chunks/index.js +16 -18
  4. package/dist/a_chunks/index2.js +1 -1
  5. package/dist/a_chunks/pages.config-table.list.js +1 -1
  6. package/dist/a_chunks/pages.config-table.panel.js +1 -1
  7. package/dist/a_chunks/pages.config-table.panel2.js +1 -1
  8. package/dist/a_chunks/prenatal-visit.pregnancy.doctor-end.js +7 -7
  9. package/dist/a_chunks/prenatal-visit.pregnancy.doctor-end10.js +46 -79
  10. package/dist/a_chunks/prenatal-visit.pregnancy.doctor-end11.js +75 -363
  11. package/dist/a_chunks/prenatal-visit.pregnancy.doctor-end12.js +334 -188
  12. package/dist/a_chunks/prenatal-visit.pregnancy.doctor-end13.js +213 -470
  13. package/dist/a_chunks/prenatal-visit.pregnancy.doctor-end14.js +463 -163
  14. package/dist/a_chunks/prenatal-visit.pregnancy.doctor-end15.js +135 -304
  15. package/dist/a_chunks/prenatal-visit.pregnancy.doctor-end16.js +320 -152
  16. package/dist/a_chunks/prenatal-visit.pregnancy.doctor-end17.js +181 -77
  17. package/dist/a_chunks/prenatal-visit.pregnancy.doctor-end18.js +70 -234
  18. package/dist/a_chunks/prenatal-visit.pregnancy.doctor-end19.js +239 -52
  19. package/dist/a_chunks/prenatal-visit.pregnancy.doctor-end2.js +1132 -341
  20. package/dist/a_chunks/prenatal-visit.pregnancy.doctor-end20.js +52 -251
  21. package/dist/a_chunks/prenatal-visit.pregnancy.doctor-end21.js +243 -99
  22. package/dist/a_chunks/prenatal-visit.pregnancy.doctor-end22.js +95 -83
  23. package/dist/a_chunks/prenatal-visit.pregnancy.doctor-end23.js +94 -515
  24. package/dist/a_chunks/prenatal-visit.pregnancy.doctor-end24.js +507 -297
  25. package/dist/a_chunks/prenatal-visit.pregnancy.doctor-end25.js +279 -408
  26. package/dist/a_chunks/prenatal-visit.pregnancy.doctor-end26.js +419 -103
  27. package/dist/a_chunks/prenatal-visit.pregnancy.doctor-end27.js +101 -187
  28. package/dist/a_chunks/prenatal-visit.pregnancy.doctor-end28.js +185 -423
  29. package/dist/a_chunks/prenatal-visit.pregnancy.doctor-end29.js +313 -246
  30. package/dist/a_chunks/prenatal-visit.pregnancy.doctor-end3.js +344 -550
  31. package/dist/a_chunks/prenatal-visit.pregnancy.doctor-end30.js +223 -133
  32. package/dist/a_chunks/prenatal-visit.pregnancy.doctor-end31.js +271 -93
  33. package/dist/a_chunks/prenatal-visit.pregnancy.doctor-end32.js +96 -216
  34. package/dist/a_chunks/prenatal-visit.pregnancy.doctor-end33.js +215 -117
  35. package/dist/a_chunks/prenatal-visit.pregnancy.doctor-end34.js +102 -91
  36. package/dist/a_chunks/prenatal-visit.pregnancy.doctor-end35.js +94 -22
  37. package/dist/a_chunks/prenatal-visit.pregnancy.doctor-end36.js +9 -16
  38. package/dist/a_chunks/prenatal-visit.pregnancy.doctor-end37.js +28 -44
  39. package/dist/a_chunks/prenatal-visit.pregnancy.doctor-end38.js +45 -41
  40. package/dist/a_chunks/prenatal-visit.pregnancy.doctor-end39.js +55 -108
  41. package/dist/a_chunks/prenatal-visit.pregnancy.doctor-end4.js +552 -30
  42. package/dist/a_chunks/prenatal-visit.pregnancy.doctor-end40.js +54 -105
  43. package/dist/a_chunks/prenatal-visit.pregnancy.doctor-end41.js +160 -234
  44. package/dist/a_chunks/prenatal-visit.pregnancy.doctor-end42.js +235 -0
  45. package/dist/a_chunks/prenatal-visit.pregnancy.doctor-end5.js +33 -40
  46. package/dist/a_chunks/prenatal-visit.pregnancy.doctor-end6.js +40 -33
  47. package/dist/a_chunks/prenatal-visit.pregnancy.doctor-end7.js +33 -40
  48. package/dist/a_chunks/prenatal-visit.pregnancy.doctor-end8.js +39 -33
  49. package/dist/a_chunks/prenatal-visit.pregnancy.doctor-end9.js +33 -39
  50. package/dist/a_chunks/prenatal-visit.pregnancy.nurse-end.js +4 -2
  51. package/dist/a_chunks/src.pages.config-table.js +1 -1
  52. package/dist/a_chunks/src.pages.system-config2.js +68 -56
  53. package/dist/a_chunks/utils.js +60 -110
  54. package/dist/a_chunks/utils2.js +113 -56
  55. package/dist/a_chunks/utils3.js +57 -0
  56. package/dist/pages/config-table/utils.d.ts +1 -0
  57. package/dist/pages/prenatal-visit/pregnancy/doctor-end/.further/components/FurtherTable/index.d.ts +1 -0
  58. package/dist/pages/prenatal-visit/pregnancy/doctor-end/.further/utils.d.ts +9 -0
  59. package/package.json +9 -9
  60. package/dist/a_chunks/DoctorEnd_FurtherPage.js +0 -1244
  61. package/dist/pages/prenatal-visit/pregnancy/doctor-end/.further/components/FurtherForm/config.d.ts +0 -9
  62. package/dist/pages/prenatal-visit/pregnancy/doctor-end/.postpartum/components/FurtherForm/config.d.ts +0 -6
@@ -9,9 +9,10 @@ import '@lm_fe/pages';
9
9
  import '@lm_fe/utils';
10
10
  import 'lodash';
11
11
  import '@lm_fe/components';
12
- var _a, _b, _c, _d, _e;
12
+ var _a, _b;
13
13
  var ctx = rt_ctx;
14
14
  var ___________ = defineFormConfig(__spreadArray(__spreadArray([], base_conf(), true), [{
15
+ title: '',
15
16
  inputType: 'MyButton',
16
17
  inputProps: {
17
18
  btn_text: '同步基本信息',
@@ -19,11 +20,11 @@ var ___________ = defineFormConfig(__spreadArray(__spreadArray([], base_conf(),
19
20
  if (form) ctx.request.get('/api/ic/getBaseInfo', {
20
21
  params: {
21
22
  pregnancyId: form.getFieldValue('pregnancyId'),
22
- name: 'IC_HIV_PATIENT'
23
+ name: 'IC_SYPHILIS_PATIENT'
23
24
  }
24
25
  }).then(function (r) {
25
26
  form.setFieldsValue({
26
- icHivPatient: r.data
27
+ icSyphilisPatient: r.data
27
28
  });
28
29
  });
29
30
  }
@@ -54,223 +55,312 @@ var ___________ = defineFormConfig(__spreadArray(__spreadArray([], base_conf(),
54
55
  },
55
56
  span: 3
56
57
  }, {
57
- "name": "基本信息",
58
- "children": __spreadArray([], base_conf_info('icHivPatient'), true)
58
+ "title": "孕产妇登记卡-基本信息",
59
+ "children": __spreadArray(__spreadArray([], base_conf_info('icSyphilisPatient'), true), [{
60
+ "label": "既往不良妊娠结局",
61
+ layout: '1/3',
62
+ inputProps: {
63
+ size: 'small'
64
+ },
65
+ inputType: 'straw',
66
+ children: [{
67
+ key: 'icSyphilisPatient.adversePregnancy',
68
+ inputType: 'MS',
69
+ "inputProps": {
70
+ marshal: 0,
71
+ width: 90,
72
+ 'options': [{
73
+ 'value': 1,
74
+ 'label': '无'
75
+ }, {
76
+ 'value': 2,
77
+ 'label': '自然流产'
78
+ }, {
79
+ 'value': 3,
80
+ 'label': '死胎死产'
81
+ }, {
82
+ 'value': 4,
83
+ 'label': '早产'
84
+ }, {
85
+ 'value': 5,
86
+ 'label': '出生缺陷'
87
+ }, {
88
+ 'value': 6,
89
+ 'label': '其他'
90
+ }]
91
+ }
92
+ }, {
93
+ key: 'icSyphilisPatient.adversePregnancyNote',
94
+ inputType: 'MA',
95
+ inputProps: {
96
+ width: 120
97
+ },
98
+ showDeps: (_a = {}, _a['icSyphilisPatient.adversePregnancy'] = function (v) {
99
+ return v > 1;
100
+ }, _a)
101
+ }]
102
+ }, {
103
+ key: 'icSyphilisPatient.lmp',
104
+ "label": "本次妊娠末次月经",
105
+ "inputType": "single_date_picker",
106
+ layout: '1/3'
107
+ }, {
108
+ key: 'icSyphilisPatient.edd',
109
+ "label": "预产期",
110
+ "inputType": "single_date_picker",
111
+ layout: '1/3'
112
+ }, {
113
+ key: 'icSyphilisPatient.gestationalWeek',
114
+ "label": "初检孕周",
115
+ "inputType": "input",
116
+ layout: '1/3'
117
+ }], false)
59
118
  }, {
60
- "name": "艾滋病病毒感染相关情况",
119
+ "title": "孕产妇梅毒感染情况",
61
120
  "children": [{
62
- key: 'icHivPatient.infectHiv',
63
- "label": "本次妊娠前是否已知HIV感染",
121
+ key: 'icSyphilisPatient.preSyphilis',
122
+ "label": "既往诊断为梅毒",
64
123
  "inputType": "MS",
65
- span: 12,
66
124
  "inputProps": {
67
- marshal: 0,
68
- 'options': [{
69
- 'value': 1,
70
- 'label': '是'
125
+ options: [{
126
+ value: 2,
127
+ label: ''
71
128
  }, {
72
- 'value': 2,
73
- 'label': ''
74
- }]
75
- }
76
- }, {
77
- key: 'icHivPatient.infectHivGravidity',
78
- "label": "本次是确诊HIV后第几次妊娠",
79
- span: 12,
80
- "inputType": "input_number"
129
+ value: 1,
130
+ label: ''
131
+ }],
132
+ marshal: 0
133
+ },
134
+ layout: '1/3'
81
135
  }, {
82
- key: 'icHivPatient.infectPeriod',
83
- "label": "既往确诊艾滋病感染时所处的服务时期",
84
- "inputType": "MS",
85
- span: 12,
86
- isNewRow: true,
87
- "inputProps": {
88
- marshal: 0,
89
- 'options': '婚前检查,人工流产,引产,孕期保健,产时,产后,其他',
90
- useDefault: false
91
- }
136
+ key: 'icSyphilisPatient.preSyphilisDate',
137
+ "label": "诊断时间",
138
+ "inputType": "DatePicker",
139
+ inputProps: {
140
+ unknown: true
141
+ },
142
+ layout: '1/3'
92
143
  }, {
93
- key: 'icHivPatient.infectPeriodNote',
94
- "label": "其他说明",
95
- "inputType": "input",
96
- showDeps: (_a = {}, _a['icHivPatient.infectPeriod'] = [7], _a),
97
- span: 12
144
+ "label": "本次诊断梅毒感染时期",
145
+ layout: '1/3',
146
+ inputProps: {
147
+ size: 'small'
148
+ },
149
+ inputType: 'straw',
150
+ children: [{
151
+ key: 'icSyphilisPatient.syphilis',
152
+ inputType: 'MS',
153
+ "inputProps": {
154
+ marshal: 0,
155
+ width: 90,
156
+ 'options': [{
157
+ 'value': 1,
158
+ 'label': '孕期'
159
+ }, {
160
+ 'value': 2,
161
+ 'label': '产时'
162
+ }, {
163
+ 'value': 3,
164
+ 'label': '产后'
165
+ }, {
166
+ 'value': 4,
167
+ 'label': '其他'
168
+ }]
169
+ }
170
+ }, {
171
+ key: 'icSyphilisPatient.syphilisNote',
172
+ inputType: 'MA',
173
+ inputProps: {
174
+ width: 120
175
+ },
176
+ showDeps: (_b = {}, _b['icSyphilisPatient.syphilis'] = function (v) {
177
+ return v === 1 || v == 4;
178
+ }, _b)
179
+ }]
98
180
  }, {
99
- key: 'icHivPatient.diagnosisDate',
100
- "label": "确诊艾滋病病毒感染时间",
181
+ key: 'icSyphilisPatient.syphilisDate',
182
+ "label": "本次诊断感染时间",
101
183
  "inputType": "single_date_picker",
184
+ inputProps: {
185
+ unknown: true
186
+ },
102
187
  span: 12
103
188
  }, {
104
- key: 'icHivPatient.currentInfectPeriod',
105
- "label": "本次接受艾滋病检测服务所处的时期",
189
+ key: 'icSyphilisPatient.syphilisStage',
190
+ "label": "本次诊断分期",
106
191
  "inputType": "MS",
107
192
  "inputProps": {
108
- marshal: 0,
109
- 'options': '婚前检查,人工流产,引产,孕期保健,产时,产后,其他',
110
- useDefault: false
193
+ options: '隐性,一期,二期,三期,不详',
194
+ marshal: 0
111
195
  },
112
196
  span: 12
113
197
  }, {
114
- key: 'icHivPatient.infectWay',
115
- "label": "最可能的艾滋病病毒感染途径",
198
+ key: 'icSyphilisPatient.syphilisWay',
199
+ "label": "最可能的梅毒感染途径",
116
200
  "inputType": "MS",
117
201
  "inputProps": {
118
202
  marshal: 0,
119
- 'options': '注射毒品,性传播,采血(浆),输血/血制品,母婴传播,职业暴露,不详,其他',
120
- useDefault: false
203
+ 'options': [{
204
+ 'value': 1,
205
+ 'label': '性传播'
206
+ }, {
207
+ 'value': 2,
208
+ 'label': '血液传播'
209
+ }, {
210
+ 'value': 3,
211
+ 'label': '母婴传播'
212
+ }, {
213
+ 'value': 4,
214
+ 'label': '不详'
215
+ }, {
216
+ 'value': 5,
217
+ 'label': '其他'
218
+ }]
121
219
  },
122
220
  span: 12
123
221
  }, {
124
- key: 'icHivPatient.infectWayNote',
125
- "label": "其他说明",
126
- "inputType": "input",
127
- showDeps: (_b = {}, _b['icHivPatient.infectWay'] = function (v) {
128
- return v == 8;
129
- }, _b),
130
- span: 12
131
- }, {
132
- key: 'icHivPatient.riskBehavior',
133
- "label": "相关危险行为",
222
+ key: 'icSyphilisPatient.husbandSyphilis',
223
+ "label": "现任丈夫/性伴目前的梅毒感染状况",
134
224
  "inputType": "MS",
135
225
  "inputProps": {
136
- marshal: 0,
137
- 'options': '无,与HIV感染配偶或男友的性生活,多性伴,商业性行为,注射吸毒,有偿采供血,输血或使用血制品,纹身或穿耳等身体刺伤,意外伤害,职业暴露,医源性感染,不详,其他',
138
- useDefault: false
226
+ options: '未检测,未感染,感染,检测结果不详,是否检测不详',
227
+ marshal: 0
139
228
  },
140
229
  span: 12
141
230
  }, {
142
- key: 'icHivPatient.riskBehaviorNote',
143
- "label": "相关危险行为备注",
144
- "inputType": "MA",
145
- showDeps: (_c = {}, _c['icHivPatient.riskBehavior'] = function (v) {
146
- return v > 0;
147
- }, _c),
231
+ key: 'icSyphilisPatient.husbandSyphilisDate',
232
+ "label": "现任丈夫/丈夫/性伴的梅毒诊断时间",
233
+ "inputType": 'MyDatePicker',
234
+ "inputProps": {
235
+ unknown: true
236
+ },
148
237
  span: 12
149
- }, {
150
- key: 'icHivPatient.lmp',
151
- "label": "本次妊娠末次月经时间",
152
- "inputType": "single_date_picker",
153
- layout: '1/3'
154
- }, {
155
- key: 'icHivPatient.edd',
156
- "label": "预产期",
157
- "inputType": "single_date_picker",
158
- layout: '1/3'
159
- }, {
160
- key: 'icHivPatient.gestationalWeek',
161
- "label": "初检孕周",
162
- "inputType": "input",
163
- layout: '1/3'
164
238
  }]
165
239
  }, {
166
- "name": "丈夫/性伴检测情况",
240
+ "title": "孕产妇本次妊娠梅毒实验室诊断依据",
167
241
  "children": [{
168
- key: 'icHivPatient.husbandHiv',
169
- "label": "HIV检测情况",
242
+ key: 'icSyphilisPatient.syphilisTestDate',
243
+ "label": "梅毒螺旋体血清试验时间",
244
+ "inputType": "single_date_picker",
245
+ "inputProps": {
246
+ unknown: true
247
+ },
248
+ span: 12
249
+ }, {
250
+ key: 'icSyphilisPatient.syphilisTest',
251
+ "label": "梅毒螺旋体血清试验方法",
170
252
  "inputType": "MS",
171
253
  "inputProps": {
172
254
  marshal: 0,
173
255
  'options': [{
174
256
  'value': 1,
175
- 'label': '未检测'
257
+ 'label': 'TPPA'
176
258
  }, {
177
259
  'value': 2,
178
- 'label': '检测'
260
+ 'label': 'ELISA'
179
261
  }, {
180
262
  'value': 3,
181
- 'label': '不详'
263
+ 'label': 'CLIA'
264
+ }, {
265
+ 'value': 4,
266
+ 'label': 'RT'
267
+ }, {
268
+ 'value': 5,
269
+ 'label': '其他'
182
270
  }]
183
271
  },
184
- layout: '1/3'
272
+ span: 12
273
+ }, {
274
+ key: 'icSyphilisPatient.nonSyphilisTestDate',
275
+ "label": "非梅毒螺旋体血清试验时间",
276
+ "inputType": "single_date_picker",
277
+ "inputProps": {
278
+ 'placeholder': '请输入非梅毒螺旋体血清试验时间'
279
+ },
280
+ span: 12
185
281
  }, {
186
- key: 'icHivPatient.husbandHivResult',
187
- "label": "HIV检测结果 ",
282
+ key: 'icSyphilisPatient.nonSyphilisTest',
283
+ "label": "非梅毒螺旋体血清试验方法",
188
284
  "inputType": "MS",
189
285
  "inputProps": {
190
286
  marshal: 0,
191
287
  'options': [{
192
288
  'value': 1,
193
- 'label': '阴性'
289
+ 'label': 'RPR'
194
290
  }, {
195
291
  'value': 2,
196
- 'label': '阳性'
292
+ 'label': 'TRUST'
197
293
  }, {
198
294
  'value': 3,
199
- 'label': '不详'
295
+ 'label': '其他'
200
296
  }]
201
297
  },
202
- layout: '1/3'
298
+ span: 12
203
299
  }, {
204
- key: 'icHivPatient.husbandInfectDate',
205
- "label": "明确感染的时间",
206
- "inputType": "MyDatePicker",
207
- inputProps: {
208
- unknown: true
300
+ key: 'icSyphilisPatient.nonSyphilisTiter',
301
+ "label": "滴度结果",
302
+ "inputType": "input",
303
+ "inputProps": {
304
+ 'placeholder': '请输入滴度结果'
209
305
  },
210
- layout: '1/3'
306
+ span: 12
211
307
  }, {
212
- key: 'icHivPatient.husbandInfectWay',
213
- "label": "最可能的艾滋病病毒感染途径",
308
+ key: 'icSyphilisPatient.darkSyphilis',
309
+ "label": "暗视野显微镜梅毒螺旋体检测",
214
310
  "inputType": "MS",
215
311
  "inputProps": {
216
312
  marshal: 0,
217
- 'options': '注射毒品,性传播,采血(浆),输血/血制品,母婴传播,职业暴露,不详,其他',
218
- useDefault: false
313
+ 'options': [{
314
+ 'value': 1,
315
+ 'label': '未检'
316
+ }, {
317
+ 'value': 2,
318
+ 'label': '已检'
319
+ }]
219
320
  },
220
321
  span: 12
221
322
  }, {
222
- key: 'icHivPatient.husbandInfectWayNote',
223
- "label": "其他说明",
224
- "inputType": "input",
225
- showDeps: (_d = {}, _d['icHivPatient.husbandInfectWay'] = function (v) {
226
- return v == 8;
227
- }, _d),
228
- span: 12
229
- }, {
230
- key: 'icHivPatient.husbandRiskBehavior',
231
- "label": "相关危险行为",
323
+ key: 'icSyphilisPatient.darkSyphilisResult',
324
+ "label": "检测到梅毒螺旋体",
232
325
  "inputType": "MS",
233
326
  "inputProps": {
234
327
  marshal: 0,
235
- 'options': '无,多性伴,嫖娼,同性性行为,注射吸毒,有偿采供血,输血或使用血制品,纹身或穿耳等身体刺伤,意外伤害,职业暴露,医源性感染,不详,其他',
236
- useDefault: false
328
+ 'options': [{
329
+ 'value': 1,
330
+ 'label': '是'
331
+ }, {
332
+ 'value': 2,
333
+ 'label': '否'
334
+ }]
237
335
  },
238
336
  span: 12
239
- }, {
240
- key: 'icHivPatient.husbandRiskBehaviorNote',
241
- "label": "相关危险行为备注",
242
- "inputType": "MA",
243
- showDeps: (_e = {}, _e['icHivPatient.husbandRiskBehavior'] = function (v) {
244
- return v > 0;
245
- }, _e),
246
- span: 12
247
337
  }]
248
338
  }, {
249
- "name": "报告信息",
339
+ "title": "报告信息",
250
340
  "children": [{
251
- key: 'icHivPatient.reportOrganization',
341
+ key: 'icSyphilisPatient.reportOrganization',
252
342
  "label": "报告单位",
253
343
  "inputType": "input",
254
344
  layout: '1/3'
255
345
  }, {
256
- key: 'icHivPatient.reportTelephone',
346
+ key: 'icSyphilisPatient.reportTelephone',
257
347
  "label": "联系电话",
258
348
  "inputType": "input",
259
349
  layout: '1/3'
260
350
  }, {
261
- key: 'icHivPatient.reportDoctor',
351
+ key: 'icSyphilisPatient.reportDoctor',
262
352
  "label": "报告医生",
263
353
  "inputType": "input",
264
354
  layout: '1/3'
265
355
  }, {
266
- key: 'icHivPatient.reportDate',
267
- "label": "报告日期",
356
+ key: 'icSyphilisPatient.reportDate',
357
+ "label": "填报日期",
268
358
  "inputType": "single_date_picker",
269
359
  layout: '1/3'
270
360
  }, {
271
- key: 'icHivPatient.reportNote',
361
+ key: 'icSyphilisPatient.reportNote',
272
362
  "label": "备注",
273
- "inputType": "text_area",
363
+ "inputType": "input",
274
364
  layout: '2/3'
275
365
  }]
276
366
  }], false));