Uses of Class
org.dellroad.hl7.MSHSegment
-
Packages that use MSHSegment Package Description org.dellroad.hl7 This is the API documentation for the hl7lib Java library.org.dellroad.hl7.llp Classes relating to HL7 "lower layer protocol" (LLP) framing. -
-
Uses of MSHSegment in org.dellroad.hl7
Methods in org.dellroad.hl7 that return MSHSegment Modifier and Type Method Description MSHSegment
HL7Message. getMSHSegment()
Get the MSH segment of this message.Constructors in org.dellroad.hl7 with parameters of type MSHSegment Constructor Description HL7Message(MSHSegment msh)
Construct a new HL7 message containing only the given MSH segment.HL7SegmentList(MSHSegment msh)
Constructor.MSHSegment(MSHSegment msh)
Copy constructor. -
Uses of MSHSegment in org.dellroad.hl7.llp
Methods in org.dellroad.hl7.llp with parameters of type MSHSegment Modifier and Type Method Description protected Charset
MSH18CharsetDecoder. decodeMSH18(MSHSegment msh)
Read and decode the character encoding name from MSH.18, if possible.
-