Skip to content

Commit

Permalink
HL7 to DICOM PDF example with Mirth
Browse files Browse the repository at this point in the history
  • Loading branch information
rossetantoine committed Nov 10, 2013
1 parent aebab89 commit 25ed047
Show file tree
Hide file tree
Showing 15 changed files with 1,592 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,7 @@ SandBox/build/*
PDF to DICOM/PDFToDicom.xcodeproj/xcuserdata/admin.xcuserdatad/xcschemes/xcschememanagement.plist

Reporter/Reporter.xcodeproj/xcuserdata/admin.xcuserdatad/xcschemes/xcschememanagement.plist

HL7toDICOMPDF/HL7toDICOMPDF.xcodeproj/xcuserdata/admin.xcuserdatad/xcschemes/xcschememanagement.plist

HL7toDICOMPDF/HL7toDICOMPDF.xcodeproj/xcuserdata/antoinerosset.xcuserdatad/xcschemes/xcschememanagement.plist
Binary file added HL7toDICOMPDF/English.lproj/InfoPlist.strings
Binary file not shown.
14 changes: 14 additions & 0 deletions HL7toDICOMPDF/English.lproj/locversion.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>LprojCompatibleVersion</key>
<string>220.2</string>
<key>LprojLocale</key>
<string>en</string>
<key>LprojRevisionLevel</key>
<string>1</string>
<key>LprojVersion</key>
<string>307</string>
</dict>
</plist>
14 changes: 14 additions & 0 deletions HL7toDICOMPDF/HL7toDICOMPDF.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#import <Foundation/Foundation.h>
#import <OsiriXAPI/PluginFilter.h>

@interface HL7toDICOMPDF : PluginFilter
{
NSTimer *scanReportsFolderTimer;

IBOutlet NSWindow *settings;
IBOutlet NSPathControl *pathControl;
}

- (long) filterImage:(NSString*) menuName;

@end
386 changes: 386 additions & 0 deletions HL7toDICOMPDF/HL7toDICOMPDF.m

Large diffs are not rendered by default.

Loading

0 comments on commit 25ed047

Please sign in to comment.