HL7MessageProcessor.Parse Method
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:
System::IO::Stream ^ Parse(Microsoft::BizTalk::ParsingEngine::IDataReader ^ reader, Microsoft::Solutions::BTAHL7::Pipelines::DelimiterSet ^ ds, bool isXmlValidation, bool isCustomDataTypeValidation, bool generateOptionalFields, bool trailingDelimiterAllowed, Microsoft::Solutions::BTAHL7::Pipelines::SegmentIndexer ^ indexer);
public System.IO.Stream Parse (Microsoft.BizTalk.ParsingEngine.IDataReader reader, Microsoft.Solutions.BTAHL7.Pipelines.DelimiterSet ds, bool isXmlValidation, bool isCustomDataTypeValidation, bool generateOptionalFields, bool trailingDelimiterAllowed, Microsoft.Solutions.BTAHL7.Pipelines.SegmentIndexer indexer);
member this.Parse : Microsoft.BizTalk.ParsingEngine.IDataReader * Microsoft.Solutions.BTAHL7.Pipelines.DelimiterSet * bool * bool * bool * bool * Microsoft.Solutions.BTAHL7.Pipelines.SegmentIndexer -> System.IO.Stream
Public Function Parse (reader As IDataReader, ds As DelimiterSet, isXmlValidation As Boolean, isCustomDataTypeValidation As Boolean, generateOptionalFields As Boolean, trailingDelimiterAllowed As Boolean, indexer As SegmentIndexer) As Stream
Parameters
- reader
- Microsoft.BizTalk.ParsingEngine.IDataReader
- ds
- DelimiterSet
- isXmlValidation
- Boolean
- isCustomDataTypeValidation
- Boolean
- generateOptionalFields
- Boolean
- trailingDelimiterAllowed
- Boolean
- indexer
- SegmentIndexer