@Path(value="/code-systems/{code-system}")
public class ChampVAResource
extends java.lang.Object
| Constructor and Description |
|---|
ChampVAResource()
Default Constructor for the ChampVAResource class.
|
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
getCodeResult(java.lang.String code)
This is the HTTP GET method for the Web Service.
|
public ChampVAResource()
@GET
@Path(value="/codes/{code}")
@Produces(value="application/json")
public javax.ws.rs.core.Response getCodeResult(@PathParam(value="code")
java.lang.String code)
code - - String the code to be evaluated.