Interface | Description |
---|---|
CodeStore |
Interface used retrieving and validating codes from user defined and HL7 specific tables that
correspond to a conformance profile.
|
CodeStoreRegistry |
Registry containing
CodeStore instances registered for Conformance Profile IDs
or ID patterns. |
ProfileStore |
A repository for conformance profile documents.
|
Class | Description |
---|---|
AbstractCodeStore |
Abstract class for used retrieving and validating codes from user defined and HL7 specific tables
that correspond to a conformance profile.
|
ClasspathProfileStore |
Looks up the profile in a file "ID.xml" somewhere in in classpath
(where ID is the profile ID).
|
DefaultCodeStoreRegistry |
Default Implementation of a
CodeStoreRegistry |
FileProfileStore |
Stores profiles in a local directory.
|
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.
|
ProfileStoreFactory |
Provides access to a (configurable) ProfileStore.
|
ReadOnlyProfileStore |
Base class for read-only profile stores.
|
URLProfileStore |
A read-only profile store that loads profiles from URLs.
|
Copyright © 2001–2017 University Health Network. All rights reserved.