@olaboot/esm-patient-registration-app 9.2.0

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 (250) hide show
  1. package/ADDRESS_CONFIGURATION.md +152 -0
  2. package/IDENTIFIER_CONFIGURATION.md +142 -0
  3. package/IMPLEMENTATION_SUMMARY.md +111 -0
  4. package/QUICK_START.md +95 -0
  5. package/README.md +7 -0
  6. package/address-required-fields-config.json +26 -0
  7. package/dist/126.js +1 -0
  8. package/dist/15.js +1 -0
  9. package/dist/1564.js +1 -0
  10. package/dist/1567.js +1 -0
  11. package/dist/1845.js +1 -0
  12. package/dist/1953.js +1 -0
  13. package/dist/200.js +1 -0
  14. package/dist/200.js.map +1 -0
  15. package/dist/215.js +1 -0
  16. package/dist/2178.js +1 -0
  17. package/dist/250.js +1 -0
  18. package/dist/250.js.map +1 -0
  19. package/dist/2523.js +1 -0
  20. package/dist/2523.js.map +1 -0
  21. package/dist/2566.js +1 -0
  22. package/dist/2586.js +1 -0
  23. package/dist/2586.js.map +1 -0
  24. package/dist/2716.js +1 -0
  25. package/dist/2716.js.map +1 -0
  26. package/dist/2759.js +1 -0
  27. package/dist/2821.js +6 -0
  28. package/dist/2821.js.map +1 -0
  29. package/dist/3089.js +1 -0
  30. package/dist/3089.js.map +1 -0
  31. package/dist/3230.js +1 -0
  32. package/dist/3441.js +1 -0
  33. package/dist/3565.js +1 -0
  34. package/dist/3571.js +1 -0
  35. package/dist/3571.js.map +1 -0
  36. package/dist/3746.js +1 -0
  37. package/dist/3925.js +1 -0
  38. package/dist/3946.js +1 -0
  39. package/dist/4024.js +1 -0
  40. package/dist/4024.js.map +1 -0
  41. package/dist/4744.js +1 -0
  42. package/dist/4744.js.map +1 -0
  43. package/dist/4809.js +1 -0
  44. package/dist/4894.js +1 -0
  45. package/dist/4970.js +1 -0
  46. package/dist/4970.js.map +1 -0
  47. package/dist/5130.js +1 -0
  48. package/dist/5187.js +1 -0
  49. package/dist/5491.js +1 -0
  50. package/dist/5491.js.map +1 -0
  51. package/dist/5595.js +1 -0
  52. package/dist/5961.js +1 -0
  53. package/dist/6133.js +1 -0
  54. package/dist/634.js +1 -0
  55. package/dist/634.js.map +1 -0
  56. package/dist/6456.js +1 -0
  57. package/dist/6466.js +1 -0
  58. package/dist/6613.js +1 -0
  59. package/dist/6783.js +1 -0
  60. package/dist/7073.js +38 -0
  61. package/dist/7073.js.map +1 -0
  62. package/dist/7154.js +1 -0
  63. package/dist/7154.js.map +1 -0
  64. package/dist/7348.js +1 -0
  65. package/dist/7439.js +1 -0
  66. package/dist/7439.js.map +1 -0
  67. package/dist/7543.js +1 -0
  68. package/dist/7607.js +1 -0
  69. package/dist/772.js +1 -0
  70. package/dist/7984.js +1 -0
  71. package/dist/7984.js.map +1 -0
  72. package/dist/8538.js +1 -0
  73. package/dist/8538.js.map +1 -0
  74. package/dist/8599.js +1 -0
  75. package/dist/8727.js +1 -0
  76. package/dist/8847.js +1 -0
  77. package/dist/9015.js +1 -0
  78. package/dist/906.js +1 -0
  79. package/dist/9065.js +1 -0
  80. package/dist/9182.js +1 -0
  81. package/dist/9339.js +1 -0
  82. package/dist/9453.js +1 -0
  83. package/dist/9833.js +1 -0
  84. package/dist/9833.js.map +1 -0
  85. package/dist/9856.js +1 -0
  86. package/dist/9856.js.map +1 -0
  87. package/dist/9920.js +1 -0
  88. package/dist/9938.js +1 -0
  89. package/dist/9943.js +1 -0
  90. package/dist/9943.js.map +1 -0
  91. package/dist/main.js +10 -0
  92. package/dist/main.js.map +1 -0
  93. package/dist/olaboot-esm-patient-registration-app.js +5 -0
  94. package/dist/olaboot-esm-patient-registration-app.js.buildmanifest.json +1627 -0
  95. package/dist/olaboot-esm-patient-registration-app.js.map +1 -0
  96. package/dist/routes.json +1 -0
  97. package/docs/images/patient-registration-hierarchy.png +0 -0
  98. package/example-config.json +14 -0
  99. package/jest.config.js +3 -0
  100. package/package.json +60 -0
  101. package/rspack.config.js +1 -0
  102. package/src/add-patient-link.extension.tsx +21 -0
  103. package/src/add-patient-link.scss +3 -0
  104. package/src/add-patient-link.test.tsx +16 -0
  105. package/src/config-schema.ts +507 -0
  106. package/src/constants.ts +14 -0
  107. package/src/declarations.d.ts +4 -0
  108. package/src/index.ts +59 -0
  109. package/src/nav-link.test.tsx +13 -0
  110. package/src/nav-link.tsx +10 -0
  111. package/src/offline.resources.ts +157 -0
  112. package/src/offline.ts +93 -0
  113. package/src/patient-photo.extension.tsx +11 -0
  114. package/src/patient-registration/before-save-prompt.component.tsx +72 -0
  115. package/src/patient-registration/field/__mocks__/field.resource.ts +60 -0
  116. package/src/patient-registration/field/address/address-field.component.tsx +186 -0
  117. package/src/patient-registration/field/address/address-hierarchy-levels.component.tsx +71 -0
  118. package/src/patient-registration/field/address/address-hierarchy.resource.tsx +157 -0
  119. package/src/patient-registration/field/address/address-hierarchy.test.tsx +296 -0
  120. package/src/patient-registration/field/address/address-search.component.tsx +87 -0
  121. package/src/patient-registration/field/address/address-search.scss +53 -0
  122. package/src/patient-registration/field/address/address-search.test.tsx +141 -0
  123. package/src/patient-registration/field/address/custom-address-field.component.tsx +32 -0
  124. package/src/patient-registration/field/cause-of-death/cause-of-death.component.tsx +98 -0
  125. package/src/patient-registration/field/custom-field.component.tsx +25 -0
  126. package/src/patient-registration/field/date-and-time-of-death/date-and-time-of-death.component.tsx +79 -0
  127. package/src/patient-registration/field/dob/dob.component.tsx +167 -0
  128. package/src/patient-registration/field/dob/dob.test.tsx +90 -0
  129. package/src/patient-registration/field/field.component.tsx +53 -0
  130. package/src/patient-registration/field/field.resource.ts +42 -0
  131. package/src/patient-registration/field/field.scss +171 -0
  132. package/src/patient-registration/field/field.test.tsx +330 -0
  133. package/src/patient-registration/field/gender/gender-field.component.tsx +54 -0
  134. package/src/patient-registration/field/gender/gender-field.test.tsx +99 -0
  135. package/src/patient-registration/field/id/id-field.component.tsx +136 -0
  136. package/src/patient-registration/field/id/id-field.test.tsx +121 -0
  137. package/src/patient-registration/field/id/identifier-selection-overlay.component.tsx +200 -0
  138. package/src/patient-registration/field/id/identifier-selection.scss +41 -0
  139. package/src/patient-registration/field/name/name-field.component.tsx +148 -0
  140. package/src/patient-registration/field/obs/obs-field.component.tsx +261 -0
  141. package/src/patient-registration/field/obs/obs-field.test.tsx +299 -0
  142. package/src/patient-registration/field/person-attributes/coded-person-attribute-field.component.tsx +120 -0
  143. package/src/patient-registration/field/person-attributes/coded-person-attribute-field.test.tsx +141 -0
  144. package/src/patient-registration/field/person-attributes/location-person-attribute-field.component.tsx +105 -0
  145. package/src/patient-registration/field/person-attributes/location-person-attribute-field.resource.tsx +48 -0
  146. package/src/patient-registration/field/person-attributes/person-attribute-field.component.tsx +100 -0
  147. package/src/patient-registration/field/person-attributes/person-attribute-field.test.tsx +193 -0
  148. package/src/patient-registration/field/person-attributes/person-attributes.resource.ts +20 -0
  149. package/src/patient-registration/field/person-attributes/text-person-attribute-field.component.tsx +58 -0
  150. package/src/patient-registration/field/person-attributes/text-person-attribute-field.test.tsx +90 -0
  151. package/src/patient-registration/field/phone/phone-field.component.tsx +17 -0
  152. package/src/patient-registration/form-manager.test.ts +91 -0
  153. package/src/patient-registration/form-manager.ts +443 -0
  154. package/src/patient-registration/input/basic-input/input/input.component.tsx +183 -0
  155. package/src/patient-registration/input/basic-input/input/input.test.tsx +72 -0
  156. package/src/patient-registration/input/basic-input/select/select-input.component.tsx +32 -0
  157. package/src/patient-registration/input/basic-input/select/select-input.test.tsx +49 -0
  158. package/src/patient-registration/input/combo-input/combo-input.component.tsx +130 -0
  159. package/src/patient-registration/input/combo-input/selection-tick.component.tsx +20 -0
  160. package/src/patient-registration/input/custom-input/autosuggest/autosuggest.component.tsx +187 -0
  161. package/src/patient-registration/input/custom-input/autosuggest/autosuggest.scss +62 -0
  162. package/src/patient-registration/input/custom-input/autosuggest/autosuggest.test.tsx +164 -0
  163. package/src/patient-registration/input/custom-input/identifier/identifier-input.component.tsx +193 -0
  164. package/src/patient-registration/input/custom-input/identifier/identifier-input.test.tsx +335 -0
  165. package/src/patient-registration/input/custom-input/identifier/utils.test.ts +81 -0
  166. package/src/patient-registration/input/custom-input/identifier/utils.ts +19 -0
  167. package/src/patient-registration/input/dummy-data/dummy-data-input.component.tsx +56 -0
  168. package/src/patient-registration/input/dummy-data/dummy-data-input.test.tsx +34 -0
  169. package/src/patient-registration/input/input.scss +122 -0
  170. package/src/patient-registration/patient-registration-context.ts +35 -0
  171. package/src/patient-registration/patient-registration-hooks.ts +376 -0
  172. package/src/patient-registration/patient-registration-utils.test.ts +33 -0
  173. package/src/patient-registration/patient-registration-utils.ts +214 -0
  174. package/src/patient-registration/patient-registration.component.tsx +266 -0
  175. package/src/patient-registration/patient-registration.resource.test.tsx +22 -0
  176. package/src/patient-registration/patient-registration.resource.ts +198 -0
  177. package/src/patient-registration/patient-registration.scss +103 -0
  178. package/src/patient-registration/patient-registration.test.tsx +580 -0
  179. package/src/patient-registration/patient-registration.types.ts +322 -0
  180. package/src/patient-registration/section/death-info/death-info-section.component.tsx +36 -0
  181. package/src/patient-registration/section/death-info/death-info-section.test.tsx +47 -0
  182. package/src/patient-registration/section/demographics/demographics-section.component.tsx +30 -0
  183. package/src/patient-registration/section/demographics/demographics-section.test.tsx +98 -0
  184. package/src/patient-registration/section/generic-section.component.tsx +17 -0
  185. package/src/patient-registration/section/patient-relationships/relationships-section.component.tsx +234 -0
  186. package/src/patient-registration/section/patient-relationships/relationships-section.test.tsx +113 -0
  187. package/src/patient-registration/section/patient-relationships/relationships.resource.tsx +78 -0
  188. package/src/patient-registration/section/patient-relationships/relationships.scss +35 -0
  189. package/src/patient-registration/section/section-wrapper.component.tsx +40 -0
  190. package/src/patient-registration/section/section.component.tsx +23 -0
  191. package/src/patient-registration/section/section.scss +21 -0
  192. package/src/patient-registration/ui-components/overlay/overlay.component.tsx +51 -0
  193. package/src/patient-registration/ui-components/overlay/overlay.scss +63 -0
  194. package/src/patient-registration/validation/patient-registration-validation.test.ts +205 -0
  195. package/src/patient-registration/validation/patient-registration-validation.ts +123 -0
  196. package/src/resource.ts +12 -0
  197. package/src/resources-context.ts +14 -0
  198. package/src/root.component.tsx +63 -0
  199. package/src/root.scss +7 -0
  200. package/src/routes.json +61 -0
  201. package/src/widgets/cancel-patient-edit.modal.tsx +33 -0
  202. package/src/widgets/cancel-patient-edit.test.tsx +22 -0
  203. package/src/widgets/delete-identifier-confirmation.modal.tsx +48 -0
  204. package/src/widgets/delete-identifier-confirmation.test.tsx +32 -0
  205. package/src/widgets/edit-patient-details-button.component.tsx +33 -0
  206. package/src/widgets/edit-patient-details-button.scss +3 -0
  207. package/src/widgets/edit-patient-details-button.test.tsx +35 -0
  208. package/translations/am.json +120 -0
  209. package/translations/ar.json +120 -0
  210. package/translations/ar_SY.json +120 -0
  211. package/translations/bn.json +120 -0
  212. package/translations/cs.json +120 -0
  213. package/translations/de.json +120 -0
  214. package/translations/en.json +120 -0
  215. package/translations/en_US.json +120 -0
  216. package/translations/es.json +120 -0
  217. package/translations/es_MX.json +120 -0
  218. package/translations/fr.json +120 -0
  219. package/translations/he.json +120 -0
  220. package/translations/hi.json +120 -0
  221. package/translations/hi_IN.json +120 -0
  222. package/translations/id.json +120 -0
  223. package/translations/it.json +120 -0
  224. package/translations/ka.json +120 -0
  225. package/translations/km.json +120 -0
  226. package/translations/ku.json +120 -0
  227. package/translations/ky.json +120 -0
  228. package/translations/lg.json +120 -0
  229. package/translations/ne.json +120 -0
  230. package/translations/pl.json +120 -0
  231. package/translations/pt.json +120 -0
  232. package/translations/pt_BR.json +120 -0
  233. package/translations/qu.json +120 -0
  234. package/translations/ro_RO.json +120 -0
  235. package/translations/ru_RU.json +120 -0
  236. package/translations/si.json +120 -0
  237. package/translations/sq.json +120 -0
  238. package/translations/sw.json +120 -0
  239. package/translations/sw_KE.json +120 -0
  240. package/translations/tr.json +120 -0
  241. package/translations/tr_TR.json +120 -0
  242. package/translations/uk.json +120 -0
  243. package/translations/uz.json +120 -0
  244. package/translations/uz@Latn.json +120 -0
  245. package/translations/uz_UZ.json +120 -0
  246. package/translations/vi.json +120 -0
  247. package/translations/zh.json +120 -0
  248. package/translations/zh_CN.json +120 -0
  249. package/translations/zh_TW.json +120 -0
  250. package/tsconfig.json +5 -0
@@ -0,0 +1,1627 @@
1
+ {
2
+ "chunks": [
3
+ {
4
+ "type": "chunk",
5
+ "rendered": true,
6
+ "initial": true,
7
+ "entry": true,
8
+ "size": 203444,
9
+ "sizes": {
10
+ "expose": 42,
11
+ "javascript": 203066,
12
+ "runtime": 15269,
13
+ "share-init": 336
14
+ },
15
+ "names": [
16
+ "@olaboot/esm-patient-registration-app"
17
+ ],
18
+ "idHints": [],
19
+ "runtime": [
20
+ "@olaboot/esm-patient-registration-app"
21
+ ],
22
+ "files": [
23
+ "olaboot-esm-patient-registration-app.js"
24
+ ],
25
+ "auxiliaryFiles": [
26
+ "olaboot-esm-patient-registration-app.js.map"
27
+ ],
28
+ "hash": "d3cb4ab116480add",
29
+ "childrenByOrder": {}
30
+ },
31
+ {
32
+ "type": "chunk",
33
+ "rendered": true,
34
+ "initial": false,
35
+ "entry": false,
36
+ "size": 6711,
37
+ "sizes": {
38
+ "javascript": 6711
39
+ },
40
+ "names": [],
41
+ "idHints": [],
42
+ "runtime": [
43
+ "@olaboot/esm-patient-registration-app",
44
+ "main"
45
+ ],
46
+ "files": [
47
+ "126.js"
48
+ ],
49
+ "auxiliaryFiles": [],
50
+ "hash": "a3b4c5b08168a57d",
51
+ "childrenByOrder": {}
52
+ },
53
+ {
54
+ "type": "chunk",
55
+ "rendered": false,
56
+ "initial": false,
57
+ "entry": false,
58
+ "reason": "split chunk (cache group: default)",
59
+ "size": 42,
60
+ "sizes": {
61
+ "consume-shared": 42
62
+ },
63
+ "names": [],
64
+ "idHints": [
65
+ ""
66
+ ],
67
+ "runtime": [
68
+ "@olaboot/esm-patient-registration-app",
69
+ "main"
70
+ ],
71
+ "files": [],
72
+ "auxiliaryFiles": [],
73
+ "hash": "3d4216eca6cd5a96",
74
+ "childrenByOrder": {}
75
+ },
76
+ {
77
+ "type": "chunk",
78
+ "rendered": true,
79
+ "initial": false,
80
+ "entry": false,
81
+ "size": 6711,
82
+ "sizes": {
83
+ "javascript": 6711
84
+ },
85
+ "names": [],
86
+ "idHints": [],
87
+ "runtime": [
88
+ "@olaboot/esm-patient-registration-app",
89
+ "main"
90
+ ],
91
+ "files": [
92
+ "15.js"
93
+ ],
94
+ "auxiliaryFiles": [],
95
+ "hash": "279badc69befd1ac",
96
+ "childrenByOrder": {}
97
+ },
98
+ {
99
+ "type": "chunk",
100
+ "rendered": true,
101
+ "initial": false,
102
+ "entry": false,
103
+ "size": 6711,
104
+ "sizes": {
105
+ "javascript": 6711
106
+ },
107
+ "names": [],
108
+ "idHints": [],
109
+ "runtime": [
110
+ "@olaboot/esm-patient-registration-app",
111
+ "main"
112
+ ],
113
+ "files": [
114
+ "1564.js"
115
+ ],
116
+ "auxiliaryFiles": [],
117
+ "hash": "595ac781f1b29db0",
118
+ "childrenByOrder": {}
119
+ },
120
+ {
121
+ "type": "chunk",
122
+ "rendered": true,
123
+ "initial": false,
124
+ "entry": false,
125
+ "size": 7262,
126
+ "sizes": {
127
+ "javascript": 7262
128
+ },
129
+ "names": [],
130
+ "idHints": [],
131
+ "runtime": [
132
+ "@olaboot/esm-patient-registration-app",
133
+ "main"
134
+ ],
135
+ "files": [
136
+ "1567.js"
137
+ ],
138
+ "auxiliaryFiles": [],
139
+ "hash": "6f9a1567565eabfc",
140
+ "childrenByOrder": {}
141
+ },
142
+ {
143
+ "type": "chunk",
144
+ "rendered": true,
145
+ "initial": false,
146
+ "entry": false,
147
+ "size": 6711,
148
+ "sizes": {
149
+ "javascript": 6711
150
+ },
151
+ "names": [],
152
+ "idHints": [],
153
+ "runtime": [
154
+ "@olaboot/esm-patient-registration-app",
155
+ "main"
156
+ ],
157
+ "files": [
158
+ "1845.js"
159
+ ],
160
+ "auxiliaryFiles": [],
161
+ "hash": "ce6fa6077674fa33",
162
+ "childrenByOrder": {}
163
+ },
164
+ {
165
+ "type": "chunk",
166
+ "rendered": true,
167
+ "initial": false,
168
+ "entry": false,
169
+ "size": 6711,
170
+ "sizes": {
171
+ "javascript": 6711
172
+ },
173
+ "names": [],
174
+ "idHints": [],
175
+ "runtime": [
176
+ "@olaboot/esm-patient-registration-app",
177
+ "main"
178
+ ],
179
+ "files": [
180
+ "1953.js"
181
+ ],
182
+ "auxiliaryFiles": [],
183
+ "hash": "e30040dc82627d13",
184
+ "childrenByOrder": {}
185
+ },
186
+ {
187
+ "type": "chunk",
188
+ "rendered": true,
189
+ "initial": false,
190
+ "entry": false,
191
+ "size": 107215,
192
+ "sizes": {
193
+ "javascript": 107215
194
+ },
195
+ "names": [],
196
+ "idHints": [],
197
+ "runtime": [
198
+ "@olaboot/esm-patient-registration-app"
199
+ ],
200
+ "files": [
201
+ "200.js"
202
+ ],
203
+ "auxiliaryFiles": [
204
+ "200.js.map"
205
+ ],
206
+ "hash": "60971df4cd2a39b1",
207
+ "childrenByOrder": {}
208
+ },
209
+ {
210
+ "type": "chunk",
211
+ "rendered": true,
212
+ "initial": false,
213
+ "entry": false,
214
+ "size": 7290,
215
+ "sizes": {
216
+ "javascript": 7290
217
+ },
218
+ "names": [],
219
+ "idHints": [],
220
+ "runtime": [
221
+ "@olaboot/esm-patient-registration-app",
222
+ "main"
223
+ ],
224
+ "files": [
225
+ "215.js"
226
+ ],
227
+ "auxiliaryFiles": [],
228
+ "hash": "c4603685e277ec96",
229
+ "childrenByOrder": {}
230
+ },
231
+ {
232
+ "type": "chunk",
233
+ "rendered": true,
234
+ "initial": false,
235
+ "entry": false,
236
+ "size": 6711,
237
+ "sizes": {
238
+ "javascript": 6711
239
+ },
240
+ "names": [],
241
+ "idHints": [],
242
+ "runtime": [
243
+ "@olaboot/esm-patient-registration-app",
244
+ "main"
245
+ ],
246
+ "files": [
247
+ "2178.js"
248
+ ],
249
+ "auxiliaryFiles": [],
250
+ "hash": "5877ff727ee89435",
251
+ "childrenByOrder": {}
252
+ },
253
+ {
254
+ "type": "chunk",
255
+ "rendered": true,
256
+ "initial": false,
257
+ "entry": false,
258
+ "size": 536602,
259
+ "sizes": {
260
+ "javascript": 536602
261
+ },
262
+ "names": [],
263
+ "idHints": [],
264
+ "runtime": [
265
+ "@olaboot/esm-patient-registration-app",
266
+ "main"
267
+ ],
268
+ "files": [
269
+ "250.js"
270
+ ],
271
+ "auxiliaryFiles": [
272
+ "250.js.map"
273
+ ],
274
+ "hash": "0a8d70e7d8715c04",
275
+ "childrenByOrder": {}
276
+ },
277
+ {
278
+ "type": "chunk",
279
+ "rendered": true,
280
+ "initial": false,
281
+ "entry": false,
282
+ "size": 1123,
283
+ "sizes": {
284
+ "javascript": 1123
285
+ },
286
+ "names": [],
287
+ "idHints": [],
288
+ "runtime": [
289
+ "@olaboot/esm-patient-registration-app",
290
+ "main"
291
+ ],
292
+ "files": [
293
+ "2523.js"
294
+ ],
295
+ "auxiliaryFiles": [
296
+ "2523.js.map"
297
+ ],
298
+ "hash": "f2a3659370d73c2c",
299
+ "childrenByOrder": {}
300
+ },
301
+ {
302
+ "type": "chunk",
303
+ "rendered": true,
304
+ "initial": false,
305
+ "entry": false,
306
+ "size": 7561,
307
+ "sizes": {
308
+ "javascript": 7561
309
+ },
310
+ "names": [],
311
+ "idHints": [],
312
+ "runtime": [
313
+ "@olaboot/esm-patient-registration-app",
314
+ "main"
315
+ ],
316
+ "files": [
317
+ "2566.js"
318
+ ],
319
+ "auxiliaryFiles": [],
320
+ "hash": "9ce7120080e1e72a",
321
+ "childrenByOrder": {}
322
+ },
323
+ {
324
+ "type": "chunk",
325
+ "rendered": true,
326
+ "initial": false,
327
+ "entry": false,
328
+ "size": 29620,
329
+ "sizes": {
330
+ "javascript": 29620
331
+ },
332
+ "names": [],
333
+ "idHints": [
334
+ "vendors"
335
+ ],
336
+ "runtime": [
337
+ "@olaboot/esm-patient-registration-app",
338
+ "main"
339
+ ],
340
+ "files": [
341
+ "2586.js"
342
+ ],
343
+ "auxiliaryFiles": [
344
+ "2586.js.map"
345
+ ],
346
+ "hash": "039166d614f13ac3",
347
+ "childrenByOrder": {}
348
+ },
349
+ {
350
+ "type": "chunk",
351
+ "rendered": true,
352
+ "initial": false,
353
+ "entry": false,
354
+ "reason": "split chunk (cache group: defaultVendors)",
355
+ "size": 55218,
356
+ "sizes": {
357
+ "javascript": 55218
358
+ },
359
+ "names": [],
360
+ "idHints": [
361
+ "vendors"
362
+ ],
363
+ "runtime": [
364
+ "@olaboot/esm-patient-registration-app",
365
+ "main"
366
+ ],
367
+ "files": [
368
+ "2716.js"
369
+ ],
370
+ "auxiliaryFiles": [
371
+ "2716.js.map"
372
+ ],
373
+ "hash": "2e3356c624a0e4d1",
374
+ "childrenByOrder": {}
375
+ },
376
+ {
377
+ "type": "chunk",
378
+ "rendered": true,
379
+ "initial": false,
380
+ "entry": false,
381
+ "size": 6711,
382
+ "sizes": {
383
+ "javascript": 6711
384
+ },
385
+ "names": [],
386
+ "idHints": [],
387
+ "runtime": [
388
+ "@olaboot/esm-patient-registration-app",
389
+ "main"
390
+ ],
391
+ "files": [
392
+ "2759.js"
393
+ ],
394
+ "auxiliaryFiles": [],
395
+ "hash": "3012a9f95cd70296",
396
+ "childrenByOrder": {}
397
+ },
398
+ {
399
+ "type": "chunk",
400
+ "rendered": true,
401
+ "initial": false,
402
+ "entry": false,
403
+ "reason": "split chunk (cache group: defaultVendors)",
404
+ "size": 2108376,
405
+ "sizes": {
406
+ "javascript": 2108376
407
+ },
408
+ "names": [],
409
+ "idHints": [
410
+ "vendors"
411
+ ],
412
+ "runtime": [
413
+ "@olaboot/esm-patient-registration-app",
414
+ "main"
415
+ ],
416
+ "files": [
417
+ "2821.js"
418
+ ],
419
+ "auxiliaryFiles": [
420
+ "2821.js.map"
421
+ ],
422
+ "hash": "c554025d13d048ec",
423
+ "childrenByOrder": {}
424
+ },
425
+ {
426
+ "type": "chunk",
427
+ "rendered": true,
428
+ "initial": false,
429
+ "entry": false,
430
+ "reason": "split chunk (cache group: defaultVendors)",
431
+ "size": 137481,
432
+ "sizes": {
433
+ "javascript": 137481
434
+ },
435
+ "names": [],
436
+ "idHints": [
437
+ "vendors"
438
+ ],
439
+ "runtime": [
440
+ "@olaboot/esm-patient-registration-app",
441
+ "main"
442
+ ],
443
+ "files": [
444
+ "3089.js"
445
+ ],
446
+ "auxiliaryFiles": [
447
+ "3089.js.map"
448
+ ],
449
+ "hash": "cbacf3d03aa6eaa9",
450
+ "childrenByOrder": {}
451
+ },
452
+ {
453
+ "type": "chunk",
454
+ "rendered": true,
455
+ "initial": false,
456
+ "entry": false,
457
+ "size": 6819,
458
+ "sizes": {
459
+ "javascript": 6819
460
+ },
461
+ "names": [],
462
+ "idHints": [],
463
+ "runtime": [
464
+ "@olaboot/esm-patient-registration-app",
465
+ "main"
466
+ ],
467
+ "files": [
468
+ "3230.js"
469
+ ],
470
+ "auxiliaryFiles": [],
471
+ "hash": "1b4049da1f843c3d",
472
+ "childrenByOrder": {}
473
+ },
474
+ {
475
+ "type": "chunk",
476
+ "rendered": true,
477
+ "initial": false,
478
+ "entry": false,
479
+ "size": 6711,
480
+ "sizes": {
481
+ "javascript": 6711
482
+ },
483
+ "names": [],
484
+ "idHints": [],
485
+ "runtime": [
486
+ "@olaboot/esm-patient-registration-app",
487
+ "main"
488
+ ],
489
+ "files": [
490
+ "3441.js"
491
+ ],
492
+ "auxiliaryFiles": [],
493
+ "hash": "722083f93b750c80",
494
+ "childrenByOrder": {}
495
+ },
496
+ {
497
+ "type": "chunk",
498
+ "rendered": true,
499
+ "initial": false,
500
+ "entry": false,
501
+ "size": 6711,
502
+ "sizes": {
503
+ "javascript": 6711
504
+ },
505
+ "names": [],
506
+ "idHints": [],
507
+ "runtime": [
508
+ "@olaboot/esm-patient-registration-app",
509
+ "main"
510
+ ],
511
+ "files": [
512
+ "3565.js"
513
+ ],
514
+ "auxiliaryFiles": [],
515
+ "hash": "9ddb362e4ccd64fd",
516
+ "childrenByOrder": {}
517
+ },
518
+ {
519
+ "type": "chunk",
520
+ "rendered": true,
521
+ "initial": false,
522
+ "entry": false,
523
+ "size": 34723,
524
+ "sizes": {
525
+ "javascript": 34723
526
+ },
527
+ "names": [],
528
+ "idHints": [
529
+ "vendors"
530
+ ],
531
+ "runtime": [
532
+ "@olaboot/esm-patient-registration-app",
533
+ "main"
534
+ ],
535
+ "files": [
536
+ "3571.js"
537
+ ],
538
+ "auxiliaryFiles": [
539
+ "3571.js.map"
540
+ ],
541
+ "hash": "ccabfea4f0df4bc4",
542
+ "childrenByOrder": {}
543
+ },
544
+ {
545
+ "type": "chunk",
546
+ "rendered": true,
547
+ "initial": false,
548
+ "entry": false,
549
+ "size": 6711,
550
+ "sizes": {
551
+ "javascript": 6711
552
+ },
553
+ "names": [],
554
+ "idHints": [],
555
+ "runtime": [
556
+ "@olaboot/esm-patient-registration-app",
557
+ "main"
558
+ ],
559
+ "files": [
560
+ "3746.js"
561
+ ],
562
+ "auxiliaryFiles": [],
563
+ "hash": "2489234b2bbe2c3e",
564
+ "childrenByOrder": {}
565
+ },
566
+ {
567
+ "type": "chunk",
568
+ "rendered": false,
569
+ "initial": false,
570
+ "entry": false,
571
+ "size": 42,
572
+ "sizes": {
573
+ "consume-shared": 42
574
+ },
575
+ "names": [],
576
+ "idHints": [
577
+ ""
578
+ ],
579
+ "runtime": [
580
+ "@olaboot/esm-patient-registration-app",
581
+ "main"
582
+ ],
583
+ "files": [],
584
+ "auxiliaryFiles": [],
585
+ "hash": "3a6a7555610c9bd1",
586
+ "childrenByOrder": {}
587
+ },
588
+ {
589
+ "type": "chunk",
590
+ "rendered": true,
591
+ "initial": false,
592
+ "entry": false,
593
+ "size": 6248,
594
+ "sizes": {
595
+ "javascript": 6248
596
+ },
597
+ "names": [],
598
+ "idHints": [],
599
+ "runtime": [
600
+ "@olaboot/esm-patient-registration-app",
601
+ "main"
602
+ ],
603
+ "files": [
604
+ "3925.js"
605
+ ],
606
+ "auxiliaryFiles": [],
607
+ "hash": "ddaa78bd8af94f33",
608
+ "childrenByOrder": {}
609
+ },
610
+ {
611
+ "type": "chunk",
612
+ "rendered": true,
613
+ "initial": false,
614
+ "entry": false,
615
+ "size": 6711,
616
+ "sizes": {
617
+ "javascript": 6711
618
+ },
619
+ "names": [],
620
+ "idHints": [],
621
+ "runtime": [
622
+ "@olaboot/esm-patient-registration-app",
623
+ "main"
624
+ ],
625
+ "files": [
626
+ "3946.js"
627
+ ],
628
+ "auxiliaryFiles": [],
629
+ "hash": "dd4aec0e211dad09",
630
+ "childrenByOrder": {}
631
+ },
632
+ {
633
+ "type": "chunk",
634
+ "rendered": true,
635
+ "initial": false,
636
+ "entry": false,
637
+ "size": 7160,
638
+ "sizes": {
639
+ "javascript": 7160
640
+ },
641
+ "names": [],
642
+ "idHints": [],
643
+ "runtime": [
644
+ "@olaboot/esm-patient-registration-app",
645
+ "main"
646
+ ],
647
+ "files": [
648
+ "4024.js"
649
+ ],
650
+ "auxiliaryFiles": [
651
+ "4024.js.map"
652
+ ],
653
+ "hash": "1bae8a332c7dc121",
654
+ "childrenByOrder": {}
655
+ },
656
+ {
657
+ "type": "chunk",
658
+ "rendered": true,
659
+ "initial": false,
660
+ "entry": false,
661
+ "size": 7120,
662
+ "sizes": {
663
+ "javascript": 7120
664
+ },
665
+ "names": [],
666
+ "idHints": [],
667
+ "runtime": [
668
+ "@olaboot/esm-patient-registration-app",
669
+ "main"
670
+ ],
671
+ "files": [
672
+ "4744.js"
673
+ ],
674
+ "auxiliaryFiles": [
675
+ "4744.js.map"
676
+ ],
677
+ "hash": "48438d4d8141533a",
678
+ "childrenByOrder": {}
679
+ },
680
+ {
681
+ "type": "chunk",
682
+ "rendered": true,
683
+ "initial": false,
684
+ "entry": false,
685
+ "size": 6711,
686
+ "sizes": {
687
+ "javascript": 6711
688
+ },
689
+ "names": [],
690
+ "idHints": [],
691
+ "runtime": [
692
+ "@olaboot/esm-patient-registration-app",
693
+ "main"
694
+ ],
695
+ "files": [
696
+ "4809.js"
697
+ ],
698
+ "auxiliaryFiles": [],
699
+ "hash": "395fd5fe245ee0f0",
700
+ "childrenByOrder": {}
701
+ },
702
+ {
703
+ "type": "chunk",
704
+ "rendered": true,
705
+ "initial": false,
706
+ "entry": false,
707
+ "size": 6711,
708
+ "sizes": {
709
+ "javascript": 6711
710
+ },
711
+ "names": [],
712
+ "idHints": [],
713
+ "runtime": [
714
+ "@olaboot/esm-patient-registration-app",
715
+ "main"
716
+ ],
717
+ "files": [
718
+ "4894.js"
719
+ ],
720
+ "auxiliaryFiles": [],
721
+ "hash": "b186cf66d6ced5a3",
722
+ "childrenByOrder": {}
723
+ },
724
+ {
725
+ "type": "chunk",
726
+ "rendered": true,
727
+ "initial": false,
728
+ "entry": false,
729
+ "size": 24274,
730
+ "sizes": {
731
+ "javascript": 24274
732
+ },
733
+ "names": [],
734
+ "idHints": [
735
+ "vendors"
736
+ ],
737
+ "runtime": [
738
+ "@olaboot/esm-patient-registration-app",
739
+ "main"
740
+ ],
741
+ "files": [
742
+ "4970.js"
743
+ ],
744
+ "auxiliaryFiles": [
745
+ "4970.js.map"
746
+ ],
747
+ "hash": "56458c8cdd28b34a",
748
+ "childrenByOrder": {}
749
+ },
750
+ {
751
+ "type": "chunk",
752
+ "rendered": true,
753
+ "initial": false,
754
+ "entry": false,
755
+ "size": 6711,
756
+ "sizes": {
757
+ "javascript": 6711
758
+ },
759
+ "names": [],
760
+ "idHints": [],
761
+ "runtime": [
762
+ "@olaboot/esm-patient-registration-app",
763
+ "main"
764
+ ],
765
+ "files": [
766
+ "5130.js"
767
+ ],
768
+ "auxiliaryFiles": [],
769
+ "hash": "42c03feea7688ed4",
770
+ "childrenByOrder": {}
771
+ },
772
+ {
773
+ "type": "chunk",
774
+ "rendered": true,
775
+ "initial": false,
776
+ "entry": false,
777
+ "size": 10198,
778
+ "sizes": {
779
+ "javascript": 10198
780
+ },
781
+ "names": [],
782
+ "idHints": [],
783
+ "runtime": [
784
+ "@olaboot/esm-patient-registration-app",
785
+ "main"
786
+ ],
787
+ "files": [
788
+ "5187.js"
789
+ ],
790
+ "auxiliaryFiles": [],
791
+ "hash": "b9aea4e744b7c2d6",
792
+ "childrenByOrder": {}
793
+ },
794
+ {
795
+ "type": "chunk",
796
+ "rendered": true,
797
+ "initial": false,
798
+ "entry": false,
799
+ "size": 25608,
800
+ "sizes": {
801
+ "javascript": 25608
802
+ },
803
+ "names": [],
804
+ "idHints": [
805
+ "vendors"
806
+ ],
807
+ "runtime": [
808
+ "@olaboot/esm-patient-registration-app",
809
+ "main"
810
+ ],
811
+ "files": [
812
+ "5491.js"
813
+ ],
814
+ "auxiliaryFiles": [
815
+ "5491.js.map"
816
+ ],
817
+ "hash": "992dd162ffff4bc1",
818
+ "childrenByOrder": {}
819
+ },
820
+ {
821
+ "type": "chunk",
822
+ "rendered": true,
823
+ "initial": false,
824
+ "entry": false,
825
+ "size": 6711,
826
+ "sizes": {
827
+ "javascript": 6711
828
+ },
829
+ "names": [],
830
+ "idHints": [],
831
+ "runtime": [
832
+ "@olaboot/esm-patient-registration-app",
833
+ "main"
834
+ ],
835
+ "files": [
836
+ "5595.js"
837
+ ],
838
+ "auxiliaryFiles": [],
839
+ "hash": "ff4469901ab2a620",
840
+ "childrenByOrder": {}
841
+ },
842
+ {
843
+ "type": "chunk",
844
+ "rendered": true,
845
+ "initial": false,
846
+ "entry": false,
847
+ "size": 6711,
848
+ "sizes": {
849
+ "javascript": 6711
850
+ },
851
+ "names": [],
852
+ "idHints": [],
853
+ "runtime": [
854
+ "@olaboot/esm-patient-registration-app",
855
+ "main"
856
+ ],
857
+ "files": [
858
+ "5961.js"
859
+ ],
860
+ "auxiliaryFiles": [],
861
+ "hash": "8dde367c5e87dad7",
862
+ "childrenByOrder": {}
863
+ },
864
+ {
865
+ "type": "chunk",
866
+ "rendered": false,
867
+ "initial": false,
868
+ "entry": false,
869
+ "size": 42,
870
+ "sizes": {
871
+ "consume-shared": 42
872
+ },
873
+ "names": [],
874
+ "idHints": [
875
+ ""
876
+ ],
877
+ "runtime": [
878
+ "@olaboot/esm-patient-registration-app",
879
+ "main"
880
+ ],
881
+ "files": [],
882
+ "auxiliaryFiles": [],
883
+ "hash": "2b116b4c76f5690c",
884
+ "childrenByOrder": {}
885
+ },
886
+ {
887
+ "type": "chunk",
888
+ "rendered": true,
889
+ "initial": false,
890
+ "entry": false,
891
+ "size": 6986,
892
+ "sizes": {
893
+ "javascript": 6986
894
+ },
895
+ "names": [],
896
+ "idHints": [],
897
+ "runtime": [
898
+ "@olaboot/esm-patient-registration-app",
899
+ "main"
900
+ ],
901
+ "files": [
902
+ "6133.js"
903
+ ],
904
+ "auxiliaryFiles": [],
905
+ "hash": "08f256996c469b14",
906
+ "childrenByOrder": {}
907
+ },
908
+ {
909
+ "type": "chunk",
910
+ "rendered": true,
911
+ "initial": false,
912
+ "entry": false,
913
+ "size": 2201,
914
+ "sizes": {
915
+ "javascript": 2201
916
+ },
917
+ "names": [],
918
+ "idHints": [],
919
+ "runtime": [
920
+ "@olaboot/esm-patient-registration-app",
921
+ "main"
922
+ ],
923
+ "files": [
924
+ "634.js"
925
+ ],
926
+ "auxiliaryFiles": [
927
+ "634.js.map"
928
+ ],
929
+ "hash": "68a261353f4880d9",
930
+ "childrenByOrder": {}
931
+ },
932
+ {
933
+ "type": "chunk",
934
+ "rendered": true,
935
+ "initial": false,
936
+ "entry": false,
937
+ "size": 7484,
938
+ "sizes": {
939
+ "javascript": 7484
940
+ },
941
+ "names": [],
942
+ "idHints": [],
943
+ "runtime": [
944
+ "@olaboot/esm-patient-registration-app",
945
+ "main"
946
+ ],
947
+ "files": [
948
+ "6456.js"
949
+ ],
950
+ "auxiliaryFiles": [],
951
+ "hash": "ab9978ac02eb9e3c",
952
+ "childrenByOrder": {}
953
+ },
954
+ {
955
+ "type": "chunk",
956
+ "rendered": true,
957
+ "initial": false,
958
+ "entry": false,
959
+ "size": 6963,
960
+ "sizes": {
961
+ "javascript": 6963
962
+ },
963
+ "names": [],
964
+ "idHints": [],
965
+ "runtime": [
966
+ "@olaboot/esm-patient-registration-app",
967
+ "main"
968
+ ],
969
+ "files": [
970
+ "6466.js"
971
+ ],
972
+ "auxiliaryFiles": [],
973
+ "hash": "bb5da07c389bf1cf",
974
+ "childrenByOrder": {}
975
+ },
976
+ {
977
+ "type": "chunk",
978
+ "rendered": true,
979
+ "initial": false,
980
+ "entry": false,
981
+ "size": 6711,
982
+ "sizes": {
983
+ "javascript": 6711
984
+ },
985
+ "names": [],
986
+ "idHints": [],
987
+ "runtime": [
988
+ "@olaboot/esm-patient-registration-app",
989
+ "main"
990
+ ],
991
+ "files": [
992
+ "6613.js"
993
+ ],
994
+ "auxiliaryFiles": [],
995
+ "hash": "facdb2b121810a9c",
996
+ "childrenByOrder": {}
997
+ },
998
+ {
999
+ "type": "chunk",
1000
+ "rendered": true,
1001
+ "initial": false,
1002
+ "entry": false,
1003
+ "size": 6440,
1004
+ "sizes": {
1005
+ "javascript": 6440
1006
+ },
1007
+ "names": [],
1008
+ "idHints": [],
1009
+ "runtime": [
1010
+ "@olaboot/esm-patient-registration-app",
1011
+ "main"
1012
+ ],
1013
+ "files": [
1014
+ "6783.js"
1015
+ ],
1016
+ "auxiliaryFiles": [],
1017
+ "hash": "28d2ddcbe1eb0dc2",
1018
+ "childrenByOrder": {}
1019
+ },
1020
+ {
1021
+ "type": "chunk",
1022
+ "rendered": true,
1023
+ "initial": true,
1024
+ "entry": true,
1025
+ "size": 2593967,
1026
+ "sizes": {
1027
+ "consume-shared": 168,
1028
+ "javascript": 2593463,
1029
+ "runtime": 14665,
1030
+ "share-init": 336
1031
+ },
1032
+ "names": [
1033
+ "main"
1034
+ ],
1035
+ "idHints": [],
1036
+ "runtime": [
1037
+ "main"
1038
+ ],
1039
+ "files": [
1040
+ "main.js"
1041
+ ],
1042
+ "auxiliaryFiles": [
1043
+ "main.js.map"
1044
+ ],
1045
+ "hash": "626bc63cc8ec6a24",
1046
+ "childrenByOrder": {}
1047
+ },
1048
+ {
1049
+ "type": "chunk",
1050
+ "rendered": true,
1051
+ "initial": false,
1052
+ "entry": false,
1053
+ "reason": "split chunk (cache group: defaultVendors)",
1054
+ "size": 4197183,
1055
+ "sizes": {
1056
+ "javascript": 4197183
1057
+ },
1058
+ "names": [],
1059
+ "idHints": [
1060
+ "vendors"
1061
+ ],
1062
+ "runtime": [
1063
+ "@olaboot/esm-patient-registration-app",
1064
+ "main"
1065
+ ],
1066
+ "files": [
1067
+ "7073.js"
1068
+ ],
1069
+ "auxiliaryFiles": [
1070
+ "7073.js.map"
1071
+ ],
1072
+ "hash": "5c238fbe31a35878",
1073
+ "childrenByOrder": {}
1074
+ },
1075
+ {
1076
+ "type": "chunk",
1077
+ "rendered": true,
1078
+ "initial": false,
1079
+ "entry": false,
1080
+ "size": 1592,
1081
+ "sizes": {
1082
+ "javascript": 1592
1083
+ },
1084
+ "names": [],
1085
+ "idHints": [],
1086
+ "runtime": [
1087
+ "@olaboot/esm-patient-registration-app",
1088
+ "main"
1089
+ ],
1090
+ "files": [
1091
+ "7154.js"
1092
+ ],
1093
+ "auxiliaryFiles": [
1094
+ "7154.js.map"
1095
+ ],
1096
+ "hash": "542e9a8292939a7b",
1097
+ "childrenByOrder": {}
1098
+ },
1099
+ {
1100
+ "type": "chunk",
1101
+ "rendered": true,
1102
+ "initial": false,
1103
+ "entry": false,
1104
+ "size": 6711,
1105
+ "sizes": {
1106
+ "javascript": 6711
1107
+ },
1108
+ "names": [],
1109
+ "idHints": [],
1110
+ "runtime": [
1111
+ "@olaboot/esm-patient-registration-app",
1112
+ "main"
1113
+ ],
1114
+ "files": [
1115
+ "7348.js"
1116
+ ],
1117
+ "auxiliaryFiles": [],
1118
+ "hash": "4c552eb8edfece1f",
1119
+ "childrenByOrder": {}
1120
+ },
1121
+ {
1122
+ "type": "chunk",
1123
+ "rendered": true,
1124
+ "initial": false,
1125
+ "entry": false,
1126
+ "size": 1095,
1127
+ "sizes": {
1128
+ "javascript": 1095
1129
+ },
1130
+ "names": [],
1131
+ "idHints": [],
1132
+ "runtime": [
1133
+ "@olaboot/esm-patient-registration-app",
1134
+ "main"
1135
+ ],
1136
+ "files": [
1137
+ "7439.js"
1138
+ ],
1139
+ "auxiliaryFiles": [
1140
+ "7439.js.map"
1141
+ ],
1142
+ "hash": "0a17bef79b98164a",
1143
+ "childrenByOrder": {}
1144
+ },
1145
+ {
1146
+ "type": "chunk",
1147
+ "rendered": true,
1148
+ "initial": false,
1149
+ "entry": false,
1150
+ "size": 6711,
1151
+ "sizes": {
1152
+ "javascript": 6711
1153
+ },
1154
+ "names": [],
1155
+ "idHints": [],
1156
+ "runtime": [
1157
+ "@olaboot/esm-patient-registration-app",
1158
+ "main"
1159
+ ],
1160
+ "files": [
1161
+ "7543.js"
1162
+ ],
1163
+ "auxiliaryFiles": [],
1164
+ "hash": "118f2d2fcf24036f",
1165
+ "childrenByOrder": {}
1166
+ },
1167
+ {
1168
+ "type": "chunk",
1169
+ "rendered": true,
1170
+ "initial": false,
1171
+ "entry": false,
1172
+ "size": 6711,
1173
+ "sizes": {
1174
+ "javascript": 6711
1175
+ },
1176
+ "names": [],
1177
+ "idHints": [],
1178
+ "runtime": [
1179
+ "@olaboot/esm-patient-registration-app",
1180
+ "main"
1181
+ ],
1182
+ "files": [
1183
+ "7607.js"
1184
+ ],
1185
+ "auxiliaryFiles": [],
1186
+ "hash": "9d758dda627f35af",
1187
+ "childrenByOrder": {}
1188
+ },
1189
+ {
1190
+ "type": "chunk",
1191
+ "rendered": true,
1192
+ "initial": false,
1193
+ "entry": false,
1194
+ "size": 7450,
1195
+ "sizes": {
1196
+ "javascript": 7450
1197
+ },
1198
+ "names": [],
1199
+ "idHints": [],
1200
+ "runtime": [
1201
+ "@olaboot/esm-patient-registration-app",
1202
+ "main"
1203
+ ],
1204
+ "files": [
1205
+ "772.js"
1206
+ ],
1207
+ "auxiliaryFiles": [],
1208
+ "hash": "29bde93df930628a",
1209
+ "childrenByOrder": {}
1210
+ },
1211
+ {
1212
+ "type": "chunk",
1213
+ "rendered": true,
1214
+ "initial": false,
1215
+ "entry": false,
1216
+ "size": 395,
1217
+ "sizes": {
1218
+ "javascript": 395
1219
+ },
1220
+ "names": [],
1221
+ "idHints": [],
1222
+ "runtime": [
1223
+ "@olaboot/esm-patient-registration-app",
1224
+ "main"
1225
+ ],
1226
+ "files": [
1227
+ "7984.js"
1228
+ ],
1229
+ "auxiliaryFiles": [
1230
+ "7984.js.map"
1231
+ ],
1232
+ "hash": "f654750ce4a17dc0",
1233
+ "childrenByOrder": {}
1234
+ },
1235
+ {
1236
+ "type": "chunk",
1237
+ "rendered": true,
1238
+ "initial": false,
1239
+ "entry": false,
1240
+ "reason": "split chunk (cache group: defaultVendors)",
1241
+ "size": 397725,
1242
+ "sizes": {
1243
+ "javascript": 397725
1244
+ },
1245
+ "names": [],
1246
+ "idHints": [
1247
+ "vendors"
1248
+ ],
1249
+ "runtime": [
1250
+ "@olaboot/esm-patient-registration-app",
1251
+ "main"
1252
+ ],
1253
+ "files": [
1254
+ "8538.js"
1255
+ ],
1256
+ "auxiliaryFiles": [
1257
+ "8538.js.map"
1258
+ ],
1259
+ "hash": "075746375c731e2c",
1260
+ "childrenByOrder": {}
1261
+ },
1262
+ {
1263
+ "type": "chunk",
1264
+ "rendered": true,
1265
+ "initial": false,
1266
+ "entry": false,
1267
+ "size": 6711,
1268
+ "sizes": {
1269
+ "javascript": 6711
1270
+ },
1271
+ "names": [],
1272
+ "idHints": [],
1273
+ "runtime": [
1274
+ "@olaboot/esm-patient-registration-app",
1275
+ "main"
1276
+ ],
1277
+ "files": [
1278
+ "8599.js"
1279
+ ],
1280
+ "auxiliaryFiles": [],
1281
+ "hash": "6eed93036261c55a",
1282
+ "childrenByOrder": {}
1283
+ },
1284
+ {
1285
+ "type": "chunk",
1286
+ "rendered": true,
1287
+ "initial": false,
1288
+ "entry": false,
1289
+ "size": 6711,
1290
+ "sizes": {
1291
+ "javascript": 6711
1292
+ },
1293
+ "names": [],
1294
+ "idHints": [],
1295
+ "runtime": [
1296
+ "@olaboot/esm-patient-registration-app",
1297
+ "main"
1298
+ ],
1299
+ "files": [
1300
+ "8727.js"
1301
+ ],
1302
+ "auxiliaryFiles": [],
1303
+ "hash": "13d5391b2803edfa",
1304
+ "childrenByOrder": {}
1305
+ },
1306
+ {
1307
+ "type": "chunk",
1308
+ "rendered": true,
1309
+ "initial": false,
1310
+ "entry": false,
1311
+ "size": 7335,
1312
+ "sizes": {
1313
+ "javascript": 7335
1314
+ },
1315
+ "names": [],
1316
+ "idHints": [],
1317
+ "runtime": [
1318
+ "@olaboot/esm-patient-registration-app",
1319
+ "main"
1320
+ ],
1321
+ "files": [
1322
+ "8847.js"
1323
+ ],
1324
+ "auxiliaryFiles": [],
1325
+ "hash": "887ee539b3524f1e",
1326
+ "childrenByOrder": {}
1327
+ },
1328
+ {
1329
+ "type": "chunk",
1330
+ "rendered": true,
1331
+ "initial": false,
1332
+ "entry": false,
1333
+ "size": 6711,
1334
+ "sizes": {
1335
+ "javascript": 6711
1336
+ },
1337
+ "names": [],
1338
+ "idHints": [],
1339
+ "runtime": [
1340
+ "@olaboot/esm-patient-registration-app",
1341
+ "main"
1342
+ ],
1343
+ "files": [
1344
+ "9015.js"
1345
+ ],
1346
+ "auxiliaryFiles": [],
1347
+ "hash": "86c3494822546f91",
1348
+ "childrenByOrder": {}
1349
+ },
1350
+ {
1351
+ "type": "chunk",
1352
+ "rendered": true,
1353
+ "initial": false,
1354
+ "entry": false,
1355
+ "size": 8980,
1356
+ "sizes": {
1357
+ "javascript": 8980
1358
+ },
1359
+ "names": [],
1360
+ "idHints": [],
1361
+ "runtime": [
1362
+ "@olaboot/esm-patient-registration-app",
1363
+ "main"
1364
+ ],
1365
+ "files": [
1366
+ "906.js"
1367
+ ],
1368
+ "auxiliaryFiles": [],
1369
+ "hash": "9145b820b0a5b1fd",
1370
+ "childrenByOrder": {}
1371
+ },
1372
+ {
1373
+ "type": "chunk",
1374
+ "rendered": true,
1375
+ "initial": false,
1376
+ "entry": false,
1377
+ "size": 6711,
1378
+ "sizes": {
1379
+ "javascript": 6711
1380
+ },
1381
+ "names": [],
1382
+ "idHints": [],
1383
+ "runtime": [
1384
+ "@olaboot/esm-patient-registration-app",
1385
+ "main"
1386
+ ],
1387
+ "files": [
1388
+ "9065.js"
1389
+ ],
1390
+ "auxiliaryFiles": [],
1391
+ "hash": "198ad6326233fe2c",
1392
+ "childrenByOrder": {}
1393
+ },
1394
+ {
1395
+ "type": "chunk",
1396
+ "rendered": true,
1397
+ "initial": false,
1398
+ "entry": false,
1399
+ "size": 6711,
1400
+ "sizes": {
1401
+ "javascript": 6711
1402
+ },
1403
+ "names": [],
1404
+ "idHints": [],
1405
+ "runtime": [
1406
+ "@olaboot/esm-patient-registration-app",
1407
+ "main"
1408
+ ],
1409
+ "files": [
1410
+ "9182.js"
1411
+ ],
1412
+ "auxiliaryFiles": [],
1413
+ "hash": "e2e52be1d1893b63",
1414
+ "childrenByOrder": {}
1415
+ },
1416
+ {
1417
+ "type": "chunk",
1418
+ "rendered": true,
1419
+ "initial": false,
1420
+ "entry": false,
1421
+ "size": 6711,
1422
+ "sizes": {
1423
+ "javascript": 6711
1424
+ },
1425
+ "names": [],
1426
+ "idHints": [],
1427
+ "runtime": [
1428
+ "@olaboot/esm-patient-registration-app",
1429
+ "main"
1430
+ ],
1431
+ "files": [
1432
+ "9339.js"
1433
+ ],
1434
+ "auxiliaryFiles": [],
1435
+ "hash": "8aa431887c06fb1a",
1436
+ "childrenByOrder": {}
1437
+ },
1438
+ {
1439
+ "type": "chunk",
1440
+ "rendered": false,
1441
+ "initial": false,
1442
+ "entry": false,
1443
+ "reason": "split chunk (cache group: default)",
1444
+ "size": 84,
1445
+ "sizes": {
1446
+ "consume-shared": 84
1447
+ },
1448
+ "names": [],
1449
+ "idHints": [
1450
+ ""
1451
+ ],
1452
+ "runtime": [
1453
+ "@olaboot/esm-patient-registration-app",
1454
+ "main"
1455
+ ],
1456
+ "files": [],
1457
+ "auxiliaryFiles": [],
1458
+ "hash": "a067d174dba81cee",
1459
+ "childrenByOrder": {}
1460
+ },
1461
+ {
1462
+ "type": "chunk",
1463
+ "rendered": true,
1464
+ "initial": false,
1465
+ "entry": false,
1466
+ "size": 7030,
1467
+ "sizes": {
1468
+ "javascript": 7030
1469
+ },
1470
+ "names": [],
1471
+ "idHints": [],
1472
+ "runtime": [
1473
+ "@olaboot/esm-patient-registration-app",
1474
+ "main"
1475
+ ],
1476
+ "files": [
1477
+ "9453.js"
1478
+ ],
1479
+ "auxiliaryFiles": [],
1480
+ "hash": "c3662e8e1dbca61d",
1481
+ "childrenByOrder": {}
1482
+ },
1483
+ {
1484
+ "type": "chunk",
1485
+ "rendered": false,
1486
+ "initial": false,
1487
+ "entry": false,
1488
+ "reason": "split chunk (cache group: default)",
1489
+ "size": 126,
1490
+ "sizes": {
1491
+ "consume-shared": 126
1492
+ },
1493
+ "names": [],
1494
+ "idHints": [
1495
+ ""
1496
+ ],
1497
+ "runtime": [
1498
+ "@olaboot/esm-patient-registration-app",
1499
+ "main"
1500
+ ],
1501
+ "files": [],
1502
+ "auxiliaryFiles": [],
1503
+ "hash": "e9cba256b1bd9d91",
1504
+ "childrenByOrder": {}
1505
+ },
1506
+ {
1507
+ "type": "chunk",
1508
+ "rendered": true,
1509
+ "initial": false,
1510
+ "entry": false,
1511
+ "size": 314795,
1512
+ "sizes": {
1513
+ "javascript": 314795
1514
+ },
1515
+ "names": [],
1516
+ "idHints": [
1517
+ "vendors"
1518
+ ],
1519
+ "runtime": [
1520
+ "@olaboot/esm-patient-registration-app",
1521
+ "main"
1522
+ ],
1523
+ "files": [
1524
+ "9833.js"
1525
+ ],
1526
+ "auxiliaryFiles": [
1527
+ "9833.js.map"
1528
+ ],
1529
+ "hash": "b3430573d0427fd0",
1530
+ "childrenByOrder": {}
1531
+ },
1532
+ {
1533
+ "type": "chunk",
1534
+ "rendered": true,
1535
+ "initial": false,
1536
+ "entry": false,
1537
+ "reason": "split chunk (cache group: defaultVendors)",
1538
+ "size": 37367,
1539
+ "sizes": {
1540
+ "javascript": 37367
1541
+ },
1542
+ "names": [],
1543
+ "idHints": [
1544
+ "vendors"
1545
+ ],
1546
+ "runtime": [
1547
+ "@olaboot/esm-patient-registration-app"
1548
+ ],
1549
+ "files": [
1550
+ "9856.js"
1551
+ ],
1552
+ "auxiliaryFiles": [
1553
+ "9856.js.map"
1554
+ ],
1555
+ "hash": "96abf32c0f09bfd0",
1556
+ "childrenByOrder": {}
1557
+ },
1558
+ {
1559
+ "type": "chunk",
1560
+ "rendered": true,
1561
+ "initial": false,
1562
+ "entry": false,
1563
+ "size": 6711,
1564
+ "sizes": {
1565
+ "javascript": 6711
1566
+ },
1567
+ "names": [],
1568
+ "idHints": [],
1569
+ "runtime": [
1570
+ "@olaboot/esm-patient-registration-app",
1571
+ "main"
1572
+ ],
1573
+ "files": [
1574
+ "9920.js"
1575
+ ],
1576
+ "auxiliaryFiles": [],
1577
+ "hash": "e5a2a9b8ece78994",
1578
+ "childrenByOrder": {}
1579
+ },
1580
+ {
1581
+ "type": "chunk",
1582
+ "rendered": true,
1583
+ "initial": false,
1584
+ "entry": false,
1585
+ "size": 7319,
1586
+ "sizes": {
1587
+ "javascript": 7319
1588
+ },
1589
+ "names": [],
1590
+ "idHints": [],
1591
+ "runtime": [
1592
+ "@olaboot/esm-patient-registration-app",
1593
+ "main"
1594
+ ],
1595
+ "files": [
1596
+ "9938.js"
1597
+ ],
1598
+ "auxiliaryFiles": [],
1599
+ "hash": "bad007240097d048",
1600
+ "childrenByOrder": {}
1601
+ },
1602
+ {
1603
+ "type": "chunk",
1604
+ "rendered": true,
1605
+ "initial": false,
1606
+ "entry": false,
1607
+ "size": 2201,
1608
+ "sizes": {
1609
+ "javascript": 2201
1610
+ },
1611
+ "names": [],
1612
+ "idHints": [],
1613
+ "runtime": [
1614
+ "@olaboot/esm-patient-registration-app",
1615
+ "main"
1616
+ ],
1617
+ "files": [
1618
+ "9943.js"
1619
+ ],
1620
+ "auxiliaryFiles": [
1621
+ "9943.js.map"
1622
+ ],
1623
+ "hash": "b9d281f913315353",
1624
+ "childrenByOrder": {}
1625
+ }
1626
+ ]
1627
+ }