|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CodeStore | |
|---|---|
| ca.uhn.hl7v2.conf.check | |
| ca.uhn.hl7v2.conf.store | |
| Uses of CodeStore in ca.uhn.hl7v2.conf.check |
|---|
| Methods in ca.uhn.hl7v2.conf.check with parameters of type CodeStore | |
|---|---|
void |
DefaultValidator.setCodeStore(CodeStore theCodeStore)
Provides a code store to use to provide the code tables which will be used to validate coded value types. |
| Uses of CodeStore in ca.uhn.hl7v2.conf.store |
|---|
| Classes in ca.uhn.hl7v2.conf.store that implement CodeStore | |
|---|---|
class |
AbstractCodeStore
Created on 27-Aug-2003 |
class |
ProfileCodeStore
|
| Methods in ca.uhn.hl7v2.conf.store that return CodeStore | |
|---|---|
static CodeStore |
ProfileStoreFactory.getCodeStore(String profileID,
String codeSystem)
Returns the first code store that knows the codes in the given code system (as per CodeStore.knowsCodes) and is registered for the given profile. |
| Methods in ca.uhn.hl7v2.conf.store with parameters of type CodeStore | |
|---|---|
static void |
ProfileStoreFactory.addCodeStore(CodeStore store)
Registers a code store for use with all profiles. |
static void |
ProfileStoreFactory.addCodeStore(CodeStore store,
Pattern profileIdPattern)
Registers a code store for use with certain profiles. |
static void |
ProfileStoreFactory.addCodeStore(CodeStore store,
String profileID)
Registers a code store for use with a specific profile. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||