Deprecated API


Contents
Deprecated Interfaces
ca.uhn.log.HapiLog
          use slf4j Logger directly 
 

Deprecated Classes
ca.uhn.hl7v3.sourcegen.AttributeDefinition
            
ca.uhn.hl7v3.sourcegen.ClassDefinition
            
ca.uhn.hl7v3.sourcegen.CMPAttributeGenerator
            
ca.uhn.hl7v3.sourcegen.CMPClassGenerator
            
ca.uhn.hl7v3.sourcegen.ComponentDefinition
            
ca.uhn.hl7v3.rim.datatype.Composite
            
ca.uhn.hl7v2.app.ConnectionDialog
            
ca.uhn.hl7v3.sourcegen.DataTypeDefinition
            
ca.uhn.hl7v3.sourcegen.DataTypeGenerator
            
ca.uhn.hl7v3.sourcegen.DefinitionLoader
            
ca.uhn.hl7v2.parser.FastParser
            
ca.uhn.hl7v3.rim.datatype.Generic
            
ca.uhn.hl7v2.parser.GroupPointer
          MessageIterator is now used 
ca.uhn.log.HapiLogFactory
          use slf4j LoggerFactory 
ca.uhn.log.HapiLogImpl
          use slf4j logger class 
ca.uhn.hl7v2.app.HL7FileMsgCorrector
            
ca.uhn.hl7v2.util.Hl7InputStreamReader
          see Hl7InputStreamMessageIterator or Hl7InputStreamMessageStringIterator 
ca.uhn.hl7v2.app.HL7ServerTestHelper
            
ca.uhn.hl7v2.parser.MessagePointer
          PipeParser now uses MessageIterator 
ca.uhn.hl7v2.util.MessageQuery
            
ca.uhn.hl7v2.validation.app.MultiTestApplication
            
ca.uhn.hl7v2.parser.OldPipeParser
            
ca.uhn.hl7v2.util.ParseTester
            
ca.uhn.hl7v2.parser.Pointer
            
ca.uhn.hl7v3.rim.datatype.Primitive
            
ca.uhn.hl7v2.validation.app.ProfileTestApplication
            
ca.uhn.hl7v2.util.PropertyLoader
            
ca.uhn.hl7v3.rim.RIMClass
            
ca.uhn.hl7v2.parser.SegmentPointer
          PipeParser now uses MessageIterator 
ca.uhn.hl7v3.sourcegen.SourceGenerator
            
ca.uhn.hl7v2.validation.app.TestApplication
            
ca.uhn.hl7v2.app.TestPanel
          This class has been replaced by the standalone TestPanel application. The new testpanel is located in a different HAPI module called "hapi-testpanel" 
ca.uhn.hl7v2.view.TreePanel
            
 

Deprecated Exceptions
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 
 

Deprecated Fields
ca.uhn.hl7v2.parser.PipeParser.DEFAULT_LEGACY_MODE_PROPERTY
          This will be removed in HAPI 3.0 
 

Deprecated Methods
ca.uhn.hl7v2.model.AbstractSegment.add(Class, boolean, int, int, Object[])
          Use AbstractSegment.add(Class, boolean, int, int, Object[], String) 
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.