NIH | National Cancer Institute | NCI Wiki  

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Many application platforms including JavaScript and C# can also handle REST

examples

 

Java Serialization using the CTS2 Framework

A reference implementation framework in Java includes parsing and marshaling utilities as well as CTS2 model elements in Java to serialize the JSON responses.

Getting the Framework

The CTS2 Framework and its dependencies are easily pulled in to your Java project via maven using the following elements in the pom.xml file:

  

Code Block
      <repository>
            <id>edu.informatics.maven.release</id>
            <name>Informatics Maven Release Repository</name>
            <url>http://informatics.mayo.edu/maven/content/repositories/releases</url>
      </repository>

      <dependency>
            <groupId>edu.mayo.cts2.framework</groupId>
            <artifactId>core</artifactId>
            <version>0.8.0</version>
      </dependency>

 

Code System

Getting All CodeSystemCatalogVersions Summaries

...