• 大小: 1.60M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2025-01-28
  • 语言: VB
  • 标签: DICOM  COM  ico  vb源程序  免费  

资源简介

ezDICOM对于像MRI,CT扫描,和超声图像的医学图像的观看者。它可以查看和分析各种格式的医学图像,并且可以从专有格式转换医学图像。

资源截图

代码片段和文件信息

using System.Reflection;
using System.Runtime.CompilerServices;

//
// General Information about an assembly is controlled through the following 
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
//
[assembly: Assemblytitle(“ezDicom C#“)]
[assembly: AssemblyDescription(“A simple C# wrapper for the ezDicom control“)]
[assembly: AssemblyConfiguration(““)]
[assembly: AssemblyCompany(““)]
[assembly: AssemblyProduct(““)]
[assembly: AssemblyCopyright(““)]
[assembly: AssemblyTrademark(““)]
[assembly: AssemblyCulture(““)]

//
// Version information for an assembly consists of the following four values:
//
//      Major Version
//      Minor Version 
//      Build Number
//      Revision
//
// You can specify all the values or you can default the Revision and Build Numbers 
// by using the ‘*‘ as shown below:

[assembly: AssemblyVersion(“1.0.*“)]

//
// In order to sign your assembly you must specify a key to use. Refer to the 
// Microsoft .NET framework documentation for more information on assembly signing.
//
// Use the attributes below to control which key is used for signing. 
//
// Notes: 
//   (*) If no key is specified the assembly is not signed.
//   (*) KeyName refers to a key that has been installed in the Crypto Service
//       Provider (CSP) on your machine. KeyFile refers to a file which contains
//       a key.
//   (*) If the KeyFile and the KeyName values are both specified the 
//       following processing occurs:
//       (1) If the KeyName can be found in the CSP that key is used.
//       (2) If the KeyName does not exist and the KeyFile does exist the key 
//           in the KeyFile is installed into the CSP and used.
//   (*) In order to create a KeyFile you can use the sn.exe (Strong Name) utility.
//       When specifying the KeyFile the location of the KeyFile should be
//       relative to the project output directory which is
//       %Project Directory%\obj\. For example if your KeyFile is
//       located in the project directory you would specify the AssemblyKeyFile 
//       attribute as [assembly: AssemblyKeyFile(“..\\..\\mykey.snk“)]
//   (*) Delay Signing is an advanced option - see the Microsoft .NET framework
//       documentation for more information on this.
//
[assembly: AssemblyDelaySign(false)]
[assembly: AssemblyKeyFile(““)]
[assembly: AssemblyKeyName(““)]

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2004-12-02 15:11  executables\dcm2jpg\
     文件      218112  2004-12-02 15:07  executables\dcm2jpg\dcm2jpg.exe
     文件        2937  2003-05-14 05:00  executables\dcm2jpg\dcm2jpg.txt
     文件      176541  2004-04-24 12:53  executables\dcm2jpg\dcm2jpg.zap
     目录           0  2004-12-02 15:10  executables\StandAlone\
     文件         768  2000-08-26 15:48  executables\StandAlone\BLACKBDY.LUT
     文件         768  2000-11-01 11:46  executables\StandAlone\bone.lut
     文件         768  2000-08-26 15:48  executables\StandAlone\CARDIAC.LUT
     文件      274432  2004-12-02 15:06  executables\StandAlone\ezDicom.exe
     文件         768  2000-08-26 15:48  executables\StandAlone\FLOW.LUT
     文件         768  2000-08-26 15:48  executables\StandAlone\GE_color.lut
     文件         768  2000-08-28 17:40  executables\StandAlone\Gold.lut
     文件         768  2001-03-11 07:21  executables\StandAlone\HOTIRON.LUT
     文件         768  2000-08-26 15:47  executables\StandAlone\NIH.lut
     文件         768  2000-08-26 15:48  executables\StandAlone\NIH_fire.lut
     文件         768  2000-08-26 15:47  executables\StandAlone\NIH_ice.lut
     文件         768  2000-09-01 07:16  executables\StandAlone\Rainramp.lut
     文件         768  2000-08-26 15:47  executables\StandAlone\SPECTRUM.LUT
     文件         768  2000-08-26 15:47  executables\StandAlone\X_hot.lut
     文件         768  2000-08-26 15:48  executables\StandAlone\X_rain.lut
     目录           0  2004-12-02 12:42  source\activex\
     文件         374  2002-11-13 06:32  source\activex\clip.bmp
     目录           0  2004-12-02 12:42  source\activex\delphidemo\
     文件        3262  2002-11-11 03:44  source\activex\delphidemo\ax.ico
     文件         246  2000-01-22 17:49  source\activex\delphidemo\contrast.bmp
     文件         246  2001-09-29 10:08  source\activex\delphidemo\line.bmp
     文件         246  2001-09-29 10:02  source\activex\delphidemo\pan.bmp
     文件         225  2002-11-11 03:37  source\activex\delphidemo\Project1.dpr
     文件      398336  2004-09-30 19:45  source\activex\delphidemo\Project1.exe
     文件        3372  2002-11-11 03:45  source\activex\delphidemo\Project1.res
     文件         667  2002-11-11 03:49  source\activex\delphidemo\Readme.txt
............此处省略123个文件信息

评论

共有 条评论