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/CLINICAL_REMINDERS-PXRM/PXRMEUT.m

    r628 r636  
    1 PXRMEUT ; SLC/PJH - General extract utilities ;09/06/2007
    2  ;;2.0;CLINICAL REMINDERS;**4,6**;Feb 04, 2005;Build 123
     1PXRMEUT ; SLC/PJH - General extract utilities ;06/27/2006
     2 ;;2.0;CLINICAL REMINDERS;**4**;Feb 04, 2005;Build 21
    33 ;
    44 ;=================================================
     
    162162 ;
    163163 ;=================================================
    164 HELP(HTEXT) ;General help text output routine.
    165  N IND,NIN,NOUT,TEXTIN,TEXOUT
    166  ;Make sure the text is in a form the formatting routine can handle.
    167  S IND="",NIN=0
    168  F  S IND=$O(HTEXT(IND)) Q:IND=""  S NIN=NIN+1,TEXTIN(NIN)=HTEXT(IND)
    169  D FORMAT^PXRMTEXT(1,72,NIN,.TEXTIN,.NOUT,.TEXTOUT)
    170  F IND=1:1:NOUT W !,TEXTOUT(IND)
     164HELP(HTEXT) ;General help text routine. Write out the text in the HTEXT
     165 ;array.
     166 N DIWF,DIWL,DIWR,IC,X
     167 S DIWF="C70",DIWL=0,DIWR=70
     168 K ^UTILITY($J,"W")
     169 S IC=""
     170 F  S IC=$O(HTEXT(IC)) Q:IC=""  D
     171 . S X=HTEXT(IC)
     172 . D ^DIWP
     173 W !
     174 S IC=0
     175 F  S IC=$O(^UTILITY($J,"W",0,IC)) Q:IC=""  D
     176 . W !,^UTILITY($J,"W",0,IC,0)
     177 K ^UTILITY($J,"W")
    171178 W !
    172179 Q
Note: See TracChangeset for help on using the changeset viewer.