NIH | National Cancer Institute | NCI Wiki  

Error rendering macro 'rw-search'

null

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Local Node Installation

Start here to install a basic LexEVS node without access through web or grid services. The associated database repository can be populated through the provided source load utilities, and accessed programatically through a Java API.

  • LexEVS Local Runtime Environment
    Includes the LexBIG API, loaders, and administrative utilities developed as part of the LexEVS project.
    [ LexEVS_50_localRuntime.jar|https://gforge.nci.nih.gov/docman/view.php/491/17384/LexEVS_50_localRuntime.jar]
  • LexEVS Local Runtime 3rd Party Dependencies
    Includes code from other open source projects required by the LexEVS Java API, packaged as a single jar for convenient deployment.
    LexEVS_50_localRuntime_dependencies.jar

Local Applications and Extensions

Start here to deploy additional functional capabilities to a local node. These additional features are deployed and run within the same Java Virtual Machine (JVM) as the LexEVS runtime environment. Registered extensions can be discovered programatically through the LexBIG API.

HL7 CTS Extension
Provides an alternative API to discover and access vocabulary resources loaded to a LexEVS node. API interfaces conform to the HL7 Common Terminology Services (CTS) version 1.2 specification.
LexEVSExtension_CTS.zip

Persistence Layer/Spring Batch Loader Framework Extension
Hibernate-based Persistence/DAO Layer for LexEVS 5.0, including a Spring Batch based Loader Framework. This extension includes an UMLS implementation of the Spring Batch Loader Framework.
LoaderFrameworkExtension.zip

Value Domain Extension
Provides an API to create and access value domain and pick list resources loaded to a LexEVS node.
VKC:Value Domain Extension zip file
VKC:Value Domain Read me

Versioning Extension
Provides an API to enable versioning of resources loaded to a LexEVS node.
VKC:Versioning Extension zip file
VKC:Versioning Read me

Web-Enabled Node Installation

Start here to install a LexEVS node with access through web or grid services. The associated database repository can be populated through the provided source load utilities, and accessed programatically through direct Java invocation or via web/grid client services.

Web-Enabled Applications and Extensions

Start here to deploy additional functional capabilities to a web-enabled node. * Please note that LexEVS 5.0 works with caGRID 1.2.*

  • caGrid GUI
    Provides a traditional (fat-client) graphical user interface that provides access to basic browse/query functions provided by LexEVS caGrid Services.
    LexEVS_50_caGridGUI.zip

Web Client Access

Start here to access an already-deployed LexEVS web-enabled node.

  • LexEVS Java Client
    Enables Java programs to establish a connection to LexEVS distributed, web or caGrid runtime services.
    LexEVS_50_client.jar

LexEVS Grid Service Client Access

Start here to access a LexEVS caGrid node. LexEVS 5.0 is caGRID 1.2 and 1.3 compatible. For caGRID 1.2 users we recommend using the dependencies packages below marked as caGRID 1.2 along with the Client. For caGRID 1.3 users we recommend using the dependencies packages below marked as caGRID 1.3 along with the Client.

  • LexEVS Analytical Services Client Dependencies (caGrid 1.2)
    LexEVS Analytical Grid Services 3rd Party Dependencies - Includes code from other open source projects required by the grid services, packaged as a zip for convenient deployment. This gives users everything they need to run the client (caGRID 1.2).
    LexEVS_50_caGRIDServices_analytical_client_dependencies.zip
  • LexEVS Analytical Services Client Dependencies (caGrid 1.3)
    LexEVS Analytical Grid Services 3rd Party Dependencies - Includes code from other open source projects required by the grid services, packaged as a zip for convenient deployment. This gives users everything they need to run the client (caGRID 1.3).
    LexEVS_50_caGRIDServices_analytical_client_dependencies(1.3).zip
  • LexEVS Analytical Services Client Dependencies (Minimal)
    LexEVS Analytical Grid Services Minimal Dependencies - Includes only code required by the grid services, packaged as a zip for convenient deployment. This allows the flexibility to provide your own 3rd party dependencies. Does not include other 3rd party dependencies. These dependencies can be used in a caGrid 1.2 or 1.3 environment. NOTE: With this package a user would be responsible for providing all dependencies.
    LexEVS_50_caGRIDServices_analytical_client_minimal_dependencies.zip
  • LexEVS Data Services Client Dependencies (caGrid 1.2)
    LexEVS Data Grid Services 3rd Party Dependencies - Includes code from other open source projects required by the grid services, packaged as a zip for convenient deployment. This gives users everything they need to run the client (caGRID 1.2).
    LexEVS_50_caGRIDServices_data_client_dependencies.zip
  • LexEVS Data Services Client Dependencies (caGrid 1.3)
    LexEVS Data Grid Services 3rd Party Dependencies - Includes code from other open source projects required by the grid services, packaged as a zip for convenient deployment. This gives users everything they need to run the client (caGRID 1.3).
    LexEVS_50_caGRIDServices_data_client_dependencies(1.3).zip
  • LexEVS Data Services Client Dependencies (Minimal)
    LexEVS Data Grid Services Minimal Dependencies - Includes only code required by the grid services, packaged as a zip for convenient deployment. This allows the flexibility to provide your own 3rd party dependencies. Does not include other 3rd party dependencies. These dependencies can be used in a caGrid 1.2 or 1.3 environment. NOTE: With this package a user would be responsible for providing all dependencies.
    LexEVS_50_caGRIDServices_data_client_minimal_dependencies.zip
  • No labels