As promised in my previous blog here is a preview of the application I am developing to rename hl7 messages to reflect patient demographic information in the filename.
The HL7 file rename application is a utility software which scans specified folders for HL7 files. The application then parses these files to pickup patient demographic information like firstname, lastname, date of birth etc. from the PDI segment and renames the files to include this information in filename. The benefit is that users can now locate HL7 files for a particular patient using normal file search utilities like windows search, google desktop search etc.
I created this application using Visual C# 2008 express edition & NHapi HL7 parser by UCH. The application is designed to be able to process large volumes and all time consuming operations are performed on independent threads so that the UI remains responsive. The user can also view detailed statistics including current progress, files successfully processed, number of errors, time elapsed, time remaining etc.
The flow of the application is as follows.
1. User sets up a new job by clicking on the job setup button. User can select the folder where the HL7 files are located. In this version the user can also select a folder which contains pdf files associated with the HL7 files. User can select the rename mode and auto repair options for messages with parse errors.
2. User starts the scanning and parsing process by clicking on the parse button. This operation is performed on a background thread. Detailed statistics of the processing operation are shown while the operation is being performed.
3. The renaming operation can be performed if at least one file was found. The renaming operation is also performed on a background thread and statistics are visible while the operation is being performed.
4. The message log shows useful information, error messages etc.
These screenshots are from the latest stable version of the application. I will post the source code here soon. Many thanks to the NHapi team for their excellent API. To know more about NHapi please visit https://nhapi.sourceforge.net
Good job done alok…
eager to source code…
Thanks a lot…
Very interesting…
Have you get a chance to upload the code anwhere?
Thanks
This is great !!! I am looking forward to your source code. I was about to dive-in to create similar app…Now, I will wait for your code.
Any useful documentation out there for nHAPI ? I found one from Ashley Tate’s blog page but ZIP file gives me corrupted error message when I tried to extract.
Thanks guys…
No response…yet. I thought he would look at his blog and respond to people’s queries. What is the point of having one just to say… ‘Hey, I got it…I got it. Do you want it ?’
and then when someone actually says ‘Yes’, just keep quite.
Great !!!
hi all,
I’m looking to write applications Nhapi to create and parse Hl7 message.
I look forward to the help of everyone.
Thanks in advance!
email: phuc@lhu.edu.vn