Uses of Class
org.dellroad.hl7.HL7ContentException
-
Packages that use HL7ContentException Package Description org.dellroad.hl7 This is the API documentation for the hl7lib Java library.org.dellroad.hl7.io Classes relating to sending and receiving HL7 messages.org.dellroad.hl7.llp Classes relating to HL7 "lower layer protocol" (LLP) framing. -
-
Uses of HL7ContentException in org.dellroad.hl7
Methods in org.dellroad.hl7 that return HL7ContentException Modifier and Type Method Description HL7ContentException
HL7ContentException. setContent(String content)
Record the offending text.Methods in org.dellroad.hl7 that throw HL7ContentException Modifier and Type Method Description HL7Message
MSHSegment. createACK(long serno)
Create an acknowlegement message for this message.boolean
MSHSegment. isACK(HL7Message ack)
Check whether the given message is an acknowlegement of this MSH.protected void
HL7Segment. parseAndAddFields(String line, HL7Seps seps)
Parse fields from given line and add them.HL7Message
HL7Reader. readMessage()
Read the next HL7 message.void
HL7Segment. setName(String name)
Set segment name.static void
HL7Seps. validate(char fieldSep, char compSep, char repSep, char escChar, char subSep)
Verify that the given combination of separator and escape characters is valid.Constructors in org.dellroad.hl7 that throw HL7ContentException Constructor Description HL7Message(String msg)
Parsing constructor.HL7Segment(String name)
Constructor that initializes the name of the segment only.HL7Segment(String name, HL7Field[] fields)
Constructor taking segment name and explicit fields.HL7Segment(String line, HL7Seps seps)
Constructor that parses a segment line.HL7Seps(char fieldSep, char compSep, char repSep)
Convenience constructor for when there is no sub-component separator and no escape character.HL7Seps(char fieldSep, char compSep, char repSep, char escChar)
Convenience constructor for when there is no sub-component separator.HL7Seps(char fieldSep, char compSep, char repSep, char escChar, char subSep)
Constructor.MSHSegment(String line)
Parsing constructor. -
Uses of HL7ContentException in org.dellroad.hl7.io
Methods in org.dellroad.hl7.io that throw HL7ContentException Modifier and Type Method Description HL7Message
HL7FileReader. readMessage()
Read next message from the underlying stream. -
Uses of HL7ContentException in org.dellroad.hl7.llp
Methods in org.dellroad.hl7.llp that throw HL7ContentException Modifier and Type Method Description HL7Message
LLPInputStream. readMessage()
Read next message from the underlying stream.
-