Changeset 1609 for fmts/trunk/p/C0XPT0.m
- Timestamp:
- Feb 21, 2013, 7:57:31 PM (12 years ago)
- 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:14PM1 C0XPT0 ; VEN/SMH - Get patient data and do something about it ;2013-02-21 4:52 PM 2 2 ;;1.1;FILEMAN TRIPLE STORE;; 3 3 ; … … 5 5 NEW RETURN 6 6 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 IEN8 . N G S G="" F S G=$O(RETURN( I,G)) Q:G="" D ; For each graph tied to IEN7 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 9 9 . . D PROGRAPH(G) ; Process Graph 10 10 QUIT
Note:
See TracChangeset
for help on using the changeset viewer.