Sun Adapter for TCP/IP HL7

Package com.stc.connector.hl7.framework.llp

Interface Summary
HL7LLPInfoInterface MLLP (Minimal Lower Layer Protocol): [ SOB ][ HL7 Data ][ EOD ][ EOB] HLLP (Hybrid Lower Layer Protocol): [ SOB ][ N | D ][ VER ][ CR ][ HL7 Data ][ LEN ][ BCC ][ EOD ][ EOB ] where: SOB: start of block (character) EOD: end of data (character) EOB: end of block (character) BCC: block checksum (character) CR : Carriage return(character) LEN: Length of HL7 Data (starting from SOB to end of HL7 data) N : NAK block D : Data block VER: HL7 version :: 21, 22, 23 (i.e., 2.1, 2.2, 2.3, ...) Assumptions: LEN : is 5 digit decimal (left zero filled) -- largest value is 99999 bytes BCC : is 3 digit decimal (left zero filled) calculation algorithm is XOR.
MLLPV2CommonInterface A common interface that is implemented by HL7ApplicationImpl and HL7v3ApplicationImpl
 

Class Summary
HL7LLPInfo MLLP (Minimal Lower Layer Protocol): [ SOB ][ HL7 Data ][ EOD ][ EOB] HLLP (Hybrid Lower Layer Protocol): [ SOB ][ N | D ][ VER ][ CR ][ HL7 Data ][ LEN ][ BCC ][ EOD ][ EOB ] where: SOB: start of block (character) EOD: end of data (character) EOB: end of block (character) BCC: block checksum (character) CR : Carriage return(character) LEN: Length of HL7 Data (starting from SOB to end of HL7 data) N : NAK block D : Data block VER: HL7 version :: 21, 22, 23 (i.e., 2.1, 2.2, 2.3, ...) Assumptions: LEN : is 5 digit decimal (left zero filled) -- largest value is 99999 bytes BCC : is 3 digit decimal (left zero filled) calculation algorithm is XOR.
HLLP This class represents the HLLP structure.
MLLP This class represents the MLLP structure.
MLLPV2 This class represents the MLLP structure.
MLLPV2.MLLPV2DBConnectionManager  
 

Exception Summary
HLLPCharacterCountException It represents a HLLP message parsing (extracting) exception.
HLLPChecksumException It represents a HLLP message parsing (extracting) exception.
HLLPDataTooLongException It represents a HLLP message parsing (extracting) exception.
HLLPOthersException It represents a HLLP message parsing (extracting) exception.
HLLPParsingtException It represents a HLLP message parsing (extracting) exception.
MLLPParsingtException It represents a MLLP message parsing (extracting) exception.
 


Sun Adapter for TCP/IP HL7