ANNOCRF

Generating annotated CRF template from extract scripts

%annocrf (source = source path,
                     datname
= dataset name,
                     questname
= question name,
                     output =
output template file);
 

Where

Is Type...

And represents...

sourceC (200 chars)Source path to where oracle clinical creates the current extract view SAS scripts.
datnameC (5000) List of one level dataset need to be documented in the template separated by white spaces
questnameC (3) Option to include the Oracle question name as part of the annotation.  Valid values include:
  • yes (default)
  • no
outputC (200 chars)Output crf template rtf file. If this variable is not specified, the program will automatically generate a default name.

Details
This tool will capture all datasets created by the programs in the source path. It then check and generate the output template crf file for specified datasets.

Example

%annoctf (source = d:\opapps\sas_view\opaprd\pr02306\current,
          datname = ae cm dm,
          output = c:\oc\extract\may2907\annocrf.rtf);

%annoctf (source = d:\opapps\sas_view\opaprd\pr02306\current,
          datname = ae cm dm,
          questname = no,
          output = c:\oc\extract\may2907\annocrf.rtf);

 
     ExtractOC - Extact Oracle Clinical to SAS, Meta-Xceed Inc.© 2009
Bookmark and Share