Re: [HAPI-devel] how to set observation value of the ORU_R01

2011-06-22 Thread Yavuz SARIGÜL
Yes you're right, sorry. From: [email protected] [mailto:[email protected]] On Behalf Of James Agnew Sent: Wednesday, June 22, 2011 7:31 PM To: Yavuz SARIGÜL Cc: Cameron Freiner; [email protected] Subject: Re: [HAPI-devel] how to set observation value of the ORU_R01

Re: [HAPI-devel] how to set observation value of the ORU_R01

2011-06-22 Thread James Agnew
Hi Yavuz, The semantics in your example appear to be C# code. Are you possibly looking for the nHAPI list? This mailing list is for HAPI, a Java based HL7 library. Cheers, James 2011/6/22 Yavuz SARIGÜL > Thank you but I use version 2.3.1, your example is v25. There is no > setData() functio

Re: [HAPI-devel] how to set observation value of the ORU_R01

2011-06-22 Thread Yavuz SARIGÜL
Thank you but I use version 2.3.1, your example is v25. There is no setData() function for varies in version 2.3.1 From: Cameron Freiner [mailto:[email protected]] Sent: Wednesday, June 22, 2011 2:17 PM To: Yavuz SARIGÜL Cc: [email protected] Subject: Re: [HAPI-devel] how t

Re: [HAPI-devel] how to set observation value of the ORU_R01

2011-06-22 Thread Cameron Freiner
Take a look at the examples on the sourceforge page. http://hl7api.sourceforge.net/xref/ca/uhn/hl7v2/examples/PopulateOBXSegment.html 2011/6/22 Yavuz SARIGÜL > Hi everybody. Can anyone help me about how to set observation value of the > ORU_R01 message, version 2.3.1 > > ** ** > > ** ** > >

[HAPI-devel] how to set observation value of the ORU_R01

2011-06-22 Thread Yavuz SARIGÜL
Hi everybody. Can anyone help me about how to set observation value of the ORU_R01 message, version 2.3.1 oruR01.GetPATIENT_RESULT().GetORDER_OBSERVATION().GetOBSERVATION(0).OBX.GetO bservationValue(0) = ?? --