NIH | National Cancer Institute | NCI Wiki  

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
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)\{
     }
  }