public interface IChampVAPayDAO
| Modifier and Type | Method and Description |
|---|---|
ICodeResult |
getCodeResult(java.lang.String codeSystem,
java.lang.String code)
The business method for the Data Access Object.
|
ICodeResult getCodeResult(java.lang.String codeSystem, java.lang.String code) throws ChampVAException
codeSystem - - String identifying the coding system identifier (e.g., "CPT")code - - String the code to be evaluatedChampVAException - - a ChampVAException to be propagated to the resource.