Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Source |  Entry Points
Print Page as PDF
Routine: ORHLESC

Package: Order Entry Results Reporting

Routine: ORHLESC


Information

ORHLESC ;SLC/JMH - HL7 UTILITY ;11:26 AM 2 Apr 2001

Source Information

Source file <ORHLESC.m>

Entry Points

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
Info |  Source |  Entry Points