org.LexGrid.LexBIG.admin
Class SupplementScheme
java.lang.Object
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
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 |
SupplementScheme
public SupplementScheme()
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