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 

<?xml version="1.0" encoding="utf-8"?>
<html>
<source lang = java>

...

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)

...

</source>

...

\{
     }
  }