基本信息
源码名称:WPF技术socket连接CA生化仪HL7协议对接LIS
源码大小:3.47M
文件格式:.rar
开发语言:C#
更新时间:2023-11-24
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍
WPF技术socket连接CA生化仪HL7协议对接LIS

.
├── 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