| ESC |
This entry point removes characters defined in DELIM
from the string STRING and replaces them with an escape sequence.
If DELIM is not passed to $$ESC, it will default to the standard HL7 encoding
characters "~|\&^".
~ Component separator converted to \S\
| Repetition separator converted to \R\
\ Escape character converted to \E\
& Sub-Component converted to \T\
^ Field separator converted to \F\
|
| VARIABLES |
TYPE |
STRING |
Input |
DELIM |
Input |
$$ESC |
Output |
|
UNESC |
This entry point replaces the escape sequences in
STRING with the proper escaped charater from DELIM. See entry point ESC of
ORHLESC for details on defaults for DELIM and mapping of escaped characters to
escape sequenses.
|
| VARIABLES |
TYPE |
STRING |
Input |
DELIM |
Input |
$$UNESC |
Output |
|