-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
aebab89
commit 25ed047
Showing
15 changed files
with
1,592 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.