Search found 56 matches: interfacing

Return to advanced search

Re: Interfacing with Dicom sistems

Hi Jeff Re DICOM Parsing a DICOM file is not that hard but it is somewhat more involved than parsing HL7 files in that: there are options as to how it is encoded it supports binary data you have to read the lengths of data elements to determine where the next one starts can switch between MSB and LS...
by xProgrammer
Tue May 02, 2017 10:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interfacing with Dicom sistems
Replies: 41
Views: 11781

Re: Interfacing with Dicom sistems

Hi Jeff I thought the following might be useful information just in case you run into a source of HL7 messages where the preferred deliniators were not used In HL7 messaging, the separator characters are also known as the message delimiters or special encoding characters. The following are the HL7 r...
by xProgrammer
Tue May 02, 2017 9:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interfacing with Dicom sistems
Replies: 41
Views: 11781

Re: Interfacing with Dicom sistems

Hi Jeff

I forgot to mention that at one time you had to pay to get the HL7 specification but now it can be downloaded free of charge.

BTW the DICOM specification has always been available for download free of charge.

Regards
Doug
by xProgrammer
Tue May 02, 2017 9:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interfacing with Dicom sistems
Replies: 41
Views: 11781

Re: Interfacing with Dicom sistems

Hi Jeff In production I am creating HL7 messages not reading them and extracting data. However as part of developing my code I wanted to test it before inflicting my messages on anyone so I wrote some code to read test messages that my software wrote and extract the original data out of them. I'll t...
by xProgrammer
Tue May 02, 2017 9:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interfacing with Dicom sistems
Replies: 41
Views: 11781

Re: Interfacing with Dicom sistems

Hi Guys,

About DICOM/HL7 images, Did you have already looked at this http://www.merge.com/Solutions/Toolkits.aspx ?
by vilian
Tue May 02, 2017 8:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interfacing with Dicom sistems
Replies: 41
Views: 11781

Re: Interfacing with Dicom sistems

Hi Doug, For HL7, I looking to parse the incoming HL7 message so I can populate my database with the patient info etc.. For DICOM, what I would like to do is take whatever info comes out of a DICOM enabled medical device and again, populate my database. The DICOM side of things is not too urgent as ...
by Jeff Barnes
Tue May 02, 2017 3:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interfacing with Dicom sistems
Replies: 41
Views: 11781

Re: Interfacing with Dicom sistems

Hi Jeff Re HL7 I am sending HL7 messages in production use. Currently only 2 message types - from memory (will check when back in at work) REF and LAB2. In practice I found that local (Australian) implementations whilst supposedly following the standards had their own variations. Happy to share code...
by xProgrammer
Fri Apr 28, 2017 10:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interfacing with Dicom sistems
Replies: 41
Views: 11781

Re: Interfacing with Dicom sistems

Hi Doug,

Did you ever end up creating your code to read/write HL7 messages?
If so, would you be willing to share your code?

Also, same question for DICOM :)
by Jeff Barnes
Thu Apr 27, 2017 2:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interfacing with Dicom sistems
Replies: 41
Views: 11781

Re: C Struct

... for its own use. Please refer to struct.ch and tstruct.prg and examples in samples folder. Using the STRUCT command for C structures for interfacing with Windows API has been working well for FWH. My be one can use FWH's built in C Struct, instead of xHarbour's C Struct
by nageswaragunupudi
Sat Jun 21, 2014 7:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: C Struct
Replies: 23
Views: 3500

Re: C Struct

... DLLs successfully in the past, but not using cStructures (this was using the exact same versions of xHB and FWH). The bigger picture is that I am interfacing to a Digital Persona bioscan SDK and was having troubles, so went back to a documented example using c Structures as parameters. Interestingly ...
by patdriscoll
Wed Jun 11, 2014 6:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: C Struct
Replies: 23
Views: 3500

Numeric Data in SQL insert

Hi All I am interfacing my software with QuickBooks - in my SQL insert statements I do the following do while cInvcNo == oInvItms:invcno .and. ! oInvItms:eof() aadd(aInvItems,{cClient,cInvcNo,nQty,nAmount}) oInvItms:skip() enddo ...
by Colin Haig
Thu May 16, 2013 9:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Numeric Data in SQL insert
Replies: 4
Views: 672

Re: Porting from Fwh to Mac

... OS will be determined when Android can penetrate the business community with a tight, secure, non-open system with a rich OS, solid servers, and interfacing to a full featured, secure, office suite.
by TimStone
Mon Jan 14, 2013 5:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Porting from Fwh to Mac
Replies: 58
Views: 11802

XML communication with another program

I am interfacing with a parts ordering program. The communication via the web is done by the program, and it returns data to my program in XML. Antonio provided excellent assistance in getting the calling routine setup. First ...
by TimStone
Fri Oct 07, 2011 9:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XML communication with another program
Replies: 4
Views: 1289

Re: Interfacing with Dicom sistems

Hi Ivan The HL7 message that I have to generate is a REF message (a referral). You probably need a different message although some of the segments are probably common. I don't have the HL7 specification (you have to purchase it and it isn't cheap) but I do have sufficient information to generate an ...
by xProgrammer
Tue Sep 20, 2011 9:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interfacing with Dicom sistems
Replies: 41
Views: 11781

Re: Interfacing with Dicom sistems

Hi Doug At first I think I need to generate an HL7 file to send data automatically to medical devices. This information has to be incorporated to their task lists. Then, after the medical study be done, the DICOM file generated (by de medical machine) is sent to the DICOM file server (PACS). The DIC...
by IVAN TRACHTA
Tue Sep 20, 2011 2:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interfacing with Dicom sistems
Replies: 41
Views: 11781
Next

Return to advanced search