-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
sample-plugin-generated.html
449 lines (449 loc) · 17.7 KB
/
sample-plugin-generated.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
<html>
<head>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.3/jquery.min.js"></script><link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.13.2/themes/smoothness/jquery-ui.css"><script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.13.2/jquery-ui.min.js"></script><script> $( function() {
$( "#accordion" ).accordion({
active: "false",
heightStyle: "content",
collapsible: "true"
});
} );
</script>
<script>
$( function() {
$( ".accordion2" ).accordion({
heightStyle: "content",
active: "false",
collapsible: "true"
});
} );
</script>
<script>
$( function() {
$( ".accordion3" ).accordion({
heightStyle: "content",
active: "false",
collapsible: "true"
});
} );
</script>
</head>
<body>
<div id="accordion">
<h3>
Channel with a Long Name</h3>
<div>
<div class="accordion2">
<h4>
Description: 0 chars </h4>
<div>
<pre></pre>
</div>
<h4>
PreprocessingScript: 72 chars </h4>
<div>
<pre>// Modify the message variable below to pre process data
return message;</pre>
</div>
<h4>
PostprocessingScript: 157 chars </h4>
<div>
<pre>// This script executes once after a message has been processed
// Responses returned from here will be stored as "Postprocessor" in the response map
return;</pre>
</div>
<h4>
DeployScript: 148 chars </h4>
<div>
<pre>// This script executes once when the channel is deployed
// You only have access to the globalMap and globalChannelMap here to persist data
return;</pre>
</div>
<h4>
UndeployScript: 150 chars </h4>
<div>
<pre>// This script executes once when the channel is undeployed
// You only have access to the globalMap and globalChannelMap here to persist data
return;</pre>
</div>
<h4>
Channel properties</h4>
<div>
<pre>channelProperties/clearGlobalChannelMap/ = true
channelProperties/messageStorageMode/ = DEVELOPMENT
channelProperties/encryptData/ = false
channelProperties/removeContentOnCompletion/ = false
channelProperties/removeOnlyFilteredOnCompletion/ = false
channelProperties/removeAttachmentsOnCompletion/ = false
channelProperties/initialState/ = STARTED
channelProperties/storeAttachments/ = true
channelProperties/metaDataColumns/metaDataColumn/name/ = SOURCE
channelProperties/metaDataColumns/metaDataColumn/type/ = STRING
channelProperties/metaDataColumns/metaDataColumn/mappingName/ = mirth_source
channelProperties/metaDataColumns/metaDataColumn/name/ = TYPE
channelProperties/metaDataColumns/metaDataColumn/type/ = STRING
channelProperties/metaDataColumns/metaDataColumn/mappingName/ = mirth_type
channelProperties/attachmentProperties/type/ = None
channelProperties/attachmentProperties/properties/ =
channelProperties/resourceIds/entry/string/ = Default Resource
channelProperties/resourceIds/entry/string/ = [Default Resource]
</pre>
</div>
<h4>
Channel export data</h4>
<div>
<pre>com.mirth.connect.model.ChannelExportData/metadata/enabled/ = true
com.mirth.connect.model.ChannelExportData/metadata/lastModified/time/ = 1679086550165
com.mirth.connect.model.ChannelExportData/metadata/lastModified/timezone/ = America/Los_Angeles
com.mirth.connect.model.ChannelExportData/metadata/pruningSettings/archiveEnabled/ = true
com.mirth.connect.model.ChannelExportData/metadata/pruningSettings/pruneErroredMessages/ = false
com.mirth.connect.model.ChannelExportData/metadata/userId/ = 1
com.mirth.connect.model.ChannelExportData/dependentIds/ =
com.mirth.connect.model.ChannelExportData/dependencyIds/ =
com.mirth.connect.model.ChannelExportData/channelTags/ =
</pre>
</div>
<h4>
*CONNECTOR* sourceConnector (TCP Listener)</h4>
<div class="accordion3">
<h4>
Connector properties</h4>
<div>
<pre>...tcp.TcpReceiverProperties/pluginProperties/ =
...tcp.TcpReceiverProperties/listenerConnectorProperties/host/ = 0.0.0.0
...tcp.TcpReceiverProperties/listenerConnectorProperties/port/ = 6661
...tcp.TcpReceiverProperties/sourceConnectorProperties/responseVariable/ = Auto-generate (After source transformer)
...tcp.TcpReceiverProperties/sourceConnectorProperties/respondAfterProcessing/ = true
...tcp.TcpReceiverProperties/sourceConnectorProperties/processBatch/ = false
...tcp.TcpReceiverProperties/sourceConnectorProperties/firstResponse/ = true
...tcp.TcpReceiverProperties/sourceConnectorProperties/processingThreads/ = 1
...tcp.TcpReceiverProperties/sourceConnectorProperties/resourceIds/entry/string/ = Default Resource
...tcp.TcpReceiverProperties/sourceConnectorProperties/resourceIds/entry/string/ = [Default Resource]
...tcp.TcpReceiverProperties/sourceConnectorProperties/queueBufferSize/ = 1000
...tcp.TcpReceiverProperties/transmissionModeProperties/pluginPointName/ = MLLP
...tcp.TcpReceiverProperties/transmissionModeProperties/startOfMessageBytes/ = 0B
...tcp.TcpReceiverProperties/transmissionModeProperties/endOfMessageBytes/ = 1C0D
...tcp.TcpReceiverProperties/transmissionModeProperties/useMLLPv2/ = false
...tcp.TcpReceiverProperties/transmissionModeProperties/ackBytes/ = 06
...tcp.TcpReceiverProperties/transmissionModeProperties/nackBytes/ = 15
...tcp.TcpReceiverProperties/transmissionModeProperties/maxRetries/ = 2
...tcp.TcpReceiverProperties/serverMode/ = true
...tcp.TcpReceiverProperties/remoteAddress/ =
...tcp.TcpReceiverProperties/remotePort/ =
...tcp.TcpReceiverProperties/overrideLocalBinding/ = false
...tcp.TcpReceiverProperties/reconnectInterval/ = 5000
...tcp.TcpReceiverProperties/receiveTimeout/ = 0
...tcp.TcpReceiverProperties/bufferSize/ = 65536
...tcp.TcpReceiverProperties/maxConnections/ = 10
...tcp.TcpReceiverProperties/keepConnectionOpen/ = true
...tcp.TcpReceiverProperties/dataTypeBinary/ = false
...tcp.TcpReceiverProperties/charsetEncoding/ = DEFAULT_ENCODING
...tcp.TcpReceiverProperties/respondOnNewConnection/ = 0
...tcp.TcpReceiverProperties/responseAddress/ =
...tcp.TcpReceiverProperties/responsePort/ =
</pre>
</div>
<h4>
Connector filter elements (3)</h4>
<div>
<ul><li> 0 Filter rule: The value of msg MSH.9.1 EQUALS
'ADT'
.</li>
<li>AND 1 Filter rule: The value of msg MSH.3.1 EXISTS .</li>
<li>OR 2 Filter rule: The value of msg AL1.3.2.toUpperCase() EQUALS
'PENICILLIN'
.</li>
</ul>
</div>
<h4>
Connector transformer elements (2)</h4>
<div>
<ul><li>0 Loop: For each msg['AL1']<ul><li>0-0 Mapper: Put the value of msg AL1.3.1 ("" if empty) in channel map with key al10_al13_al131.</li>
</ul>
</li></ul>
</div>
<h4>
Connector response transformer elements (0)</h4>
<div>
<ul></ul>
</div>
</div>
<h4>
*CONNECTOR* Destination 1 (File Writer)</h4>
<div class="accordion3">
<h4>
Connector properties</h4>
<div>
<pre>...file.FileDispatcherProperties/pluginProperties/ =
...file.FileDispatcherProperties/destinationConnectorProperties/queueEnabled/ = false
...file.FileDispatcherProperties/destinationConnectorProperties/sendFirst/ = false
...file.FileDispatcherProperties/destinationConnectorProperties/retryIntervalMillis/ = 10000
...file.FileDispatcherProperties/destinationConnectorProperties/regenerateTemplate/ = false
...file.FileDispatcherProperties/destinationConnectorProperties/retryCount/ = 0
...file.FileDispatcherProperties/destinationConnectorProperties/rotate/ = false
...file.FileDispatcherProperties/destinationConnectorProperties/includeFilterTransformer/ = false
...file.FileDispatcherProperties/destinationConnectorProperties/threadCount/ = 1
...file.FileDispatcherProperties/destinationConnectorProperties/threadAssignmentVariable/ =
...file.FileDispatcherProperties/destinationConnectorProperties/validateResponse/ = false
...file.FileDispatcherProperties/destinationConnectorProperties/resourceIds/entry/string/ = Default Resource
...file.FileDispatcherProperties/destinationConnectorProperties/resourceIds/entry/string/ = [Default Resource]
...file.FileDispatcherProperties/destinationConnectorProperties/queueBufferSize/ = 1000
...file.FileDispatcherProperties/destinationConnectorProperties/reattachAttachments/ = true
...file.FileDispatcherProperties/scheme/ = FILE
...file.FileDispatcherProperties/host/ = /Users/mjtrac
...file.FileDispatcherProperties/outputPattern/ = ${message.messageId}.hl7
...file.FileDispatcherProperties/anonymous/ = true
...file.FileDispatcherProperties/username/ = anonymous
...file.FileDispatcherProperties/password/ = anonymous
...file.FileDispatcherProperties/timeout/ = 10000
...file.FileDispatcherProperties/keepConnectionOpen/ = true
...file.FileDispatcherProperties/maxIdleTime/ = 0
...file.FileDispatcherProperties/secure/ = true
...file.FileDispatcherProperties/passive/ = true
...file.FileDispatcherProperties/validateConnection/ = true
...file.FileDispatcherProperties/outputAppend/ = true
...file.FileDispatcherProperties/errorOnExists/ = false
...file.FileDispatcherProperties/temporary/ = false
...file.FileDispatcherProperties/binary/ = false
...file.FileDispatcherProperties/charsetEncoding/ = DEFAULT_ENCODING
...file.FileDispatcherProperties/template/ = ${message.encodedData}
</pre>
</div>
<h4>
Connector filter elements (0)</h4>
<div>
<ul></ul>
</div>
<h4>
Connector transformer elements (1)</h4>
<div>
<ul><li>0 Mapper: Put the value of msg DG1.4.2 ("" if empty) in channel map with key dg1_dg14_dg142.</li>
</ul>
</div>
<h4>
Connector response transformer elements (0)</h4>
<div>
<ul></ul>
</div>
</div>
</div>
</div>
<h3>
test</h3>
<div>
<div class="accordion2">
<h4>
Description: 0 chars </h4>
<div>
<pre></pre>
</div>
<h4>
PreprocessingScript: 72 chars </h4>
<div>
<pre>// Modify the message variable below to pre process data
return message;</pre>
</div>
<h4>
PostprocessingScript: 157 chars </h4>
<div>
<pre>// This script executes once after a message has been processed
// Responses returned from here will be stored as "Postprocessor" in the response map
return;</pre>
</div>
<h4>
DeployScript: 148 chars </h4>
<div>
<pre>// This script executes once when the channel is deployed
// You only have access to the globalMap and globalChannelMap here to persist data
return;</pre>
</div>
<h4>
UndeployScript: 150 chars </h4>
<div>
<pre>// This script executes once when the channel is undeployed
// You only have access to the globalMap and globalChannelMap here to persist data
return;</pre>
</div>
<h4>
Channel properties</h4>
<div>
<pre>channelProperties/clearGlobalChannelMap/ = true
channelProperties/messageStorageMode/ = DEVELOPMENT
channelProperties/encryptData/ = false
channelProperties/removeContentOnCompletion/ = false
channelProperties/removeOnlyFilteredOnCompletion/ = false
channelProperties/removeAttachmentsOnCompletion/ = false
channelProperties/initialState/ = STARTED
channelProperties/storeAttachments/ = true
channelProperties/metaDataColumns/metaDataColumn/name/ = SOURCE
channelProperties/metaDataColumns/metaDataColumn/type/ = STRING
channelProperties/metaDataColumns/metaDataColumn/mappingName/ = mirth_source
channelProperties/metaDataColumns/metaDataColumn/name/ = TYPE
channelProperties/metaDataColumns/metaDataColumn/type/ = STRING
channelProperties/metaDataColumns/metaDataColumn/mappingName/ = mirth_type
channelProperties/attachmentProperties/type/ = None
channelProperties/attachmentProperties/properties/ =
channelProperties/resourceIds/entry/string/ = Default Resource
channelProperties/resourceIds/entry/string/ = [Default Resource]
</pre>
</div>
<h4>
Channel export data</h4>
<div>
<pre>com.mirth.connect.model.ChannelExportData/metadata/enabled/ = true
com.mirth.connect.model.ChannelExportData/metadata/lastModified/time/ = 1678987393093
com.mirth.connect.model.ChannelExportData/metadata/lastModified/timezone/ = America/Los_Angeles
com.mirth.connect.model.ChannelExportData/metadata/pruningSettings/archiveEnabled/ = true
com.mirth.connect.model.ChannelExportData/metadata/pruningSettings/pruneErroredMessages/ = false
com.mirth.connect.model.ChannelExportData/metadata/userId/ = 1
com.mirth.connect.model.ChannelExportData/dependentIds/ =
com.mirth.connect.model.ChannelExportData/dependencyIds/ =
com.mirth.connect.model.ChannelExportData/channelTags/ =
</pre>
</div>
<h4>
*CONNECTOR* sourceConnector (Channel Reader)</h4>
<div class="accordion3">
<h4>
Connector properties</h4>
<div>
<pre>...vm.VmReceiverProperties/pluginProperties/ =
...vm.VmReceiverProperties/sourceConnectorProperties/responseVariable/ = None
...vm.VmReceiverProperties/sourceConnectorProperties/respondAfterProcessing/ = true
...vm.VmReceiverProperties/sourceConnectorProperties/processBatch/ = false
...vm.VmReceiverProperties/sourceConnectorProperties/firstResponse/ = false
...vm.VmReceiverProperties/sourceConnectorProperties/processingThreads/ = 1
...vm.VmReceiverProperties/sourceConnectorProperties/resourceIds/entry/string/ = Default Resource
...vm.VmReceiverProperties/sourceConnectorProperties/resourceIds/entry/string/ = [Default Resource]
...vm.VmReceiverProperties/sourceConnectorProperties/queueBufferSize/ = 1000
</pre>
</div>
<h4>
Connector filter elements (1)</h4>
<div>
<ul><li> 0 Filter rule: The value of msg PID.5.1 EQUALS
'A'
.</li>
</ul>
</div>
<h4>
Connector transformer elements (0)</h4>
<div>
<ul></ul>
</div>
<h4>
Connector response transformer elements (0)</h4>
<div>
<ul></ul>
</div>
</div>
<h4>
*CONNECTOR* Destination 1 (Channel Writer)</h4>
<div class="accordion3">
<h4>
Connector properties</h4>
<div>
<pre>...vm.VmDispatcherProperties/pluginProperties/ =
...vm.VmDispatcherProperties/destinationConnectorProperties/queueEnabled/ = false
...vm.VmDispatcherProperties/destinationConnectorProperties/sendFirst/ = false
...vm.VmDispatcherProperties/destinationConnectorProperties/retryIntervalMillis/ = 10000
...vm.VmDispatcherProperties/destinationConnectorProperties/regenerateTemplate/ = false
...vm.VmDispatcherProperties/destinationConnectorProperties/retryCount/ = 0
...vm.VmDispatcherProperties/destinationConnectorProperties/rotate/ = false
...vm.VmDispatcherProperties/destinationConnectorProperties/includeFilterTransformer/ = false
...vm.VmDispatcherProperties/destinationConnectorProperties/threadCount/ = 1
...vm.VmDispatcherProperties/destinationConnectorProperties/threadAssignmentVariable/ =
...vm.VmDispatcherProperties/destinationConnectorProperties/validateResponse/ = false
...vm.VmDispatcherProperties/destinationConnectorProperties/resourceIds/entry/string/ = Default Resource
...vm.VmDispatcherProperties/destinationConnectorProperties/resourceIds/entry/string/ = [Default Resource]
...vm.VmDispatcherProperties/destinationConnectorProperties/queueBufferSize/ = 1000
...vm.VmDispatcherProperties/destinationConnectorProperties/reattachAttachments/ = true
...vm.VmDispatcherProperties/channelId/ = none
...vm.VmDispatcherProperties/channelTemplate/ = ${message.encodedData}
...vm.VmDispatcherProperties/mapVariables/ =
</pre>
</div>
<h4>
Connector filter elements (0)</h4>
<div>
<ul></ul>
</div>
<h4>
Connector transformer elements (0)</h4>
<div>
<ul></ul>
</div>
<h4>
Connector response transformer elements (0)</h4>
<div>
<ul></ul>
</div>
</div>
<h4>
*CONNECTOR* Send to 6667 (TCP Sender)</h4>
<div class="accordion3">
<h4>
Connector properties</h4>
<div>
<pre>...tcp.TcpDispatcherProperties/pluginProperties/ =
...tcp.TcpDispatcherProperties/destinationConnectorProperties/queueEnabled/ = false
...tcp.TcpDispatcherProperties/destinationConnectorProperties/sendFirst/ = false
...tcp.TcpDispatcherProperties/destinationConnectorProperties/retryIntervalMillis/ = 10000
...tcp.TcpDispatcherProperties/destinationConnectorProperties/regenerateTemplate/ = false
...tcp.TcpDispatcherProperties/destinationConnectorProperties/retryCount/ = 0
...tcp.TcpDispatcherProperties/destinationConnectorProperties/rotate/ = false
...tcp.TcpDispatcherProperties/destinationConnectorProperties/includeFilterTransformer/ = false
...tcp.TcpDispatcherProperties/destinationConnectorProperties/threadCount/ = 1
...tcp.TcpDispatcherProperties/destinationConnectorProperties/threadAssignmentVariable/ =
...tcp.TcpDispatcherProperties/destinationConnectorProperties/validateResponse/ = true
...tcp.TcpDispatcherProperties/destinationConnectorProperties/resourceIds/entry/string/ = Default Resource
...tcp.TcpDispatcherProperties/destinationConnectorProperties/resourceIds/entry/string/ = [Default Resource]
...tcp.TcpDispatcherProperties/destinationConnectorProperties/queueBufferSize/ = 1000
...tcp.TcpDispatcherProperties/destinationConnectorProperties/reattachAttachments/ = true
...tcp.TcpDispatcherProperties/transmissionModeProperties/pluginPointName/ = MLLP
...tcp.TcpDispatcherProperties/transmissionModeProperties/startOfMessageBytes/ = 0B
...tcp.TcpDispatcherProperties/transmissionModeProperties/endOfMessageBytes/ = 1C0D
...tcp.TcpDispatcherProperties/transmissionModeProperties/useMLLPv2/ = false
...tcp.TcpDispatcherProperties/transmissionModeProperties/ackBytes/ = 06
...tcp.TcpDispatcherProperties/transmissionModeProperties/nackBytes/ = 15
...tcp.TcpDispatcherProperties/transmissionModeProperties/maxRetries/ = 2
...tcp.TcpDispatcherProperties/serverMode/ = false
...tcp.TcpDispatcherProperties/remoteAddress/ = 127.0.0.1
...tcp.TcpDispatcherProperties/remotePort/ = 6667
...tcp.TcpDispatcherProperties/overrideLocalBinding/ = false
...tcp.TcpDispatcherProperties/localAddress/ = 0.0.0.0
...tcp.TcpDispatcherProperties/localPort/ = 0
...tcp.TcpDispatcherProperties/sendTimeout/ = 5000
...tcp.TcpDispatcherProperties/bufferSize/ = 65536
...tcp.TcpDispatcherProperties/maxConnections/ = 10
...tcp.TcpDispatcherProperties/keepConnectionOpen/ = false
...tcp.TcpDispatcherProperties/checkRemoteHost/ = false
...tcp.TcpDispatcherProperties/responseTimeout/ = 5000
...tcp.TcpDispatcherProperties/ignoreResponse/ = false
...tcp.TcpDispatcherProperties/queueOnResponseTimeout/ = true
...tcp.TcpDispatcherProperties/dataTypeBinary/ = false
...tcp.TcpDispatcherProperties/charsetEncoding/ = DEFAULT_ENCODING
...tcp.TcpDispatcherProperties/template/ = ${message.encodedData}
</pre>
</div>
<h4>
Connector filter elements (0)</h4>
<div>
<ul></ul>
</div>
<h4>
Connector transformer elements (0)</h4>
<div>
<ul></ul>
</div>
<h4>
Connector response transformer elements (1)</h4>
<div>
<ul><li>0 Mapper: Put the value of msg MSA.1.1 ("" if empty) in channel map with key msa_msa1_msa11.</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</body>
</html>