org.LexGrid.LexBIG.admin
Class DeactivateScheme
java.lang.Object
org.LexGrid.LexBIG.admin.DeactivateScheme
public class DeactivateScheme
- extends java.lang.Object
Deactivates a coding scheme based on unique URN and version.
Example: java org.LexGrid.LexBIG.admin.DeactivateScheme
-u,--urn <name> URN uniquely identifying the code system.
-v,--version <id> Version identifier.
-d,--date <yyyy-MM-dd,HH:mm:ss> Date and time for deactivation
to take effect; immediate if not specified.
-f,--force Force deactivation (no confirmation).
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.DeactivateScheme
-u "urn:oid:2.16.840.1.113883.3.26.1.1" -v "05.09e"
-d "2007-01-31,14:39:00"
- Author:
- Thomas Johnson
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 |
DeactivateScheme
public DeactivateScheme()
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