ZSegmentSpec.Parse(HL7DataReader, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
System::IO::Stream ^ Parse(Microsoft::Solutions::BTAHL7::Pipelines::HL7DataReader ^ reader, [Runtime::InteropServices::Out] bool % isValid);
public System.IO.Stream Parse (Microsoft.Solutions.BTAHL7.Pipelines.HL7DataReader reader, out bool isValid);
member this.Parse : Microsoft.Solutions.BTAHL7.Pipelines.HL7DataReader * -> System.IO.Stream
Public Function Parse (reader As HL7DataReader, ByRef isValid As Boolean) As Stream
Parameters
- reader
- HL7DataReader
- isValid
- Boolean