| LIST(.RESULT,DFN,STATUS) |
Returns a list of patient problems (no hidden
problems).
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
RESULT |
Output |
List of problems and key attributes in the format:
RESULT(0)=number of problems returned
RESULT(n)=IFN^Status^Description^ICD^Onset^LastMod^
SC^Exposures^Condition^Loc^LocType^Prov^
Service^Priority^HasComment^Recorded^
SCconditions^InactiveICDcode
|
DFN |
Input |
Patient file #2 IEN
|
STATUS |
Input |
The type of problems to be returned, by status; may
be A=active, I=inactive, or "" to get all problems.
|
|
DELLIST(.RESULT,DFN) |
Returns a list of hidden problems for a patient.
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
RESULT |
Output |
List of problems and key attributes in the format:
RESULT(n)=IFN^Status^Description^ICD^Onset^LastMod^
SC^Exposures^Condition^Loc^LocType^Prov^
Service^Priority^HasComment^Recorded^
SCconditions^InactiveICDcode
|
DFN |
Input |
Patient file #2 IEN
|
|