Search found 23 matches: hl7

Return to advanced search

HL7 Result Message

Has anyone created something to generate HL7 result messages they would be willing to share?
by Jeff Barnes
Thu Jan 17, 2019 2:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HL7 Result Message
Replies: 0
Views: 393

String manipulation

I am trying to find a clean and simple way to manipulate a string. I am sending an HL7 result message that contains a comment section. In this comment section I am inserting my comment (var = cComment) cComment can contain a paragraph or more. The issue I'm having ...
by Jeff Barnes
Tue Jul 31, 2018 4:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: String manipulation
Replies: 3
Views: 668

Re: Remove Line feeds

Here is a link to the file.

[url]www.can-soft.net/dlnew/sample.hl7
[/url]
by Jeff Barnes
Wed May 02, 2018 1:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Remove Line feeds
Replies: 9
Views: 1398

Re: Script Question

Hi Robb, I have an application that is sending HL7 result messages back to the hospital main system. This app can have multiple "sites" and each site typically requires slight differences in the result message. What I've done is create ...
by Jeff Barnes
Fri Apr 20, 2018 2:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Script Question
Replies: 9
Views: 1537

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 ...
by xProgrammer
Tue May 02, 2017 10:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interfacing with Dicom sistems
Replies: 41
Views: 11924

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. ...
by xProgrammer
Tue May 02, 2017 9:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interfacing with Dicom sistems
Replies: 41
Views: 11924

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

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 ...
by xProgrammer
Tue May 02, 2017 9:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interfacing with Dicom sistems
Replies: 41
Views: 11924

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

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, ...
by Jeff Barnes
Tue May 02, 2017 3:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interfacing with Dicom sistems
Replies: 41
Views: 11924

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 ...
by xProgrammer
Fri Apr 28, 2017 10:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interfacing with Dicom sistems
Replies: 41
Views: 11924

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

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 ...
by xProgrammer
Tue Sep 20, 2011 9:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interfacing with Dicom sistems
Replies: 41
Views: 11924

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) ...
by IVAN TRACHTA
Tue Sep 20, 2011 2:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interfacing with Dicom sistems
Replies: 41
Views: 11924

Re: Interfacing with Dicom sistems

Hi Ivan What is the format of file you need to generate - HL7 or DICOM? An HL7 file will begin with "MSH" (for Message Header) and if it is using the standard separator will contain lots of "|" characters and should be all text. A ...
by xProgrammer
Thu Sep 15, 2011 8:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interfacing with Dicom sistems
Replies: 41
Views: 11924
Next

Return to advanced search