Changeset 1620 for fmts


Ignore:
Timestamp:
May 2, 2013, 12:09:35 PM (11 years ago)
Author:
Sam Habiel
Message:

Added processing for encounters, pass 1

Location:
fmts/trunk/p
Files:
1 added
3 edited

Legend:

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

    r1616 r1620  
    1 C0XPT0 ; VEN/SMH - Get patient data and do something about it ;2013-04-10  4:23 PM
     1C0XPT0 ; VEN/SMH - Get patient data and do something about it ;2013-05-01  9:54 AM
    22 ;;1.1;FILEMAN TRIPLE STORE;;
     3 ; (C) Sam Habiel 2013
     4 ; Proprietary code. Stay out!
    35 ;
    46 ; Get all graphs
     
    3436 D ADR^C0XPT2(G,DFN) ; Extract Allergies and File
    3537 D MEDS^C0XPT3(G,DFN) ; Extract Medicaments and File
     38 D ENC^C0XPT4(G,DFN) ; Extract Encounters and File
    3639 ;
    3740 QUIT
  • fmts/trunk/p/C0XPT1.m

    r1606 r1620  
    1 C0XPT1 ; VEN/SMH - Obtain and Store Problems ;2013-02-19  11:55 AM
     1C0XPT1 ; VEN/SMH - Obtain and Store Problems ;2013-05-01  9:54 AM
    22 ;;1.1;FILEMAN TRIPLE STORE;;
     3        ; (C) Sam Habiel 2013
     4        ; Proprietary code. Stay out!
    35 ;
    46PROBLEMS(G,DFN) ; Private EP; Process Problems for a patient graph
  • fmts/trunk/p/C0XPT2.m

    r1606 r1620  
    1 C0XPT2 ; VEN/SMH - Get and Store Allergies/ADRs ;2013-02-19  12:03 PM
     1C0XPT2 ; VEN/SMH - Get and Store Allergies/ADRs ;2013-05-01  9:54 AM
    22 ;;1.1;FILEMAN TRIPLE STORE;;
     3        ; (C) Sam Habiel 2013
     4        ; Proprietary code. Stay out!
    35 ;
    46ADR(G,DFN) ;  Private Proc; Extract Allergies and ADRs from Graph and add to Patient's Record
Note: See TracChangeset for help on using the changeset viewer.