[HAPI-devel] how do I use terser to create an Order..

2013-02-12 Thread ray_lukas
Im sorry.. I just don’t know how to do this and I am against the wall .. can someone please help me.. it is really simple.. I need to take each test I have and create a OBX segment for it under the OBR.I have a mapping table that maps my internal java model objects to things like OBX-X-Y for a give

[HAPI-devel] Dynamically generating HL7 messages

2012-12-12 Thread ray_lukas
I am building an application which of course has a model. I want to construct as HL7 message from this model. I have a mapping table in my database, used to identify each field I am interested in using from my model, which maps to a HL7 entity. I am generating requests for tests to several (hundred

[HAPI-devel] Can someone post an example that works.. I have been trying the examples and for a v2.3 nothing works..

2012-09-26 Thread ray_lukas
Can someone post an example that works.. I have been trying the examples and for a v2.3 nothing works.. there does not even seem to be a ListgetORDER_OBSERVATIONAll() inside of a ORU_R01 class.. where is this method.. ?? the javadoc clearly says that this exists.. but ..

Re: [HAPI-devel] paper order, electronic results, How in Hapi?

2012-09-12 Thread ray_lukas
got it all working.. sorry for the interruption   On 09/12/12, [email protected] wrote: I think that I may have figured this out.. hang on.. sorry.. might have asked this question a bit to early..    On 09/12/12, [email protected] wrote: I have gone through, and have working the SendAndRece

Re: [HAPI-devel] paper order, electronic results, How in Hapi?

2012-09-12 Thread ray_lukas
I think that I may have figured this out.. hang on.. sorry.. might have asked this question a bit to early..    On 09/12/12, [email protected] wrote: I have gone through, and have working the SendAndReceiveAMessage example from the HAPI web page. It works great. But it is built over top of Init

[HAPI-devel] paper order, electronic results, How in Hapi?

2012-09-12 Thread ray_lukas
I have gone through, and have working the SendAndReceiveAMessage example from the HAPI web page. It works great. But it is built over top of Initiator.sendAndReceive, which makes perfect sense for pretty much everyone, except me. For some odd reasons we are planning to submit order to our lab on pa

[HAPI-devel] Specifying scope in a RuleBinding??

2012-03-08 Thread ray_lukas
I am new to Hapi and HL7.. I am parsing a message and need to write a validator for the Observation Value in the OBX message. I am very comfortable in RegEx so I will use that. The only problem I have is specifying this this Observation Field in the RuleBinding object. I don’t understand how to spe