org.LexGrid.LexBIG.admin
Class TagScheme

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

public class TagScheme
extends java.lang.Object

Associates a tag ID (e.g. 'PRODUCTION' or 'TEST') with a coding scheme URN and version.

 Example: java org.LexGrid.LexBIG.admin.TagScheme
  -u,--urn &lturn> URN uniquely identifying the code system.
  -v,--version &ltversionId> Version identifier.
  -t,--tag The tag ID (e.g. 'PRODUCTION' or 'TEST') to assign.
 
 Note: If the URN and version values are unspecified, a
 list of available coding schemes will be presented for
 user selection.
 
 Example: java -Xmx512m -cp lgRuntime.jar
 org.LexGrid.LexBIG.admin.TagScheme
   -u "urn:oid:2.16.840.1.113883.3.26.1.1" -v "05.09e" -t "TEST"
 

Author:
Thomas Johnson

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

TagScheme

public TagScheme()
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.