Delimiters that are handled in SCE as part of de-batch
Pega Smart Claims Engine for Healthcare currently handles multiple delimiters to be part of a single file as shown below.
ASCII control characters | Status | ASCII printable | Status |
00NULL(Null character) | Working | 32space | Out of scope |
01SOH(Start of Header) | Working | 33! | Working |
02STX(Start of Text) | Working | 34" | Working |
03ETX(End of Text) | Working | 35# | Working |
04EOT(End of Trans.) | Working | 36$ | Working |
05ENQ(Enquiry) | Working | 37(%) | Working |
06ACK(Acknowledgement) | Working | 38& | Working |
07BEL(Bell) | Working | 39' | Working |
08BS(Backspace) | Working | 40( | Working |
09HT(Horizontal Tab) | Working | 41) | Working |
10LF(Line feed) | Working | 42* | Working |
11VT(Vertical Tab) | Working | 43+ | Working |
12FF(Form feed) | Working | 44, | Working |
13CR(Carriage return) | Working | 45- | Working |
14SO(Shift Out) | Working | 46(.) | Out of scope |
15SI(Shift In) | Working | 47/ | Working |
16DLE(Data link escape) | Working | 480 | Out of scope |
17DC1(Device control 1) | Working | 491 | Out of scope |
18DC2(Device control 2) | Working | 502 | Out of scope |
19DC3(Device control 3) | Working | 513 | Out of scope |
20DC4(Device control 4) | Working | 524 | Out of scope |
21NAK(Negative acknowl.) | Working | 535 | Out of scope |
22SYN(Synchronous idle) | Working | 546 | Out of scope |
23ETB(End of trans. block) | Working | 557 | Out of scope |
24CAN(Cancel) | Working | 568 | Out of scope |
25EM(End of medium) | Working | 579 | Out of scope |
26SUB(Substitute) | Working | 58(:) | Working |
27ESC(Escape) | Working | 59; | Working |
28FS(File separator) | Working | 60< | Working |
29GS(Group separator) | Working | 61= | Working |
30RS(Record separator) | Working | 62> | Working |
31US(Unit separator) | Working | 63? | Working |
127DEL(Delete) | Working | 64@ | Working |
91[ | Working | ||
92\ | Working | ||
93] | Working | ||
94^ | Working | ||
95_ | Working | ||
96` | Working | ||
123{ | Working | ||
124| | Working | ||
125} | Working | ||
126~ | Working |
Pega Smart Claims Engine for Healthcare considers the below ASCII delimiter formats in the files received, all those highlighted are considered as delimiters and are working as expected. Multi-character delimiters are not acceptable; only single delimiter will be accepted.
All the below highlighted single character delimiters are verified and considered as acceptable as delimiters in Pega Smart Claims Engine for Healthcare.
Previous topic Handling different segments within a file as part of SCE de-batch Next topic X12 and File status tables