Skip to content

Commit e9475e9

Browse files
authored
Merge pull request #4 from nkm8/scratch
Upgrade nHapi to latest version; add extension methods for new HL7 ve…
2 parents 4ba927d + a75657d commit e9475e9

File tree

127 files changed

+803496
-63649
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

127 files changed

+803496
-63649
lines changed

.gitignore

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -181,26 +181,3 @@ UpgradeLog*.htm
181181

182182
# Microsoft Fakes
183183
FakesAssemblies/
184-
Output/V23/Group/GroupExtensions.cs
185-
Output/V23/Message/MessageExtensions.cs
186-
Output/V23/Segment/SegmentExtensions.cs
187-
Output/V231/Group/GroupExtensions.cs
188-
Output/V231/Message/MessageExtensions.cs
189-
Output/V231/Message/MessageExtensions.cs
190-
Output/V231/Segment/SegmentExtensions.cs
191-
Output/V24/Group/GroupExtensions.cs
192-
Output/V24/Message/MessageExtensions.cs
193-
Output/V24/Segment/SegmentExtensions.cs
194-
Output/V25/Group/GroupExtensions.cs
195-
Output/V25/Message/MessageExtensions.cs
196-
Output/V25/Segment/SegmentExtensions.cs
197-
BuildResult/NHapiTools.Base.dll
198-
BuildResult/NHapiTools.Base.XML
199-
BuildResult/NHapiTools.Model.V23.dll
200-
BuildResult/NHapiTools.Model.V23.XML
201-
BuildResult/NHapiTools.Model.V231.dll
202-
BuildResult/NHapiTools.Model.V231.XML
203-
BuildResult/NHapiTools.Model.V24.dll
204-
BuildResult/NHapiTools.Model.V24.XML
205-
BuildResult/NHapiTools.Model.V25.dll
206-
BuildResult/NHapiTools.Model.V25.XML

Base/NHapiTools.Base.csproj

Lines changed: 39 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,44 @@
3232
<DocumentationFile>bin\Release\NHapiTools.Base.XML</DocumentationFile>
3333
</PropertyGroup>
3434
<ItemGroup>
35-
<Reference Include="NHapi.Base, Version=2.4.0.11, Culture=neutral, PublicKeyToken=d0d8ea960a3440eb, processorArchitecture=MSIL">
36-
<SpecificVersion>False</SpecificVersion>
37-
<HintPath>..\References\NHapi.Base.dll</HintPath>
35+
<Reference Include="NHapi.Base, Version=2.5.0.6, Culture=neutral, PublicKeyToken=d0d8ea960a3440eb, processorArchitecture=MSIL">
36+
<HintPath>..\packages\nHapi.2.5.0.6\lib\NHapi.Base.dll</HintPath>
3837
</Reference>
39-
<Reference Include="NHapi.Model.V21, Version=2.4.0.11, Culture=neutral, PublicKeyToken=d0d8ea960a3440eb, processorArchitecture=MSIL">
40-
<SpecificVersion>False</SpecificVersion>
41-
<HintPath>..\References\NHapi.Model.V21.dll</HintPath>
38+
<Reference Include="NHapi.Model.V21, Version=2.5.0.6, Culture=neutral, PublicKeyToken=d0d8ea960a3440eb, processorArchitecture=MSIL">
39+
<HintPath>..\packages\nHapi.2.5.0.6\lib\NHapi.Model.V21.dll</HintPath>
4240
</Reference>
43-
<Reference Include="NHapi.Model.V22, Version=2.4.0.11, Culture=neutral, PublicKeyToken=d0d8ea960a3440eb, processorArchitecture=MSIL">
44-
<SpecificVersion>False</SpecificVersion>
45-
<HintPath>..\References\NHapi.Model.V22.dll</HintPath>
41+
<Reference Include="NHapi.Model.V22, Version=2.5.0.6, Culture=neutral, PublicKeyToken=d0d8ea960a3440eb, processorArchitecture=MSIL">
42+
<HintPath>..\packages\nHapi.2.5.0.6\lib\NHapi.Model.V22.dll</HintPath>
43+
</Reference>
44+
<Reference Include="NHapi.Model.V23, Version=2.5.0.6, Culture=neutral, PublicKeyToken=d0d8ea960a3440eb, processorArchitecture=MSIL">
45+
<HintPath>..\packages\nHapi.2.5.0.6\lib\NHapi.Model.V23.dll</HintPath>
46+
</Reference>
47+
<Reference Include="NHapi.Model.V231, Version=2.5.0.6, Culture=neutral, PublicKeyToken=d0d8ea960a3440eb, processorArchitecture=MSIL">
48+
<HintPath>..\packages\nHapi.2.5.0.6\lib\NHapi.Model.V231.dll</HintPath>
49+
</Reference>
50+
<Reference Include="NHapi.Model.V24, Version=2.5.0.6, Culture=neutral, PublicKeyToken=d0d8ea960a3440eb, processorArchitecture=MSIL">
51+
<HintPath>..\packages\nHapi.2.5.0.6\lib\NHapi.Model.V24.dll</HintPath>
52+
</Reference>
53+
<Reference Include="NHapi.Model.V25, Version=2.5.0.6, Culture=neutral, PublicKeyToken=d0d8ea960a3440eb, processorArchitecture=MSIL">
54+
<HintPath>..\packages\nHapi.2.5.0.6\lib\NHapi.Model.V25.dll</HintPath>
55+
</Reference>
56+
<Reference Include="NHapi.Model.V251, Version=2.5.0.6, Culture=neutral, PublicKeyToken=d0d8ea960a3440eb, processorArchitecture=MSIL">
57+
<HintPath>..\packages\nHapi.2.5.0.6\lib\NHapi.Model.V251.dll</HintPath>
58+
</Reference>
59+
<Reference Include="NHapi.Model.V26, Version=2.5.0.6, Culture=neutral, PublicKeyToken=d0d8ea960a3440eb, processorArchitecture=MSIL">
60+
<HintPath>..\packages\nHapi.2.5.0.6\lib\NHapi.Model.V26.dll</HintPath>
61+
</Reference>
62+
<Reference Include="NHapi.Model.V27, Version=2.5.0.6, Culture=neutral, PublicKeyToken=d0d8ea960a3440eb, processorArchitecture=MSIL">
63+
<HintPath>..\packages\nHapi.2.5.0.6\lib\NHapi.Model.V27.dll</HintPath>
64+
</Reference>
65+
<Reference Include="NHapi.Model.V271, Version=2.5.0.6, Culture=neutral, PublicKeyToken=d0d8ea960a3440eb, processorArchitecture=MSIL">
66+
<HintPath>..\packages\nHapi.2.5.0.6\lib\NHapi.Model.V271.dll</HintPath>
67+
</Reference>
68+
<Reference Include="NHapi.Model.V28, Version=2.5.0.6, Culture=neutral, PublicKeyToken=d0d8ea960a3440eb, processorArchitecture=MSIL">
69+
<HintPath>..\packages\nHapi.2.5.0.6\lib\NHapi.Model.V28.dll</HintPath>
70+
</Reference>
71+
<Reference Include="NHapi.Model.V281, Version=2.5.0.6, Culture=neutral, PublicKeyToken=d0d8ea960a3440eb, processorArchitecture=MSIL">
72+
<HintPath>..\packages\nHapi.2.5.0.6\lib\NHapi.Model.V281.dll</HintPath>
4673
</Reference>
4774
<Reference Include="System" />
4875
<Reference Include="System.Configuration" />
@@ -93,7 +120,9 @@
93120
<Compile Include="Validation\Rule\MessageRegExRule.cs" />
94121
<Compile Include="Validation\Rule\MessageSegmentMandatoryRule.cs" />
95122
</ItemGroup>
96-
<ItemGroup />
123+
<ItemGroup>
124+
<None Include="packages.config" />
125+
</ItemGroup>
97126
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
98127
<PropertyGroup>
99128
<PostBuildEvent>del /f $(TargetDir)\..\..\..\BuildResult\*.*

Base/packages.config

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<packages>
3+
<package id="nHapi" version="2.5.0.6" targetFramework="net40" />
4+
</packages>

0 commit comments

Comments
 (0)