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