1 | PXCEXAM ;ISL/dee - Used to edit and display V EXAM ;3/19/97
|
---|
2 | ;;1.0;PCE PATIENT CARE ENCOUNTER;**27**;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 | ;Followning 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 caces.
|
---|
14 | ; (The .01 field cannot have a special edit.)
|
---|
15 | ;
|
---|
16 | FORMAT ;;Exam~9000010.13~0,12,811,812~1~^AUPNVXAM
|
---|
17 | ;;0~1~.01~Exam: ~Exam: ~~~~~B
|
---|
18 | ;;0~4~.04~Results: ~Results: ~~~~~D
|
---|
19 | ;;12~4~1204~Encounter Provider: ~Encounter Provider: ~~EPROV12^PXCEPRV~~~D
|
---|
20 | ;;811~1~81101~Comments: ~Comments: ~~~~~D
|
---|
21 | ;;
|
---|
22 | ;
|
---|
23 | ;The interface for AICS to get list on form for help.
|
---|
24 | INTRFACE ;;PX SELECT EXAMS
|
---|
25 | ;********************************
|
---|
26 | ;Special cases for display.
|
---|
27 | ;
|
---|
28 | ;********************************
|
---|
29 | ;Special cases for edit.
|
---|
30 | ;
|
---|
31 | ;
|
---|
32 | ;********************************
|
---|
33 | ;Display text for the .01 field which is a pointer to Skin Test.
|
---|
34 | ;(Must have is called by ASK^PXCEVFI2 and DEL^PXCEVFI2.)
|
---|
35 | DISPLY01(PXCEXAM) ;
|
---|
36 | N DIERR,PXCEDILF,PXCEINT,PXCEEXT
|
---|
37 | S PXCEINT=$P(PXCEXAM,"^",1)
|
---|
38 | S PXCEEXT=$$EXTERNAL^DILFD(9000010.13,.01,"",PXCEINT,"PXCEDILF")
|
---|
39 | Q $S('$D(DIERR):PXCEEXT,1:PXCEINT)
|
---|
40 | ;
|
---|