Partager via


HL7XmlReader Constructeurs

Définition

Surcharges

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)

Paramètres

msgPartStream
Stream
isValidatingReader
Boolean
schemaCollection
XmlSchemaCollection

S’applique à

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)

Paramètres

msgStream
Stream
schemaCollection
XmlSchemaCollection
isValidatingReader
Boolean
isHeader
Boolean

S’applique à

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)

Paramètres

msgStream
Stream
schemaCollection
XmlSchemaCollection
isValidatingReader
Boolean
isHeader
Boolean

S’applique à

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)

Paramètres

msgStream
Stream
schemaCollection
XmlSchemaCollection
isValidatingReader
Boolean
isHeader
Boolean
indexer
SegmentIndexer

S’applique à