- PXCEXAM ;ISL/dee - Used to edit and display V EXAM ;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 ;;Exam~9000010.13~0,12,811,812~1~^AUPNVXAM
- ;;0~1~.01~Exam: ~Exam: ~~~~~B
- ;;0~4~.04~Results: ~Results: ~~~~~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 EXAMS
- ;********************************
- ;Special cases for display.
- ;
- ;********************************
- ;Special cases for edit.
- ;
- ;
- ;********************************
- ;Display text for the .01 field which is a pointer to Skin Test.
- ;(Must have is called by ASK^PXCEVFI2 and DEL^PXCEVFI2.)
- DISPLY01(PXCEXAM) ;
- N DIERR,PXCEDILF,PXCEINT,PXCEEXT
- S PXCEINT=$P(PXCEXAM,"^",1)
- S PXCEEXT=$$EXTERNAL^DILFD(9000010.13,.01,"",PXCEINT,"PXCEDILF")
- Q $S('$D(DIERR):PXCEEXT,1:PXCEINT)
- ;
- PXCEXAM ;ISL/dee - Used to edit and display V EXAM ;3/19/97
- +1 ;;1.0;PCE PATIENT CARE ENCOUNTER;**27**;Aug 12, 1996
- +2 ;; ;
- +3 QUIT
- +4 ;
- +5 ;Line with the line label "FORMAT"
- +6 ;;Long name~File Number~Node Subscripts~Allow Duplicate entries (1=yes, 0=no)~File global name
- +7 ; 1 2 3 4 5
- +8 ;
- +9 ;Followning lines:
- +10 ;;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~
- +11 ; 1 ~ 2 ~ 3 ~ 4 ~ 5 ~ 6 ~ 7 ~ 8 ~ 9 ~ 10
- +12 ;The Display & Edit routines are for special caces.
- +13 ; (The .01 field cannot have a special edit.)
- +14 ;
- FORMAT ;;Exam~9000010.13~0,12,811,812~1~^AUPNVXAM
- +1 ;;0~1~.01~Exam: ~Exam: ~~~~~B
- +2 ;;0~4~.04~Results: ~Results: ~~~~~D
- +3 ;;12~4~1204~Encounter Provider: ~Encounter Provider: ~~EPROV12^PXCEPRV~~~D
- +4 ;;811~1~81101~Comments: ~Comments: ~~~~~D
- +5 ;;
- +6 ;
- +7 ;The interface for AICS to get list on form for help.
- INTRFACE ;;PX SELECT EXAMS
- +1 ;********************************
- +2 ;Special cases for display.
- +3 ;
- +4 ;********************************
- +5 ;Special cases for edit.
- +6 ;
- +7 ;
- +8 ;********************************
- +9 ;Display text for the .01 field which is a pointer to Skin Test.
- +10 ;(Must have is called by ASK^PXCEVFI2 and DEL^PXCEVFI2.)
- DISPLY01(PXCEXAM) ;
- +1 NEW DIERR,PXCEDILF,PXCEINT,PXCEEXT
- +2 SET PXCEINT=$PIECE(PXCEXAM,"^",1)
- +3 SET PXCEEXT=$$EXTERNAL^DILFD(9000010.13,.01,"",PXCEINT,"PXCEDILF")
- +4 QUIT $SELECT('$DATA(DIERR):PXCEEXT,1:PXCEINT)
- +5 ;