NIH | National Cancer Institute | NCI Wiki  

Error rendering macro 'rw-search'

null

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3
Code Block
languageJava
titleJava Code Snippet
  public static void main(String[] args)
  {
      try {
          LexEVSApplicationService appService =
            (LexEVSApplicationService)ApplicationServiceProvider.
             getApplicationService("EvsServiceInfo");
          Entity entity = new Entity()
          entity.setEntityCode("C1234");
          List<Entity> list = appService.search(Entity.class, entity);
     } catch(ApplicationException ex)\{
     }
  }