BLDEVN |
The entry point builds the EVN segment via version
2.4 including the Treating Facility last treatment date and event reason.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
DFN |
Input |
DFN - Internal Entry Number of the patient in the
Patient (#2) file.
|
SEQ |
Input |
SEQ - variable consisting of sequence numbers
delimited by commas that will be used to build the message.
|
EVN |
Input |
EVN (passed by reference) - array location to place
EVN segment result, the array can have existing values when passed.
|
HL |
Input |
HL - array that contains the necessary HL variables
(init^hlsub)
|
EVR |
Input |
EVR - event reason that triggered this message.
|
ERR |
Input |
ERR - array that is used to return an error.
|
|
BLDPD1 |
This entry point will build the version 2.4 PD1
segment.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
DFN |
Input |
DFN - internal entry number of the patient in the
PATIENT (#2) file.
|
SEQ |
Input |
SEQ - variable consisting of sequence numbers
delimited by commas that will be used to build the message.
|
PD1 |
Input |
PD1 (passed by reference) - array location to place
PD1 segment result, the array can have existing values when passed.
|
HL |
Input |
HL - array that contains the necessary HL variables
(init^hlsub)
|
ERR |
Input |
ERR - array that is used to return an error.
|
|
BLDPID |
This entry point will build the version 2.4 PID
segment.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
DFN |
Input |
DFN - internal entry number of the patient in the
PATIENT (#2) file.
|
CNT |
Input |
CNT - value to be place in PID seq#1 (SET ID)
|
SEQ |
Input |
SEQ - variable consisting of sequence numbers
delimited by commas that will be used to build the message.
"ALL" can be passed to get all available fields in the PID segment that are
available. This is the default.
|
PID |
Input |
PID (passed by reference) - array location to place
PID segment result, the array can have existing values when passed.
|
HL |
Input |
HL - array that contains the necessary HL variables
(init^hlsub)
|
ERR |
Input |
ERR - array that is used to return an error.
|
|