MinLowerLayerProtocol.MinLowerLayerProtocol(boolean)
and
pass true
as argumentpublic class ExtendedMinLowerLayerProtocol extends LowerLayerProtocol
Minimal Lower Layer Protocol implementation which is detects the text character set being used by reading in the MSH-18 value. For example, if MSH-18 contains "ISO-8859-1", the message is parsed using 8859/1 charset encoding. If MSH-18 contains "UNICODE UTF-8", the message is parsed using UTF-8 charset encoding.
Please note the following warnings regarding the use of this class:
charset
Constructor and Description |
---|
ExtendedMinLowerLayerProtocol()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
HL7Reader |
getReader(InputStream in)
Deprecated.
Returns an HL7Reader that implements message reading according to
this protocol.
|
HL7Writer |
getWriter(OutputStream theOut)
Deprecated.
Returns an HL7Writer that implements message writing according to
this protocol.
|
logCharacterReceived, makeLLP, makeLLP, setCharset, setCharset
public ExtendedMinLowerLayerProtocol()
public HL7Reader getReader(InputStream in) throws LLPException
getReader
in class LowerLayerProtocol
LLPException
public HL7Writer getWriter(OutputStream theOut) throws LLPException
getWriter
in class LowerLayerProtocol
LLPException
Copyright © 2001–2017 University Health Network. All rights reserved.