HL7AbstractDataStream Konstruktor
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
protected:
HL7AbstractDataStream(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);
protected HL7AbstractDataStream (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.HL7AbstractDataStream : 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.HL7AbstractDataStream
Parameter
- ds
- DelimiterSet
- docSchema
- HL7DocumentSchema
- isXmlValidation
- Boolean
- isCustomDataTypeValidation
- Boolean
- generateOptionalFields
- Boolean
- trailingDelimiterAllowed
- Boolean
- indexer
- SegmentIndexer
- encoding
- Encoding