public abstract class AbstractCodeStore extends Object implements CodeStore
| Constructor and Description |
|---|
AbstractCodeStore() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isValidCode(String codeSystem,
String code) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetValidCodes, knowsCodespublic AbstractCodeStore()
public boolean isValidCode(String codeSystem, String code)
isValidCode in interface CodeStorecodeSystem - code - Validates the input code value against the input conformance profile and corresponding input
codeSystem. Returns true if the code is valid and false if it isn't.Copyright © 2001-2012 University Health Network. All Rights Reserved.