Class Name:

HL7PlusStringAnalyzer

HL7+ Category:

Restricted

Description:

HL7+ utility class for parsing String values which contain (or might contain) multiple HL7 messages.

 

If you have a STRING value which contains a fully formed HL7 message you can use the HL7PlusMessage object and set the Value property to populate the object. However, what do you do if you have a STRING value which contains multiple fully formed HL7 messages?

 

That's where the HL7PlusStringAnalyzer object class comes in. If you have a .Net String which contains multiple fully formed HL7 messages you can use this object to parse that value into individual HL7PlusMessage objects.

 

IMPORTANT Conditions and Restrictions: In order for this object to work properly your String value must contain HL7 messages which all use the same Encoding Characters. The Segment Delimiter is used in the parsing operation and this value is inherited from the SegmentDelimiter property of the HL7PlusController object which creates it. Your String of HL7 messages must use the same segment delimiter as the HL7PlusController object which is used to create the HL7PlusStringAnalyzer (see Implementation below).

 

Creating Segment ObjectsImplementation

 

Public PropertiesPublic Properties

 

Public MethodsPublic Methods

 

Public Events

 

How it's usedExceptions and Error Handling

 

HL7+ - Putting HL7 to work for you!
© 2018 HermeTech International
(a Division of TransWorld Scribes)