DFN |
Input |
The internal entry number (IEN) of the patient in the
PATIENT file (#2).
|
ARRAY |
Input |
Name of the array to return data in. If not defined,
data is returned in GMRARXN().
Returned Data Format:
ARRAY(X)=Caret-delimited string
X - number that starts at one for the first
reaction and increments by one for each
subsequent reaction
Caret-delimited string:
Piece Value
==================================================
1 REACTANT field (#.02) in the PATIENT
ALLERGIES file (#120.8)
NOTE: For reactions of type DRUG, DRUG
FOOD, DRUG OTHER, or DRUG FOOD
OTHER where the REACTANT field
does not exactly match the GMR
ALLERGY field (#1) in external
format, this piece will contain
the GMR ALLERGY field in external
format followed by a space
followed by the REACTANT field
surrounded by brackets.
Consider two examples:
"ATORVASTATIN [LIPITOR]" and
"IODINE".
2 SEVERITY field (#14.5) in the ADVERSE
REACTION REPORTING file (#120.85) in
external format
3 IEN in the PATIENT ALLERGIES file
(#120.8)
ARRAY(X,"S",COUNT)=Semi-colon delimited string
COUNT - number that starts at one for the first
sign or symptom and increments by one
for each subsequent sign or symptom.
Semi-colon delimited string:
Piece Value
==================================================
1 REACTION sub-field (#.01) in the
REACTIONS field (#10) in the PATIENT
ALLERGIES file (#120.8) in external
format
2 DATE ENTERED sub-field (#3) in the
REACTIONS field (#10) in the PATIENT
ALLERGIES file (#120.8) in internal
FileMan format
NOTE: This piece is only returned if
the GMRAIDT input variable
evaluates to true.
|
GMRA |
Input |
Optional. Type of reactions to return. Refer to
integration agreement #10099 GMRADPT for an explanation of this variable.
|
GMRAIDT |
Input |
Optional. If set to a value that evaluates to true,
the API will return the date/time on which each sign or symptom that is
returned occurred in the second semi-colon piece of ARRAY(X,"S",COUNT). If
set to a value that evaluates to false or is undefined, the API will not
return the date/time.
|