FMTPHONE |
Formats a VistA telephone number into an
HL7-compliant format.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
PHONE |
Both |
Phone number to be formatted.
|
EXT |
Output |
Phone number extension (if specified).
|
|
HL72VATS |
Converts HL7 formatted timestamps to VA format.
Returns formatted value.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
HL7TS |
Input |
Date/time stamp in 24H HL7 format (YYYYMMDDHHMMSS).
|
|
INSTRING |
Compare a string value to see if it is a list given a
particular delimiter.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
VALUE |
Input |
Value to find in the list.
|
LIST |
Input |
The list to check.
|
DELIM |
Input |
Delimiter that separates the data in the list.
Default is ",".
|
|
VA2HL7TS |
Converts VA formatted timestamps to HL7 format.
Returns formatted value.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
VATS |
Input |
Date/time stamp in VA format (YYYMMDD.HHMMSS).
|
|
ESCINVLD |
Escapes invalid ASCII characters in a single segment.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
SEG |
Both |
Segment array created by the HLO package.
|
ESC |
Input |
String to replace unprintable characters with.
|
|
INCINTF |
Checks temp global that indicates whether the process
is filing an incoming message.
|
|