HL7DataReader Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public ref class HL7DataReader : Microsoft::Solutions::BTAHL7::Pipelines::DataReader
public class HL7DataReader : Microsoft.Solutions.BTAHL7.Pipelines.DataReader
type HL7DataReader = class
inherit DataReader
Public Class HL7DataReader
Inherits DataReader
- Inheritance
Constructors
HL7DataReader(Stream, Encoding, MessageType) |
Properties
BaseStream | (Inherited from DataReader) |
CurrentEncoding | (Inherited from DataReader) |
DS | |
FieldSeparator | |
Length | (Inherited from DataReader) |
NextState | |
Position | (Inherited from DataReader) |
Methods
Close() | (Inherited from DataReader) |
Mark() | (Inherited from DataReader) |
Peek() | (Inherited from DataReader) |
PeekAndSetDelimiters() | |
Pop() | |
PushStateAndInit() | |
Read() | (Inherited from DataReader) |
Read(Char[], Int32, Int32) | (Inherited from DataReader) |
ReadToEnd() | (Inherited from DataReader) |
Reset() | (Inherited from DataReader) |
Reset(Boolean) | (Inherited from DataReader) |
ToString() | |
Unget(Char) | (Inherited from DataReader) |
Unget(Char[], Int32, Int32) | (Inherited from DataReader) |
Unget(String, Int32, Int32) | (Inherited from DataReader) |