NIH | National Cancer Institute | NCI Wiki  

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)\{
     }
  }