PXCEPED ;ISL/dee - Used to edit and display V PATIENT ED ;3/19/97 ;;1.0;PCE PATIENT CARE ENCOUNTER;**27**;Aug 12, 1996 ;; ; Q ; ;Line with the line label "FORMAT" ;;Long name~File Number~Node Subscripts~Allow Duplicate entries (1=yes, 0=no)~File global name ; 1 2 3 4 5 ; ;Followning lines: ;;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~ ; 1 ~ 2 ~ 3 ~ 4 ~ 5 ~ 6 ~ 7 ~ 8 ~ 9 ~ 10 ;The Display & Edit routines are for special caces. ; (The .01 field cannot have a special edit.) ; FORMAT ;;Patient Education~9000010.16~0,12,811,812~1~^AUPNVPED ;;0~1~.01~Education Topic: ~Education Topic: ~~~~~B ;;0~6~.06~Level of Understanding: ~Level of Understanding: ~~~~~D ;;12~4~1204~Encounter Provider: ~Encounter Provider: ~~EPROV12^PXCEPRV~~~D ;;811~1~81101~Comments: ~Comments: ~~~~~D ;; ; ;The interface for AICS to get list on form for help. INTRFACE ;;PX SELECT EDUCATION TOPICS ; ;******************************** ;Special cases for display. ; ;******************************** ;Special cases for edit. ; ;******************************** ;Display text for the .01 field which is a pointer to Education Topics ;(Must have is called by ASK^PXCEVFI2 and DEL^PXCEVFI2.) DISPLY01(PXCEPED) ; N DIERR,PXCEDILF,PXCEEXT,PXCEINT S PXCEINT=$P(PXCEPED,"^",1) S PXCEEXT=$$EXTERNAL^DILFD(9000010.16,.01,"",PXCEINT,"PXCEDILF") Q $S('$D(DIERR):PXCEEXT,1:PXCEINT) ;