Freigeben über


HL7XmlReader Konstruktoren

Definition

Überlädt

HL7XmlReader(Stream, Boolean, XmlSchemaCollection)
HL7XmlReader(Stream, XmlSchemaCollection, Boolean, Boolean, HL7XmlReader+ProcessingMode)
HL7XmlReader(Stream, XmlSchemaCollection, HL7DocumentSchema, Boolean, Boolean, HL7XmlReader+ProcessingMode)
HL7XmlReader(Stream, XmlSchemaCollection, HL7DocumentSchema, Boolean, Boolean, HL7XmlReader+ProcessingMode, SegmentIndexer)

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)

Parameter

msgPartStream
Stream
isValidatingReader
Boolean
schemaCollection
XmlSchemaCollection

Gilt für:

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)

Parameter

msgStream
Stream
schemaCollection
XmlSchemaCollection
isValidatingReader
Boolean
isHeader
Boolean

Gilt für:

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)

Parameter

msgStream
Stream
schemaCollection
XmlSchemaCollection
isValidatingReader
Boolean
isHeader
Boolean

Gilt für:

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)

Parameter

msgStream
Stream
schemaCollection
XmlSchemaCollection
isValidatingReader
Boolean
isHeader
Boolean
indexer
SegmentIndexer

Gilt für: