| Interface and Description |
|---|
| ca.uhn.log.HapiLog
use slf4j Logger directly
|
| Exceptions and Description |
|---|
| ca.uhn.hl7v2.LookupException
should be moved to sourcegen
|
| ca.uhn.hl7v2.UndefinedTableException
should be moved to sourcegen
|
| ca.uhn.hl7v2.UnknownValueException
should be moved to sourcegen
|
| Field and Description |
|---|
| ca.uhn.hl7v2.parser.PipeParser.DEFAULT_LEGACY_MODE_PROPERTY
This will be removed in HAPI 3.0
|
| Method and Description |
|---|
| ca.uhn.hl7v2.model.AbstractSegment.add(Class extends Type>, boolean, int, int, Object[]) |
| ca.uhn.log.HapiLogImpl.error(Exception)
Not available in slf4j. Use e.g.
HapiLogImpl.error(String, Throwable) instead |
| ca.uhn.log.HapiLog.error(Exception)
not available in sl4j. Use
Logger.error(String, Throwable) |
| ca.uhn.hl7v2.parser.PipeParser.getMessageStructure(String)
this method should not be public
|
| ca.uhn.hl7v2.parser.OldPipeParser.getMessageStructure(String)
this method should not be public
|
| ca.uhn.hl7v2.parser.PipeParser.isLegacyMode()
This will be removed in HAPI 3.0
|
| ca.uhn.hl7v2.app.HL7Service.keepRunning()
Use
Service.isRunning(). Deprecated as of version 0.6. |
| ca.uhn.hl7v2.parser.PipeParser.setLegacyMode(boolean)
This will be removed in HAPI 3.0
|
Copyright © 2001-2012 University Health Network. All Rights Reserved.