public class ProfileStoreFactory extends Object
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_PROFILE_STORE_DIRECTORY
The default profile store directory
|
Modifier and Type | Method and Description |
---|---|
static void |
addCodeStore(CodeStore store)
Deprecated.
|
static void |
addCodeStore(CodeStore store,
String profileID)
Deprecated.
|
static CodeStore |
getCodeStore(String profileID,
String codeSystem)
Deprecated.
|
static ProfileStore |
getProfileStore()
Returns a single configurable instance of a ProfileStore.
|
static void |
setStore(ProfileStore store)
Deprecated.
use HapiContext to define the ProfileStore to be used
|
public static final String DEFAULT_PROFILE_STORE_DIRECTORY
public static ProfileStore getProfileStore()
public static void setStore(ProfileStore store)
public static void addCodeStore(CodeStore store)
CodeStoreRegistry.addCodeStore(CodeStore)
public static void addCodeStore(CodeStore store, String profileID)
CodeStoreRegistry.addCodeStore(CodeStore, String)
public static CodeStore getCodeStore(String profileID, String codeSystem)
CodeStoreRegistry.getCodeStore(String, String)
Copyright © 2001–2017 University Health Network. All rights reserved.