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
Abstract class for used retrieving and validating codes from user defined and HL7 specific tables
that correspond to a conformance profile.
|
class |
ProfileCodeStore
This particular implementation of CodeStore retrieves valid codes and validates codeSystems using
tables found in 'spec xml tables only' docs generated from the HL7 Messaging Workbench tool.
|
Modifier and Type | Method and Description |
---|---|
static CodeStore |
ProfileStoreFactory.getCodeStore(String profileID,
String codeSystem)
Deprecated.
|
CodeStore |
DefaultCodeStoreRegistry.getCodeStore(String profileID,
String codeSystem) |
CodeStore |
CodeStoreRegistry.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)
Deprecated.
|
void |
DefaultCodeStoreRegistry.addCodeStore(CodeStore store) |
void |
CodeStoreRegistry.addCodeStore(CodeStore store)
Registers a code store for use with all profiles.
|
static void |
ProfileStoreFactory.addCodeStore(CodeStore store,
String profileID)
Deprecated.
|
void |
DefaultCodeStoreRegistry.addCodeStore(CodeStore store,
String profileID) |
void |
CodeStoreRegistry.addCodeStore(CodeStore store,
String profileID)
Registers a code store for use with certain profiles.
|
Copyright © 2001–2017 University Health Network. All rights reserved.