ENTRY |
Input |
Describes the reactant entry that is to be found and
updated. It is in the format of IEN;FILE REFERENCE^TEXT. For example, if
entry number 32 in the GMR ALLERGIES file was DAVETONIN then ENTRY would be
32;GMRD(120.8,^DAVETONIN.
|
ING |
Input |
Array listing ingredients that are being changed for
the reactant identified in the ENTRY variable. This array will list both
ingredients being added and those being deleted. The format of the ING array
will be ING("A",IEN) where "A" indicates that the ingredient is being added.
The IEN will be the IEN in the DRUG INGREDIENTS file (50.416). ING("D",IEN)
is used to indicate ingredients that will be deleted.
|
CLASS |
Input |
Array listing drug classes that are being changed for
the reactant identified in the ENTRY variable. This array will list both
classes being added and those being delted. The format of the CLASS array
will be CLASS("A",IEN) where "A" indicates that the class is being added. The
IEN will be the IEN in the drug class in the VA DRUG CLASS file (50.605).
CLASS("D",IEN) is used to indicate drug classes that will be deleted.
|