HL7XmlStream Constructor
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:
HL7XmlStream(Microsoft::BizTalk::ParsingEngine::IDataReader ^ reader, Microsoft::Solutions::BTAHL7::Pipelines::DelimiterSet ^ ds, Microsoft::Solutions::BTAHL7::Pipelines::HL7DocumentSchema ^ docSchema, bool isXmlValidation, bool isCustomDataTypeValidation, bool generateOptionalFields, bool trailingDelimiterAllowed, Microsoft::Solutions::BTAHL7::Pipelines::SegmentIndexer ^ indexer, System::Text::Encoding ^ encoding);
public HL7XmlStream (Microsoft.BizTalk.ParsingEngine.IDataReader reader, Microsoft.Solutions.BTAHL7.Pipelines.DelimiterSet ds, Microsoft.Solutions.BTAHL7.Pipelines.HL7DocumentSchema docSchema, bool isXmlValidation, bool isCustomDataTypeValidation, bool generateOptionalFields, bool trailingDelimiterAllowed, Microsoft.Solutions.BTAHL7.Pipelines.SegmentIndexer indexer, System.Text.Encoding encoding);
new Microsoft.Solutions.BTAHL7.Pipelines.HL7XmlStream : Microsoft.BizTalk.ParsingEngine.IDataReader * Microsoft.Solutions.BTAHL7.Pipelines.DelimiterSet * Microsoft.Solutions.BTAHL7.Pipelines.HL7DocumentSchema * bool * bool * bool * bool * Microsoft.Solutions.BTAHL7.Pipelines.SegmentIndexer * System.Text.Encoding -> Microsoft.Solutions.BTAHL7.Pipelines.HL7XmlStream
Parameters
- reader
- Microsoft.BizTalk.ParsingEngine.IDataReader
- ds
- DelimiterSet
- docSchema
- HL7DocumentSchema
- isXmlValidation
- Boolean
- isCustomDataTypeValidation
- Boolean
- generateOptionalFields
- Boolean
- trailingDelimiterAllowed
- Boolean
- indexer
- SegmentIndexer
- encoding
- Encoding