Uses of Class
org.dellroad.hl7.HL7Seps
-
Packages that use HL7Seps Package Description org.dellroad.hl7 This is the API documentation for the hl7lib Java library. -
-
Uses of HL7Seps in org.dellroad.hl7
Fields in org.dellroad.hl7 declared as HL7Seps Modifier and Type Field Description static HL7SepsHL7Seps. DEFAULTSeparator using the default HL7 separator and escape characters.Methods in org.dellroad.hl7 that return HL7Seps Modifier and Type Method Description HL7SepsMSHSegment. getHL7Seps()Get the separator and escape characters defined by MSH.1 and MSH.2.Methods in org.dellroad.hl7 with parameters of type HL7Seps Modifier and Type Method Description voidHL7Field. append(StringBuilder buf, HL7Seps seps)Append properly separated and escaped version of this field to the given buffer.voidHL7Segment. append(StringBuilder buf, HL7Seps seps)Append string encoding of this segment to the provided buffer.voidMSHSegment. append(StringBuilder buf, HL7Seps seps)Append string encoding of this segment to the provided buffer.protected voidHL7Segment. parseAndAddFields(String line, HL7Seps seps)Parse fields from given line and add them.voidMSHSegment. setHL7Seps(HL7Seps seps)Set MSH.1 and MSH.2 based on the provided separator and escape characters.StringHL7Field. toString(HL7Seps seps)Convert to a string using the provided separators.StringHL7Message. toString(HL7Seps seps)Format this message using the supplied separators instead of the ones defined by the MSH segment.StringHL7Segment. toString(HL7Seps seps)Convert to a string using the provided separators.StringMSHSegment. toString(HL7Seps seps)Convert to a string using the provided separators.Constructors in org.dellroad.hl7 with parameters of type HL7Seps Constructor Description HL7Field(String field, HL7Seps seps)Parsing constructor.HL7Message(HL7Seps seps)Construct an empty HL7 message.HL7Segment(String line, HL7Seps seps)Constructor that parses a segment line.MSHSegment(HL7Seps seps)Constructor.
-