Ignore:
Timestamp:
Dec 4, 2009, 8:26:01 PM (14 years ago)
Author:
George Lilly
Message:

WorldVistAEHR overlayed on FOIAVistA

Location:
FOIAVistA/tag/r
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • FOIAVistA/tag/r/PAID-PRS/PRS8VW1.m

    r628 r636  
    1 PRS8VW1 ;HISC/MRL-DECOMPOSITION, VIEW RESULTS, CONT. ;01/23/07
    2  ;;4.0;PAID;**6,35,45,69,112**;Sep 21, 1995;Build 54
    3  ;;Per VHA Directive 2004-038, this routine should not be modified.
     1PRS8VW1 ;HISC/MRL-DECOMPOSITION, VIEW RESULTS, CONT. ;8/23/01
     2 ;;4.0;PAID;**6,35,45,69**;Sep 21, 1995
    43 ;
    54 ;This routine is used to view the results of the decomposition.
     
    1817 S E=E(3),W="Misc",LOC=0 D SHOW
    1918 I 'CHECK,"C"'[$E(IOST) D
    20  .W !,DASH1
     19 .W ! F I=1:1:79 W "-"
    2120 .W !,TR
    2221 K %,CHECK,D,E,I,L,LOC,USED,W,X,Y Q
     
    3130 ..S FOUND(LOC(1))=$G(FOUND(LOC(1)))
    3231 ..S $P(FOUND(LOC(1)),"^",$S(LOC<2:1,1:4))=X
    33  .S Y=$P($T(@($E(X)_"^PRS8VW2")),";;",2)
     32 .S Y=$P($T(@$E(X)),";;",2)
    3433 .S Y(1)=$F(Y,$E(X,2)_":")
    3534 .S Y=$P($E(Y,Y(1),999),":",1,2)
     
    5554 I 'S,LOC'=1 K FOUND(LOC(1))
    5655 Q
     56 ;
     57 ; This internal table stores types of time codes and their
     58 ; corresponding descriptions and TT8B value field lengths. Each
     59 ; single char line label below is the 1st char of a type of time code.
     60 ; The text on the corresponding line contains '^' delimited
     61 ; pieces.  The 1st char of those pieces is the 2nd char of a type of
     62 ; time.  The text description for that time code is given by the
     63 ; the number in the 2nd ':' delimited piece.  That number indicates
     64 ; the line number below the label TYP in routine PRS8VW2.  The 3rd
     65 ; ':' delimited piece is the length of the time code's value in the
     66 ; TT8B String.
     67 ;
     68A ;;N:1:3^U:5:3^L:1:3^B:5:3^D:63:3^F:63:3
     69C ;;E:7:3^U:8:3^T:7:3^O:8:3^L:34:4^A:55:4^Y:57:3^D:60:6
     70D ;;A:16:3^B:17:3^C:18:3^E:16:3^F:17:3^G:18:3^W:45:2^T:48:6
     71E ;;A:38:5^B:40:5^C:38:5^D:40:5
     72F ;;F:59:4^A:61:3^B:61:3^C:62:3^D:62:3^E:64:6
     73H ;;A:29:3^B:30:3^C:31:3^L:29:3^M:30:3^N:31:3^D:36:3^O:36:3
     74I ;;N:46:1
     75L ;;U:48:4^N:49:4^D:50:4^A:53:1
     76M ;;L:54:4
     77N ;;O:4:3^A:10:3^B:11:3^P:4:3^R:10:3^S:11:3^L:44:2^T:65:3^H:65:3
     78O ;;A:20:3^B:21:3^C:22:3^K:24:3^M:25:3^N:34:4^E:20:3^F:21:3^G:22:3^S:24:3^U:25:3
     79P ;;T:32:3^A:33:3^H:32:3^B:33:3^C:56:2
     80R ;;T:6:3^A:26:3^B:27:3^C:28:3^L:6:3^E:26:3^F:27:3^G:28:3^R:58:1
     81S ;;K:2:3^P:12:3^A:13:3^B:14:3^C:15:3^L:2:3^Q:12:3^E:13:3^F:14:3^G:15:3
     82T ;;F:19:3^A:42:3^C:43:3^G:19:3^B:42:3^D:43:3^L:47:3^O:52:1
     83U ;;N:9:3^S:9:3
     84V ;;C:37:6^S:37:6
     85W ;;D:3:3^P:3:3
     86Y ;;A:23:3^D:35:4^E:23:3^H:35:4
     87 Q
Note: See TracChangeset for help on using the changeset viewer.