$$ADD(VAFCA,VAFCB) |
Output |
0^error message - in the case of a failure
1 - in the case that the entry is added
|
VAFCA |
Input |
This parameter contains four components. Below is a
description of each component:
Date Received^Event date^From whom^patient IEN
Date Received - This is the date/time that the exception was received at the
facility. Must be in FM format.
Event date - This is the date/time when the event occurred that caused this
information to be sent. Must be in FM format.
From whom - This is who sent the information. This should be in a free
text format. There is a potential that exception could be coming from sources
other than what is listed in the institution file. FORMAT institution
name(sender name)
Patient IEN - The patient file internal entry number.
|
VAFCB |
Input |
This parameter contains the value or location of the
array. The array value should either be passed with a local or global
reference. The array should be in the following format:
X(File#,Field#)=value Example: RGRS(2,.03)=value
**Note this is only used for editing Patient (#2) file fields, not subfiles.
**
**NOTE**
When setting info in the passage array please follow this format for these
exceptions. Unspecified or blank data should have no array element or an array
element set to the mumps null. If data from a sender can not be resolved then
set $P(array element,U,2)=1. If you wish to delete what is in the receiving
facilities field set the array element to "@".
EX. S X(1)="""@"""
|