Package | Description |
---|---|
ca.uhn.hl7v2 | |
ca.uhn.hl7v2.conf.store |
Modifier and Type | Method and Description |
---|---|
ProfileStore |
DefaultHapiContext.getProfileStore() |
ProfileStore |
HapiContext.getProfileStore() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultHapiContext.setProfileStore(ProfileStore profileStore) |
void |
HapiContext.setProfileStore(ProfileStore store) |
Modifier and Type | Class and Description |
---|---|
class |
ClasspathProfileStore
Looks up the profile in a file "ID.xml" somewhere in in classpath
(where ID is the profile ID).
|
class |
FileProfileStore
Stores profiles in a local directory.
|
class |
ReadOnlyProfileStore
Base class for read-only profile stores.
|
class |
URLProfileStore
A read-only profile store that loads profiles from URLs.
|
Modifier and Type | Method and Description |
---|---|
static ProfileStore |
ProfileStoreFactory.getProfileStore()
Returns a single configurable instance of a ProfileStore.
|
Modifier and Type | Method and Description |
---|---|
static void |
ProfileStoreFactory.setStore(ProfileStore store)
Deprecated.
use HapiContext to define the ProfileStore to be used
|
Copyright © 2001–2017 University Health Network. All rights reserved.