|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectca.uhn.hl7v2.conf.store.AbstractCodeStore
public abstract class AbstractCodeStore
Created on 27-Aug-2003
| Constructor Summary | |
|---|---|
AbstractCodeStore()
|
|
| Method Summary | |
|---|---|
boolean |
isValidCode(java.lang.String codeSystem,
java.lang.String code)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface ca.uhn.hl7v2.conf.store.CodeStore |
|---|
getValidCodes, knowsCodes |
| Constructor Detail |
|---|
public AbstractCodeStore()
| Method Detail |
|---|
public boolean isValidCode(java.lang.String codeSystem,
java.lang.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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||