|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CodeStore | |
---|---|
ca.uhn.hl7v2.conf.store |
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(java.lang.String profileID,
java.lang.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,
java.util.regex.Pattern profileIdPattern)
Registers a code store for use with certain profiles. |
static void |
ProfileStoreFactory.addCodeStore(CodeStore store,
java.lang.String profileID)
Registers a code store for use with a specific profile. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |