Package ca.uhn.hl7v2

Class Summary
DBTableRepository Implements TableRepository by looking up values from the default HL7 normative database.
FileLog Deprecated. MUST USE jakarta-commons-logging
Log Deprecated. MUST USE jakarta-commons-logging
NormativeDatabase Point of access to a copy of the HL7 normative database.
TableRepository A place where table keys and values are stored.
Test TODO: add!
 

Exception Summary
HL7Exception Represents an exception encountered while processing an HL7 message.
LogException Deprecated. MUST USE jakarta-commons-logging
LookupException Represents a technical problem accessing table values in the normative database.
UndefinedTableException Thrown when a lookup table is not known to a TableRepository.
UnknownValueException Thrown when a table value can not be found by a TableRepository.