NIH | National Cancer Institute | NCI Wiki  

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Description:

Removes all value domain definitions from the system.

Input:

none

Output:

none

Exception:

org.LexGrid.LexBIG.Exceptions.LBException,
org.LexGrid.managedobj.RemoveException

Implementation Details:

Implementation:
Step 1: Call this method on the associated LexEVS Value Domain Service instance to remove all the Value Domain Definitions that are loaded in the system.
Sample Call:

  • Step 1: Instantiate LexEVSValueDomainServices if it is not done yet :
    Code Block
    org.lexgrid.valuedomain.LexEVSValueDomainServices vds = new org.lexgrid.valuedomain.impl.LexEVSValueDomainServicesImpl();
    
  • Step 2: Call removeAllValueDomains method _vds.removeAllValueDomains();

Drop Value Domain

...

Tables

Administration funtion to delete value domain and pick list tables. Tables will be deleted only if there are no contents in value domain and pick list tables.

...

Code Block
 sh LoadValueDomain.sh -in "file:///path/to/file.xml"

Sample Value Domain Definition XML

...

File

Below is a sample XML file containing Value Domain Definitions in LexGrid format that can be loaded using LexEVS Value Domain Service.

...