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

« Previous Version 3 Next »

Java 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)\{
     }
  }
  • No labels