public interface CodeStoreRegistry
CodeStore
instances registered for Conformance Profile IDs
or ID patterns.Modifier and Type | Method and Description |
---|---|
void |
addCodeStore(CodeStore store)
Registers a code store for use with all profiles.
|
void |
addCodeStore(CodeStore store,
String profileID)
Registers a code store for use with certain profiles.
|
CodeStore |
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.
|
void addCodeStore(CodeStore store)
void addCodeStore(CodeStore store, String profileID)
CodeStore getCodeStore(String profileID, String codeSystem)
Copyright © 2001–2017 University Health Network. All rights reserved.