ORHLESC ;SLC/JMH - HL7 UTILITY ;11:26 AM 2 Apr 2001
Source file <ORHLESC.m>
| Name | Comments | DBIA/ICR reference |
|---|---|---|
| ESC(ORSTR,VAL) | ; REPLACE HL7 DELIMITER CHAR
|
|
| UNESC(ORSTR,VAL) | ;
; Remove Escape Characters from HL7 Message Text ; Escape Sequence codes: ; F = field separator (ORFS) ; S = component separator (ORCS) ; R = repetition separator (ORRS) ; E = escape character (ORES) ; T = subcomponent separator (ORSS) |
|
| REPLACE(X,Y,Z) | ;
; X is initial string ; Y is string to be replaced ; Z is string to replace |