Can someone show me where I can get a "get started" example for the 2.0
version of nHapi similar to the on line pdf for version 1.x of nHapi?

Here's all I'm trying to do at this point:

{
  FileStream fs = new FileStream(@"c:\2010_AResult.txt", FileMode.Open,
FileAccess.ReadWrite);
            StreamReader sr = new StreamReader(fs);
            string str1 = sr.ReadToEnd();

            PipeParser parser = new PipeParser();
            IMessage m = parser.parse(str1);
            QRY_R02 qryR02 = m as QRY_R02;

Console.WriteLine(qryR02.QRD.GetWhoSubjectFilter(0).IDNumber.Value);


            //sw.Flush();
            fs.Close();
}

so I don't know what to put for the "ISegment Destination" and "Encoding
Characters" parameters for the parse method. Also, it tells me that the
QRY_R02 type cannot be found.


Thanks,


Sean
------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Hl7api-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/hl7api-devel

Reply via email to