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