HL7XmlStream Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
Paramètres
- reader
- Microsoft.BizTalk.ParsingEngine.IDataReader
- ds
- DelimiterSet
- docSchema
- HL7DocumentSchema
- isXmlValidation
- Boolean
- isCustomDataTypeValidation
- Boolean
- generateOptionalFields
- Boolean
- trailingDelimiterAllowed
- Boolean
- indexer
- SegmentIndexer
- encoding
- Encoding