Changeset 1609 for fmts/trunk/p/C0XPT0.m


Ignore:
Timestamp:
Feb 21, 2013, 7:57:31 PM (11 years ago)
Author:
Sam Habiel
Message:

Medications: Can now add a fake prescription to the record

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fmts/trunk/p/C0XPT0.m

    r1607 r1609  
    1 C0XPT0 ; VEN/SMH - Get patient data and do something about it ;2013-02-19  2:14 PM
     1C0XPT0 ; VEN/SMH - Get patient data and do something about it ;2013-02-21  4:52 PM
    22 ;;1.1;FILEMAN TRIPLE STORE;;
    33 ;
     
    55 NEW RETURN
    66 DO GRAPHS^C0XGET1(.RETURN) ; TODO: Return could be a global due to large data.
    7  N I S I="" F  S I=$O(RETURN(I)) Q:I=""  D  ; For each IEN
    8  . N G S G=""  F  S G=$O(RETURN(I,G)) Q:G=""  D  ; For each graph tied to IEN
     7 N C0XI S C0XI="" F  S C0XI=$O(RETURN(C0XI)) Q:C0XI=""  D  ; For each IEN
     8 . N G S G=""  F  S G=$O(RETURN(C0XI,G)) Q:G=""  D  ; For each graph tied to IEN
    99 . . D PROGRAPH(G) ; Process Graph
    1010 QUIT
Note: See TracChangeset for help on using the changeset viewer.