Changeset 402 for ccr


Ignore:
Timestamp:
Mar 16, 2009, 11:46:55 AM (15 years ago)
Author:
George Lilly
Message:

updated documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ccr/trunk/p/CCR_1_0.txt

    r401 r402  
    99
    1010EXPORT^C0CCCD
    11 A command line interface to export a single patient's CCD to a host directory by specifying the patient by name.
     11A command line interface to export a single patient's CCD to a host directory by specifying the patient by name. An XSLT transformation is available to translate a CCR into a level 2 CCD. This tranformation has been tested and produces a CCD with all currently supported sections of the CCR. The EXPORT^C0CCCD only extracts the PROBLEMS section into a CCD.
    1212
    1313XPAT^C0CCCR(DFN,OUTDIR,OUTFILE)
     
    7474
    7575DPATV^C0CRIMA(DFN,"SECTION")
    76 A command line interface to display the values of variables for a patient. "SECTION" can be any of the CCR sections. ie "ALERTS","RESULTS","MEDS". If SECTION is ommitted, all sections will be shown.
     76A command line interface to display the values of variables for a patient. "SECTION" can be any of the CCR sections. ie "ALERTS","RESULTS","MEDS". If SECTION is ommitted, all sections will be shown. An example:
     77
     78GTM>D DPATV^C0CRIMA(2,"PROBLEMS")
     791 1^PROBLEMCODEVALUE^V18.0
     802 1^PROBLEMCODINGVERSION^
     813 1^PROBLEMCONDITION^P
     824 1^PROBLEMDATEMOD^2005-07-19T00:00:00-05:00
     835 1^PROBLEMDATEOFONSET^1700--T00:00:00-05:00
     846 1^PROBLEMDESCRIPTION^Family History of Diabetes Mellitus (ICD-9-CM V18.0)
     857 1^PROBLEMDTREC^1701--T00:00:00-05:00
     868 1^PROBLEMHASCMT^
     879 1^PROBLEMIEN^8
     8810 1^PROBLEMINACT^1700--T00:00:00-05:00
    7789
    7890DCCR^C0CCCR(DFN)
Note: See TracChangeset for help on using the changeset viewer.