source: FOIAVistA/tag/r/PCE_PATIENT_CARE_ENCOUNTER-AUTN-EFDP-PX-VSIT--PXRM/PXCEVST.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: 1.9 KB
Line 
1PXCEVST ;ISL/dee,ISA/KWP - Used to edit a visit and display a visit ;04/8/99
2 ;;1.0;PCE PATIENT CARE ENCOUNTER;**22,74,111,130,124**;Aug 12, 1996
3 ;; ;
4 Q
5 ;
6 ;Line with the line label "FORMAT"
7 ;;Long name~File Number~Node Subscripts~Allow Duplicate entries (not used on visit)~File global name
8 ; 1 2 3 4 5
9 ;
10 ;Following lines:
11 ;;Node~Piece~,Field Number~Edit Label~Display Label~Display Routine~Edit Routine~Help Text for DIR("?")~Set of PXCEKEYS that can Edit~D if Detail Display Only~
12 ; 1 ~ 2 ~ 3 ~ 4 ~ 5 ~ 6 ~ 7 ~ 8 ~ 9 ~ 10
13 ;The Display & Edit routines are for special cases.
14 ;
15FORMAT ;;Encounter~9000010~0,21,150,800,811,812~~^AUPNVSIT
16 ;;0~1~.01~Encounter Date and Time: ~Encounter Date and Time: ~~EVISITDT^PXCEVSIT(1)~~~B
17 ;;0~18~.18~Check Out ~Check Out Date and Time: ~~ECODT^PXCEVSIT~~~D
18 ;;800~1~80001~Service Connected: ~Service Connected: ~~GET800^PXCEE800~~~D
19 ;;800~7~80007~Combat Veteran: ~Combat Veteran: ~~SKIP^PXCEVSIT~~~D
20 ;;800~2~80002~Agent Orange Exposure: ~Agent Orange Exposure: ~~SKIP^PXCEVSIT~~~D
21 ;;800~3~80003~Ionizing Radiation Exposure: ~Ionizing Radiation Exposure: ~~SKIP^PXCEVSIT~~~D
22 ;;800~4~80004~Environmental Contaminants: ~Environmental Contaminants: ~~SKIP^PXCEVSIT~~~D
23 ;;800~5~80005~Military Sexual Trauma: ~Military Sexual Trauma: ~~SKIP^PXCEVSIT~~~D
24 ;;800~6~80006~Head and/or Neck Cancer: ~Head and/or Neck Cancer: ~~SKIP^PXCEVSIT~~~D
25 ;
26 ;
27 ;
28 ;********************************
29 ;Special cases for display of visit are in PXCEVSIT.
30 ;
31 ;********************************
32 ;Special cases for edit of visit are in PXCEVSIT.
33 ;
34 ;********************************
35 ;Display text for the .01 field which is a Date and Time.
36 ;(Must have is called by ASK^PXCEVFI2 and DEL^PXCEVFI2.)
37DISPLY01(PXCEVSIT) ;
38 Q $$DISPLY01^PXCESIT(PXCEVSIT)
39 ;
Note: See TracBrowser for help on using the repository browser.