Search found 57 matches: interfacing

Return to advanced search

Re: Windows causes FWH crash: msxml3.dll update

... the Open() and next steps into a TRY, and if I get an error, the Catch has an error message but returns a NIL value. Of course, the company I was interfacing with made some changes on their end and it started working again ... which suggests the error may be the result of the website not being ...
by TimStone
Fri May 31, 2024 2:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows causes FWH crash: msxml3.dll update
Replies: 2
Views: 127

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: 12101

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: 12101

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: 12101

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: 12101

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: 12101

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: 12101

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: 12101

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: 12101

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: 3661

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: 3661

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: 685

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: 12091

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: 1307

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: 12101
Next

Return to advanced search