source: FOIAVistA/tag/r/PCE_PATIENT_CARE_ENCOUNTER-AUTN-EFDP-PX-VSIT--PXRM/PXCEHF.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.8 KB
Line 
1PXCEHF ;ISL/dee - Used to edit and display V HEALTH FACTORS ;4/18/97
2 ;;1.0;PCE PATIENT CARE ENCOUNTER;**27,22**;Aug 12, 1996
3 ;; ;
4 Q
5 ;
6 ;Line with the line label "FORMAT"
7 ;;Long name~File Number~Node Subscripts~Allow Duplicate entries (1=yes, 0=no)~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 ; (The .01 field cannot have a special edit.)
15 ;
16FORMAT ;;Health Factors~9000010.23~0,12,811,812~1~^AUPNVHF
17 ;;0~1~.01~Health Factor: ~Health Factor: ~~~~~~B
18 ;;0~4~.04~Level/Severity: ~Level/Severity: ~~~~~~D
19 ;;811~1~81101~Comments: ~Comments: ~~~~~D
20 ;;
21 ;Do not ask the following.
22 ;;12~1~1201~Event Date and (optional) Time~Event Date and Time: ~~E1201^PXCEPOV1(0,30,30)~~~D
23 ;;12~2~1202~Ordering Provider: ~Ordering Provider: ~~EPROV12^PXCEPRV~~P~D
24 ;;12~4~1204~Encounter Provider: ~Encounter Provider: ~~EPROV12^PXCEPRV~~~D
25 ;
26 ;The interface for AICS to get list on form for help.
27INTRFACE ;;PX SELECT HEALTH FACTORS
28 ;
29 ;********************************
30 ;Special cases for display.
31 ;
32 ;********************************
33 ;Special cases for edit.
34 ;
35 ;
36 ;********************************
37 ;Display text for the .01 field which is a pointer to Skin Test.
38 ;(Must have is called by ASK^PXCEVFI2 and DEL^PXCEVFI2.)
39DISPLY01(PXCEHF) ;
40 N DIERR,PXCEDILF,PXCEEXT,PXCEINT
41 S PXCEINT=$P(PXCEHF,"^",1)
42 S PXCEEXT=$$EXTERNAL^DILFD(9000010.23,.01,"",PXCEINT,"PXCEDILF")
43 Q $S('$D(DIERR):PXCEEXT,1:PXCEINT)
44 ;
Note: See TracBrowser for help on using the repository browser.