[HAPI-devel] Dummy question about HL7, please

2007-12-13 Thread Leo
t ADR message My main question is if last ACK (ack for ADR to B) is neccesary, optional or never sended, and if is necessary what CASE is the correct? Thanks. Leo. - SF.Net email is sponsored by: Check out the new SourceForg

[HAPI-devel] Test messages and profiles

2007-12-12 Thread Leo
. ¿Somebody knows where can i find it? I think maybe HL7 offer some examples via web... but i dont know Thanks to all! Leo. - SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to b

Re: [HAPI-devel] Posible BUG when messages or groups have duplicated elements

2007-11-23 Thread Leo
TED]> wrote: > > Hi Leo, > > sometimes the message structure in HL7 is ambiguous if you omit required > segments. In this case(QUERY_RESPONSE group) if you need the group you > need > to set the PID and PV1. Not sure if this solves the error, anyhow the > message parsing wi

Re: [HAPI-devel] terser - syntax

2007-11-22 Thread Leo
Hello Epic! I think segment FT1 is not repeteable in FINANCIAL group, you cant add second repetition using terer neither manualli using get(FT1,2). On Nov 21, 2007 8:00 PM, epic winter <[EMAIL PROTECTED]> wrote: > I am working on producing the DFT_P03 message using the Terser. I might > be in

[HAPI-devel] Posible BUG when messages or groups have duplicated elements

2007-11-18 Thread Leo
1 *value1* *value2* *value3*

[HAPI-devel] Messagin Workbench insert non standard groups?

2007-11-16 Thread Leo
Hello to everybody! Iam using Messaging Workbench, great tool! But iam getting strange results with segment groups when I load standard message strucutre. For example in ADR_A19 message there are a QUERY_RESPONDE group, inside of this should be a PROCEDURE group, but dont are this. Instead there ar

[HAPI-devel] Compose message with profile in time ejecution

2007-11-09 Thread Leo
Hello! Iam learning hapi. I need compose a message in time ejecution using xml implementation profile. The message maybe Zmessage or not, but i cant use concrete implementation of the message because I need compose it in time ejecution using the xml, that is I cant use profile compiler. Profiles ha