| ca.uhn.hl7v2.model.AbstractSegment.add(Class extends Type>, boolean, int, int, Object[])
|
| ca.uhn.hl7v2.conf.store.ProfileStoreFactory.addCodeStore(CodeStore)
|
| ca.uhn.hl7v2.conf.store.ProfileStoreFactory.addCodeStore(CodeStore, String)
|
| ca.uhn.log.HapiLogImpl.error(Exception)
|
| ca.uhn.log.HapiLog.error(Exception)
not available in sl4j. Use Logger.error(String, Throwable)
|
| ca.uhn.hl7v2.model.Message.generateACK(String, HL7Exception)
|
| ca.uhn.hl7v2.model.AbstractMessage.generateACK(String, HL7Exception) |
| ca.uhn.hl7v2.conf.store.ProfileStoreFactory.getCodeStore(String, String)
|
| ca.uhn.hl7v2.llp.LLPException.getException()
|
| ca.uhn.hl7v2.app.ConnectionHub.getInstance()
|
| ca.uhn.hl7v2.app.ConnectionHub.getInstance(ExecutorService)
|
| ca.uhn.hl7v2.app.ConnectionHub.getInstance(HapiContext)
|
| ca.uhn.hl7v2.parser.PipeParser.getMessageStructure(String)
this method should not be public
|
| ca.uhn.hl7v2.parser.Parser.getMessageStructureForEvent(String, String)
|
| ca.uhn.hl7v2.model.Message.getValidationContext()
ValidationContext instances private for Message instances will be removed in the
next release. Use getParser().getValidationContext().
|
| ca.uhn.hl7v2.parser.PipeParser.isLegacyMode()
This will be removed in HAPI 3.0
|
| ca.uhn.hl7v2.app.HL7Service.keepRunning()
|
| ca.uhn.hl7v2.app.DefaultApplication.makeACK(Message)
|
| ca.uhn.hl7v2.app.DefaultApplication.makeACK(Segment)
|
| ca.uhn.hl7v2.llp.LowerLayerProtocol.makeLLP()
|
| ca.uhn.hl7v2.parser.PipeParser.setLegacyMode(boolean)
This will be removed in HAPI 3.0
|
ca.uhn.hl7v2.parser.Parser.setParserConfiguration(ParserConfiguration)
use a dedicated HapiContext and set its ParserConfiguration property
|
| ca.uhn.hl7v2.conf.store.ProfileStoreFactory.setStore(ProfileStore)
use HapiContext to define the ProfileStore to be used
|
| ca.uhn.hl7v2.model.Message.setValidationContext(ValidationContext)
|
ca.uhn.hl7v2.parser.Parser.setValidationContext(ValidationContext)
use a dedicated HapiContext and set its ValidationContext property
|
ca.uhn.hl7v2.parser.GenericParser.setValidationContext(ValidationContext)
use a dedicated HapiContext and set its ValidationContext property
|
| ca.uhn.hl7v2.app.ConnectionHub.shutdown()
default executor service is shut down automatically
|
| ca.uhn.hl7v2.validation.PrimitiveTypeRule.test(String)
|
| ca.uhn.hl7v2.parser.Parser.validVersion(String)
|