Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Source |  Entry Points |  Interaction Calls |  All
Print Page as PDF
Routine: STD

Package: Uncategorized

Routine: STD


Information

STD ;$O DPT B X-REF [ 06/26/2002 3:46 PM ]

Source Information

Source file <STD.m>

Entry Points

Name Comments DBIA/ICR reference
PRINT ;GET DFN FOR NAME TO PRINT
START ;
HOBBIES ;If Hobbies Exist - get one hobby dfn only
HEADING ;Print Heading
PRINT1 ;PRINT ACTUAL NAME

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !!,"LAST PATIENT DFN ACCESSED = ",LASTNAME
  • Line Location: START+8
Function Call: WRITE
  • Prompt: !,"GRAND TOTAL COUNT-ALL RECORDS: ",GRANDTOT
  • Line Location: START+9
Function Call: WRITE
  • Prompt: !?5,TOTALCT,?15,$P(^CLASSDMO(X,0),U)
  • Line Location: PRINT1+1
Function Call: WRITE
  • Prompt: ?40,X,?45,$P(^CLASSDMO(X,0),U,10)
  • Line Location: PRINT1+2
Function Call: WRITE
  • Prompt: ?60,TONISEX
  • Line Location: PRINT1+5
Function Call: WRITE
  • Prompt: ?65,HOBBPRNT
  • Line Location: PRINT1+7
Function Call: WRITE
  • Prompt: !!,"EMPLOYEE: ",?15,"NAME",?39,"DFN",?45,"SSN",?60,"SEX",?65,"1 HOBBY",!
  • Line Location: HEADING+2
Info |  Source |  Entry Points |  Interaction Calls |  All