Re: [HAPI-devel] how to send and receive DİCOM object with hapi

2011-04-14 Thread Alessandro Del Prete
The example is good, you have to consider the dicom file as an attachment to add in the MimeMultipart Object. Alessandro On Thu, 14 Apr 2011 14:35:51 +0300, cetin sahin wrote: > Thanks James ; > I will try that code . > but this code Encapsulated string data . > I want to

Re: [HAPI-devel] Override the ACK of the Responder in SimpleServer

2010-10-27 Thread alessandro
I found very good solution modifying: ca.uhn.hl7v2.app.Responder and ca.uhn.hl7v2.app.DefaultApplication Thanks Alessandro Il 26/10/2010 10.56, alessandro ha scritto: In SimpleServer, Responder got a wrong message: MSH|^&~\|...|...|...||20101023012303||ORU^R01|18515|P|2.4||UNI

[HAPI-devel] Override the ACK of the Responder in SimpleServer

2010-10-26 Thread alessandro
e: ca.uhn.hl7v2.app.Receiver$Grunt.run(Receiver.java:121) Where is the class to override to modify this ACK? Thanks a lot Alessandro Del Prete -- Nokia and AT&T present the 2010 Calling All Innovators-North America con

Re: [HAPI-devel] parsing a strange OBR| |....

2010-05-06 Thread alessandro
ation also if the incoming message have some error inside, just override the Parser :D Bye Alessandro Il 06/05/2010 10.04, alessandro ha scritto: > I tried starting from the SimpleServer in the Examples > I think that the server does not handle the registered Application > when I

Re: [HAPI-devel] parsing a strange OBR| |....

2010-05-06 Thread alessandro
er(port, llp, parser); Application handler = new ORUReceiverApplication(); server.registerApplication("ORU", "R01", handler); the handler don't go up. Thankyou for any suggestion Alessandro Il 05/05/2010 17.52, alessandro ha scritto: > Hi all >

[HAPI-devel] parsing a strange OBR| |....

2010-05-05 Thread alessandro
return super.parse(theMessage); }}; but: Unexpected Message Received: MSH|^&~\|20100505154105.494-0100||ACK|85|P|2.4^MMSA|AE|8813|Failed validation rule for value " ": Matches the regular expres sion ~T~d*: Segme^MERR|^^^207\Application Internal Error\HL70357 Do you

[HAPI-devel] Problems with parsing of an RSP^SLI^K11 message

2010-04-30 Thread Alessandro Sulis
XML message, as you can see from standard output (output.txt). I tried this because the same conversion problem occurred me inside a Mirth XML transformation Am I getting wrong ? Could someone help me? Regards Alessandro START PIPE MESSAGE:MSH|^~\&|LIP|Enter-gastric department|LB|LBL sy

Re: [HAPI-devel] CDA-basedMML in to the OBX-5 of a MDM^T02

2009-07-15 Thread alessandro
he value of ED with the String encapsuledData.getData().setValue( byte1.toString() ); // setting the data in the OBX segment obx.getObservationValue(0).setData(encapsuledData); Cheers, Alessandro alessandro ha scritto: > Thanks very much for the response > > I was thinking to write the MI

Re: [HAPI-devel] CDA-basedMML in to the OBX-5 of a MDM^T02

2009-07-15 Thread alessandro
Thanks very much for the response I was thinking to write the MIME information adding String in the OBX-5; and then in particular I have to add some XML and a PDF document in this object, so I can add as you suggest with StringOutputStream Thanks Alessandro James Agnew ha scritto: >

[HAPI-devel] CDA-basedMML in to the OBX-5 of a MDM^T02

2009-07-08 Thread alessandro
Hi all, I will be very happy to have an help about this: I have to do add the CDA-basedMML in to the OBX-5 of a MDM^T02 HL7 v.2.3.1 the CDA-basedMML document is a multimedia object and it is exchanged as a package in MIME (Multipurpose Internet Mail Exchange: RFC2046) format and encoded as an en

Re: [HAPI-devel] Terser or ObjectOriented

2009-01-20 Thread alessandro
Thanks for the reply I would like to know if there is a difference of performace for the HAPI class reading data using Terser or the ObjectOriented way. Thanks again Erik Gfesser ha scritto: > Alessandro, > > In my opinion it depends on what you are trying to do. What I have > en

[HAPI-devel] Terser or ObjectOriented

2009-01-19 Thread alessandro
Hallo Wich is the faster method to reading data (for example from a ORM^O01), using Terser or in the ObjectOriented way? Thanks a lot -- This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell

[HAPI-devel] implementation of RSP^K22 (Find candidates response)

2008-11-20 Thread alessandro
Hallo all I'm writing code for the messages: QBP^Q22 (Find Candidates) and the response RSP^K22 (Find candidates response) in ver2.5 unfortunately this messages are not implemented in the package ca.uhn.hl7v2.model.v25.message.* for the QBP^Q22 I don't have problem, I used the class ca.u