-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Network Hip initial implementation(AIIMS) #373
base: master
Are you sure you want to change the base?
Conversation
@@ -2,6 +2,7 @@ | |||
|
|||
<PropertyGroup> | |||
<TargetFramework>netcoreapp3.1</TargetFramework> | |||
<RootNamespace>In.ProjectEKA.DefaultHip</RootNamespace> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<RootNamespace>In.ProjectEKA.DefaultHip</RootNamespace> | |
<RootNamespace>In.ProjectEKA.NetworkHip</RootNamespace> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
hip-service.sln
Outdated
@@ -9,7 +9,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{C6699092-7 | |||
EndProject | |||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "In.ProjectEKA.HipServiceTest", "test\In.ProjectEKA.HipServiceTest\In.ProjectEKA.HipServiceTest.csproj", "{B5A9C0B9-25EC-472E-B2CD-3EC5A69584F7}" | |||
EndProject | |||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "In.ProjectEKA.DefaultHip", "src\In.ProjectEKA.DefaultHip\In.ProjectEKA.DefaultHip.csproj", "{23976B61-FBF9-41B8-AEA2-B70AD47F00A8}" | |||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "In.ProjectEKA.NetworkHip", "src\In.ProjectEKA.NetworkHip\In.ProjectEKA.NetworkHip.csproj", "{23976B61-FBF9-41B8-AEA2-B70AD47F00A8}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can call it FHIRHip
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
Complexity increasing per file
==============================
- src/In.ProjectEKA.FHIRHip/DataFlow/Collect.cs 3
- test/In.ProjectEKA.FHIRHipTest/DataFlow/CollectTest.cs 2
- src/In.ProjectEKA.FHIRHip/Link/PatientRepository.cs 1
- test/In.ProjectEKA.FHIRHipTest/Link/PatientRepositoryTest.cs 2
- src/In.ProjectEKA.FHIRHip/DataFlow/Model/DataFlowConfiguration.cs 1
- src/In.ProjectEKA.FHIRHip/DataFlow/Model/NetworkDataResponse.cs 1
- test/In.ProjectEKA.FHIRHipTest/Discovery/PatientMatchingRepositoryTest.cs 2
- src/In.ProjectEKA.FHIRHip/Discovery/Model/PatientConfiguration.cs 1
- src/In.ProjectEKA.FHIRHip/Discovery/PatientMatchingRepository.cs 1
- src/In.ProjectEKA.FHIRHip/DataFlow/Model/NetworkData.cs 1
- src/In.ProjectEKA.FHIRHip/DataFlow/Model/NetworkDataRequest.cs 1
- src/In.ProjectEKA.FHIRHip/Discovery/Model/PatientResponse.cs 1
- src/In.ProjectEKA.FHIRHip/Patient/FileReader.cs 1
- src/In.ProjectEKA.FHIRHip/Discovery/Model/PatientResponseResult.cs 1
- src/In.ProjectEKA.FHIRHip/DataFlow/CareContextRecord.cs 1
Clones added
============
- src/In.ProjectEKA.FHIRHip/DataFlow/Collect.cs 1
- test/In.ProjectEKA.FHIRHipTest/DataFlow/CollectTest.cs 7
- src/In.ProjectEKA.FHIRHip/Link/PatientRepository.cs 2
- test/In.ProjectEKA.FHIRHipTest/Link/PatientRepositoryTest.cs 6
- test/In.ProjectEKA.FHIRHipTest/Discovery/PatientMatchingRepositoryTest.cs 6
- src/In.ProjectEKA.FHIRHip/Discovery/PatientMatchingRepository.cs 2
See the complete overview on Codacy |
No description provided.