Changeset 122 for ccr/trunk/p/CCRVA200.m


Ignore:
Timestamp:
Aug 30, 2008, 3:13:15 PM (16 years ago)
Author:
George Lilly
Message:

XINDEX fixes. almost clean except for long var names and big files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ccr/trunk/p/CCRVA200.m

    r69 r122  
    2020        ; This routine uses Kernel APIs and Direct Global Access to get
    2121        ; Proivder Data from File 200.
    22 
     22        ;
    2323        ; The Global is VA(200,*)
    24 
     24        ;
    2525FAMILY(DUZ) ; Get Family Name; PUBLIC; EXTRINSIC
    2626        ; INPUT: DUZ (i.e. File 200 IEN) ByVal
     
    7676        ; Uses a Kernel API. Returns -1 if a specialty is not specified
    7777        ;       in file 200.
    78         ; Otherwise, returns IEN^Profession^Specialty^Sub­            specialty^Effect date^Expired date^VA code
     78        ; Otherwise, returns IEN^Profession^Specialty^Sub­specialty^Effect date^Expired date^VA code
    7979        N STR S STR=$$GET^XUA4A72(DUZ)
    8080        Q:+STR<0 ""
     
    9191        ; INPUT: DUZ ByVal
    9292        ; Output: String.
    93 
     93        ;
    9494        ; First, get site number from the institution file.
    9595        ; 1st piece returned by $$SITE^VASITE, which gets the system institution
    9696        N INST S INST=$P($$SITE^VASITE(),U)
    97 
     97        ;
    9898        ; Second, get mailing address
    9999        ; There are two APIs to get the address, one for physical and one for
     
    166166        Q $P(EMAIL,U)
    167167        ;
    168 
Note: See TracChangeset for help on using the changeset viewer.