org.LexGrid.LexBIG.admin
Class SupplementScheme

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

public class SupplementScheme
extends java.lang.Object

Utility to register, unregister, and list Coding Scheme Supplements

 usage: SupplementScheme [-parentUri parentUri] [-r] [-supplementUri
     supplementUri] [-parentVersion parentVersion] [-l] [-supplementVersion
     supplementVersion] [-u]
 -l,--list                             List Supplements
 -parentUri                 Parent URI.
 -parentVersion         Parent Version.
 -r                                    Register Coding Scheme as a Supplement
 -supplementUri         Supplement URI.
 -supplementVersion Supplement Version.
 -u                                    Unregister Coding Scheme as a Supplement

 Example: SupplementScheme -u -parentUri "urn:oid:2.16.840.1.113883.3.26.1.1" -parentVersion "05.09e" -supplementUri "http://supplement.ontology.org" -supplementVersion "1.0.1" 

 Note: If the URN and version values are unspecified, a list of
 available coding schemes will be presented for user selection.
 

Author:
Kevin Peterson

Constructor Summary
SupplementScheme()
           
 
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

SupplementScheme

public SupplementScheme()
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

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.