HL7XmlReader Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
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)
Parámetros
- msgPartStream
- Stream
- isValidatingReader
- Boolean
- schemaCollection
- XmlSchemaCollection
Se aplica a
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)
Parámetros
- msgStream
- Stream
- schemaCollection
- XmlSchemaCollection
- isValidatingReader
- Boolean
- isHeader
- Boolean
Se aplica a
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)
Parámetros
- msgStream
- Stream
- schemaCollection
- XmlSchemaCollection
- schema
- HL7DocumentSchema
- isValidatingReader
- Boolean
- isHeader
- Boolean
Se aplica a
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)
Parámetros
- msgStream
- Stream
- schemaCollection
- XmlSchemaCollection
- schema
- HL7DocumentSchema
- isValidatingReader
- Boolean
- isHeader
- Boolean
- indexer
- SegmentIndexer