$$PV1 |
The VistA Imaging development team will provide a
function that creates the PV1 segment in accordance with the 'Integrating the
Healthcare Enterprise Radiology Technical Framework' specifications for HL7
order (ORM) transactions.
The input variables are:
------------------------
XDFN - The Internal Entry Number (IEN) of the patient. XEVN - The HL7
event type of this message. XEVNDT - The radiology order event date/time.
(FileMan format) XYMSG - The name of the array defining the HL7 segment.
The output variable is:
-----------------------
@XYMSG - The input array specified by the radiology developer. This array will
assume the value of the PID segment.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
XDFN |
Input |
The Internal Entry Number (IEN) of the patient.
|
XEVN |
Input |
This variable identifies the event type of this
message.
|
XEVNDT |
Input |
This variable identifies the exam date/time of when
the case was examined, registered, or cancelled. (internal FileMan format)
|
XYMSG |
Both |
As an input variable XYMSG is set to the name of the
array in which to set to the value of the PV1 segment. As an output variable
the variable passed in the XYMSG parameter is set to the value of the PV1
segment.
|
|
$$PID |
The VistA Imaging development team will provide a
function that creates the PID segment in accordance with the 'Integrating the
Healthcare Enterprise Radiology Technical Framework' specifications for HL7
order (ORM) transactions.
The input variables are:
------------------------
XDFN - The Internal Entry Number (IEN) of the patient. XYMSG - The name of
the array defining the HL7 segment.
The output variable is:
-----------------------
@XYMSG - The input array specified by the radiology developer. This array will
assume the value of the PID segment.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
XDFN |
Input |
XDFN - The Internal Entry Number (IEN) of the
patient.
|
XYMSG |
Both |
As an input variable XYMSG is set to the name of the
array to which to add the value of the PID segment. As an output variable, the
array represented by the variable passed in the XYMSG parameter has a subtree
added to it containing the elements of the PID segment.
(the array may be multiply subscripted because the segment can exceed two
hundred forty-five characters in length)
|
|