在好例子网,分享、交流、成长!
您当前所在位置:首页C# 开发实例C#语言基础 → WPF技术socket连接CA生化仪HL7协议对接LIS

WPF技术socket连接CA生化仪HL7协议对接LIS

C#语言基础

下载此实例
  • 开发语言:C#
  • 实例大小:3.47M
  • 下载次数:8
  • 浏览次数:55
  • 发布时间:2023-11-24
  • 实例类别:C#语言基础
  • 发 布 人:toynba
  • 文件格式:.rar
  • 所需积分:2
 相关标签: Socket wpf Lis sOC HL7

实例介绍

【实例简介】WPF技术socket连接CA生化仪HL7协议对接LIS

【实例截图】

from clipboard

【核心代码】

.
├── WPF技术socket连接CA生化仪HL7协议对接LIS_ca生化仪对接接口程序Backup.rar
└── ca生化仪对接接口程序Backup
    ├── HL7.Core
    │   ├── AbstractFactory.cs
    │   ├── AbstractType.cs
    │   ├── App.config
    │   ├── CompositeMessage.cs
    │   ├── ConcretcompositeType
    │   │   ├── PrimitiveType.cs
    │   │   ├── V231
    │   │   │   ├── Delimiter.cs
    │   │   │   ├── Field.cs
    │   │   │   ├── Message.cs
    │   │   │   └── Segment.cs
    │   │   └── V24
    │   │       ├── Delimiter.cs
    │   │       ├── Field.cs
    │   │       ├── Message.cs
    │   │       └── Segment.cs
    │   ├── HL7.Core.csproj
    │   └── MLLP
    │       ├── AbstractState.cs
    │       └── Context.cs
    ├── HL7Application-master
    │   ├── HL7Application
    │   │   ├── App.config
    │   │   ├── FormApplication.Designer.cs
    │   │   ├── FormApplication.cs
    │   │   ├── FormApplication.resx
    │   │   ├── HL7Application.csproj
    │   │   ├── Program.cs
    │   │   ├── Properties
    │   │   │   ├── AssemblyInfo.cs
    │   │   │   ├── Resources.Designer.cs
    │   │   │   ├── Resources.resx
    │   │   │   ├── Settings.Designer.cs
    │   │   │   └── Settings.settings
    │   │   ├── bin
    │   │   │   └── Debug
    │   │   └── obj
    │   │       ├── Debug
    │   │       │   ├── DesignTimeResolveAssemblyReferences.cache
    │   │       │   ├── DesignTimeResolveAssemblyReferencesInput.cache
    │   │       │   ├── HL7Application.FormApplication.resources
    │   │       │   ├── HL7Application.Properties.Resources.resources
    │   │       │   ├── HL7Application.csproj.AssemblyReference.cache
    │   │       │   ├── HL7Application.csproj.CoreCompileInputs.cache
    │   │       │   ├── HL7Application.csproj.FileListAbsolute.txt
    │   │       │   ├── HL7Application.csproj.GenerateResource.cache
    │   │       │   ├── HL7Application.csprojAssemblyReference.cache
    │   │       │   ├── HL7通信程序.Form1.resources
    │   │       │   ├── HL7通信程序.csproj.CopyComplete
    │   │       │   ├── HL7通信程序.csproj.CoreCompileInputs.cache
    │   │       │   ├── HL7通信程序.csproj.FileListAbsolute.txt
    │   │       │   ├── HL7通信程序.csproj.GenerateResource.cache
    │   │       │   ├── HL7通信程序.csprojAssemblyReference.cache
    │   │       │   ├── TempPE
    │   │       │   │   └── Properties.Resources.Designer.cs.dll
    │   │       │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
    │   │       │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
    │   │       │   └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
    │   │       └── Release
    │   │           ├── DesignTimeResolveAssemblyReferences.cache
    │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
    │   │           └── HL7Application.csprojAssemblyReference.cache
    │   ├── HL7Application.sln
    │   ├── HL7LIB
    │   │   ├── ACK.cs
    │   │   ├── CE.cs
    │   │   ├── ClassDiagram1.cd
    │   │   ├── HL7LIB.csproj
    │   │   ├── ID.cs
    │   │   ├── MSA.cs
    │   │   ├── Properties
    │   │   │   └── AssemblyInfo.cs
    │   │   ├── abstractFactory.cs
    │   │   ├── abstractType.cs
    │   │   ├── bin
    │   │   │   └── Debug
    │   │   │       ├── HL7LIB.dll
    │   │   │       └── HL7LIB.pdb
    │   │   ├── common.cs
    │   │   ├── compositeMessage.cs
    │   │   └── obj
    │   │       └── Debug
    │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
    │   │           ├── HL7LIB.csproj.AssemblyReference.cache
    │   │           ├── HL7LIB.csproj.CoreCompileInputs.cache
    │   │           ├── HL7LIB.csproj.FileListAbsolute.txt
    │   │           ├── HL7LIB.csprojAssemblyReference.cache
    │   │           ├── HL7LIB.dll
    │   │           ├── HL7LIB.pdb
    │   │           ├── TempPE
    │   │           ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
    │   │           ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
    │   │           └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
    │   ├── HL7LIBTests
    │   │   ├── ACKTests.cs
    │   │   ├── HL7LIBTests.csproj
    │   │   ├── MSHTests.cs
    │   │   ├── PIDTests.cs
    │   │   ├── Properties
    │   │   │   └── AssemblyInfo.cs
    │   │   ├── bin
    │   │   │   └── Debug
    │   │   │       ├── HL7LIB.dll
    │   │   │       ├── HL7LIB.pdb
    │   │   │       ├── HL7LIBTests.dll
    │   │   │       ├── HL7LIBTests.pdb
    │   │   │       ├── Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll
    │   │   │       ├── Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.dll
    │   │   │       ├── Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll
    │   │   │       ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll
    │   │   │       ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
    │   │   │       ├── Microsoft.VisualStudio.TestPlatform.TestFramework.dll
    │   │   │       ├── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
    │   │   │       └── zh-Hans
    │   │   │           ├── Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll
    │   │   │           ├── Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll
    │   │   │           └── Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll
    │   │   ├── obj
    │   │   │   └── Debug
    │   │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
    │   │   │       ├── HL7LIBTests.csproj.AssemblyReference.cache
    │   │   │       ├── HL7LIBTests.csproj.CopyComplete
    │   │   │       ├── HL7LIBTests.csproj.CoreCompileInputs.cache
    │   │   │       ├── HL7LIBTests.csproj.FileListAbsolute.txt
    │   │   │       ├── HL7LIBTests.csprojAssemblyReference.cache
    │   │   │       ├── HL7LIBTests.dll
    │   │   │       ├── HL7LIBTests.pdb
    │   │   │       ├── TempPE
    │   │   │       ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
    │   │   │       ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
    │   │   │       └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
    │   │   ├── packages.config
    │   │   └── primitiveTypeTests.cs
    │   ├── HL7Socket
    │   │   ├── CC.cs
    │   │   ├── HL7Client.cs
    │   │   ├── HL7Socket.csproj
    │   │   ├── Properties
    │   │   │   └── AssemblyInfo.cs
    │   │   ├── User.cs
    │   │   ├── bin
    │   │   │   └── Debug
    │   │   │       ├── HL7Socket.dll
    │   │   │       └── HL7Socket.pdb
    │   │   └── obj
    │   │       └── Debug
    │   │           ├── DesignTimeResolveAssemblyReferences.cache
    │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
    │   │           ├── HL7Socket.csproj.AssemblyReference.cache
    │   │           ├── HL7Socket.csproj.CoreCompileInputs.cache
    │   │           ├── HL7Socket.csproj.FileListAbsolute.txt
    │   │           ├── HL7Socket.csprojAssemblyReference.cache
    │   │           ├── HL7Socket.dll
    │   │           ├── HL7Socket.pdb
    │   │           ├── TempPE
    │   │           ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
    │   │           ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
    │   │           └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
    │   ├── MLLP
    │   │   ├── AbstractState.cs
    │   │   ├── Context.cs
    │   │   ├── MLLP.csproj
    │   │   ├── Properties
    │   │   │   └── AssemblyInfo.cs
    │   │   ├── bin
    │   │   │   └── Debug
    │   │   └── obj
    │   │       └── Debug
    │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
    │   │           ├── MLLP.csproj.AssemblyReference.cache
    │   │           ├── MLLP.csproj.CoreCompileInputs.cache
    │   │           ├── MLLP.csproj.FileListAbsolute.txt
    │   │           ├── MLLP.csprojAssemblyReference.cache
    │   │           ├── TempPE
    │   │           ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
    │   │           ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
    │   │           └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
    │   ├── README.md
    │   └── packages
    │       ├── MSTest.TestAdapter.1.2.1
    │       │   ├── MSTest.TestAdapter.1.2.1.nupkg
    │       │   └── build
    │       │       ├── _common
    │       │       │   ├── Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll
    │       │       │   ├── Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.dll
    │       │       │   ├── Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll
    │       │       │   ├── Microsoft.VisualStudio.TestPlatform.TestFramework.dll
    │       │       │   ├── cs
    │       │       │   │   ├── Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll
    │       │       │   │   ├── Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll
    │       │       │   │   └── Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll
    │       │       │   ├── de
    │       │       │   │   ├── Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll
    │       │       │   │   ├── Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll
    │       │       │   │   └── Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll
    │       │       │   ├── es
    │       │       │   │   ├── Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll
    │       │       │   │   ├── Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll
    │       │       │   │   └── Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll
    │       │       │   ├── fr
    │       │       │   │   ├── Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll
    │       │       │   │   ├── Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll
    │       │       │   │   └── Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll
    │       │       │   ├── it
    │       │       │   │   ├── Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll
    │       │       │   │   ├── Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll
    │       │       │   │   └── Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll
    │       │       │   ├── ja
    │       │       │   │   ├── Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll
    │       │       │   │   ├── Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll
    │       │       │   │   └── Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll
    │       │       │   ├── ko
    │       │       │   │   ├── Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll
    │       │       │   │   ├── Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll
    │       │       │   │   └── Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll
    │       │       │   ├── pl
    │       │       │   │   ├── Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll
    │       │       │   │   ├── Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll
    │       │       │   │   └── Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll
    │       │       │   ├── pt
    │       │       │   │   ├── Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll
    │       │       │   │   ├── Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll
    │       │       │   │   └── Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll
    │       │       │   ├── ru
    │       │       │   │   ├── Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll
    │       │       │   │   ├── Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll
    │       │       │   │   └── Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll
    │       │       │   ├── tr
    │       │       │   │   ├── Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll
    │       │       │   │   ├── Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll
    │       │       │   │   └── Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll
    │       │       │   ├── zh-Hans
    │       │       │   │   ├── Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll
    │       │       │   │   ├── Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll
    │       │       │   │   └── Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll
    │       │       │   └── zh-Hant
    │       │       │       ├── Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll
    │       │       │       ├── Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll
    │       │       │       └── Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll
    │       │       ├── net45
    │       │       │   ├── MSTest.TestAdapter.props
    │       │       │   └── MSTest.TestAdapter.targets
    │       │       ├── netcoreapp1.0
    │       │       │   ├── MSTest.TestAdapter.props
    │       │       │   └── Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll
    │       │       └── uap10.0
    │       │           ├── MSTest.TestAdapter.props
    │       │           ├── MSTest.TestAdapter.targets
    │       │           └── Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll
    │       └── MSTest.TestFramework.1.2.1
    │           ├── MSTest.TestFramework.1.2.1.nupkg
    │           └── lib
    │               ├── net45
    │               │   ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.XML
    │               │   ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll
    │               │   ├── Microsoft.VisualStudio.TestPlatform.TestFramework.XML
    │               │   ├── Microsoft.VisualStudio.TestPlatform.TestFramework.dll
    │               │   ├── cs
    │               │   │   ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
    │               │   │   └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
    │               │   ├── de
    │               │   │   ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
    │               │   │   └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
    │               │   ├── es
    │               │   │   ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
    │               │   │   └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
    │               │   ├── fr
    │               │   │   ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
    │               │   │   └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
    │               │   ├── it
    │               │   │   ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
    │               │   │   └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
    │               │   ├── ja
    │               │   │   ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
    │               │   │   └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
    │               │   ├── ko
    │               │   │   ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
    │               │   │   └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
    │               │   ├── pl
    │               │   │   ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
    │               │   │   └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
    │               │   ├── pt
    │               │   │   ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
    │               │   │   └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
    │               │   ├── ru
    │               │   │   ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
    │               │   │   └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
    │               │   ├── tr
    │               │   │   ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
    │               │   │   └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
    │               │   ├── zh-Hans
    │               │   │   ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
    │               │   │   └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
    │               │   └── zh-Hant
    │               │       ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
    │               │       └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
    │               ├── netstandard1.0
    │               │   ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.XML
    │               │   ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll
    │               │   ├── Microsoft.VisualStudio.TestPlatform.TestFramework.XML
    │               │   ├── Microsoft.VisualStudio.TestPlatform.TestFramework.dll
    │               │   ├── cs
    │               │   │   ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
    │               │   │   └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
    │               │   ├── de
    │               │   │   ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
    │               │   │   └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
    │               │   ├── es
    │               │   │   ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
    │               │   │   └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
    │               │   ├── fr
    │               │   │   ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
    │               │   │   └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
    │               │   ├── it
    │               │   │   ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
    │               │   │   └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
    │               │   ├── ja
    │               │   │   ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
    │               │   │   └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
    │               │   ├── ko
    │               │   │   ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
    │               │   │   └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
    │               │   ├── pl
    │               │   │   ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
    │               │   │   └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
    │               │   ├── pt
    │               │   │   ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
    │               │   │   └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
    │               │   ├── ru
    │               │   │   ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
    │               │   │   └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
    │               │   ├── tr
    │               │   │   ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
    │               │   │   └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
    │               │   ├── zh-Hans
    │               │   │   ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
    │               │   │   └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
    │               │   └── zh-Hant
    │               │       ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
    │               │       └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
    │               └── uap10.0
    │                   ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.XML
    │                   ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll
    │                   ├── Microsoft.VisualStudio.TestPlatform.TestFramework.XML
    │                   ├── Microsoft.VisualStudio.TestPlatform.TestFramework.dll
    │                   ├── cs
    │                   │   ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
    │                   │   └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
    │                   ├── de
    │                   │   ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
    │                   │   └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
    │                   ├── es
    │                   │   ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
    │                   │   └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
    │                   ├── fr
    │                   │   ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
    │                   │   └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
    │                   ├── it
    │                   │   ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
    │                   │   └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
    │                   ├── ja
    │                   │   ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
    │                   │   └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
    │                   ├── ko
    │                   │   ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
    │                   │   └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
    │                   ├── pl
    │                   │   ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
    │                   │   └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
    │                   ├── pt
    │                   │   ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
    │                   │   └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
    │                   ├── ru
    │                   │   ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
    │                   │   └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
    │                   ├── tr
    │                   │   ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
    │                   │   └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
    │                   ├── zh-Hans
    │                   │   ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
    │                   │   └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
    │                   └── zh-Hant
    │                       ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
    │                       └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
    ├── HL7Socket
    │   ├── App.config
    │   ├── CC.cs
    │   ├── HL7Client.cs
    │   ├── HL7Socket.csproj
    │   └── User.cs
    ├── LIS-HL7-Model
    │   ├── App.config
    │   ├── LIS-HL7-Model.csproj
    │   ├── bin
    │   │   ├── Debug
    │   │   └── Release
    │   └── obj
    │       └── Debug
    │           ├── DesignTimeResolveAssemblyReferencesInput.cache
    │           └── TempPE
    └── LIS-HL7-master
        ├── App.config
        ├── App.xaml
        ├── App.xaml.cs
        ├── DBHelper.cs
        ├── DBHelperSingleConn.cs
        ├── ILog.cs
        ├── LIS-HL7-master.csproj
        ├── LIS-HL7-master.csproj.user
        ├── LIS-HL7-master.sln
        ├── Logger.cs
        ├── Logs.cs
        ├── MainWindow.xaml
        ├── MainWindow.xaml.cs
        ├── Models
        │   ├── jcsqdModel.cs
        │   ├── tjjcdjxmModel.cs
        │   ├── tjjcxmModel.cs
        │   └── tjjcxmmxModel.cs
        ├── Properties
        │   ├── AssemblyInfo.cs
        │   ├── Resources.Designer.cs
        │   ├── Resources.resx
        │   ├── Settings.Designer.cs
        │   └── Settings.settings
        ├── Services
        │   └── tjjcxmService.cs
        ├── Style
        │   └── main.xaml
        └── common.cs

121 directories, 312 files


标签: Socket wpf Lis sOC HL7

实例下载地址

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警