org.LexGrid.LexBIG.admin
Class LoadHL7RIM

java.lang.Object
  extended by org.LexGrid.LexBIG.admin.LoadHL7RIM

public class LoadHL7RIM
extends java.lang.Object

Converts an HL7 RIM MS Access database to a LexGrid database

 Example: java org.LexGrid.LexBIG.admin.LoadHL7RIM
   -in,--input <uri> URI or path specifying location of the source file
   -mf,--manifest <uri> URI or path specifying location of the manifest file
   -lp,--load preferences <uri> URI or path specifying location of the load preferences file
   -v, --validate <int> Perform validation of the candidate
         resource without loading data.  If specified, the '-a' and '-t'
         options are ignored.  Supported levels of validation include:
         0 = Verify document is valid
   -a, --activate ActivateScheme on successful load; if unspecified the vocabulary is loaded but not activated
   -t, --tag <id> An optional tag ID (e.g. 'PRODUCTION' or 'TEST') to assign. 
 
 Example: java -Xmx512m -cp lgRuntime.jar
  org.LexGrid.LexBIG.admin.LoadHL7RIM -in "file:///path/to/file.mdb" -a
 -or-
  org.LexGrid.LexBIG.admin.LoadHL7RIM -in "file:///path/to/file.mdb" -v 0
 

Author:
Scott Bauer, Thomas Johnson, Craig Stancl

Constructor Summary
LoadHL7RIM()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void run(java.lang.String[] args)
          Primary entry point for the program.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoadHL7RIM

public LoadHL7RIM()
Method Detail

main

public static void main(java.lang.String[] args)

run

public void run(java.lang.String[] args)
         throws java.lang.Exception
Primary entry point for the program.

Throws:
java.lang.Exception
java.lang.Exception

Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER.