DFN |
Input |
The IEN of the patient file (#2) (required)
|
ENDDT |
Input |
Ending date/time in internal FileMan format
(optional, default is today's date at 11:59 pm)
|
BEGDT |
Input |
Beginning date/time in internal FileMan format
(optional, default is one year prior to today's date)
|
OCCLIM |
Input |
Maximum number of days for which data is returned (If
multiple visits on a given day, all data for these visit will be returned) or
an "R" for only the most recent occurrence of each topic. (optional, default
is 999)
|
CATCODE |
Input |
Pattern Match which controls visit data that is
returned (can include multiple codes). (required)
A = AMBULATORY
H = HOSPITALIZATION
I = IN HOSPITAL
C = CHART REVIEW
T = TELECOMMUNICATIONS
N = NOT FOUND
S = DAY SURGERY
O = OBSERVATION
E = EVENT (HISTORICAL)
R = NURSING HOME
D = DAILY HOSPITALIZATION DATA
X = ANCILLARY PACKAGE DAILY DATA
|
~TMP("PXPE",$J, |
Output |
Data from V Patient Education (9000010.16) file
^TMP("PXPE",$J,InvDt,TOPIC,IFN,0) = TOPIC [E;.01]
^ EVENT DATE/TIME or VISIT/ADMIT DATE&TIME [I;1201 or .03]
^ LEVEL OF UNDERSTANDING [E;.06] ^ ORDERING PROVIDER [E;1202]
^ ENCOUNTER PROVIDER [E;1204]
^TMP("PXPE",$J,InvDt,TOPIC,IFN,1) = HOSPITAL LOCATION [E;9000010;.22]
^ HOSP. LOC. ABBREVIATION [E;44;1]
^ LOC OF ENCOUNTER [E;9000010;.06] ^ OUTSIDE LOC [E;9000010;2101]
^TMP("PXPE",$J,InvDt,TOPIC,IFN,"S") = DATA SOURCE [E;80102]
[] = [I(nternal)/E(xternal); Optional file #; Record #]
Subscripts:
InvDt - Inverse FileMan date of DATE OF event or visit
TOPIC - Patient Education Topic
IFN - Internal Record #
^TMP("PXPE",$J) should be killed by the calling application before EDUC is
called and after the array is used.
|