| Package | Description |
|---|---|
| ca.uhn.hl7v2.conf.check | |
| ca.uhn.hl7v2.conf.store |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCodeStore
Created on 27-Aug-2003
|
class |
ProfileCodeStore |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2001-2012 University Health Network. All Rights Reserved.