HL7XmlReader 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
HL7XmlReader(Stream, Boolean, XmlSchemaCollection)
public:
HL7XmlReader(System::IO::Stream ^ msgPartStream, bool isValidatingReader, System::Xml::Schema::XmlSchemaCollection ^ schemaCollection);
public HL7XmlReader (System.IO.Stream msgPartStream, bool isValidatingReader, System.Xml.Schema.XmlSchemaCollection schemaCollection);
new Microsoft.Solutions.BTAHL7.Pipelines.HL7XmlReader : System.IO.Stream * bool * System.Xml.Schema.XmlSchemaCollection -> Microsoft.Solutions.BTAHL7.Pipelines.HL7XmlReader
Public Sub New (msgPartStream As Stream, isValidatingReader As Boolean, schemaCollection As XmlSchemaCollection)
参数
- msgPartStream
- Stream
- isValidatingReader
- Boolean
- schemaCollection
- XmlSchemaCollection
适用于
HL7XmlReader(Stream, XmlSchemaCollection, Boolean, Boolean, HL7XmlReader+ProcessingMode)
public:
HL7XmlReader(System::IO::Stream ^ msgStream, System::Xml::Schema::XmlSchemaCollection ^ schemaCollection, bool isValidatingReader, bool isHeader, Microsoft::Solutions::BTAHL7::Pipelines::HL7XmlReader::ProcessingMode mode);
public HL7XmlReader (System.IO.Stream msgStream, System.Xml.Schema.XmlSchemaCollection schemaCollection, bool isValidatingReader, bool isHeader, Microsoft.Solutions.BTAHL7.Pipelines.HL7XmlReader.ProcessingMode mode);
new Microsoft.Solutions.BTAHL7.Pipelines.HL7XmlReader : System.IO.Stream * System.Xml.Schema.XmlSchemaCollection * bool * bool * Microsoft.Solutions.BTAHL7.Pipelines.HL7XmlReader.ProcessingMode -> Microsoft.Solutions.BTAHL7.Pipelines.HL7XmlReader
Public Sub New (msgStream As Stream, schemaCollection As XmlSchemaCollection, isValidatingReader As Boolean, isHeader As Boolean, mode As HL7XmlReader.ProcessingMode)
参数
- msgStream
- Stream
- schemaCollection
- XmlSchemaCollection
- isValidatingReader
- Boolean
- isHeader
- Boolean
适用于
HL7XmlReader(Stream, XmlSchemaCollection, HL7DocumentSchema, Boolean, Boolean, HL7XmlReader+ProcessingMode)
public:
HL7XmlReader(System::IO::Stream ^ msgStream, System::Xml::Schema::XmlSchemaCollection ^ schemaCollection, Microsoft::Solutions::BTAHL7::Pipelines::HL7DocumentSchema ^ schema, bool isValidatingReader, bool isHeader, Microsoft::Solutions::BTAHL7::Pipelines::HL7XmlReader::ProcessingMode mode);
public HL7XmlReader (System.IO.Stream msgStream, System.Xml.Schema.XmlSchemaCollection schemaCollection, Microsoft.Solutions.BTAHL7.Pipelines.HL7DocumentSchema schema, bool isValidatingReader, bool isHeader, Microsoft.Solutions.BTAHL7.Pipelines.HL7XmlReader.ProcessingMode mode);
new Microsoft.Solutions.BTAHL7.Pipelines.HL7XmlReader : System.IO.Stream * System.Xml.Schema.XmlSchemaCollection * Microsoft.Solutions.BTAHL7.Pipelines.HL7DocumentSchema * bool * bool * Microsoft.Solutions.BTAHL7.Pipelines.HL7XmlReader.ProcessingMode -> Microsoft.Solutions.BTAHL7.Pipelines.HL7XmlReader
Public Sub New (msgStream As Stream, schemaCollection As XmlSchemaCollection, schema As HL7DocumentSchema, isValidatingReader As Boolean, isHeader As Boolean, mode As HL7XmlReader.ProcessingMode)
参数
- msgStream
- Stream
- schemaCollection
- XmlSchemaCollection
- schema
- HL7DocumentSchema
- isValidatingReader
- Boolean
- isHeader
- Boolean
适用于
HL7XmlReader(Stream, XmlSchemaCollection, HL7DocumentSchema, Boolean, Boolean, HL7XmlReader+ProcessingMode, SegmentIndexer)
public:
HL7XmlReader(System::IO::Stream ^ msgStream, System::Xml::Schema::XmlSchemaCollection ^ schemaCollection, Microsoft::Solutions::BTAHL7::Pipelines::HL7DocumentSchema ^ schema, bool isValidatingReader, bool isHeader, Microsoft::Solutions::BTAHL7::Pipelines::HL7XmlReader::ProcessingMode mode, Microsoft::Solutions::BTAHL7::Pipelines::SegmentIndexer ^ indexer);
public HL7XmlReader (System.IO.Stream msgStream, System.Xml.Schema.XmlSchemaCollection schemaCollection, Microsoft.Solutions.BTAHL7.Pipelines.HL7DocumentSchema schema, bool isValidatingReader, bool isHeader, Microsoft.Solutions.BTAHL7.Pipelines.HL7XmlReader.ProcessingMode mode, Microsoft.Solutions.BTAHL7.Pipelines.SegmentIndexer indexer);
new Microsoft.Solutions.BTAHL7.Pipelines.HL7XmlReader : System.IO.Stream * System.Xml.Schema.XmlSchemaCollection * Microsoft.Solutions.BTAHL7.Pipelines.HL7DocumentSchema * bool * bool * Microsoft.Solutions.BTAHL7.Pipelines.HL7XmlReader.ProcessingMode * Microsoft.Solutions.BTAHL7.Pipelines.SegmentIndexer -> Microsoft.Solutions.BTAHL7.Pipelines.HL7XmlReader
Public Sub New (msgStream As Stream, schemaCollection As XmlSchemaCollection, schema As HL7DocumentSchema, isValidatingReader As Boolean, isHeader As Boolean, mode As HL7XmlReader.ProcessingMode, indexer As SegmentIndexer)
参数
- msgStream
- Stream
- schemaCollection
- XmlSchemaCollection
- schema
- HL7DocumentSchema
- isValidatingReader
- Boolean
- isHeader
- Boolean
- indexer
- SegmentIndexer