source: FOIAVistA/tag/r/PCE_PATIENT_CARE_ENCOUNTER-AUTN-EFDP-PX-VSIT--PXRM/VSITFLD.m@ 628

Last change on this file since 628 was 628, checked in by George Lilly, 14 years ago

initial load of FOIAVistA 6/30/08 version

File size: 2.8 KB
Line 
1VSITFLD ;ISD/MRL,RJP - Visit Tracking file fields array setup ;6/20/96
2 ;;1.0;PCE PATIENT CARE ENCOUNTER;**76,81,111,130,124,164**;Aug 12, 1996
3 ; Patch PX*1*76 changes the 2nd line of all VSIT* routines to reflect
4 ; the incorporation of the module into PCE. For historical reference,
5 ; the old (VISIT TRACKING) 2nd line is included below to reference VSIT
6 ; patches.
7 ;
8 ;;2.0;VISIT TRACKING;**4**;Aug 12, 1996;
9 ;
10 Q
11 ;
12FLD ; - Visit file fields; array subscript and field DD number fmt
13 ; <visit subscript>;<field#>;<node>;<piece>;<error message>
14 ;
15 S ^TMP("VSITDD",$J,"VDT")="VDT;.01;0;1;Invalid Encounter/Admit Date&Time [0;1]"
16 S ^TMP("VSITDD",$J,"CDT")="CDT;.02;0;2"
17 S ^TMP("VSITDD",$J,"TYP")="TYP;.03;0;3;Invalid Type [0:3]"
18 S ^TMP("VSITDD",$J,"PAT")="PAT;.05;0;5;Invalid Patient [0:5]"
19 S ^TMP("VSITDD",$J,"INS")="INS;.06;0;6;Invalid Loc of Encounter [0:6]"
20 S ^TMP("VSITDD",$J,"SVC")="SVC;.07;0;7;Invalid Service Category [0:7]"
21 S ^TMP("VSITDD",$J,"DSS")="DSS;.08;0;8;Invalid DSS ID [0:8]"
22 S ^TMP("VSITDD",$J,"CTR")="CTR;.09;0;9"
23 S ^TMP("VSITDD",$J,"DEL")="DEL;.11;0;11"
24 S ^TMP("VSITDD",$J,"LNK")="LNK;.12;0;12"
25 S ^TMP("VSITDD",$J,"MDT")="MDT;.13;0;13"
26 S ^TMP("VSITDD",$J,"COD")="COD;.18;0;18"
27 S ^TMP("VSITDD",$J,"ELG")="ELG;.21;0;21;Invalid Eligibility [0:21]"
28 S ^TMP("VSITDD",$J,"LOC")="LOC;.22;0;22;Invalid Hospital Location [0:22] - The specified Hospital Location was not found defined in the Hospital Location file."
29 S ^TMP("VSITDD",$J,"USR")="USR;.23;0;23;Invalid Created by User [0:23]"
30 S ^TMP("VSITDD",$J,"OPT")="OPT;.24;0;24"
31 S ^TMP("VSITDD",$J,"PRO")="PRO;.25;0;25"
32 S ^TMP("VSITDD",$J,"ACT")="ACT;.26;0;26"
33 S ^TMP("VSITDD",$J,"OUT")="OUT;2101;21;1"
34 S ^TMP("VSITDD",$J,"VID")="VID;15001;150;1"
35 S ^TMP("VSITDD",$J,"IO")="IO;15002;150;2"
36 S ^TMP("VSITDD",$J,"PRI")="PRI;15003;150;3"
37 S ^TMP("VSITDD",$J,"SC")="SC;80001;800;1"
38 S ^TMP("VSITDD",$J,"AO")="AO;80002;800;2"
39 S ^TMP("VSITDD",$J,"IR")="IR;80003;800;3"
40 S ^TMP("VSITDD",$J,"EC")="EC;80004;800;4"
41 S ^TMP("VSITDD",$J,"MST")="MST;80005;800;5" ;added 6/17/98 for MST enhancement
42 S ^TMP("VSITDD",$J,"HNC")="HNC;80006;800;6" ;PX*1*111 added for HNC enhancement
43 S ^TMP("VSITDD",$J,"CV")="CV;80007;800;7" ;PX*1*130 Combat Veteran
44 S ^TMP("VSITDD",$J,"SCEF")="SCED;80011;800;11" ;PX*1*124 SC EDIT FLAG
45 S ^TMP("VSITDD",$J,"AOEF")="AOED;80012;800;12" ;PX*1*124 AO EDIT FLAG
46 S ^TMP("VSITDD",$J,"IREF")="IRED;80013;800;13" ;PX*1*124 IR EDIT FLAG
47 S ^TMP("VSITDD",$J,"ECEF")="ECED;80014;800;14" ;PX*1*124 EC EDIT FLAG
48 S ^TMP("VSITDD",$J,"MSTEF")="MSTED;80015;800;15" ;PX*1*124 MST EDIT FLAG
49 S ^TMP("VSITDD",$J,"HNCEF")="HNCED;80016;800;16" ;PX*1*124 HNC EDIT FLAG
50 S ^TMP("VSITDD",$J,"CVEF")="CVED;80017;800;17" ;PX*1*124 CV EDIT FLAG
51 S ^TMP("VSITDD",$J,"COM")="COM;81101;811;1"
52 S ^TMP("VSITDD",$J,"VER")="VER;81201;812;1"
53 S ^TMP("VSITDD",$J,"PKG")="PKG;81202;812;2"
54 S ^TMP("VSITDD",$J,"SOR")="SOR;81203;812;3"
55 Q
56 ;
Note: See TracBrowser for help on using the repository browser.