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 HL7Seps
HL7Seps. DEFAULT
Separator using the default HL7 separator and escape characters.Methods in org.dellroad.hl7 that return HL7Seps Modifier and Type Method Description HL7Seps
MSHSegment. 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 void
HL7Field. append(StringBuilder buf, HL7Seps seps)
Append properly separated and escaped version of this field to the given buffer.void
HL7Segment. append(StringBuilder buf, HL7Seps seps)
Append string encoding of this segment to the provided buffer.void
MSHSegment. append(StringBuilder buf, HL7Seps seps)
Append string encoding of this segment to the provided buffer.protected void
HL7Segment. parseAndAddFields(String line, HL7Seps seps)
Parse fields from given line and add them.void
MSHSegment. setHL7Seps(HL7Seps seps)
Set MSH.1 and MSH.2 based on the provided separator and escape characters.String
HL7Field. toString(HL7Seps seps)
Convert to a string using the provided separators.String
HL7Message. toString(HL7Seps seps)
Format this message using the supplied separators instead of the ones defined by the MSH segment.String
HL7Segment. toString(HL7Seps seps)
Convert to a string using the provided separators.String
MSHSegment. 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.
-