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 send  dicom obje

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

2011-04-14 Thread cetin sahin
I implemented c# that project. I will try to convert java code to c#. 2011/4/14 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: >

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

2011-04-14 Thread cetin sahin
Thanks James ; I will try that code . but this code Encapsulated string data . I want to send dicom object .dcm extension with HL7 how am I implemented that Is there any sample code 13 Nisan 2011 17:44 tarihinde James Agnew yazdı: > Hi Cetin, > > There is no specific HL7 standard or recommendat

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

2011-04-13 Thread James Agnew
Hi Cetin, There is no specific HL7 standard or recommendation (that I am aware of) that is tailored to dicom imaging, so you would definitely need to consult with the system you are communicating with to find out how they expect data to be formatted. One approach that would certainly be possible